@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{font-family: 'Montserrat', sans-serif; font-size:15px; line-height:23px;}
*{font-family:Montserrat !important;}
.fa {font-family:fontawesome !important;}
a {
    color: #0fa5b6;
    text-decoration: none;
}

section{padding:30px 0;}
/*contact*/

.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #1e1e1e;
    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;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.inner-page{ padding-bottom: 30px;}
.cont-soc img{ margin-right:5px;}
.cont-page h2{ font-weight: 600; color: #262626; font-size: 21px; margin-top: 0; text-transform: uppercase;}
.cont-page h5{ color: #222; font-size: 22px; margin-bottom: 20px;}

.cont-page{ text-align:left;}


img{ max-width:100%;}

a {
  color: #2782bb;
  transition: 0.5s;
}

section #abt-hm p {
    line-height: 24px;
    padding-bottom: 16px;
    font-size: 14px;
    text-align: justify;
}

.team-boxes p{ font-size: 14px; color: #333; line-height: 22px; text-align: justify;}

.carousel-content {
    top: 30%;
    position: absolute;
   background: rgba(2,2,2, 0.75);
    padding: 20px;
    width: 60%;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto;
	border-radius: 20px;
}

.carousel-indicators{ width: auto; right: 0; left: 0; margin: 0 auto; }
.carousel-indicators li{ width:20px; height:7px; background: #dd3d25; border:0; transition:.5s;}
.carousel-indicators .active{ height: 5px; background:#222; border:0; padding: 4px;}

.title h2{ color:#fff; font-size: 40px; line-height:60px;  font-weight: 500; text-align:center; 
text-transform: uppercase;}
.title h2 span{ display:block; color:#dd3d25; font-weight: 600;}

.carousel-inner>.item>img{ width:100%;}

.cont-page h3{ margin:0; font-size: 18px; margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif;}

.cont-page h2 span{ display: block; font-size: 16px; color: #3e3e3e; font-weight: 500; margin-bottom: 6px;line-height: 27px;}
	
.cont-heading{ font-family: Helvetica, Arial, sans-serif; margin: 0; font-size: 15px; text-transform: uppercase; background: #dd3d25; padding: 9px 10px; color: #fff; margin-bottom: 8px;}
	
.head-bx{ float: left; width: 50%;}
	
.contd-bx{ float: left; width: 50%;}
	
.brn-bx h2{ text-align:center;}

.map-cont img{ max-width:100%;}

.cont-page .st-feature-box{
    background: #044479;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff; }
	
.cont-page .feature-box-image{ margin-top: 13px;}
.brnh-off p{ margin-bottom:2px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  /*background: rgba(0, 0, 0, 0.7);*/
  border-top: 8px solid #0fa5b6; padding:25px 0;
  transition: all 0.5s;
  width:100%;
}
header img{margin:0 auto; max-width:100%;}
header .head-cntr h2, header .head-rht h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
    text-align: left;
}
header .head-cntr h2 span, header .head-rht h2 span{
    /*! display: block; */
    font-weight: normal;
    margin-top: 28px;
}
header .head-cntr h2 .fa, header .head-rht h2 .fa{
    float:left; margin-right:10px; color:#0fa5b6;
    font-size: 33px;
}
header .head-rht h2 a{
    color:#000;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



/*banner*/
.banner-main {
    position: relative;
}
/*-----carousel zoom effect-----*/
@-webkit-keyframes zoom {
    from {
  -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.4, 1.4);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}
.banner-sec{
    /*width: 100%;
    height: 100%;*/ padding:0;
    position: relative;
}
.banner-sec .carousel-inner .item > img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;width:100%; height:100%;
}

.banner-sec .carousel-indicators li{width:20px; height:20px; background-color:#025b65; margin:0; border:5px solid #0391a1;}
.banner-sec .carousel-indicators .active{ background-color:#025b65; margin:0; border:5px solid #1977cc;}
/*------carousel capion text displayt--*/
.banner-sec .carousel-caption {
    position: absolute;
    top: 20%;
    color: #fff;
    text-align:left;
    text-shadow: 9px 4px 8px rgba(0,0,0,.75);
	left:10%;
	width:60%;
 }
.carousel-caption h2{font-size: 50px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase; animation: fadeInRight 2000ms ease-in-out;}
.carousel-caption h4{font-size: 25px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase; animation: fadeInRight 2000ms ease-in-out;}
.carousel-caption h2 span{color:#fff;    display: block;}
.carousel-caption h4 span{color:#fff;}
.carousel-caption p{font-size:18px; line-height: 25px; margin-top:50px; animation: fadeInRight 2000ms ease-in-out;}
.carousel-caption p a{font-size:18px; line-height: 25px; color:#fff; background:#0fa5b6; padding:15px 25px; border-radius:40px; border:5px solid #0391a1;text-shadow:none;}
.banner-sec .carousel-control{display:none;}
/*.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out !important;
    -o-transition: -o-transform .6s ease-in-out !important;
    transition: transform .6s ease-in-out !important;
}*/

/*----Change the direction of banner slider carousel------ */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/*-----carousel zoom effect-----*/
/*banner*/


/*banner-bottom*/
.bx-item {
    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 #0391a1;
    margin: 10px auto;
    text-align: center;
}
.bx-item::before {
    content: '';
    position: absolute;
    background: #0391a1;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    transition: all 0.3s;
    z-index: -1;
    transform: rotate(45deg);
}
.bx-item:hover::before {
    background: #0fa5b6;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
	transform: rotate(0deg);
}
.bx-item i {
    font-size: 40px;
    color: #0fa5b6;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
    color: #111;
}
.bx-item a {
    color: #0fa5b6;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
    color: #fff; text-decoration:none;
}

/*banner-bottom*/

/*hm-abt*/
.hm-abt {/*background:#000; background-image:url(../Image/hm-abt-bg.jpg); background-attachment:fixed; background-position:top center;*/ padding:100px 0 50px;    /*background-size: 100% 100%;*/}
.abt-img img{/*border:7px solid #ffc610;*/ border-radius:10px;}
.hm-abt .abt-cont {/*background-color: #ffffff;border:7px dashed #ffc610;
    padding: 2rem;
    width: calc(100% + 120px);
    margin-left: -120px;
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    margin-top: 50px;*/}
.hm-abt .abt-cont p{text-align:justify;}
.about-img {
    position: relative;
}
.about-img .about-font-img {
    position: relative;
    z-index: 1;
    border: 15px solid rgba(240,240,240,0.7);
}
.about-img .f-left {
    float: left;
}
.about-img .f-right {
    float: right;
}
.about-img .about-back-img {
    position: absolute;
    top: -47px;
    left: 0;
    z-index: 0;border: 15px solid rgba(240,240,240,0.7);
}
.section-tittle h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;    padding-bottom: 15px;
}
.section-tittle h2 span{color:#0fa5b6;}
.section-tittle h2::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 5px;
    background: #0fa5b6;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.section-tittle h2::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #048b9a;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    left: 20px;
    right: 0;border-radius: 50%;
    bottom: -5px;
}
@keyframes MOVE-BG{
	from{-webkit-transform:translateX(0);
	transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0)}
	to
	{-webkit-transform:translateX(150px);
	transform:translateX(150px);
	-moz-transform:translateX(150px);
	-ms-transform:translateX(150px);
	-o-transform:translateX(150px)}
	}

.hm-abt-btm-section{padding:80px 0; background:#f7f7f7;}
/*hm-abt*/

img{max-width:100% !important;}

/*services*/
.services{padding:50px 0; background:#f7f7f7;}
.services .section-tittle h2::after{left:70px;}
.timeline > li {
    min-height: 170px;
}
.timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
}
.timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}
.timeline {
  position: relative;    margin-top: 60px;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline .rounded-circle {
    border-radius: 50% !important;
}
.timeline .img-fluid {
    max-width: 100%;
    height: auto;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #0fa5b6;
  border-radius: 100%;
  background-color: #0fa5b6;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
    color: #0fa5b6;
    font-weight: bold;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}
.timeline .timeline-body > p a{font-weight:bold;}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 20px; font-weight:bold;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/*services*/


/*hm-contact*/
.hm-contact .section-tittle h2{color: #fff;}
.hm-contact .section-tittle h2 span{color: #fff;}
.hm-contact .section-tittle h2::after{left: 50px;background-color: #fff;}
.hm-contact .section-tittle h2::before{background: #fff;}
.hm-contact{
    background-color: #212529;
    background-image: url(../image/map-image.jpg);
    background-repeat: no-repeat;
    background-position: center; padding:80px;
}
.hm-contact .section-heading{font-size:30px; font-weight:700; color:#fff; line-height:35px;margin-bottom: 40px;}
.hm-contact .btn-sbmit{background:#fff; margin-top:30px;padding: 15px 25px;}
.hm-contact .form-group-textarea .form-control{margin-top:17px; padding:15px 12px;}
.hm-contact input{margin:20px 0;padding:25px 12px;line-height:40px;} 
/*hm-contact*/
/*footer*/
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
.top.scll-top .fa{width: 28px;  height: 25px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #0fa5b6;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}
footer{background:#111; padding:20px 0 10px;color: #fff;}
footer p, footer a{color:#fff;text-align: center;line-height:40px;transition:all .3s;font-size: 14px;}
footer .fa{font-size: 20px;
    line-height:40px;
    text-align: center;
    color: #0fa5b6;
    border: 1px solid #0fa5b6;
	background:#fff;
    width: 40px;
    height: 40px; 
    border-radius: 10px; transition:all .3s;}
footer .align-items-center{padding-top:10px;}
footer .fa:hover{font-size: 20px;
    text-align: center;
    color: #000;
    border: 1px solid #0fa5b6;
    border-radius: 50%;}
footer .text-right{color:#fff;}
footer a:hover{color: #0fa5b6;}
.foooter-btm{border-top:1px solid #333;}
.foooter-btm a{margin: 0 10px;}
.foooter-btm a:hover{text-decoration:none; font-weight:bold;}

/*footer*/
@media (min-width: 768px){
.timeline:before {
    left: 50%;
}
}