@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: local('Saira-Regular'), url(../image/Saira-Regular.ttf) format('truetype');
}
*{font-family:Saira !important;}
.fa {font-family:fontawesome !important;}

body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  color: #adf0d1;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #adf0d1;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  font-size: 14px;
  color:#ccc;
  background-image:url(../Image/head-bg.jpg);
}

#topbar .contact-info a {
  line-height: 1;
  color: #ccc;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #adf0d1;
}

#topbar .contact-info i {
  color: #adf0d1;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #ccc;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  
}
#topbar .social-links{text-align:right;}
#topbar .social-links a:hover {
  color: #adf0d1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 70px;*/
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background-image:url(../Image/head-bg.jpg);
}
#header.navbar-fixed-top{background-image:url(../Image/head-bg.jpg);}
#header img{margin:0 auto;}
/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/

.hm-about{    padding-bottom: 54px;}	

.hm-about-lft{float:left; width:50%; }
.hm-about-lft img{width:100%;}

.hm-about-rht{float:left; width:50%;background-image:url(../Image/head-bg.jpg);min-height:505px;}
.hm-about-rht-inner{/*border:5px dashed #d3a722;*/
    padding: 25px 25px;
    border-left: 0;
    margin-top: 40px; margin-bottom: 25px;}
.hm-about-rht-inner h3{    margin-top: 0;
    margin-bottom: 20px; font-size:40px;
    color: #adf0d1;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 7px; }
.hm-about-rht-inner p{  
    margin-bottom: 10px; font-size:18px; line-height:26px;
    color: #fff; text-align:justify;
    padding-bottom: 7px; }
.hm-about-rht-inner .rd-mr{display:inline-block; background:#adf0d1; padding:10px 20px;}
.hm-about-rht-inner .rd-mr a{color:#000d20; font-weight:bold;}
#carousel-example-generic .carousel-indicators{    width: inherit;
    top: 0;
    bottom: inherit;
    right: 0;
    left: inherit;}
	
.carousel-indicators .active{background-color:#d3a722; width: 38px; border:2px solid #e8ca82;
    height: 18px;}
.carousel-indicators li{background-color:#e8ca82; width: 18px; border:2px solid #d3a722;
    height: 18px;}
.hm-about .left.carousel-control{
    position: absolute;
    bottom: 40px;
	right:80px;
	left:inherit;
	width: 40px;
}
.hm-about .right.carousel-control {
    position: absolute;
    bottom: 40px;
	right:20px;
	left:inherit;
	width: 40px;
}
.hm-about .carousel-control .fa{padding:10px 20px; background:#adf0d1; color:#000d20;font-size:40px;}
.hm-about .carousel-control {
    position: absolute;
    top: inherit;background-image:none;opacity: 1;
}
.hm-about h1{font-size: 70px;
    line-height: 80px;
    color: #adf0d1;}
.hm-about h1 span{display:inline-block;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #00203f;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f1f1f1;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .ser-bx {
    position: relative;
    width: 50%;
    float: left;
}
.services .ser-bx::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000d20;
    z-index: 1;
    opacity: .8;
}
.services .ser-bx .ser-img {
    position: relative;
    overflow: hidden;
}
.services .ser-bx .ser-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.services .ser-bx:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.services .ser-bx .ser-img .ser_cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 60px;
    left: 70px; width: 65%; text-align:justify;
}
.services .ser-bx .ser-img .ser_cont span {
    font-size: 30px;
    font-weight: 700;
    color: #f0542c;
    font-family: montserrat,sans-serif;
    display: block;
    margin-bottom: 3px;
}
.services .ser-bx .ser-img .ser_cont span {
    font-size: 14px;
    color: #fff;
    margin-bottom: 9px;
    display: block;
    position: relative;
    z-index: 8;
}
.services .ser-bx .ser-img .ser_cont h3 {
    font-size: 34px;
    color: #fff;
    position: relative;
    z-index: 8;
    font-weight: 700;
}
.services .ser-bx .ser-img .ser_cont p {
    font-size: 16px;
    color: #e8e8e8;
    line-height: 28px;
    position: relative;
    z-index: 1;
    margin-top: 9px;
    margin-bottom: 18px;
}
.services .ser-bx .fa{font-size:20px;}
.services .ser-bx .ser-img .ser_cont a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    z-index: 8;
    opacity: 1;
    visibility: visible;
}
.boxed-btn3 {
    background: #adf0d1;
    display: inline-block;
    padding: 18px 44px;
    font-family: montserrat,sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border: 1px solid transparent;
    text-align: center;
    color: #000d20 !important;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 9px 30px;
    cursor: pointer;
	border:2px solid #adf0d1;
}
.boxed-btn3:hover{background: #000d20; color: #adf0d1 !important;}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .section-title{padding-bottom:10px;}
.about-us img{border-radius: 50px;border: 10px solid #adf0d1;}
.about-us img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
}
.about-us:hover img{
    -webkit-filter: none;
    filter: none;
}
.about-us  p {
  margin-bottom: 0; line-height:26px; font-size:15px; text-align:justify;}
.about-us .sub-heading{font-size:22px; }
.about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-us ul li {
  margin-bottom: 0; font-size:15px; text-align:justify;padding: 8px 0;
    display: flex;
    align-items: center;
    transition: .5s;}
.about-us  ul li:before {
    content: "\f0a4";
    font-family: fontawesome;
    color: #00203f;
    margin-right: 10px;
}
.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #adf0d1;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team{padding-top:0; padding-bottom:60px;}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;    margin-top: 30px;
  border-radius: 10px;
  background: #fff;    border: 1px solid #aaaa;
}

.team .member .pic {
  overflow: hidden;
    width: 120px;
    border-radius: 50%;
    float: left;
    padding: 5px;
    margin-right: 20px;
    border: 5px solid #adf0d1;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}
.team .member:hover .pic{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.team .member:hover{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
+
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-image: url(../Image/head-bg.jpg);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #000d20;
  color: #fff;
  text-align: justify;
  padding: 20px 15px;
}
#footer .footer-top .footer-info img{margin-bottom:20px;}
#footer .footer-info i {
    width: 35px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 19px;
    line-height: 22px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
    padding: 8px 0px;
}
.ft-cont p:hover i {
    background: #000d20;
    transition: 0.5s;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #adf0d1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eee;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center; transition:.5s;
}
#footer .footer-top .footer-links ul li:hover {
  padding-left: 10px;
}
#footer li:before {
    content: "\f0a4";
    font-family: fontawesome;
    color: #adf0d1;
    margin-right: 10px;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #adf0d1;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}


#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #adf0d1;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #00203f;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #adf0d1;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}