@import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');
@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: "Saira", sans-serif;
  color: #444444;
  font-size:16px; line-height:23px;
}

.carousel {
    position: relative;
    padding: 15px 0;
}

a {
  color: #014c83; text-decoration:none;
}

.about .content ul li, p{ font-size: 15px; line-height: 24px; }

p{ font-size: 15px; line-height: 24px;}

a:hover {
  color: #5fae3f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
}
.rotate {
  animation: rotation 100s infinite linear; position:absolute; top:20%; left:32%; margin:0 auto;
}
.rotate img{
  margin:0 auto; opacity:.2;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.body-fx header { margin: 5px auto; /*background:rgba(35,44,43,.95);*/}

header{ text-align:center;}

header img {
 margin:0 auto;
}

.body-fx .navbar-default{background-color: transparent !important;}

/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgb(1,76,131);
background: linear-gradient(-90deg, rgba(0,105,64,1) 0%, rgba(1,76,131,1) 100%);
padding: 0;
}

#banner-hm .carousel-control.left, #banner-hm .carousel-control.right{background:none;}
#banner-hm .carousel-inner>.carousel-item{ /*background: rgba(3,60,94,.1);*/}

#banner-hm .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
  padding-top: 60px;
}

#banner-hm h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#banner-hm p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 20px auto;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

#banner-hm .btn-get-started {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; 
  background:#014c83;
  border: 2px solid #05bc75;
}

#banner-hm .btn-get-started:hover {
  background: #05bc75;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #banner-hm p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #banner-hm .carousel-container {
    height: 90vh;
}


#banner-hm h2{ font-size: 28px;}

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section { padding: 50px 0; overflow: hidden;}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 17px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0461a6;
  text-align: left;line-height: 30px;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #014c83;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #014c83;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 40px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0461a6;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #014c83;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #014c83;
}

.about .content .btn-learn-more:hover {
  background: #014c83;
  color: #fff;
  text-decoration: none;
}
.about p{text-align:justify;}
.about .content h4{font-size:20px; line-height:40px; color:#014c83;}

/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(0,105,64);
    background: linear-gradient(-90deg, rgba(0,105,64,1) 0%, rgba(1,76,131,1) 100%);
  padding: 80px 0;
}

.carr h2{ color: #fff; font-weight: 700;}

.carr .section-title h2:after{ background:#fff;}
.carr .section-title p{ text-align:left;}

.carr p{ color: #fff; text-align:left;}

.carr .carr-btn {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #014c83;
  margin-top: 60px;
}

.carr .carr-btn:hover {
  background: #fff;
  color: #014c83;
}

@media (max-width: 1024px) {
  .carr {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .carr .carr-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{background: rgb(0,105,64);
    background: linear-gradient(90deg, rgba(0,105,64,1) 0%, rgba(1,76,131,1) 100%);}
.services .section-title h2, .services .section-title p{color:#fff;}
.services .section-title h2::after{background:#fff;}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin: 20px auto;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon-box:hover .icon i{
  transform:rotate(-45deg);
}
.services .icon {
  position: absolute;
  left: 5px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color:#014c83;
}

.services .title {
  margin-left: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;  
}

.services a .title {
      color: #111;
  transition: ease-in-out 0.3s;
}

.services  a:hover .title, .services  a:hover .description{
   color: #111;
}

.services .description {
  font-size: 15px;
  margin-left: 45px;
  line-height: 24px;
  margin-bottom: 0;
  color: #111;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(0,105,64);
    background: linear-gradient(180deg, rgba(0,105,64,1) 0%, rgba(1,76,131,1) 100%);
	
}
.team .member:hover .member-img {
  background: rgb(0,105,64);
    background: linear-gradient( 0deg, rgba(0,105,64,1) 0%, rgba(1,76,131,1) 100%);
}
.team .member .member-info {
  padding: 15px 5px; background:#014c83;
}
.team .member:hover .member-info {
 background:#006940;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff; text-align:center;
}

.team .member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #eee; text-align:center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 15px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #014c83;
  float: left;
  width: 44px;
  height: 44px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 15px;
  color: #555974;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #014c83;
  color: #fff;
}

.contact .map-hm-rht {/*
  width: 100%;
  background: #fff;*/
}

.contact .map-hm-rht .form-group {
  padding-bottom: 8px;
}

.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .map-hm-rht input {
  height: 44px;
}

.contact .map-hm-rht .sbmt-btn{
  background: #014c83;
  border: 0;
  padding: 10px 24px;
  color: #fff;margin-top: 40px;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .map-hm-rht .sbmt-btn:hover {
  background: #5fae3f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #014c83;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer img{margin:0 auto;}
#footer p {
  font-size: 15px;; color:#fff;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #006940;
  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 .social-links a:hover {
  background: #17cf87;
  color: #fff;
  text-decoration: none;
}


#footer .copyright {
  margin: 0 0 5px 0; color: #fff;
}

#footer .credits {
  font-size: 15px;;color: #fff;
}
#footer .credits a{
  color:#fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #006940;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 1px solid #fff;
    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;
}

@media(max-width:1024px){


}


@media(max-width:991px){
#HeaderControl { padding:0;}

}

@media(max-width:769px){

.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; top: 0; height: auto !important;}

}

@media(max-width:767px){	

#MenuControl, #MenuControl_C{ height:inherit !important; width: 100%;}
#MenuControl_C #navbar-collapse-1{ height:auto !important;}

}
	
@media(max-width:736px){

#HeaderControl, center #form1 #HeaderControl{ width: 100%;  z-index: 999999999;}
	
#MenuControl, #MenuControl_C{ height:inherit !important; width: 100%;}

.body-fx .navbar-default .navbar-toggle {
    border-color: #014c83;
}

.body-fx #MenuControl{ height: inherit !important;  width: 100%;}
.body-fx #HeaderControl{ z-index: 999999999;}
.body-fx #HeaderControl{ width: 100%;}
.body-fx #MenuControl_C{ height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{ height: 278px !important; overflow-y: auto;}
.navbar-nav{ margin-bottom:0;}

center #HeaderControl{ padding:0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{ border-color: #014c83;}
center .navbar-default .navbar-toggle { border-color: #014c83;}

.body-fx center #HeaderControl{ height: 70px !important;}
center #form1 #HomepagecontentControl{ padding-top: 75px;}

}
	
@media(max-width:568px){
p{ font-size: 15px; line-height: 23px;}

#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}

}
	
@media(max-width:480px){
.container{ font-size: 15px;}
.hm-about p{line-height: 21px;}

#HeaderControl, #MenuControl{ top: 0;}
#HeaderControl, center #form1 #HeaderControl{ width: 100%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{ width: initial; max-width:97%;}

.navbar-toggle{ margin-top: 12px;}

center #HeaderControl { padding:4px 0;}
center #form1 #HomepagecontentControl{ padding-top:50px; }

#banner-hm .btn-get-started{ padding: 7px 20px !important;}


}
	
@media(max-width:414px){


}
	
	
@media(max-width:360px){
	
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;}
	
}