@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('OpenSans-Regular'), url(../image/OpenSans-Regular.ttf) format('truetype');
}
.diveder{
  width: 30%;
  height: 5px;
  border: 1px solid #4471c4;
  background-color: #4471c4;
  margin: 18px auto;
}
.banner_tagline{
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 500 !important;
}
/* homepage */
.about-area{position: relative;}
.about-image {
    position: relative;
    right: -100px;
}
.about-image img {
    position: relative;
}
.about-content {
    background: #fff;
    padding: 40px 10px 40px 50px;
    position: relative;
    left: -100px;
    top: 40px;
}
.about-content h3 {
    line-height: 32px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-content p { color:#444; text-align:justify;
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 26px;
    margin-bottom: 5px;
}
#content{overflow:hidden;}
.about-btn {
    margin-top: 30px;
}
.knoe-more-btn {
    border: 1px solid #FFC30C;
    color: #222;
    padding: 15px 26px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #FFC30C;
    position: relative;
    margin-right: 30px;
    transition: 0.4s;
}
.knoe-more-btn:hover {
    background: #222;
    color: #FFC30C;
    border: 1px solid #222;
    transition: 0.4s;
}
.about_content_subhead{
  font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

/** end homepage **/
/* leader start*/
  
.leadership-area{position: relative;}
.leadership-image {
    position: relative;
    right: 100px;
}
.leadership-image img {
    position: relative;
}
.leadership_content {
  background: #fff;
  padding: 40px 40px 40px 0;
  position: relative;
  left: 100px;
  top: 63px;
  z-index: 1;
}
.leadership_content h3 {
    line-height: 32px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}
.leadership_content p { 
  color:#444; text-align:justify;
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 26px;
    margin-bottom: 5px;
}
#content{overflow:hidden;}
.about-btn {
    margin-top: 30px;
}
.knoe-more-btn {
    border: 1px solid #FFC30C;
    color: #222;
    padding: 15px 26px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #FFC30C;
    position: relative;
    margin-right: 30px;
    transition: 0.4s;
}
.knoe-more-btn:hover {
    background: #222;
    color: #FFC30C;
    border: 1px solid #222;
    transition: 0.4s;
}
.leadership_content_subhead{
  font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

/** end leader **/


/* team start */
 
.Team-area{position: relative;}
.Team-image {
    position: relative;
    right: -100px;
}
.Team-image img {
    position: relative;
}
.Team-content {
    background: #fff;
    padding: 40px 10px 40px 50px;
    position: relative;
    left: -100px;
    top: 70px;
}
.Team-content h3 {
    line-height: 32px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}
.Team-content p { color:#444; text-align:justify;
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 26px;
    margin-bottom: 5px;
}
#content{overflow:hidden;}
.Team-btn {
    margin-top: 30px;
}
.knoe-more-btn {
    border: 1px solid #FFC30C;
    color: #222;
    padding: 15px 26px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #FFC30C;
    position: relative;
    margin-right: 30px;
    transition: 0.4s;
}
.knoe-more-btn:hover {
    background: #222;
    color: #FFC30C;
    border: 1px solid #222;
    transition: 0.4s;
}
.Team_content_subhead{
  font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

/** end Team **/
/* widgetpage1 */
.Infrastructure_content_subhead{
  font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.Infrastructure_content  h2{
  font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
.Infrastructure_content ul li{
  color: #fff;
}
.border_left_pos{
  position: relative;
}
.border_left::before{
  content: "";
    display: inline-block;
    width: 5px;
    height: 60px;
    border: 1px solid #4471c4;
    background-color: #4471c4;
    position: absolute;
    top: 3px;
    left: -8px;

}


/* what we do service */
.what_content_subhead{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
/** services **/
.hm-ser {
  padding-bottom: 90px;
   margin-top: 60px;
}
.ser_three_box {
  text-align: center;}
.single-services {
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);margin: 20px auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.services-img {
  overflow: hidden;
  position: relative;
}
.services-img img {
  transform: scale(1.1);
  transition: 0.4s;
  max-width: 100%;
}
.image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.80) none repeat scroll 0 0;
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
.image-layer a {
  display: block;
  text-align: center;
  position: relative;
  top: 20%;
  margin-top: -10px;
}
.image-layer a i {
  background: transparent;
  font-size: 100px;
  color: #FFC30C;
}
.main-services {
  display: block;
  position: absolute;
  padding: 30px 15px;
  bottom: -95px;
  left: 0;
  z-index: 2;
  margin-top: -50px;
  background: rgba(0,0,0,0.80) none repeat scroll 0 0;
  transition: 0.4s;
}
.service-content h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
}
.main-services p {
  color: #fff;
  opacity: 0;
}
.service-btn {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  z-index: 2;
}
.service-btn:hover {
  color:#ffc30c;
}
.service-btn::after {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  right: -12px;
  top: -1px;
}
.single-services:hover .services-img img {
  transform: scale(1);
  transition: 0.4s;
}
.single-services:hover .image-layer {
  transition: 0.4s;
  opacity: 1;
}
.single-services:hover .main-services {
  background: transparent;
  transition: 0.4s;
  bottom: 20px;
}
.single-services:hover .main-services p {
  opacity: 1;
}
.title h2{
line-height: 32px;
  font-size: 30px;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
/** end  **/


/* key start */

.Key-area{position: relative;}
.Key-image {
    position: relative;
    right: -100px;
}
.Key-image img {
    position: relative;
}
.Key-content {
    background: #fff;
    padding: 40px 10px 40px 50px;
    position: relative;
    left: -100px;
    top: 68px;
}
.Key-content h3 {
    line-height: 32px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}
.Key-content p { color:#444; text-align:justify;
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 26px;
    margin-bottom: 5px;
}
#content{overflow:hidden;}
.Key-btn {
    margin-top: 30px;
}
.knoe-more-btn {
    border: 1px solid #FFC30C;
    color: #222;
    padding: 15px 26px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #FFC30C;
    position: relative;
    margin-right: 30px;
    transition: 0.4s;
}
.knoe-more-btn:hover {
    background: #222;
    color: #FFC30C;
    border: 1px solid #222;
    transition: 0.4s;
}
.Key_content_subhead{
  font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

/** end Key **/

/** contact **/

.cont h3{
  font-size: 29px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
.Key_content_subhead{
  font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

 .black {
     color: #000;
     font-weight: normal;
}
 .contact {
     padding-top: 90px; background: url(./image/cont-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
 .contact .title {
     padding-bottom: 60px;
     text-align: left;
}
 .contact .title h2 {
     font-size: 60px;
     font-weight: normal;
     line-height: 46px;
     color: #ffc30c;
     padding: 0;
    text-align: center;
}

 .map-hm-rht { border-radius:20px;
    background: rgba(10,10,10,.2);
     padding: 40px 30px;
     margin: 30px auto;
}
.form-control{box-shadow:none;}
.form-control {font-size: 18px;
     border-radius: inherit;
     /*margin-bottom: 20px;*/
     padding: 15px 10px;
     background: transparent;
     border-bottom: #fff solid 1px !important;
     border: transparent;
	 height:inherit; line-height:40px;
}
 .form-control:focus {
     box-shadow: inherit;
     background: transparent;
     border-bottom: #fff solid 1px !important;
}
 .textarea {
     background: transparent;
     border-bottom: #fff solid 1px !important;
     border: transparent;
     padding-top: 6px;
     width: 100%;
     color: #fff;
     opacity: 1;
}
.sub-btn-hm {
     font-family: poppins;
     margin: 0 auto;
     display: block;
     background: #ffc30c;
     color: #fff;
     max-width: 120px;
     padding: 6px 0px;
     width: 100%;    border: 0;
     font-size: 18px;
     margin-top: 20px; transition: all .5s; 
}
 .sub-btn-hm:hover {border-radius:20px; /*
     background: #000 ;
     color: #fff;*/
}
 .padddd {
    padding-left: 0px;
     padding-right: 0;
}
 .map_section {
     height: 100%;
}
 .padding {
    padding-right: 0px;
     padding-left: 0;
}

/** end contact **/
.icon_footer{
  font-size: 30px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 8px;
}
.footer_cont{
  padding: 20px 0;
}
.footer_cont p{
  color: #fff;
}
.footer_cont a{
  color: #fff;
}
/* end */

#FooterrControl1_tr_hitCounter{
  padding: 0px !important;
}
/* team */
.Team-heading{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.Team-subheading{
  font-size: 18px;
  font-weight: 600;
}
progress{
  vertical-align: baseline;
  width: 80%;
  appearance: none;
  -webkit-appearance: none;
}
.one::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.one::-webkit-progress-value{ background-color: #92d050; border:1px solid #92d050;border-radius: 30px; }

.two::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.two::-webkit-progress-value{ background-color: #c5dfb4; border:1px solid #c5dfb4;border-radius: 30px; }

.three::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.three::-webkit-progress-value{ background-color: #9dc3e6; border:1px solid #9dc3e6;border-radius: 30px; }

.four::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.four::-webkit-progress-value{ background-color: #ffff00; border:1px solid #ffff00;border-radius: 30px; }

.five::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.five::-webkit-progress-value{ background-color: #c55a11; border:1px solid #c55a11;border-radius: 30px; }

.six::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.six::-webkit-progress-value{ background-color: #ffe699; border:1px solid #ffe699;border-radius: 30px; }

.seven::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.seven::-webkit-progress-value{ background-color: #4471c4; border:1px solid #4471c4;border-radius: 30px; }

.eight::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.eight::-webkit-progress-value{ background-color: #a4a4a4; border:1px solid #a4a4a4;border-radius: 30px; }

.nine::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.nine::-webkit-progress-value{ background-color: #ffc000; border:1px solid #ffc000;border-radius: 30px; }

.ten::-webkit-progress-bar{ background-color: #d9d9d9; border:1px solid #d9d9d9; border-radius: 30px; }
.ten::-webkit-progress-value{ background-color: #c5dfb4; border:1px solid #c5dfb4;border-radius: 30px; }


label{
font-size: 16px;
font-weight: 600;
}

/* end */

.border_left_pos{
  position: relative;
}
.border_left::before{
  content: "";
    display: inline-block;
    width: 5px;
    height: 60px;
    border: 1px solid #4471c4;
    background-color: #4471c4;
    position: absolute;
    top: 3px;
    left: -8px;

}

.team {
  padding-top:50px;
}
p{
  color: #444;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.50px;
  line-height: 26px;
  margin: 3px 0;
  
}
ul li{
  color: #444;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.50px;
  line-height: 26px;

}

.tm-bx {
    border: 1px px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 330px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 30%);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}
.whatsapp_btn2{
    position: fixed;
    bottom: 7em;
    right: 3px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn2 .icon_logo{
    position: relative;
    z-index: 100;
    margin-left: 11px;
    margin-top: 12px;
    padding: 4px 5px;
}

.whatsapp_btn2 .icon_logo > a > img{
    width: 61%;
}

.whatsapp_btn2 .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}
/* img {
  width:100%;
} */

*{/* font-family:Open Sans !important; */}
.fa {font-family:fontawesome !important;}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #000;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
section.bnr{padding:0;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #ffb03b;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*! padding: 20px 0; */
    /*! height: 65px; */
    position: absolute;
    left: 0;
    top: 0;
    background: transparent !important;
    right: 0;
    transition: all 0.5s;
    z-index: 997; /*! background:rgba(47,77,90); */
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 /*! margin:0 auto; */
 width: 318px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
center #header{
    background: #2f4d5a;
    }
.body-fx #header{/*! padding: 6px 0; */
    height: 76px;
    /*! position: fixed; */
    left: 0;
    padding: 4px;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
  
    background-color: #ffb03b !important;

    }
.body-fx .navbar-default{background-color: transparent !important;margin-top: 13px;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #000;
  text-transform:
  uppercase;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 5px;
  background: #ffb03b;
  z-index: -1;
}
.section-title h2::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    top: 50px;
    left: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    background: #000;
}
.section-title h2 span{color: #ffb03b;}
.section-title p {
  margin-bottom: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../image/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  position: relative;
      overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  color: #ffb03b;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}
.about .content h3:before {
    content: '';
    width: 5px;
    height: 80px;
    position: absolute;
    background: #2f4d5a;
    left: -15px;
}
.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:30px;
  font-size: 16px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #ffb03b;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .rd-mr:hover {
  background: #2f4d5a;
}

.about .icon-boxes .icon-box {
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
	border:1px dashed #ccc;margin: 10px auto;
	text-align:center;
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ffb03b;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #ffb03b;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #ffb03b;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 10px 10px;
  /*! width: 18%; */
  height: 323px;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
  border:1px dashed #ccc;
  margin-bottom: 10px;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #ffb03b;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 80px;
  line-height: 1;
  color: #ffb03b;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

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

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .description a{color:#333;}
.services .icon-box:hover .title a, .services .icon-box:hover .description, .services .icon-box:hover .description a {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #ffb03b;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# car
--------------------------------------------------------------*/
.car {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./image/carr-bg.jpg") fixed center center;
  background-size: cover;
  padding: 40px 0;
  margin: 30px 0;
}



.car p {
  color: #fff; line-height:30px;
  font-size: 15px;
}

.car .car-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.car .car-btn:hover {
  border-color: #fff;
  background: #ffb03b;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ffb03b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  background: rgba(0,0,0,.8);
}
.team .member .pic img{max-width: 60%;}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #2f4d5a;
  padding: 11px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 82px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 16px;
}

.member-info p{padding-top:10px; font-size:15px;}
.team .member .social a {
  transition: color 0.3s;
  /*color: #52869d;*/
}

.team .member .social a:hover {
  color: #ffb03b;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px; color:#fff;
}
.member-info a{color:#fff;}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {padding: 50px 0 68px;}
.contact .map-hm-rht {
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
  /* height: 400px;
  padding: 50px 17px;
  background: #fff; */
}

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

.contact .map-hm-rht input::focus{
  background-color: #ffb03b;
}

.contact .map-hm-rht input {
  padding: 10px 15px;
}


.contact .map-hm-rht .sbmt {
  background: #2f4d5a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
}

.contact .php-email-form button.sbmt:hover {
  background: #8ec4dd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #44536a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

#footer .footer-top {
  padding: 24px 0;
    background: #4471c4;
}

#footer .footer-top .footer-info {
  margin-top: -75px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #2f4d5a;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  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: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f4d5a;
  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: #ffb03b;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  border-bottom:1px dashed #fff;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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:0 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#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 .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffb03b;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #dfdfdf;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 14px;
}
 a{
  TEXT-DECORATION: NONE; 
 }
.credits a{
  color:#fff;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #ffb03b;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #ffb03b;
    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: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media(max-width:1024px){
.nav>li>a{    padding: 9px 1px;}
.navbar-fixed-top .nav>li>a{padding-left: 10px;
    padding-right: 10px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;}
}
@media(max-width:991px){
.navbar-default .navbar-nav>li>a { font-size: 12px;}
#HeaderControl { padding: 8px 0;}
}
@media(max-width:769px){

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}
.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; 
	    top: 0;
		height: auto !important;}
	}@media(max-width:767px){	
    .footer_cont p {text-align:center}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #033c5e; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #920e37; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #010066; border-bottom:1px solid #fff;}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;    /* background: #ffb03b !important */;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #033c5e;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.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: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;
}
.body-fx center #HeaderControl{height: 67px !important;/*! position: absolute; */}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
.services .icon-box {
    padding: 10px 10px;
    width: 98%;
    height:auto;
    margin: 1%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
}
#header{background:#ffb03b !important;top: -15px;}
  #header img{
width: 90%;
}
  #menu-control {
    top:20px;
  }
	}
	
@media(max-width:568px){
p{font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}
.navbar-nav>li>a {line-height: 24px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 2px 15px 2px 25px;}
	}
	
@media(max-width:480px){
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}

.navbar-default{/*padding: 8px 0;*/ top: 0;}


#HeaderControl, #MenuControl{    top: 0;position:relative;}
#logo-web{height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 78%; }
.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;
}
	}

@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #033c5e; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;/*padding-top: 25px;*/}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #ffb03b;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #920e37; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #ffb03b; border-bottom:1px solid #fff;}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #033c5e;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 100%;position: absolute;}
.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: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;
}
.body-fx center #HeaderControl{height: 67px !important;/*! position: absolute; */}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
#MenuControl {
  /* top: 75px; */
  z-index: 99999999999 !important;
}
	}
	
@media(max-width:568px){
p{font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}
.navbar-nav>li>a {line-height: 24px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 2px 15px 2px 25px;}
	}
	
@media(max-width:480px){
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}

.navbar-default{/*padding: 8px 0;*/ top: 0;}

center #form1 #MenuControl {
  /* top:75px !important; */
  position: initial;
}
#HeaderControl{top: 15px !important;}
#logo-web{height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 100%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{ width: initial; max-width:97%;/*! position: absolute; */}
.navbar-toggle{    /*! margin-top: 29px; */}
center #HeaderControl img{
    /* padding:4px 0; */
}
#HeaderControl {
  top:0px;
  background: #000 !important;
}
center #form1 #HomepagecontentControl {
    padding-top:50px;
}
	}
	
@media(max-width:414px){

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

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


#WidgetControl4 {
  display: none;
}