
@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;
}

div#WhatsNewControl_C_ctl00_tr_BulletinPageBackSetting a {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 24px;
}

#marquee1 a {
    font-size: 14px !important;
}
#MenuControl {
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}
section{/* padding:30px 0; */}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  /*background: rgba(0, 0, 0, 0.7);*/
  border-top: 8px solid #2782bb;
  padding:25px 0;
  transition: all 0.5s;
  width:100%;
}
.feature-box-content {
  font-size: 15px;
}

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:#2782bb;
    font-size: 40px;
}
header .head-rht h2 a{
    color:#000;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navbar{margin-bottom:0px;}
.menu-sec{border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;}
.navbar-nav>li {
    float: inherit;
    display: inline-block;
}
.navbar-nav {
    float: inherit;
    margin: 0;text-align: center;
}
.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{padding:5px 40px 13px;}
.navbar-default .navbar-nav>li>a {
    color: #000; font-weight:600;
    padding: 16px 22px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{    /*background: #0fa5b6;
    border-radius: 40px;*/}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;left: 0;
    height: 3px;
    background: #2782bb;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  /*display:none;*/}
/*Desktop Navigation*/

/*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: #2782bb;margin:0;border:5px solid #0fa5b6;}
.banner-sec .carousel-indicators .active{ background-color:#fff; margin:0; border:5px solid #0fa5b6;}
/*------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: 44px; 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: #2782bb;padding:15px 25px;border-radius:40px;borde: 5px solid #2782bb;border: 5px solid #0c68a2;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: #2782bb;
    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: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #2782bb;
}

.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;font-size: 14px;line-height: 23px;}
.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: #2782bb;}
.section-tittle h2::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 5px;
    background: #2782bb;
    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: #2782bb;
    -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 #2782bb;
  border-radius: 100%;
  background-color: #2782bb;
}
.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: #2782bb;
  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: #0d587f; 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: 20px 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; line-height:40px;  transition:all .3s;}
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%;
}
}
# Sections General
--------------------------------------------------------------*/
section {
  padding: 35px 0;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2782bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.col-md-6.d-flex.align-items-stretch {
    margin-bottom: 10px;
}

/*contact-form*/

.section {
    padding: 14px 0 60px 0px;
}
.contact-form {
    padding: 40px 0 60px 0px;
	/*! background: #f2f2f2; */
    /*! box-shadow: 3px 1px 22px -9px #000; */
}
.section h3 {
    font-size: 33px;
	color: #27507a;
    font-weight: 600;
}
.section-title {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.section-title h3 {
    margin-bottom: 20px;
}
.section-title h3::after {
    width: 90px;
    height: 4px;
    background: #2782bb;
    content: "";
    display: block;
    margin: 10px auto 0;
}
span.alternate {
    color: #c5975c;
    font-style: italic;
    font-weight: 400;
}
.section p{  font-size: 20px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0;
}
.contact-form .form-control {
    margin-bottom: 30px;
}
.form-control.main {
    background: transparent;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    font-size: 15px;
    padding: 00020px;
    margin-bottom: 20px;
    color: #b3b3b3;
	box-shadow: 1px 10px 20px -12px rgba(0,0,0,0.2);
}

}
.contact-form button {
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #c5965e;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}
.btn {
    text-transform: uppercase;
    transition: all .3s ease;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    
    font-size: 16px;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    border-radius: 0%;
  background: #0fa5b6;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  
}
.btn-main-md:hover {
    color: #fff;
    background: #2782bb;
}
.btn:hover {
    text-decoration: none;
}


@media (max-width:767px) {
 #topbar{
  display:none!important
 }
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

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

.more-services .card-title a {
  color: #222222;
  text-decoration: none;
}

.more-services .card-text {

  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  text-align: justify;
  font-size: 14px;
  color: #848484;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #2782bb;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team  h1{ font-size:30px; line-height:30px; font-weight:700; text-align: center;  padding-bottom: 10px; color: #044479;}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.col-md-4.head-cntr {
  margin-top: 10px;
}
.col-md-4.head-rht.text-right {
  margin-top: 10px;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(1,70,122);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member:hover .member-img {
   background: rgb(1,180,125);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member .member-info {
  padding: 15px 5px; 
  background: rgb(1,70,122);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member:hover .member-info {
 background: #00457b;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff; text-align:center;
}

.team .member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #eee; text-align:center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.hm-team .head-main strong{color:#fff;}
.hm-team p {
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 18px !important;
        font-family: arial;
}

.item1 {
    margin-right: 12px;
    border-radius: 4px;
    border: 2px solid #879DC9;
    margin-bottom: 15px;    background: #eee;
}
.item-experts .job-experts {
    color: #888;
    font-size: 13px;
    text-align: center;
}
.item-experts .expert-img-container {
  width: 140px;
  height: 140px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 999;
  overflow: hidden;
}
.item-experts .expert-img-container .avatar {
  width: 140px;
  height: 140px;
  position: relative;
  display: block;



  margin: 0 auto;
  margin-top: 10px;
  /* border-radius: 50%; */
  overflow: hidden;
  z-index: 10;
}
.item-experts .expert-img-container img {
  transition: all 0.6s ease 0s;
  margin: 0px auto;
  z-index: -1;
}
.item-experts .in-experts {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #F7A901;
  position: absolute;
  transition: all 0.6s ease 0s;
  right: 4px;
  bottom: 16px;
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  z-index: 11;
}
.item-experts .in-experts:hover {
  color: #007bb6;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 4px 4px 0px #333333;
}
.item-experts h4 {
  margin-bottom: 12px;
}
.item-experts .job-experts {
  color: #888;
  font-size: 14px;
}
.item-experts:hover .name-experts {
  color: #00abc9;
}
.item-experts:hover .avatar {
  width: 140px;
  height: 140px;
  overflow: hidden;
  z-index: 10;
}
.item-experts:hover img {
  z-index: -1;
  transform: scale(1.2, 1.2);
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-6 {
    /* background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
    /* background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
	/* background:#134844; */
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: 248px;
    width: 99%;
    /* background: #000000; */
	text-align: center;
    cursor: pointer;
    /* box-shadow: 0px 3px 30px rgba(0,0,0,0.85); */
}

figure.effect-6:hover {
	background:#134844;
}
figure.effect-6:hover img {
    opacity: 0.4;
}

figure.effect-6 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

figure.effect-6:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-6 figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-6:hover figcaption::before, figure.effect-6:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-6 figcaption::before, figure.effect-6 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
	font-size:15px;
}
figure.effect-6 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 17px;
}

figure.effect-6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:1;
}

figure.effect-6 h2 {
    margin: -100% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	opacity:0;
	font-family:DMSans-Regular;
	font-weight:700;
}


.fix-box{    position: fixed;
    top:35%; left:0; z-index:999; font-size: 14px;}

.social-fx{list-style:none; padding-left:0; margin:0;}
.social-fx li{    background: #111;
    width: 148px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -104px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li a{color:#fff;}
.social-fx li strong{font-weight:normal;}
.social-fx li span{float: right; margin-top: -3px;}
.social-fx li:hover{margin-left:0; transition:0.5s;}
/*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: 14px; color: #999; font-weight: 500; margin-bottom: 10px;}
	
.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;}
@media(max-width:414px){
	.navbar-toggle{margin-top:5px; float:inherit;margin-right:0;}
	.navbar{text-align:center}
	header img{margin: 5px auto;}
	.abt-tm .tm-bx{ width: 100%;}
	.hm-abt p {padding: 0 10px;}
	.wback .caption, .top-nav-rht{display:none;}
	.bnr-top{left: 45%;}
	
}
@media (max-width: 767px)
{
.navbar-nav>li{display: block; text-align:left; padding:2px 10px;}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top 
{
   margin-right: 0px !important;
 margin-left:  0px !important;
}
.navbar-collapse{border-top:none !important;}
.navbar-default .navbar-nav>li>a{line-height: 30px; color:#fff !important;}
.navbar-toggle{margin-right: 30px; float: inherit;}
.navbar-default .navbar-toggle{background: #0fa5b6; }
.navbar-default .navbar-toggle .icon-bar{background-color: #eee;}
.navbar-nav{background: #0fa5b6;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color: #22848f;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#fff;}
.abt-ser .col-xs-12{ width: 50%;}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{padding: 5px 20px;}
.footer-lft, .footer-rht ul{text-align:center;}

#MenuControl_C #navbar-collapse-1{height: auto !important;}
#MenuControl{position: relative; width: 100%; background: #0fa5b6;}
.navbar {text-align: center;}
.bnr-top{top:65%;}
}
}

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;
    color: #000;
    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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navbar{margin-bottom:0px;}
.menu-sec{border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;}
.navbar-nav>li {
    float: inherit;
    display: inline-block;
}
.navbar-nav {
    float: inherit;
    margin: 0;text-align: center;
}
.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{padding:5px 40px 13px;}
.navbar-default .navbar-nav>li>a {
    color: #000; font-weight:600;
    padding: 16px 21px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{    /*background: #0fa5b6;
    border-radius: 40px;*/}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    left: 0;
    height: 3px;
    background: #0fa5b6;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  /*display:none;*/}
/*Desktop Navigation*/

/*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: #2782bb;margin:0;border:5px solid #0fa5b6;}
.banner-sec .carousel-indicators .active{ background-color:#fff; margin:0; border:5px solid #0fa5b6;}
/*------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: 44px; 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;borde: 5px solid #2782bb;border: 5px solid #0391a1;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: #0fa5b6;
    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;
    color: #0fa5b6;
}

.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;font-size: 15px;line-height: 28px;}
.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: #0fa5b6;
    -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 {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 28px;
}
.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: 60px 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: 60px 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;color: #000;border-radius: 5px;margin-top: -12px;padding: 5px 50px;}
.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; */} 
.contact .info {
  width: 100%;
}

.info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 43px;
  background: #11b5b2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  color:#fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 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;font-size: 15px;line-height:40px;transition:all .3s;}
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%;
}
}
# Sections General
--------------------------------------------------------------*/
section {
  padding: 35px 0;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2782bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.col-md-6.d-flex.align-items-stretch {
    margin-bottom: 10px;
}

/*contact-form*/

.section {
    padding: 14px 0 60px 0px;
}
.contact-form {
    padding: 40px 0 60px 0px;
	/*! background: #f2f2f2; */
    /*! box-shadow: 3px 1px 22px -9px #000; */
}
.section h3 {
    font-size: 33px;
	color: #27507a;
    font-weight: 600;
}
.section-title {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.section-title h3 {
    margin-bottom: 20px;
}
.section-title h3::after {
    width: 90px;
    height: 4px;
    background: #2782bb;
    content: "";
    display: block;
    margin: 10px auto 0;
}
span.alternate {
    color: #c5975c;
    font-style: italic;
    font-weight: 400;
}
.section p{  font-size: 20px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0;
}
.contact-form .form-control {
    margin-bottom: 30px;
}
.form-control.main {
    background: transparent;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    font-size: 15px;
    padding: 00020px;
    margin-bottom: 20px;
    color: #b3b3b3;
	box-shadow: 1px 10px 20px -12px rgba(0,0,0,0.2);
}

}
.contact-form button {
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #c5965e;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}
.btn {
    text-transform: uppercase;
    transition: all .3s ease;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    
    font-size: 16px;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    border-radius: 0%;
  background: #0fa5b6;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  
}
.btn-main-md:hover {
    color: #fff;
    background: #2782bb;
}
.btn:hover {
    text-decoration: none;
}


@media (max-width:767px) {
 #topbar{
  display:none!important
 }
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

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

.more-services .card-title a {
  color: #222222;
  text-decoration: none;
}

.more-services .card-text {

  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  text-align: justify;
  font-size: 14px;
  color: #848484;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #2782bb;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team  h1{ font-size:30px; line-height:30px; font-weight:700; text-align: center;  padding-bottom: 10px; color: #044479;}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(1,70,122);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member:hover .member-img {
   background: rgb(1,180,125);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member .member-info {
  padding: 15px 5px; 
  background: rgb(1,70,122);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member:hover .member-info {
 background: #00457b;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff; text-align:center;
}

.team .member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #eee; text-align:center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.hm-team .head-main strong{color:#fff;}
.hm-team p {
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 18px !important;
        font-family: arial;
}

.item1 {
    margin-right: 12px;
    border-radius: 4px;
    border: 2px solid #879DC9;
    margin-bottom: 15px;    background: #eee;
}
.item-experts .job-experts {
    color: #888;
    font-size: 13px;
    text-align: center;
}
.item-experts .expert-img-container {
  width: 140px;
  height: 140px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 999;
  overflow: hidden;
}
.item-experts .expert-img-container .avatar {
  width: 140px;
  height: 140px;
  position: relative;
  display: block;



  margin: 0 auto;
  margin-top: 10px;
  /* border-radius: 50%; */
  overflow: hidden;
  z-index: 10;
}
.item-experts .expert-img-container img {
  transition: all 0.6s ease 0s;
  margin: 0px auto;
  z-index: -1;
}
.item-experts .in-experts {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #F7A901;
  position: absolute;
  transition: all 0.6s ease 0s;
  right: 4px;
  bottom: 16px;
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  z-index: 11;
}
.item-experts .in-experts:hover {
  color: #007bb6;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 4px 4px 0px #333333;
}
.item-experts h4 {
  margin-bottom: 12px;
}
.item-experts .job-experts {
  color: #888;
  font-size: 14px;
}
.item-experts:hover .name-experts {
  color: #00abc9;
}
.item-experts:hover .avatar {
  width: 140px;
  height: 140px;
  overflow: hidden;
  z-index: 10;
}
.item-experts:hover img {
  z-index: -1;
  transform: scale(1.2, 1.2);
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-6 {
    /* background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
    /* background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
	/* background:#134844; */
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: 248px;
    width: 99%;
    /* background: #000000; */
	text-align: center;
    cursor: pointer;
    /* box-shadow: 0px 3px 30px rgba(0,0,0,0.85); */
}

figure.effect-6:hover {
	background:#134844;
}
figure.effect-6:hover img {
    opacity: 0.4;
}

figure.effect-6 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

figure.effect-6:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-6 figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-6:hover figcaption::before, figure.effect-6:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-6 figcaption::before, figure.effect-6 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
	font-size:15px;
}
figure.effect-6 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 17px;
}

figure.effect-6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:1;
}

figure.effect-6 h2 {
    margin: -100% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	opacity:0;
	font-family:DMSans-Regular;
	font-weight:700;
}


.fix-box{    position: fixed;
    top:35%; left:0; z-index:999; font-size: 14px;}

.social-fx{list-style:none; padding-left:0; margin:0;}
.social-fx li{    background: #111;
    width: 148px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -104px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li a{color:#fff;}
.social-fx li strong{font-weight:normal;}
.social-fx li span{float: right; margin-top: -3px;}
.social-fx li:hover{margin-left:0; transition:0.5s;}
/*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;
    font-size: 14px;
    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;
}
.cont-page p {
  font-size: 15px;
}
.inner-page{ padding-bottom: 30px;}
.cont-soc img{ margin-right:5px;}
.cont-page h2{ font-weight: 600; color: #262626; line-height: 11px;font-size: 16px; margin-top: 16px;margin-bottom: 19px; 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: #0fa5b6;
  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: 14px;color: #000;margin-top: 10px;font-weight: 600;margin-bottom: 10px;}
	
.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: #0fa5b6;
    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;}
@media(max-width:414px){
	.navbar-toggle{margin-top:5px; float:inherit;margin-right:0;}
	.navbar{text-align:center}
	header img{margin: 5px auto;}
	.abt-tm .tm-bx{ width: 100%;}
	.hm-abt p {padding: 0 10px;}
	.wback .caption, .top-nav-rht{display:none;}
	.bnr-top{left: 45%;}
	
}


@media (max-width: 820px)
{
 .container{ width: 100% !important;} 
.navbar-default .navbar-nav > li > a{ padding: 10px 5px !important; font-size: 14px; color: #333 !important;}	
.head-rht.text-right{ display: none;}	
.head-cntr{ text-align: right;}	

.hm-abt{ padding: 20px 10px !important;}
.hm-abt-btm-section{ padding: 30px 0 !important;}
.about-img .f-right{ float: left; width: 250px; margin-right: 20px;}
.about-img .about-back-img{ display: none;}
.hm-abt-btm-section .col-md-3{ width: 24% !important; float: left;}
.bx-item h4{ font-size: 15px;}

#widgetsControl, #widgetsControl_C{ height: auto !important;}

.carousel-caption h2{ font-size: 30px; margin-bottom: 0 !important;}


	
}


@media (max-width: 767px)
{
.navbar-nav>li{display: block; text-align:left; padding:2px 10px;}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top 
{
   margin-right: 0px !important;
 margin-left:  0px !important;
}
.navbar-collapse{border-top:none !important;}
.navbar-default .navbar-nav>li>a{line-height: 30px; color:#fff !important;}
.navbar-toggle{margin-right: 30px; float: inherit;}
.navbar-default .navbar-toggle{background: #0fa5b6; }
.navbar-default .navbar-toggle .icon-bar{background-color: #eee;}
.navbar-nav{background: #0fa5b6;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color: #22848f;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#fff;}
.abt-ser .col-xs-12{ width: 50%;}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{padding: 5px 20px;}
.footer-lft, .footer-rht ul{text-align:center;}

#MenuControl_C #navbar-collapse-1{height: auto !important;}
#MenuControl{position: relative; width: 100%; background: #0fa5b6;}
.navbar {text-align: center;}
.bnr-top{top:65%;}

}

@media (max-width: 480px)
{

.hm-abt-btm-section .col-md-3{ width: 100% !important; float: inherit;}
	
}


.fix-box{ position: fixed; top:35%; left:0; z-index:999; font-size: 14px;}
	

.social-fx{list-style:none; padding-left:0; margin:0;}
.social-fx li{    background: #584a41;
    width: 148px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -104px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li a{color:#fff;}
.social-fx li strong{font-weight:normal;}
.social-fx li span{float: right; margin-top: -3px;}
.social-fx li:hover{margin-left:0; transition:0.5s;}