@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  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: #00295a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    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: #ff6d73;
}

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%;}

.bnr-sec{background-image: url(../Image/banner-image.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover;
background-attachment:fixed; position:relative; height:100vh;}
.banner-content{position:absolute; top:200px; width:50%;}
.banner-content h1{color:#ff6d73; font-size:50px; line-height:60px; letter-spacing:5px; font-weight:bold;}
.banner-content h2{color:#fff;letter-spacing:3px; line-height:35px; font-size:25px; min-height:120px;}
.banner-content .txt-rotate .wrap{border-right:#ff6d73 solid;}
.banner-content a{color:#fff; background:#ff6d73; line-height:40px; padding:10px 20px; margin:5px 20px; border-radius:10px; border:2px dotted #111; transition:.5s; font-weight:bold;}
.banner-content a:hover{color:#ff6d73; background:#111; line-height:40px; padding:10px 25px; margin:5px 20px; border-radius:10px; border:2px dashed #fff;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #ff6d73;
  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;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 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: #ff6d73;
  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: #ff636a; 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;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .side-icn{position: absolute;
    top: 50%;
    right: 15px;
    width: 90px;
    height: 120px;
	text-align:center;
    background: #ff6d73;
    margin-right: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.about .side-icn .fa{font-size: 50px; line-height: 120px; text-align: center; color:#fff;}
.about .abt-img:after {
    position: absolute;
    top: 0px;
    left: 15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #ff6d73 transparent transparent transparent;
}
.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 0 30px;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 31px;
  color: #ff6d73;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}

.about .content p {
  margin-bottom: 10px;
  text-align:justify;
  font-size: 14px;
  line-height:26px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #ff6d73;
  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: #00295a;
}

.about .icon-boxes .icon-box {
    padding: 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: #ff6d73;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #ff6d73;
    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: #ff6d73;
    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
--------------------------------------------------------------*/

.ser-bx {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.ser-bx .img {
    width: 100%;
    height: 240px;
    display: block;
}
.ser-bx .img .icon {
    width: 70px;
    height: 70px;
    background: #ff6d73;
    margin: 0 auto;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ser-bx .img .icon span {
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 20px;
    left: 30px;
}
.ser-bx .text {
    width: 90%;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    margin-top: -75px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 10%);
}
.ser-bx .text h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.ser-bx .text p {
    margin-bottom: 0;
    font-size: 15px;
}
.ser-bx:hover .img .icon {
    opacity: 1;
}
.ser-bx:hover .text {
    background: #00295a;
}
.ser-bx:hover .text h3 {
    color: #fff;
}
.ser-bx:hover .text p {
    color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team .col-lg-6 {
  padding: 0px;
}


.tm-lft{background-image:url(../Image/tm-bg.jpg); background-repeat:no-repeat; background-size:100% 100%; min-height:450px;position:relative;}
.tm-lft:before{position:absolute; top:0; left:0; right:0; background:rgba(0,41,90,.7); content:'';width: 100%; height: 100%; z-index:0;}
.carousel-indicators li{background-color:#fff; width: 10px; height: 10px; border-radius: 50%;border: 5px solid #ff6d73; opacity:1;}
.carousel-indicators .active{background-color:#00295a;}
.carousel-indicators{bottom: -50px;right: inherit;margin-left: 10%;}
.tm-img img{float:left; width:80px; border:4px solid #ff6d73; border-radius:50%; margin-right:10px;}
.tm-bx h3{display:block; font-size:22px;line-height:30px; padding-top: 15px;color: #fff;}
.tm-bx p{color:#fff;}
.tm-bx h3 span{display:block; font-size:16px;}
.tm-rht{padding: 100px 60px 0;min-height: 450px; background:#00295a;}
.team .section-title{position:absolute; top:45%; margin:0 auto; right:0; left:0; color:#fff;}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {/*padding:10px 0 80px;*/}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 30px 0;
  background: #fff;
}



.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .map-hm-rht input::focus{
  background-color: #ff6d73;
}

.contact .map-hm-rht input {
  padding: 20px 15px;
}


.contact .map-hm-rht [type="submit"] {
  background: #ff6d73;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00295a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 15px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}


#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: 'Poppins', sans-serif;
  margin-top: 14px;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00295a;
  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: #ff6d73;
  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;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top .footer-links p{
  color: #fff;
  font-size: 14px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 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: #a2cfe3;
}

#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: #ff6d73;
  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 #385b6b;
  font-size: 14px;
  text-align: center;
  padding-top: 30px;
}

#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: #00295a;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px 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: 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: 767px) {
 
.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;}

}
@media (max-width: 414px) {

}