﻿@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


html,
body {
    height: 100%;
    font-size:15px;
    font-family: "Jost", sans-serif;
    color:#000000;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.language
{
    font-family: "Cairo", sans-serif !important;
    color: #ed1c24 !important;
    padding: 0px 20px;
    border-radius: 50px;
    background-color: #fff;
    font-weight: 700;
    font-size: 13px !important;
    border: 0px black solid !important;
}

.language i
{
	font-size: 13px;
    margin-right: 5px;
    border-radius: 100%;
    border: 0px black solid !important;
    padding: 5px;
    color: #ed1c24;
}

.top
{
	padding:8px 0;
	background-color:#fff9f9;
	color:#000000;
	font-size:14px;
	line-height:35px;
}

.top i
{
	font-size: 13px;
    margin-right: 5px;
    border-radius: 100%;
    border: 2px black solid;
    padding: 5px;
    color: #ed1c24;
}


.top a
{
	color:#000000;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px; 
}


.top ul 
{
	padding-left:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
}


.top .socials li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-left: 0px;
border: 0px black solid;			
}

.top .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.header
{
    padding: 10px 0;
    background-color:#fff;
}



.carousel {
    height:30vw;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #dfdfdf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 200px;
    right:40px;
    left:40px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:  center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:60px;
    font-weight:  bolder;
    color:#fefefe;
}

.caption-carousel h2 span{
    font-weight:    200;
}

.carousel-indicators {

    position: absolute;
  /*  bottom: 30px;*/
    padding-right: 0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align:center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}


.btn-more{
    color: #fff;
    background-color: #f44336;
    border-color:#f44336;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #f44336;
    background-color: #FFFFFF;
    border-color: #f44336; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #f44336;
    border-color:#f44336;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color:#CCCCCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #f44336;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 80px 0;
	overflow:hidden;
    margin-bottom: 0px;  
}
.title
{
   color:#373A3F;
   font-size:45px;
   font-weight: 700; 
   line-height: 55px;
   margin-bottom:20px;
}
.title span
{
   color:#f44336;
}
.title-span
{
   color:#f44336;
   font-size:18px;    
   line-height: 20px;
   font-weight: 500; 
   text-transform: capitalize;
   margin-bottom:20px;
   display: block;
}

.title-span img
{
   margin-right:10px;
}

.title-span span
{
   color:#000;
	margin: 20px 0;

}

.welcome-text
{
    height: 265px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
    color:#767676;
}

.services
{
	padding:80px 0;
	text-align:center;
	background-color: #ffebea;
	background-image: url(../images/bg1.png), url(../images/bg2.png);
    background-position: right top,left bottom;
	background-size: 170px, 120px;
    background-repeat: no-repeat;
    overflow: hidden;
}


.services ul
{
    padding-left:0;
    margin-top:60px;
}

.services ul li
{
     display:inline-block;
     margin:20px 10px;
     width:355px;
     padding:40px;
	 text-align: left;
	background-color: #FFFFFF;
	border-radius: 81% 19% 92% 8% / 41% 94% 6% 59%  ;
}
.services ul li img
{
    margin: auto;
    height: 130px;
    width: 130px;
    object-fit: contain;
    filter: drop-shadow(0px 0px 3px #f44336);
	margin-top: -70px;
}

.services ul li .title-1
{
      font-size:26px;
      color:#f44336;
      font-weight:bold;
      height: 35px;
	  text-transform: capitalize;
      overflow: hidden;    
      margin: 20px 0;
}

.services ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height:160px;
      overflow: hidden;
}


.news
{
	padding:80px 0; 
}


.news ul
{
    padding-left:0;
    margin-top:20px;
	text-align: center;
}

.news ul li
{
    display: inline-block;
    margin: 20px 15px;
    width: 345px;
    height: auto;
    padding: 0;
	text-align: left;
}

.news ul li img
{
    margin: auto;
    height: 250px;
    width: 100%;
    object-fit: cover;
	border-radius: 20px;
}

.news ul li .title-1
{
      font-size:20px;
      color:#000;
      font-weight:bold;
      height: 60px;
      overflow: hidden;    
      margin: 8px 0;
	      margin-top: 20px;
}
.news ul li .date
{
	    display: none;
      font-size:15px;
      color:#000;
      font-weight:500;
      height: 20px;
      overflow: hidden;    
      margin: 20px 0 0 0;
}

.news ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 45px;
      overflow: hidden;
}

.more-news{
     margin-top:10px;
}


.more-news a {
    color: #f44336;
    font-size: 14px;
    font-weight: bold;
}
.more-news a img {
    margin-left: 10px !important;
    height: auto !important;
    width: auto !important;
}



.data
{
	 position:relative;
	 background: #3b0202;
	 padding:150px 0;
	 color:#FFFFFF;
	 font-size:20px;
	 text-align:center;
	overflow: hidden;
}


.data-img
{
	 position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;     
	opacity: 0.2;
}
.data-img img
{
 object-fit: cover;    
 width: 100%;
 height: 100%;
}
.data-title
{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}


.icons-footer
{
    padding: 30px;
    background-color: #f44336;
    position: relative;
    color: #FFFFFF;
	margin-bottom: 30px;
    border-radius: 30px; 
}
.icons-title
{
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    color:#fff;
    text-transform:  capitalize;
    margin-bottom:10px;

}
.icons-title i
{
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    color:#f44336;
    text-align:center;
    background-color: #d9d9d9;
    border-radius: 100%;    
	float: left;
    padding: 25px;
	margin-right: 15px;
    border: 1px #d9d9d9 solid;
}
.icons-title i::before
{

    border: 1px #d9d9d9 solid;
}


.footer
{
	background:#f0f0f0 ;
	background-size:cover;
	font-size:16px;
	padding:50px 0 30px 0;
	color:#000;
	margin-top: 80px;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #000;
}
.footer ul li a
{
	color:#000;
}



.footer-title
{
	 color:#000;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 130px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#000;
}


.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;    
	padding-left: 0;
}



.footer .socials li {
    display: inline-block;	    
	margin: 8px 5px;
}


.footer .socials li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #000;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-left: 0px;
border: 0px black solid;			
}

.footer .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.copyright
{
    background-color: #f0f0f0;
    padding: 5px 0;
    color: #f44336;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#f44336;
}




.inner-bg {
    height: 250px;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
	text-align: center;
    padding:35px 0 35px 0;  
    background-color:#f44336;  
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 40px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    color: #fff;
}


.breadcrumb 
{
    padding: 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:13px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}



.content-inner {
    padding: 50px 0 0 0;
    margin-bottom:0;
    overflow:hidden;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
	border-radius: 20px;
}



.bg-navy
{
	background-color:#58585a;
	border-radius:25px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #44b863;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-right: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
	color:#FFFFFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f9f9f9;
	border-radius:25px;
	padding:30px;
}


.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.box-category 
{
	height:310px;
	color:#f44336;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 12px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #f44336;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #f44336;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#f44336;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#58585a;
text-align:left;
border-radius:5px;

}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-right:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.date-news
{
		display:none;
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#f44336;
}



.title-news {
    font-size: 20px;
    color:#f44336;
    margin-bottom:10px;
    margin-top:10px;
}


.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:40px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 40px 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #f44336;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
    border-left: 5px #f44336 solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #58585a;
}

.highlight {
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0 3px;
    color:#333333;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f44336;
    border-color: #f44336;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f44336;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #58585a ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;
}














