@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  /*background: url(../Image/hm-bg.png); background-size:100% 100%; background-attachment:fixed;*/
  color: #444444;
}
.cont-page h2{
    font-size: 21px;
    font-weight:bold;
    color: #111;
    line-height: 24px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
    }
		
.cont-page h2 span{ color: #111; font-weight: normal; font-size: 18px;}

.cont-page .st-feature-box {
    background: #13adc5;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 75px;
    position: relative;
    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cont-page .feature-box-image {
    margin-top: 20px;
}

.cont-page .feature-box-image .fa{
   font-size:30px; color:#fff;
}

.cont-page h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
a {
  color: #084a94;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/


/*navbar*/
.bnr-sec{background-image:url(../Image/banner-image.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:100% 100%; height:100vh; position:relative;}
.bnr-sec .banner-content{position:relative; top:200px;}

.bnr-sec .banner-img { position: relative; top: 50px;}
.banner-content h1{color:#eee;font-size: 54px;line-height: 75px;letter-spacing: 3px;font-weight:bold;}
.banner-content h2{color:#eee;letter-spacing:3px; line-height:50px; font-size:40px; min-height:120px;}
.banner-content .txt-rotate .wrap{border-right:#084a94 solid;}
.banner-content a{color:#fff; background:#104a94; line-height:40px; padding:10px 20px; margin:5px 20px; border-radius:10px; border:2px dashed #eee; transition:.5s; font-weight:bold;}
.bnr-sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);
    width: 100%;
    height: 195px;
    z-index: 2;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #084a94;
  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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 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: 10px;
  color: #084a94;
  text-transform:uppercase;padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after {content: '';  position: absolute;  left: 0; right:0;  bottom: -2px; height: 6px; background: #084a94; width: 60px;margin:0 auto;}
.section-title h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 2px;  background: #00295a;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}
.footer-info p{
  color: #fff;
}

@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;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
 .bnr-sec{height: 23vh;}
.bnr-sec .banner-content{top: 150px;}
.banner-content h1{color:#eee;font-size:65px;line-height: 60px;letter-spacing:5px;font-weight:bold;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}

}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{position:relative;background-color:  rgba(47,77,90,.85);padding: 20px 0; height: 80px;}
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 75%;
}
}