
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
body{font-family: 'Raleway', sans-serif; font-size:15px; line-height:23px;}
*{font-family: 'Raleway', sans-serif !important;}
.fa {font-family:fontawesome !important;}
a {
    color: #0fa5b6;
    text-decoration: none;
}
#MenuControl {
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

#EventCalenderControl {
	display: none !important;
}

p{font-family: 'Raleway', sans-serif !important;font-size: 15px;}
section{padding:30px 0;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  padding:8px 0;
  transition: all 0.5s;
  width:100%;
}
header img{margin:0 auto; max-width:100%;}

/*--------------------------------------------------------------
# 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;
    padding: 0px 18px;
    display: inline-block;
}
.navbar-nav {
    float: inherit;
    margin: 0;
    text-align: left;
}
.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;width: 20px;height: 20px;}
/*------carousel capion text displayt--*/
.banner-sec .carousel-caption {
    position: absolute;
    top: 30%;
    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*/

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



/*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: 5px;padding: 6px 45px;}
.hm-contact .form-group-textarea .form-control{margin-top:17px; padding:15px 12px;}
.hm-contact input{margin:20px 0;padding: 5px 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: #d5aa6d;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}
footer{background:#222; padding:20px 0 10px;color: #fff;}
footer a{color:#d5aa6d;font-size: 15px;transition:all .3s; }
footer .fa{font-size: 14px;color: #d5aa6d;padding-right: 8px;}
footer .align-items-center{padding-top:10px;}
footer .text-right{color:#fff;}
footer a:hover{color: #fff;}
footer a:hover .fa{color: #fff;}
.foooter-btm{border-top:1px solid #333;}
.foooter-btm a{margin: 0 10px;color: #fff;}
.foooter-btm a:hover{text-decoration:none; font-weight:bold;}


.footer_abt{margin-top: 7px; color: #bfbfbf;}
.ft_head{
margin: 10px 0 30px;
font-size: 17px;
color: #fff;
font-weight: 700;
position: relative;
padding-left: 40px;
}
.ft_head::before{
    content: "";
background-color: #474747;
height: 2px;
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0,-50%);
-khtml-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
width: 20px;
}
.contact_ft p{color: #777777;margin: 2px;}
.contact_ft span a{color: #d5aa6d;}
.contact_ft span a:hover{color: #fff;}
.ft_copy{font-size: 15px; color: #fff;}
.ft_copy_lft{font-size: 15px; color: #fff;}
/*footer*/

/* about */
.about_sec{
    
    position: relative;
    z-index: 0;
  }
  .about_sec::before{ 
    content: "";
    background-color: #828282;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
  }
  
  .abt_heading{
    font-family: 'Raleway', sans-serif;
    line-height: 36px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .about_sec p{color: #fff; font-size: 15px;}
  .btn_abt{
    display: inline-block;
    padding: 10px;
    color: #5e5e5e;
    background-color: #dcdcdc;
  }
  .ser_heading{
    font-family: 'Raleway', sans-serif;
    line-height: 36px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    text-align: center;
    text-transform: uppercase;
  }
  .divider{text-align: center;}
  .line-title-icon{
    display: inline-block;
    background-color: #474747;
    height: 2px;
    width: 35px;
  }
  .divider .fa{color: #d5aa6d;}
  .ser_box{text-align: center;border: 1px solid #e5e4e4; padding: 20px 10px;transition: 0.3s;}
  .ser_box:hover{    background-color: #d5aa6d;color: #fff;}
  .ser_box:hover i{color: #474747;}
  .ser_box i{font-size: 48px; color: #d5aa6d;padding-bottom: 8px;}
  .ser_box h3{font-size: 24px;}
  .ser_divider{
    background-color: #e5e4e4;
    display: block;
    height: 3px;
    margin: auto;
    width: 50px;}
  .ser_box .cont{font-size: 16px; text-align: justify; padding: 10px 0;margin: 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;
    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;
}

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




.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: 'Raleway', sans-serif;}

.cont-page h2 span{display: block;font-size: 14px;color: #999;margin-top: 10px;font-weight: 500;margin-bottom: 10px;}
	
.cont-heading{ font-family: 'Raleway', 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%;}
.team_img {
  width: 110px;
  border: 6px solid #666;
  border-radius: 50%;
}
.cont-page .st-feature-box{
    background: #222;
    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: 0px 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: #222;}
.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%;}
}

