@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;}
/*--------------------------------------------------------------
# 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: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    text-align: left;
}
header .head-cntr h2 span, header .head-rht h2 span{
    display: block;
    font-weight: normal;
}
header .head-cntr h2 .fa, header .head-rht h2 .fa{
    float:left; margin-right:10px; color:#0fa5b6;
    font-size: 40px;
}
header .head-rht h2 a{
    color:#000;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header{ border-top:10px #0c49a2 solid;}
.head-lft{ text-align:left;}

.head-rht{float:right;/* padding-top:15px; */}
.head-rht p{ Font-size:16px; color:#0c49a2; line-height:20px; text-align:left;}

/*header*/

p{ font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px;}



/*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:#fff; margin:0; border:5px solid #0391a1;}
/*------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: 45px; 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{font-size: 60px; 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 { padding:100px 0 50px; }
.abt-img img{ border-radius:10px;}
.hm-abt .abt-cont{}
.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;}




.hm-abt{ font-family:Arial;}
.hm-abt p{ text-align:center;}
.hm-abt h3{ font-family:Arial; font-size:18px; font-weight:bold; color: #0c49a2; text-align:center; line-height:30px;}


.main-heading1{font-family:Arial; font-size:24px; font-weight:bold; color: #0c49a2; text-align:center; line-height:30px; border-bottom:1px dashed #ccc; padding-bottom:7px;}

.hm-serv{ margin-top:30px;}
.ser-bx{text-align:center;}
.ser-bx img{ max-width:100%; border:1px solid #ccc; border-radius:20px;}
.ser-bx h4 {font-size:18px; color: #0c49a2; line-height:30px; font-weight:bold;}

.Clientele{}

.Clientele img{ border:2px #222 solid; border-radius: 20px 0 20px 0; margin-top:10px; margin-bottom:20px;}



/*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 .sbmt-btn{ font-size: 16px; font-weight: bold; color: #222; background: #eee; padding: 10px 20px; transition: 0.4s; border-radius: 20px; margin-top:20px;}


/*hm-contact*/
/*footer*/

footer{
    margin-top: 20px;
    background: url(../image/serv-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* background: #333; */
    background-attachment: fixed;
    color: #333;
    background-size: cover;
    padding-top:20px;
    /* border-top: 4px solid #f9c809; */
    /* background: url(../image/ft-bg.jpg) no-repeat; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
}

footer .container-middle{position:relative;}

footer h2{ font-weight: 500;
    font-size: 23px;
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #222;
    z-index: 1;
    top: -17px;
}

footer .container-middle a{    color: #fff;}

.col-three{color:#8e8e8e;}

.us-lk p{color: #fff;}

.us-lk ul{     list-style-type: square;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;       padding-left: 24px;}

.us-lk ul li{line-height: 25px; margin-bottom: 15px; transition:0.5s;}
.us-lk ul li:nth-last-child(1){margin-bottom:0}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li a{color: #ffffff;}

.us-lk ul li:hover a{color:#fff !important;}

footer a{color:#fff;}

.ft-soc ul{font-size: 16px;     margin-bottom: 0;     list-style: none;}

.ft-soc ul{    padding-left: 0;
    font-size: 14px;}
	
.ft-soc ul a{color:#8e8e8e;}
.ft-soc ul li{margin-bottom:8px;}
.ft-soc ul li img{    margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#fff;}

.ft-cont p, .ft-cont p a{margin-bottom:8px; font-size: 13px; line-height: 20px;     color: #8e8e8e; line-height: 23px; 
    min-height: 25px;
    transition: 0.5s;     text-align: left;}

.copyrht{
    background: #0391a1;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    padding:4px 0;
    /* height: 32px; */
    position: relative;
    /* border-top: 1px solid #fff; */
    /* box-shadow: 0px -4px 4px #ccc; */
    margin-top:30px;
}
	
.copyrht p{    margin-bottom: 0;
    color: #999;
    font-size: 14px;}
	
footer .container{position:relative;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{float:left; padding-top: 6px;}

.cprht-rht{float:right; padding-top:0px;}

.cprht-rht ul{list-style:none; text-align:right; margin:0;     font-size: 13px;}

.cprht-rht ul li{    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #db6e5d;
    line-height: 13px;}
	
.cprht-rht ul li:first-child{border-left:0;}

.cprht-rht a{color:#fff;     padding: 0 1px;}
.cprht-rht a .fa{    background: #fff;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 29px; transition:0.5s;
	color:#0f3661;
	border: 1px solid #0f3661;}

.cprht-rht a .fa:hover{background:#0f3661; color:#fff; transition:0.5s; border:1px solid #fff;}

p.cprht-rht img {
    height: 18px; transition:0.5s;     vertical-align: bottom;
}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.cprht-lft strong{    color: #fff;
    font-weight: 300;}

.ft-cont i {    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    line-height: 0px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
}

.cprht-img{    float: left;
    margin-left: 120px;}
	
.cprht-img img{height: 45px;}

.ft-cont i img{margin-top: 6px;}

.ft-cont p:hover i{background:#77be32; transition:0.5s;}
	
.ft-nav ul{    list-style: none;
    text-align: center;
    margin-top: 0;
    padding-top: 21px;
    font-weight: bold; z-index: 9;
    position: relative;}
	
.ft-nav ul li{    display: inline-block;
    padding: 0 35px;}

.ft-nav ul li a:hover{color:#77be32;}

.same-ft{     border: 1px dashed #fff;
    padding: 0 15px;
    position: relative;
    padding-left: 70px; margin-top:15px; transition:0.5s;}
.same-ft h3{color: #fff;
    font-size: 18px;}
.same-ft p{
    color: #fff;
    font-size: 13px;
    }
.same-ft p span{display:block;color: #fff;}
.same-ft p  a{color:#ccc;}
	
.same-ft:after{
    font-size: 48px;
    font-family: 'FontAwesome';
    position: absolute;
    left:10px;
    top: 21px;
    color: #fff;
}

.ft-add:after{content: "\f131";}
.ft-ph:after{content: "\f130";}
.ft-mail:after{content: "\f12e";}

.same-ft:hover{background: #0391a1;color:#fff;}
.same-ft:hover h3{color: #fff;}
.same-ft:hover p, .same-ft:hover p span, .same-ft:hover p a{color:#fff;}
.same-ft:hover:after{color:#fff;}

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #5b960f;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #0f3661;
    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;
}

/*footer*/

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