@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
body {
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #0d1226;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/

#-------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

#main-head {
  background: #00274c;
  width: 100%;
}

#HeaderControl, #HeaderControl_C {
  background: #00274c;
}


.body-fx #HeaderControl {
    float: Left;
    position: fixed;
    width: 36%;
    /* background: rgba(249,191,30,0.95); */
    z-index: 99;
    text-align: left;
    height: 100px;
    top: 0;
}

#MenuControl, #MenuControl_C { background: #00274c;}


.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 65%;
    padding: 0;
    padding-right: 0;
    /* background: rgba(249,191,30,0.95); 
    transition: 0.5s;*/
    top: 0;
	height:100px;
}
.MenuControl_C{ border:0 !important; background-color:#ff0000 !important;}






#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/

.bnr-sec{padding: 0;}
.banner-content{position:absolute; top:200px; width:50%;}
.banner-content h1{color:#0d1226; font-size:50px; line-height:60px; letter-spacing:5px; font-weight:bold;}
.banner-content h2{color:#fff;letter-spacing:3px; line-height:35px; font-size:25px; min-height:120px;}
.banner-content .txt-rotate .wrap{border-right:#0d1226 solid;}
.banner-content a{color:#fff; background:#0d1226; line-height:40px; padding:10px 20px; margin:5px 20px; border-radius:10px; border:2px dotted #111; transition:.5s; font-weight:bold;}
.banner-content a:hover{color:#0d1226; background:#111; line-height:40px; padding:10px 25px; margin:5px 20px; border-radius:10px; border:2px dashed #fff;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

#main-head {
  /*! background: rgba(13, 18, 38,.9); */
  width: 100%;
  padding-top: 18px;
}

#HeaderControl, #HeaderControl_C {
  background: rgba(13, 18, 38,.9);
}


.body-fx #HeaderControl {
    float: Left;
    position: fixed;
    width: 36%;
    /* background: rgba(249,191,30,0.95); */
    z-index: 99;
    text-align: left;
    height: 100px;
    top: 0;
}

#MenuControl, #MenuControl_C { background: rgba(13, 18, 38,.9);}


.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 65%;
    padding: 0;
    padding-right: 0;
    /* background: rgba(249,191,30,0.95); 
    transition: 0.5s;*/
    top: 0;
	height:100px;
}

/*
.navbar-fixed-top.navbar-default #logo-web{ width: 81%; transition:0.5s}
.navbar-fixed-top .nav>li>a{ padding-left:20px; padding-right:20px; }
.navbar-fixed-top.navbar-default{ padding: 9px 0; background: rgba(255,255,255,0.95); transition: 0.5s; border-bottom: 1px solid #ccc;
    box-shadow: 0px 1px 4px #ccc;}
	*/

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.head-tittle {
  font-size: 32px;
  color: #00274c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom:30px;
  padding-top: 25px;
  }
  
.head-tittle:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #232c2b;
  bottom: 1px;
  left: calc(50% - 60px);
}

.head-tittle:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #64af4b;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header h3 {
  font-size: 32px;
  color: #00274c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #232c2b;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #63ae47;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #0d1226;
  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: 15px 0;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.5s; background:rgba(13, 18, 38,.9);z-index: 999;
}	
#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: 65px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(13, 18, 38,.85);*/}

.body-fx .navbar-default{/*background-color: transparent !important;*/}


/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-cont{position: absolute; bottom: 240px;; color:#f6a427; left:0; right:0; margin:0 auto;width: 80%; text-align: center; }
.bnr-cont h2{font-size: 60px; line-height:60px;font-weight:600; text-shadow:#181818 5px 4px 6px;text-transform: uppercase;/*! margin-top: 26px; */}
.bnr-cont h2 span{ font-size: 70px; line-height:90px; font-weight:800; /*letter-spacing:3px;*/}
.carousel-control.left {left: 50px; width: 60px; height: 60px; top: 50%; background: #f6a427;opacity: 1;}
.carousel-control.right {right:50px; width: 60px; height: 60px; top: 50%; background: #f6a427;opacity: 1;}
.bnr-sec .fa{line-height:20px;font-size: 40px; font-weight: 900;}

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 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: #0d1226;
  text-transform:uppercase;padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after {content: '';  position: absolute;  left: 0; right:0;  bottom: -2px; height: 6px; background: #f6a427; width: 60px;margin:0 auto;}
.section-title h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 2px;  background: #00295a;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.container {
  font-size: 14px;
}
a {
  text-decoration: none;
}
.about{background:#f6a427; position:relative;padding: 100px 0;}
.about .container{background:#fff; overflow:hidden; position:relative;box-shadow: -7px 11px 33px 8px rgb(0 0 0 / 40%);}
.about .container:before{content:''; position:absolute; bottom:-50px; width:200px; height:200px; border-radius:50%; left:-50px; background:#f6a427;}
.about .container:after{content:''; position:absolute; top:-50px; width:200px; height:200px; border-radius:50%; right:-50px; background:#f6a427;}
.abt-img img{ position:relative;border: 5px solid #fff; top:0px; border-radius: 50%;  z-index: 9;}
.abt-img:after{
    position:absolute;
    bottom: 155px;
    content:'';
    width: 36%;
    height: 58%;
    background:#f6a427;
    border-radius:50%;
    margin: 0 auto;
    /* right: 201px; */
    left: 123px;
    }
	
.abt-img{padding: 100px 90px;}
.about .content {
    display: inline;
    float: left;
    margin-top: 92px;
    width: 100%;
    /*background-color: rgba(254,254,254,.8);*/
    padding: 40px 38px;
    /* box-shadow: 3px 1px 22px -9px #000;*/
}

.about .content h3 {      
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #f6a427;
  margin-bottom: 43px;
  position: relative;
  left: 0px;
}

.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:26px; font-size:16px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #f6a427;
  padding: 15px 40px;
  color: #0d1226;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 25px;
  position: absolute;
  right: 18px;
  top: 15px;
  font-weight: 900;
}

.about .content .rd-mr:hover {
  background: #0d1226;color:#f6a427;
}
.about .content .rd-mr:hover i{
  color:#f6a427;
}
.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: #0d1226;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #0d1226;
    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: #0d1226;
    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;
}

/*other section*/
.other-sec{position:relative;padding:0;top:-200px;z-index:9;}
.other-sec .other-bx{position: absolute;height:200px;background-color:transparent;width: 380px;overflow:hidden;}
.other-sec .other-bx1{position: absolute;padding:30px 25px;width: 100%;overflow: hidden;transition: 0.5s all ease-in-out; height: 200px; bottom: -120px; color:#fff;background: rgba(13,18,38,.9);}
.other-bx1 p{font-size:16px;}
.other-sec .other-bx1:hover{bottom: -15px;background: rgba(246,164,39,1);}
.other-bx1 .fa{font-size: 30px; color:#fff; float:left;  line-height: 30px; margin-right:20px;}
.other-bx1 h3{color: #fff; font-size: 22px; font-weight: 700; line-height:30px; position: relative; padding-bottom: 10px; margin-top:0;}
.other-sec a{color:#fff; position:relative; top:10px; border-bottom:2px solid #fff;}
/*other section*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {background: url(../Image/ser-bg.jpg); background-repeat:no-repeat; padding-top:70px; background-size: cover; background-position:top center;background-attachment: fixed;}
.services .section-title h2{color:#fff;}
.services .section-title h2::before{background:#fff;}
.ser-bx {background: rgba(13, 18, 38, 0.3); text-align: center;color: #fff; padding: 40px 20px 35px; margin-bottom: 40px; -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s; transition: all, 0.5s; border-radius:5px;}
.ser-bx:hover{background:#0d1226;}
.ser-bx .ser-item{z-index:9; position:relative; text-align:center;}
.ser-bx .ser-item .fa{font-size:50px; color: #f6a427; line-height:60px; padding:15px 10px 10px; transition:.5s;border-bottom: display:block; }
.ser-bx:hover .ser-item .fa{color: #f6a427;}
.ser-bx .ser-item .rd-mr a{display:block; margin-top: 20px; padding: 15px 25px;color: #f6a427; background: #0d1226; border-radius: 5px; transition: 0.3s;
  position: relative; font-weight:600; font-size:15px;}
.ser-bx:hover .ser-item .rd-mr a{color: #fff; background: #f6a427;}
.ser-bx .text {z-index:9; text-align: center; /*background: #fff;*/ padding: 20px;  padding-top: 5px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.ser-bx .text h3 {font-size: 18px;line-height: 50px;border-bottom: 1px solid rgba(225, 225, 225, 0.2);font-weight: 700;text-transform: uppercase;}
.ser-bx .text p {margin-bottom: 0;font-size: 15px;line-height: 24px;}
.ser-bx:hover .img .icon { opacity: 1;}
.ser-bx:hover .text {/*
    background: #00295a;*/
}
.ser-bx:hover .text h3 {
    color: #fff;
}
.ser-bx:hover .text p {
    color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {background:#f7f7f7; padding:60px 0; position:relative;}
.contact .section-title{padding-bottom: 0;}
.contact .map-hm-rht {
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
  padding: 30px 30px 0;
  /*background: #fff;*/
}
.contact .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    content: '';
    opacity: .8;
    background: #f6a427;
}


.contact .map-hm-rht input{
  border-radius: 5px;
  box-shadow: none;
  font-size: 15px;
      min-height: 41px;
}

.contact .map-hm-rht input::focus{
  background-color: #0d1226;
}

.contact .map-hm-rht input {
  /* padding: 20px 15px; */
}


.contact .map-hm-rht .sub-btn-hm {
  background: #0d1226;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;border:3px solid #0d1226;
}

.contact .map-hm-rht .sub-btn-hm:hover {
  background: #0d1226; border-radius:50px; border:3px solid #f6a427;
}

/*--------------------------------------------------------------
# team section
--------------------------------------------------------------*/
.tm-section{padding-bottom: 70px;}
.tm-bx{border: 1px solid #e1e1e1; overflow: hidden; padding: 40px; margin-bottom: 30px;}
.tm-bx .tm-img{float: left; margin-right: 30px; width:40%;}
.tm-bx .tm-cont{overflow: hidden;}
.tm-bx .tm-cont h5{font-size:18px; font-weight: 800; color: #0d1226; text-transform: uppercase; margin-bottom: 5px;}
.tm-bx .tm-cont span{font-size: 14px; color: #f3bd00; display: block; margin-bottom: 12px; font-style: italic;  font-weight: bold;}
.tm-bx .tm-cont p{font-size: 15px;color: #111111; line-height: 20px; margin-bottom: 10px;}
.tm-bx .tm-cont p a{font-weight:bold; border-top:2px solid #000; border-bottom:2px solid #000; top: 5px; position: relative;}
.tm-bx .tm-cont .tm-social a { font-size: 16px;  color: #111111; margin-right: 20px;}

/*--------------------------------------------------------------
# team section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #0d1226;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}


#footer .footer-top .footer-info h3 {
  font-size: 23px;
  font-style:italic;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 31px;
  font-weight: 700;
  text-align: left;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  color: #d5d5d7;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f6a427;
  color: #0d1226;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f6a427;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 { font-size: 20px; font-weight: 600; color: #fff; position: relative; padding-bottom: 20px;text-align: left;}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;    padding-left: 0;
}
#footer .footer-info h3{color:#ffc000;}
#footer .footer-info h3 span{color:#fff;}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #c4c4c4;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0d1226;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 30px;
color: #fff;}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#footer .credits a{ color: #f6a427}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #0d1226;
    background: #f6a427;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    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;
}
.navbar-default{background-color:transparent;}
@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: 767px) {
  #header img{margin:inherit;}
  .body-fx #header{padding: 15px 0;


}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{position:relative;background-color:  rgba(47,77,90,.85);padding: 20px 0; height: 80px;}
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 75%;
}
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

.feature-box-content{ font-size: 15px;}
.nav > li > a {
    color: #fff !important;
    font-size: 16px !important;
}

.sub-heading{ margin-bottom: 0; margin-top: 10px;}
.map-hm-rht{margin-top: inherit;}
.rd-mr{margin-top: 13px;}
.rd-mr a{    color: #fff;
    border: 1px solid #eee;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 3px; transition:0.4s;}
	.section-bg .rd-mr{margin-top: 13px;}
.section-bg .rd-mr a{    color: #333;
    border: 1px solid #333;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 3px; transition:0.4s;}
	
	
#three-box p{ text-align:center;}

.navbar-default{ background:rgba(13, 18, 38,.9);}

#hm-cont .contact-address, #hm-cont .contact-phone, #hm-cont .contact-email {
    margin-bottom: 30px;
    clear: both;}
	
.map-hm-rht{margin-top: 50px;}


@media (min-width: 768px) {
  #hm-cont .contact-address ,
  #hm-cont .contact-phone,
  #hm-cont .contact-email {
    /*padding: 20px 0;*/
	 position: relative;
    min-height: 100px;
  }

  #hm-cont .contact-phone, #hm-cont .contact-email{
    border-top: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}
@media(max-width:991px){.body-fx #HeaderControl,.body-fx #MenuControl{width:100%; position:relative; height:inherit !important; top:inherit;}
.carousel-content{width:100%;}
}

@media(max-width:769px){
.navbar-fixed-top {
    background: #fff;
	position: static;
}
.body-fx #HeaderControl {
    width: 100%;
}
.body-fx #MenuControl {
   /* top: 100px;*/
    width: 100%;
}
.three-cl h3{font-size: 23px;}	
.copyright-rht ul li{padding-left: 10px; margin-left: 10px;}

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}


}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

}

	
@media(max-width:736px){
.mu-about-right {
    width: 100%;
    margin-left: 0px;
}
.slider-info h4{    font-size: 35px;}	
.slider-info h3{font-size: 28px;}
.rslides{    height: 300px;}
.ban-logo{width: 75px;}
.slider-info{top: 59px;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ border-color: #fff; background-color: #232323;}
.navbar-toggle{background-color: #060606; border-color: #232323;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.cont-rht ul, .copyright-lft, .copyright-rht{font-size: 13px;}

#bs-example-navbar-collapse-1{    margin: 0;  padding: 0; border-top: 0;
}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    /*background: #232323;*/ border-bottom:1px solid #fff;}
.map-hm-rht{ margin-top:40px;}
	}
	
@media(max-width:667px){
.three-cl h3 {
    font-size: 17px;
}
.mu-scrolldown {
    margin-top: 9px;
}
.slider-info {
    width: 70% !important;
}
	}
	
@media(max-width:568px){
.cont-rht{    padding-bottom: 15px;     width: 100%;}
.cont-lft{    width: 100%;
    margin-right: 0;}	
.copyright-lft, .copyright-rht{width:100%; text-align:center;}
.copyright-rht ul{    text-align: center;
    margin-top: 10px;
    font-size: 13px;}
.copyright-rht ul li{font-size: 12px;}




	}
	
@media(max-width:480px){
.ban-logo {
    width: 60px;
}
.slider-info h4 {
    font-size: 22px;
}
.slider-info h3 {
    font-size: 18px;
	font-weight: 900;
	
}
.slider-info p{    font-size: 14px;    line-height: 5px;}
.arrow-dn{display:none;}
.callbacks_nav{background-size: 198% 100%; width: 40px;
    height: 40px; top: 110px;}
	
.hm-serv-bx-img{    width: 40%;}
.hm-head{      margin-bottom: 0;
    font-size: 32px;}
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}
.three-cl .col-md-4{width:100%;}
.three-cl-inner{margin-bottom: 10px;}
	}
	
@media(max-width:414px){
.hm-serv-bx-img{display:none;}	
.hm-serv-bx-cnt{padding: 0 20px 0 20px;}
	}
	
@media(max-width:375px){
.hm-serv-bx-cnt h3{font-size: 20px;}	
.two-cl .hm-head{    font-size: 24px;}
.callbacks_nav.next{right: 6px;}
.callbacks_nav.prev{LEFT: 6px;}
.rslides {
    height: 210px;
}
.callbacks_nav{    top: 86px;}
.slider-info {
    top: 35px;
}
.hm-about .carousel{height: 170px;}
	}
	
@media(max-width:480px){
.ban-logo {
    width: 60px;
}
.slider-info h4 {
    font-size: 22px;
}
.slider-info h3 {
    font-size: 16px;
}
.slider-info p{    font-size: 14px;    line-height: 5px;}
.arrow-dn{display:none;}
.callbacks_nav{background-size: 198% 100%; width: 40px;
    height: 40px; top: 110px;}
	
.hm-serv-bx-img{    width: 40%;}
.hm-head{      margin-bottom: 0;
    font-size: 32px;}
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}
.three-cl .col-md-4{width:100%;}
.three-cl-inner{margin-bottom: 10px;}
	}
	

.container.cont-page.inner-page p {
    font-family: Arial;
    font-weight: normal;
    Font-size: 14px;
    color: #333;
    /* line-height: 24px; */
    text-align: justify;
}

@media (max-width: 767px){
.carousel-content {
    display: none
}



}


.hm-service{ background: url(../image/serv-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed; padding-bottom: 30px; padding-top: 20px;}
.service-box{ list-style:none; padding-left:0;}
.service-box li{margin: 0 1%;width: 23%;float: left;color: #fff;text-transform: uppercase;text-align: center;transition: .5s;margin-bottom:25px;border:1px #222 solid;padding-top:20px;padding-bottom:10px;}
.service-box li:hover{background: rgba(25,62,145,0.2);transition: 0.5s;}

.service-box li img{ height:100px; width:100px; border:5px #dd3d25 solid; margin-bottom:20px;
 -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px; transition:0.5s; box-shadow:0px 10px 10px #333; }
	
.service-box li:hover img{  -webkit-filter: none;  filter: none; transition:0.5s;}	
.service-box li:hover h4{ color:#fff; transition:0.5s; border-radius:10px 10px 0 0;}	
.service-box li h4{font-size: 18px;color:#FFF;transition:0.5s;font-weight: 600;margin-bottom:0;padding-bottom:10px;}
	
.hm-service .hm-head{color:#fff;}




@media (max-width: 767px){

.service-box li{ width: 100% !important;}
  



}


.hmm-service{/* background: url(../image/serv-bg.jpg) no-repeat; */background-size:cover;background-attachment:fixed;padding-bottom: 30px;padding-top: 20px;}
.servicee-box{ list-style:none; padding-left:0;}
.servicee-box li{margin: 0 1%;width: 18%;float: left;color: #fff;text-transform: uppercase;text-align: center;transition: .5s;margin-bottom:25px;/* border: 1px #d0d0d0 solid; *//* padding-top:20px; */padding-bottom:10px;}
.servicee-box li:hover{ background: #dd3d25; transition: 0.5s;}

.servicee-box li img{
 height: 180px;
 width: 100%;
 border: 2px #dd3d25 solid;
 margin-bottom:20px;
 /* -webkit-border-radius:100px; */
 -moz-border-radius:100px;
 /* border-radius:100px; */
 transition:0.5s;
 /* box-shadow:0px 10px 10px steelblue; */
 }
	
.servicee-box li:hover img{  -webkit-filter: none;  filter: none; transition:0.5s;}	
.servicee-box li:hover h4{ color:#fff; transition:0.5s; border-radius:10px 10px 0 0;}	
.servicee-box li h4{font-size: 18px;color:#dd3d25;transition:0.5s;font-weight: 600;margin-bottom:0;padding-bottom:10px;}
	
.hmm-servicee .hmm-head{color:#fff;}

.hm-head{ text-align: center;
    color: #071041;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:34px;}
    
    .hmm-head{ text-align: center;
    color: #071041;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:34px;}
	
.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: -3px;
    line-height: 1;
    position: relative;
	
}

.head-sep:before{ width: 100px; height: 1px;  content: ""; display: inline-block; position: relative; margin-right: 6px;
 background-color: #dd3d25 !important;  color: #fff !important;}
	
.head-sep:after{ width: 100px;  height: 1px; content: ""; display: inline-block;  position: relative;
    margin-right: 6px; margin-left: 22px;  margin-right: 0;  background-color: #dd3d25 !important; color: #fff !important;}
	
.head-sep u{  width: 20px;  position: absolute;  display: block; left: 50%;  top: 12px; margin-left: -10px;}

.head-sep u:before{ position: absolute;  top: 0;  left: -2px;
    border-left: 2px #dd3d25 solid;  border-right: 2px #dd3d25 solid;
    width: 10px;  height: 6px;  display: inline-block; content: ""; transform: skew(30deg);
    -webkit-transform: skew(50deg); border-left-color: #dd3d25 !important;}
	
.head-sep u:after{ position: absolute; top: 0; left: -2px; border-left: 2px #dd3d25 solid;
    border-right: 2px #dd3d25 solid; width: 10px; height: 6px; display: inline-block; content: "";
    transform: skew(30deg); -webkit-transform: skew(50deg); left: auto; right: -3px; transform: skew(-30deg);
    -webkit-transform: skew(-50deg); border-right-color: #dd3d25 !important;}	
.hm-head span{ font-weight:600; color:#dd3d25;}	
.hm-head span{font-weight:600;color: #dd3d25;}
.hmm-head span{ font-weight:600; color:#dd3d25;}

#widgetsControl, #widgetsControl_C{height:inherit !important;}



@media (max-width: 767px){
.navbar-toggle {
    text-align: center !important;
    float: none !important;
}

.container-fluid>.navbar-header {
	text-align: center !important;
}
.table-responsive {
    margin-bottom: 0px !important; 
}

#widgetsControl {
	    height: initial !important;
}

.service .section-title {
    margin-top: 50px !important;
}

.mu-about-area {
    padding: 70px 0;
}
td.rdCente {
	height: 1px !important;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top{ margin-right: 0px !important; margin-left:  0px !important;}

}



@media(max-width:736px){
 
.navbar-nav>li{display: block; text-align:left;}
#HeaderControl, #HeaderControl_C{height: initial !important;}	
	
}

@media (max-width: 480px){
#HeaderControl{ width: 100% !important; height: 80px !important;}
#MenuControl {
    width: 100% !important;
    height: inherit !important;
}
.body-fx #HeaderControl, .body-fx #HeaderControl_C { width: 100% !important; height: inherit !important;}
.body-fx #MenuControl, .body-fx #MenuControl_C{ width: 100% !important; height: inherit !important; /*top: 80px;*/}

}


@media (max-width: 375px){
#hm-cont .cont-cont{ padding-left: 80px; }
#hm-cont .contact-address h3, #hm-cont .contact-phone h3, #hm-cont .contact-email h3{ padding-top: 5px; margin-top: 10px; margin-bottom: 5px;}
#hm-cont .contact-info .fa{ font-size: 30px; width: 60px; height: 60px; line-height: 60px;}
#hm-cont .contact-info i:after{left: 75px;}
#hm-cont .contact-info p{text-align: left;}

}


@media screen and (max-width:767px) {
 .table-responsive{ border:inherit;}
.team-boxes .media-left{ display: inherit;}

#main-head{ margin: 0;padding-top: 0px;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{ color: #fff !important; background-color: #303030;}

}



