﻿@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:#696969;
	/*-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;
	  color:#fff;
	background-color: #1A9CCC;
}

.language img
{
    filter: brightness(500);
    margin-left: 5px;
}

.header
{
    padding: 0px 20px 0 0;
    background-color:rgb(255 255 255 / 26%);
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 99;
	width: 100%;
	border-radius: 30px;
}

.logo
{
	background-color: #F2DF3A;
	padding: 10px;
	text-align: center;
	border-radius: 30px 0 0 30px;
}


.logo img
{
	margin: auto;
}


.carousel {
    height: 890px;
    position:relative;
}
.bg1
{
	height: 890px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	
}

.bg2
{
	height: 890px;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 0;
	
}
.bg3
{
	height: 200px;
	z-index: 99;
	position: fixed;
	right: 20px;
	bottom: 85px;
	
}

.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: 150px;
    left:12%;
	width: 500px;
    margin:auto;
    z-index:999;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:22px;
    font-weight:500;
    color: #FFFFFF  !important;
}

.caption-carousel h1{
    font-weight: 600;
	font-size: 60px !important;
	color: #FFFFFF !important;
}

.caption-carousel p{
    font-weight: 500 ;
	font-size: 16px;
}

.caption-carousel h3{
    font-weight: 500 ;
	font-size: 26px;
}


.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    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:5px;
}


.btn-header img{
	margin:0 0px;
	}
.btn-more{
    color: #fff;
    background-color: #1A9CCC;
    border-color:#1A9CCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #F2DF3A;
    border-color: #F2DF3A; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #1A9CCC;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fff;
    background-color: #F2DF3A;
    border-color: #F2DF3A; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bubbles
{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -115px;
    z-index:99;
}
.bubbles2
{
    width: 100%;
    position: relative;
	overflow: hidden;
    margin-top: 0px;
	z-index: 99;
}


.welcome
{
	padding: 100px 0 170px 0;
    background-image: url("../images/welcome1.png"), url("../images/welcome2.png"), url("../images/welcome3.png");
    background-position:right 80%, 20px 100px, left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.title
{
   color:#373A3F;
   font-size:48px;
   font-weight: 700; 
   line-height: 55px;
   margin-bottom:20px;
}

.title span
{
   color:#1A9CCC;
   font-size:20px;    
   line-height: 20px;
   font-weight: 500; 
   margin-bottom:20px;
   display: block;
}

.title span img
{
   margin-right:10px;
}
.welcome-text
{
    height: 50px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 30px;
}


.welcome ul
{
	padding-left: 0;
	margin: 0;
}

.welcome ul li
{
	padding: 5px 0;
	display: block;
}



.services
{
	padding:90px 0;
	text-align:center;
	background-color:rgb(236 250 255 / 95%);
	position: relative;
	margin-top: -80px;
}
.services-bg
{
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: 0;
	bottom: 0;
	background: url("../images/header1.png") no-repeat center center;
	background-size: cover;
}
.services-bg2
{
	position: absolute;
	left: 0;
	right: 0;
	z-index:0;
	top: 0;
	bottom: 0;
    background-image: url("../images/Shape1.png"), url("../images/Shape2.png"), url("../images/Shape1.png") ,url("../images/Shape2.png");
    background-position: 75px 90%, 90px 100px, 95% 80px, 95% 95%;
    background-repeat: no-repeat;
}
.services ul
{
    padding-left:0;
    margin-top:20px;
}
.discount
{
	background-color: #F2DF3A;
	padding: 7px 10px;
	font-weight: 500;
	border-radius: 30px;
	color: #1F1F1F;
	font-size: 16px;
}
.discount img
{
	margin-right: 5px;
}
.services ul li
{
     display:inline-block;
     margin:20px 10px;
	text-align: left;
     width:355px;
     padding:20px;
	 background-color: #FFFFFF;
	 border-radius: 15px;
}
.services ul li .img
{
    margin: auto;
    height: 250px;
	margin-top: 10px;
    width: 100%;
    object-fit: cover;
}
.services ul li .all-t
{
	background-color: #E7F3FF;
	padding: 15px;
}
.services ul li .all-t .title-1
{
      font-size:24px;
      color:#1F1F1F;
      font-weight:bold;
      height: 70px;
      overflow: hidden;    
      margin: 0px 0;
}

.services ul li .all-t .text
{
      font-size:16px;
      color:#797E88;
	margin-top: 10px;
      font-weight:normal;
      height: 45px;
      overflow: hidden;
}


.team
{
	padding:80px 0 0 0; 
}


.team ul
{
    padding-left:0;
    margin-top:20px;
    text-align: center;
}

.team ul li
{
     display:inline-block;
     margin:20px 10px;
     width: 260px;
     height: auto;
	 background: #1A9CCC33 url("../images/Background.png") no-repeat right top;
	 background-size: 200px;
     padding: 25px 25px 0 22px;
	 border-radius: 15px;
}
.team ul li .share
{
    position: absolute;
	right: 20px;
	top: 20px;
}

.team ul li .img
{
    margin: auto;
	border-radius: 30px;
    height: 180px;
    width: 180px;
    object-fit: contain;
}

.team ul li .title-1
{
      font-size:16px;
      color:#1A9CCC;
      font-weight:400;
      height: 20px;
      overflow: hidden;    
      margin: 5px 0;
}
.team ul li .title-1 img
{
    margin-right: 5px;
}

.team ul li .text
{
      font-size:24px;
      color:#1F1F1F;
      margin: 10px 0;
      font-weight:600;
      height: 35px;
      overflow: hidden;
}

.more-team{
    padding:15px 0;
	border-top: 1px #373A3F33 solid;
	margin-top: 10px;
}


.more-team a {
    color:#1A9CCC;
    font-size: 14px;	
    font-weight: bold;
}

.more-team a img {
    margin-left: 5px !important;
    height: auto !important;
    width: auto !important;
}

.white-bg
{
	padding:80px 0 ; 
	overflow: hidden;
}


.circle-pic
{
	width: 389px;
    margin-left: -80px;
    position: relative;
    z-index: 0;
}

.mask-pic
{
    position: relative;
    z-index: 0;
}

.circle1
{
    height: 95px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 350px;
    position: absolute;
    top: -25px;
    left: 165px;
}

.circle1 span
{
    font-size: 24px;	
	font-weight: 600;
	display: block;
}

.circle1 img
{
    float: left;
	margin-right: 10px;
}


.circle2
{
    height: 95px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 350px;
    position: absolute;
    top: 100px;
    left: 270px;
}

.circle2 span
{
    font-size: 24px;	
	font-weight: 600;
	display: block;
}

.circle2 img
{
    float: left;
	margin-right: 10px;
}



.circle3
{
    height: 95px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 350px;
    position: absolute;
    top:245px;
    left: 260px;
}

.circle3 span
{
    font-size: 24px;	
	font-weight: 600;
	display: block;
}

.circle3 img
{
    float: left;
	margin-right: 10px;
}

.blue-link
{
	background: #1A9CCC url("../images/shape.png") no-repeat center center;
	padding: 45px 35px;
    border-radius: 20px;
    font-size: 35px;
    color: #FFFFFF;
    margin-top: -45px;
}


.bg-portfolio
{
	background: #ECF1F5 url("../images/portfolio-bg.png") no-repeat center center;
	padding: 80px 0px;
}


.testimonials
{
	background: #ffff url("../images/testimonials.png") no-repeat left top;
	background-size: contain;
	padding: 80px 0;
	margin: 50px 0;
	overflow: hidden;
}
.w-100 {
    width: 100%;
    left: 30%;
}


.testimonial-box
{
     display:inline-block;
     height: auto;
     padding: 20px;
	border-radius: 15px;
}

.testimonial-box .title-1
{
      font-size:22px;
      color:#1F1F1F;
      font-weight:500;
      height: 60px;
	  line-height: 20px;
      overflow: hidden;    
}

.testimonial-box .title-1 span
{
      font-size:13px;
	color: #797E88;
}
.testimonial-box .title-1 img
{
    margin-right: 10px;
	float: left;
	border-radius: 10px;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.testimonial-box .text
{
      font-size:20px;
      color:#1F1F1F;
      font-weight:600;
      height: 100px;
      overflow: hidden;
}

.testimonial-box .text span
{
      font-size:15px;
      color:#797E88;
      font-weight:400;    
	  margin-top: 5px;
	  display: block;
}
.star
{
	color:#F2DF3A;
	margin: 5px 0;
	font-size: 12px;
}

.news
{
	padding:80px 0; 
}


.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:20px 0px;
     width: 377px;
     height: auto;
     padding: 0px 25px 0 22px;
}

.news ul li .img
{
    margin: auto;
	border-radius: 30px;
    height: 310px;
    width: 100%;
    object-fit: cover;
}

.news ul li .title-1
{
      font-size:14px;
      color:#797E88;
      font-weight:400;
      height: 20px;
      overflow: hidden;    
      margin: 20px 0;
}
.news ul li .title-1 img
{
    margin-right: 5px;
}

.news ul li .text
{
      font-size:24px;
      color:#1F1F1F;
      font-weight:600;
      height: 35px;
      overflow: hidden;
}

.more-news{
     margin-top:20px;
}


.more-news a {
    color: #1F1F1F;
    font-size: 14px;	border-bottom: 1px #000000 solid;

    font-weight: bold;
}
.more-news a img {
    margin-left: 5px !important;
    height: auto !important;
    width: auto !important;
}


.more-all{
     margin-top:30px;
	text-align: right;
	text-transform: capitalize;
}


.more-all a {
    color: #1A9CCC;	background: url("../images/more-all.png") no-repeat left center;
    padding: 20px 0 20px 20px;
    font-size: 14px;	
    font-weight: bold;
}
.more-all a img {
    margin-left: 5px !important;
    height: auto !important;
    width: auto !important;
}


.footer
{
	background:#000;
	font-size:16px;
	padding:80px 0 0 0;
	color:#fff;
}

.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
	display: block;
}
.footer ul li a
{
	color:#fff;
}


.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:600;
	 margin:20px 0;
	 padding-bottom: 10px;
	background: url("../images/footer.png") no-repeat left bottom;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#F2DF3A;
	width: 40px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100px;
	border: 1px #F2DF3A solid;
}

.newletter
{
	margin:0;
}

.footer .form-control {
    display:block;
    padding:9px 2px;
    margin-bottom: 0;
    font-size: 14px;
	height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -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;
}


.footer .btn {
    display: block;
    padding:9px 2px;
	position: absolute;
	right:18px;
	top: 2px;
    margin-bottom: 0;
    font-size: 14px;
    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-color:#1A9CCC;
    border: 1px solid transparent;
    border-radius: 20px;
    background-size: 100% 100%;
    height: 40px;
    width: 65px;
	color: #fff;
}
.footer .text-gary
{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}
.footer-margin {
    margin-top: 10px;
}
.copyright
{
    background-color: #F2DF3A;
    padding: 10px 0;
    color: #1F1F1F;
	margin-top: 20px;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
	border-radius: 60px 60px 0 0;
}


.copyright a
{
    color:#1A9CCC;
}



.header-inner {
    position: relative !important;
    z-index: 99;
	    background-color: rgb(26 156 204)!important;
}


.content-inner
{
	padding: 50px 0;
}
.inner-bg {
    background-color:rgb(26 156 204 / 10%);    
    border-radius: 30px;

}

.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0;    
    text-align: center;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight:800;
    color: #081935;
}

.caption-inner h3 span {
    color: #fff;
    background-color: #1a9ccc;
    border-radius: 7px;
    padding: 0px 5px;
}


.breadcrumb {
    padding: 30px 0 30px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#546881;
    font-weight:500;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#546881;
}


.breadcrumb>.active {
    color: #1a9ccc;
    font-weight: 400;
}


.breadcrumb-active {
    background-color: #e8f5fa;
    padding: 3px 15px;
    border-radius: 5px;   
}



.pic-inner {
    width: 500px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    float:left;
}

.pic-inner img{
    width: 100%;
}


.bg-navy
{
	background-color:#1a9ccc;
	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: #1a9ccc;
}

.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-w {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.title-white
{
	color:#FFFFFF !important;
	font-size: 35px!important;
}



.gray-box
{
    background-color: #f7f7f7;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #1a9ccc;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #1a9ccc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #1a9ccc;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}



.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#1a9ccc;
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;
}




.box-category 
{
	height:264px;
	color:#94c742;
	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: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #1a9ccc;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #1a9ccc;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#1a9ccc;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#FFFFFF;      
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news-inner img
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:20px;
      color:#160304;
      font-weight:normal;
      height: 30px;
      overflow: hidden;
      margin: 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    color: #1a9ccc;
    font-size: 14px;
}




.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #2f2f2f;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #160304;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
	color: #1a9ccc;
}


.title-2 {
    font-size: 20px;
    color:#1a9ccc;
    margin-bottom:10px;
    margin-top:10px;
	text-transform: capitalize;
}



.title-news {
    font-size: 20px;
    color:#1a9ccc;
    margin-bottom:10px;
    margin-top:10px;
}



.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:30px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 14px 6px 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff url('../images/search1.png') no-repeat 10px center;
    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:#1a9ccc;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}




.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


.path-search
{
	border-left:5px #1a9ccc solid;
	padding-left: 15px;
	margin-bottom: 10px;
}
.path-search .breadcrumb {
    padding: 15px 0;
}
.highlight {
    font-weight: bold;
    background-color:#F2DF3A;
    padding: 0 3px;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #1a9ccc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1a9ccc;
    border-color: #1a9ccc;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}


 .about1 {
    background-image: url(../images/bg13.png), url(../images/bg2.png);
    display: inline-block;
    padding: 26px;
    color: #6d5353;
    font-weight: 500;
       width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.about2 {
    background-image: url(../images/bg5.png), url(../images/bg2.png);
    display: inline-block;
    padding: 26px;
    color: #6d5353;
    background-repeat: no-repeat;
    font-weight: 500; 
       width: 98%;
    /* background-size: 100% 100%; */
    margin: auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* margin-left: 97px; */
    border-radius: 10px;
}

.about3 {
    background-image: url(../images/bg1.png), url(../images/bg2.png);
    display: inline-block;
    padding: 26px;
    color: #6d5353;
    font-weight: 500;
    width: 100%;
    margin: auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 176px;
    margin-bottom: 13px;
    border-radius: 10px;
/*text-align: justify;*/
}

.about3 p{
letter-spacing: 1px;

}

.about4{
    background-image: url(../images/bg5.png), url(../images/bg2.png);
    display: inline-block;
    padding: 26px;
    color: #6d5353;
    font-weight: 500;
    width: 100%;
    /* background-size: 100% 100%; */
    margin: auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* margin-left: 97px; */
    height: 176px;
    margin-bottom: 13px;
    border-radius: 10px;
/*text-align: justify;*/
    letter-spacing: 1px;
}

.about4 p{
letter-spacing: 1px;

}


.title1.t2 {
    text-align: center;
    margin: 39px 10px 11px 20px !important;
    font-weight: 700;
    font-size: 23px;
}


.about4 .title1 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #40a0dc;
}


.about3 .title1 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ebd57e;
}


.about1 .title1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 13px;
}

.about2 .title1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 13px;
}

.contact a {
    color: #ffffff;
}

.color1{

color:#009ae1;
}





