@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('OpenSans-Regular'), url(../image/OpenSans-Regular.ttf) format('truetype');
}
#marquee1 a {
    font-size: 14px !important;
    color: #304d5a;
}

.left.carousel-control {
    background-image: none;
}

.right.carousel-control {
    background-image: none;
}

.mb-1 {
    margin-bottom: 15px;
}

.container-middle{width:98%; margin:0 auto;     text-align: left; font-family:Arial !important;     font-size: 14px !important; line-height: 26px !important; font-weight: normal !important; color: #2b2b2b;}

.container-middle a{color: #fff;text-decoration:none;}

/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	margin-bottom: 30px;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	border-bottom: 1px solid #000;
	background: #2f4d5a;
	transition: all linear 0.15s;
	font-size: 21px;
	color: #fff;
	position: relative;
}

.accordion-section-title:after{
    content: "+";
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 25px;
    font-weight: normal;
    }
	
.accordion-section-title.active:after{
    content: "-";
    font-size: 52px;
    top: -10px;
    }

.accordion-section-title.active, .accordion-section-title:hover {
	background:#e7e7e8;
	/* Type */
	text-decoration:none;
	color:#000;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	color: #555;
	padding:15px;
	/*border: 1px solid #ddd;*/
	display:none;
	/*  min-height: 435px;*/
}

.accordion-section {
    margin-top: 10px;
}
.container p {
    font-size: 14px !important;
    color: #555;
}




.whatsapp_btn2{
    position: fixed;
    bottom: 7em;
    right: 3px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn2 .icon_logo{
    position: relative;
    z-index: 100;
    margin-left: 11px;
    margin-top: 12px;
    padding: 4px 5px;
}

.whatsapp_btn2 .icon_logo > a > img{
    width: 61%;
}

.whatsapp_btn2 .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}


*{/* font-family:Open Sans !important; */}
.fa {font-family:fontawesome !important;}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffb03b;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
section.bnr{padding:0;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #ffb03b;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*! padding: 20px 0; */
    /*! height: 65px; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; /*! background:rgba(47,77,90); */
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 /*! margin:0 auto; */
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.body-fx #header{/*! padding: 6px 0; */
    height: 100px;
    /*! position: fixed; */
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(47,77,90,.85);}
.body-fx .navbar-default{background-color: transparent !important;margin-top: 13px;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 8px 0;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  text-transform:uppercase;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 5px;
  background:#ffb03b;
  z-index: -1;
}
.section-title h2::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
	transform: translate(-50%, -50%);
    top: 50px;
    left: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
	background:#2f4d5a;
}
.section-title h2 span{color:#ffb03b;}
.section-title p {
  margin-bottom: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /* background: url("../image/about-bg.jpg") center center no-repeat; */
  /* background-size: cover; */
  /* padding: 60px 0 0; */
  /* position: relative; */
  /* overflow: hidden; */
}

.about::before {
  /* content: ''; */
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
  /* background: rgba(255, 255, 255, 0.75); */
  /* z-index: 9; */
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 28px;
  color: #ffb03b;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}
.about .content h3:before {
    content: '';
    width: 5px;
    height: 80px;
    position: absolute;
    background: #2f4d5a;
    left: -15px;
}
.about .content p {
  margin-bottom: 10px;
  text-align:justify;
  line-height: 30px;
  font-size: 16px !important;!i;!;
}

.about .content .rd-mr {
  display: inline-block;
  background: #ffb03b;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .rd-mr:hover {
  background: #2f4d5a;
}

.about .icon-boxes .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
	border:1px dashed #ccc;margin: 10px auto;
	text-align:center;
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ffb03b;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #ffb03b;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #ffb03b;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 10px 10px;
  /*! width: 18%; */
  height: 323px;
  margin: 1%;
  float: left;
  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;
  text-align: center;
  z-index: 1;
  border:1px dashed #ccc;
  margin-bottom: 10px;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #ffb03b;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 80px;
  line-height: 1;
  color: #ffb03b;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 600;
  /* margin-bottom: 15px; */
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #ffb03b;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# car
--------------------------------------------------------------*/
.car {
  background: linear-gradient(rgba(47, 77, 90, 0.8), rgba(47, 77, 90, 0.8)), url("../image/carr-bg.jpg") fixed center center;
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}

.car h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height:40px;
}

.car p {
  color: #fff; line-height:30px;
  font-size: 15px;
}

.car .car-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.car .car-btn:hover {
  border-color: #fff; background:#ffb03b;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ffb03b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  background:rgba(47,77,90,.8);
}
.team .member .pic img{
  /* max-width: 46%; */
  border-radius: 50%;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #2f4d5a;
  padding: 2px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 23px;
}
.member-info p{padding-top:10px; font-size:15px;}
.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #ffb03b;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px; color:#fff;
}
.member-info a{color:#fff;}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {padding:10px 0 80px;}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 40px;
  background: #fff;
}



.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input::focus{
  background-color: #ffb03b;
}

.contact .map-hm-rht input {
  padding: 20px 15px;
}


.contact .map-hm-rht [type="submit"] {
  background: #ffb03b;
  border: 0;
  padding: 15px 24px;
  color: #fff;
  transition: 0.4s;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

/*footer*/


footer{background: #304d5a;color:#fff;padding: 20px 0px;}

.ft-logo{}
.ft-logo img{ margin-top:20px;}


footer h5{ font-size:20px;font-weight:bold;color: #fff; line-height:40px; border-bottom:1px dashed #ccc; text-transform:uppercase;}
footer p{ font-size:15px;line-height:24px;color: #fff !important;}
footer p span{ font-size:15px;line-height:24px;color: #fff;}
footer a{ color:#fff !important;}

.deg{ text-align:right; padding-top: 10px;}
/*
.addr i {
    width: 35px;
    height: 40px;
    text-align: center;
    border: 1px solid #b7b7b7;
    font-size: 19px;
    line-height: 50px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
    }
*/	
	.addr i {
    width: 35px;
    height: 50px;
    text-align: center;
    border: 1px solid #b7b7b7;
    font-size: 19px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;padding-right: 0px;
    }
.phn i {
    width: 35px;
    height: 40px;
    text-align: center;
    border: 1px solid #b7b7b7;
    font-size: 19px;
    line-height: 24px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;padding-left: 7px;
    transition: 0.5s;
    }
	
.cprht-img{ float: left; margin-left: 210px;}
.cprht-img img{ height: 45px;}	
.copy-rht{ border-top: 1px solid #b7b7b7;}	


.copyright{ padding-top:15px;}
	
.addr i img{ margin-top: 6px; }
.phn i img{margin-top: 6px;}

.addr p:hover i{ background:#333; transition:0.5s;}	

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


/*footer*/

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #ffb03b;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #ffb03b;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    /* bottom: 50px; */
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media(max-width:1024px){
.nav>li>a{    padding: 9px 2px;}
.navbar-fixed-top .nav>li>a{padding-left: 10px;
    padding-right: 10px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;}
}
@media(max-width:991px){
.navbar-default .navbar-nav>li>a { font-size: 12px;}
#HeaderControl { padding: 8px 0;}
}
@media(max-width:769px){

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}
.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; 
	    top: 0;
		height: auto !important;}
	}@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #033c5e; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #920e37; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #010066; border-bottom:1px solid #fff;}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #033c5e;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 100%;}
.body-fx #MenuControl_C{height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;
    overflow-y: auto;}
.navbar-nav{margin-bottom:0;}

center #HeaderControl{    padding:0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;
}
.body-fx center #HeaderControl{height: 67px !important;/*! position: absolute; */}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
.services .icon-box {
    padding: 10px 10px;
    width: 98%;
    height:auto;
    margin: 1%;
    float: left;
    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;
    text-align: center;
    z-index: 1;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
}

	}
	
@media(max-width:568px){
p{font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}
.navbar-nav>li>a {line-height: 24px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 2px 15px 2px 25px;}
	}
	
@media(max-width:480px){
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}

.navbar-default{padding: 8px 0; top: 0;}


#HeaderControl, #MenuControl{    top: 0;}
#logo-web{height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 78%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{ width: initial; max-width:97%;}
.navbar-toggle{    margin-top: 12px;}
center #HeaderControl {
    padding:4px 0;
}

center #form1 #HomepagecontentControl {
    padding-top:50px;
}
	}

@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #033c5e; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;padding-top: 25px;}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #ffb03b;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #ffb03b;border-color: #033c5e;margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #ffb03b; border-bottom:1px solid #fff;}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #033c5e;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 100%;position: absolute;}
.body-fx #MenuControl_C{height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;
    overflow-y: auto;}
.navbar-nav{margin-bottom:0;}

center #HeaderControl{    padding:0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;
}
.body-fx center #HeaderControl{height: 67px !important;/*! position: absolute; */}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
.slide h3 span { font-size: 11px !important; }
	}
	
@media(max-width:568px){
p{font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}
.navbar-nav>li>a {line-height: 24px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 2px 15px 2px 25px;}
	}
	
@media(max-width:480px){
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}

.navbar-default{padding: 8px 0; top: 0;}


#HeaderControl, #MenuControl{    top: 0;}
#logo-web{height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 78%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{ width: initial; max-width:97%;/*! position: absolute; */}
.navbar-toggle{    /*! margin-top: 29px; */}
center #HeaderControl {
    padding:4px 0;
}

center #form1 #HomepagecontentControl {
    padding-top: 73px;
}
	}
	
@media(max-width:414px){

	}
	
@media(max-width:375px){

	}
	
@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;
}
}
/*contact*/
.map-cont{
    /* margin-top: 10px; */
    /* width: 62%; */
    /* float: left; */
    /* border: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    /* text-align: center; */
    /* height:255px; */
    }
.bx-rht-cont{
    /* width: 38%; */
    /* float: left; */
    /* margin-left: 0; */
    /* margin-top: 10px; */
    /* padding-left: 3%; */
    /* height: 250px; */
    /* border-left: 0; */
    /* padding-right: 2%; */
}
.bx-rht-cont h2{    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 8p}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;}
.cont-page p{font-size:14px;     line-height: 24px !important;     text-align: left;}

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

/*contact*/


#WidgetControl4 {
  display: none;
}