@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
  font-family: "Open Sans", sans-serif;font-size:15px;
}
.form-control {
    height: 45px;
    padding: 20px 12px;
}
p{font-size:16px;line-height:26px;}
a {
  color: #ccc;
  text-decoration: none!important;
}

a:hover {
  color: #0d6bca;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #003366;
  transition: all 0.4s;
  border: 2px solid #003366;
}

.back-to-top i:hover {
  background: #003366;
  color: #1a1814;
}
.social-lnks{float:right;}
.Calcul-sec img{max-width:100%; border-radius:50%;}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.Calcul-sec .Calcul-item{position:relative;overflow:hidden;border-radius:50%;border-bottom: 10px solid #003366;width: 70%;}
.Calcul-sec .Calcul-cont{opacity:0; position:absolute; transition:all .5s;z-index: 99; bottom:40px; left:0; right:0;
    text-align: center;}
.Calcul-sec .Calcul-cont h4{color:#fff; font-size:20px; font-weight:bold;}	
.Calcul-sec .Calcul-cont a{color:#fff; font-size:14px; font-weight:bold;}
.Calcul-sec .Calcul-item:hover .Calcul-cont {opacity:1; position:absolute; padding-bottom:20px;}
.Calcul-sec .Calcul-item:after {position:absolute; content:'';bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 9; left:0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}
.Calcul-sec .Calcul-item img {
    transition: all ease-in-out 0.4s;
}
.Calcul-sec .Calcul-item:hover img {
    transform: scale(1.1);
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*banner*/
/*-- Slider --*/
#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.callbacks_container {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
}

.banner-cont{position:absolute; top:250px; width:80%; margin:0 auto; left:0; right:0; z-index:999;text-align:center;}
.banner-cont h3 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff; text-align:center;
}

.banner-cont h3 span {
  color: #fff; display:block;
}

.banner-cont h4 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 30px; text-align:center
}

.banner-cont .btns {
  margin-top: 30px;
}

.banner-cont .btn-menu,.banner-cont .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  background: rgba(0,0,0,0.5);
  border: 2px solid #003366;
}

.banner-cont .btn-menu:hover, .banner-cont .btn-book:hover {
  background: #003366;
  color: #fff;
}

.banner-cont .btn-book {
  margin-left: 15px;
}
/*-- //Slider --*/
/*banner*/
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;position:absolute;z-index: 99;
    /*background: rgba(0,0,0,0.4);*/
    width: 100%;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: white;float: left;
}

#topbar i {
  color: #003366; font-size:20px;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;position:absolute;
  top: 40px;width:100%;
}
header img{margin:0 auto; max-width:100%;}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{padding:5px 0 13px;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 16px 10px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{padding-right:0;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#468ae7;}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}
.contact .section-title h2::after, .Calcul-sec .section-title h2::after {
background:rgba(249, 191, 30, 0.5)}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #003366;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  position: relative;
  padding: 80px 0;
}
.hm-heading h2 strong:before {
    top: 50%;
    left: 100%;
    width: 80px;
    height: 1px;
    content: '';
    background: #fff;
    position: absolute;margin-left: 15px;
}
	
.hm-heading h2 span{font-style:normal; position:relative;}
	
.hm-heading h2 span:after{    content: "";
    position: absolute;
    z-index: 99;
    height: 5px;
    width: 100%;
    background: #222;
    left: 0;
    bottom: -9px;}
		
.hm-heading h2 strong:before {
    top: 50%;
    left: 100%;
    width: 80px;
    height: 1px;
    content: '';
    background: #000;
    position: absolute;margin-left: 15px;
}
	
.hm-heading h2 span{font-style:normal; position:relative;}
	
.hm-heading h2 span:after{    content: "";
    position: absolute;
    z-index: 99;
    height: 5px;
    width: 100%;
    background: #111;
    left: 0;
    bottom: -9px;}
.hm-heading h4{color:#000; font-size:25px;line-height: 40px;}
.about:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: .5s;
}

.about .about-img img {
  max-width: 100%;
  border: 10px solid #003366;
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  transition: .5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transition: .5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #003366;
}

.about p {
 line-height:28px;
 text-align:justify;
 font-size: 15px;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #003366;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #003366;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.ser-sec{ background:url(image/ser-bg.jpg); background-size:cover; background-attachment:fixed; padding:100px 0;}
.ser-sec .tab-content{ padding-top:50px;}
.ser-sec .nav-pills>li{ }
.ser-sec .nav-pills>li>a{ background: #003366; font-size: 16px; color:#fff;}
.ser-sec .nav-pills li .fa{ margin-right:10px;}
.ser-sec .nav-pills>li>a:hover { background: #f9bf1e; color:#fff;}
.ser-sec .nav-pills>li.active>a, .ser-sec .nav-pills>li.active>a:focus, .ser-sec .nav-pills>li.active>a:hover{
	background: #f9bf1e;}
	
.ser-sec h3{ margin:0; line-height: 30px; color:#fff; font-size: 22px; font-weight: 700;padding-bottom:10px;}
.ser-sec .nav-pills{ border-bottom: 1px solid #f9bf1e; text-align: center;}
.ser-sec .nav-pills>li>a{ border: 1px solid #f9bf1e; padding: 10px;}
.ser-sec .nav-pills>li {
    float: initial;
    padding: 0px 6px;
    margin-bottom: -1px;
    display: inline-block;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background: #f9bf1e;color:#fff;}
.ser-sec ul{margin-top:10px;}
.ser-sec ul li, .ser-sec p{text-align:justify;color:#fff;line-height: 25px;list-style:none;font-size: 15px;position:relative;}
.ser-sec .tab-content ul li:before{content: "\f0a4"; font-family:FontAwesome; position:absolute; left:-30px;}
.ser-sec img{padding-top:50px;}
.ser-sec .tab-content p a{border:1px dashed #000; padding:10px 15px; background:#003366; color:#fff;}
.ser-sec .tab-content .rd-more{margin-top:20px;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #003366;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #d3a722;
    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;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

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

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .cont-form {
  width: 100%;
}

.contact .cont-form .form-group {
  padding-bottom: 8px;
}

.contact .cont-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .cont-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .cont-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .cont-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .cont-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #003366;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .cont-form input, .contact .cont-form textarea {
 /* border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;*/
}

.contact .cont-form input::-webkit-input-placeholder, .contact .cont-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .cont-form input::-moz-placeholder, .contact .cont-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .cont-form input:-ms-input-placeholder, .contact .cont-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.contact .cont-form input::-ms-input-placeholder, .contact .cont-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.contact .cont-form input::placeholder, .contact .cont-form textarea::placeholder {
  color: #a49b89;
}

.contact .cont-form input:focus, .contact .cont-form textarea:focus {
  border-color: #003366;
}

.contact .cont-form input {
  height: 44px;
}

.contact .cont-form textarea {
  padding: 10px 12px;
}

.contact .cont-form button[type="submit"] {
  background: #003366;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .cont-form button[type="submit"]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cont-btm{padding-top:50px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  background: #111;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

footer .footer-top {
  background: #003366;
  padding: 60px 0 0px 0;
}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: Aril, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #f9bf1e;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  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 .fa{ margin-right:0px;}
footer .footer-top .social-links a:hover {
  background: #f9bf1e;
  color: #fff;
}
footer .footer-top .social-links a:hover .fa{ 
  color: #fff;
}

footer h2{color:#f9bf1e; font-size:25px; font-weight:bold;}
footer h2 span{ color:#f9bf1e; font-size:18px;}
footer .footer-contact .fa{margin-right:10px; color:#f9bf1e; font-size:16px;}
footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .footer-top h4::before {
  right: 0;
  background: #555;
}

footer .footer-top h4::after {
  background: #f9bf1e;
  width: 60px;
}

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-right: 8px;
  color: #f9bf1e;
}

footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 15px;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  color: #eee;
}

footer .footer-top .footer-links ul a:hover {
  color: #f9bf1e;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
  font-size: 15px;
}

footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f9bf1e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a64bd;
}

footer .copyright {
  text-align: center;
  padding-top: 30px;
}

footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}



.main-table{ font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{font-weight: bold;
    Font-size: 20px;
    color: #003366;
    line-height: 36px;
    border-bottom: 1px #ccc dashed;
    text-transform: uppercase; margin-bottom: 20px; text-align:left;}
.sub-heading {
    font-weight: bold;
    Font-size: 18px;
    color: #003366;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
}
.team-title {
    font-weight: bold;
    Font-size: 16px;
    color: #003366;
    line-height: 30px;
    text-align: left;
}
.contact-us{ padding-left:20px; line-height:24px;}
.sub-heading1{font-size:14px; color:#333; line-height:30px; text-transform:uppercase;}

.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-nav>li>a {
    padding-top:0 !important;
    padding-bottom: 0 !important;
}

.container-fluid{/* padding-left:2px; *//* padding-right:2px; */}


.navbar-nav {
    display: table;
    width: 100%;
    text-align: center;
    margin-left: 0  !important;
    margin-right: 0 !important;
}


.navbar-nav>li {
    display: table-cell;
    float: initial !important;
	vertical-align: middle;
}


.navbar-default{ border:0 !important;}

.navbar-default .navbar-nav>li>a{ color: #fff !important; font-size: 14px;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{    color: #000 !important;
    background-color: #fff !important;}
	
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #003366;
}

.dropdown-menu>li>a:focus:after, .dropdown-menu>li>a:hover:after {
        border-left-color: #fff !important;
}
	
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
}

.navbar-nav>li>a{line-height: 65px;color:#fff;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #003366 !important;
    border-color:#fff;
    color: #fff !important;
}


#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C .navbar-nav
{height:100%;}
.nav>li>a{padding:2px 3px;}
#MenuControl_C #navbar-collapse-1{height:100% !important;}

@media (max-width: 769px){
/*#MenuControl, #MenuControl_C{height: initial !important;}*/	
#widgetsControl_C{height:initial !important}
	}

@media (max-width: 767px)
{.navbar-toggler {
    /* margin-top: 10px!important; */
    background: #fff!important;
    /* justify-content: center!important; */
    /* display: flex!important; */
    }
    .slider .carousel-control-next{display: none;}
    .slider .carousel-control-prev{display: none;}
    .slider img{height:300px!important;}
    .otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:40 !important;}
.table-responsive {
    margin-bottom: 0px !important; 
}
.top-nav {
	display: none;
}
.carousel-caption {
	display: none;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top 
{
   margin-right: 0px !important;
 margin-left:  0px !important;
}
.navbar-nav>li{display: block; text-align:left;}

}



@media(max-width:736px){
 
.navbar-nav>li{display: block; text-align:left;}
#HeaderControl, #HeaderControl_C{height: initial !important;}	
/* header{padding: 10px 0;}	 */
}

@media(max-width:736px){
.fl-head h2{    font-size: 26px;}
}

@media(max-width:375px){
.fl-head h2{    font-size: 23px;}
}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;
    padding-left: 0;
    padding-right: 0;
}


.main-table {
    font-size: 16px;
}
.main-table ul{
    padding-left: 16px;
 
}
.main-table ul li{
    color: #555;
    font-size: 15px;
    line-height:28px;
}
/*--extra-css-start--*/

#WhatsNewControl {
	margin-top: 50px;
}

.light {
	color: #fff !important;
}
.med-bg {
	background: #f2f2f2;
}
#WidgetControl1.RadDock.RadDock_Default.col-md-12 {
	padding: 0px;
}
.pb-btm {
	padding-bottom: 50px;
}
.pb-top {
	padding-top: 50px;
}
/*--extra-css-end--*/


/*--Contact Section--*/

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #005db5;
  border: 0;
  padding: 18px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*-- Contact-form--*/


/*-- Footer-*/

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  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: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#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-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 12px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--footer--*/

/*About*/
.about-area {
    text-align: center;
}
.about-area1 {
    background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.9)), url(../image/bg.jpg) fixed center center;
    margin-top: 50px;
}
.ptb-90 {
    padding: 50px 0;
}
.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}
.about-area1 .sec-title h2 {
    color: #fff;
}
.about-area1 .sec-title h2 .sec-title-border {
    border-top: 2px solid #fff;
}
.about-area1 .sec-title h2 .sec-title-border span::before {
    background: #fff;
}
.about-area1 .sec-title h2 .sec-title-border span::before {
    background: #fff;
}
.about-area1 .sec-title h2 .sec-title-border span::before {
    background: #fff;
}

.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
    font-weight: 800;
    font-size: 30px;
    color: #005db5;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.sec-title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 40px;
}

/*About-end*/

/*Team-Section-Start*/
.our-team{
    overflow: hidden;
    position: relative;
}
.our-team:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(9, 120, 209, 0.6);
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.our-team:hover:after{
    top: 0;
    opacity: 1;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%) rotate(-12deg);
    transition: all 0.8s ease 0s;
}
.our-team:hover .social{ top: 50%; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #18d26e;
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}
.our-team .team-content{
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    border-bottom: 3px solid #005db5;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.our-team:hover .team-content{ background: #fff; }
.our-team .team-content:before{
    content: "";
    width: 100%;
    border-right: 420px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -60px;
    left: 0;
}
.our-team:hover .team-content:before{ border-right-color: #f9f9f9; }
.our-team .team-content:after{
    content: "";
    width: 3px;
    height: 50%;
    background: #005db5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.our-team .title{
    font-size: 18px;
    color: #333;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}

/*team-section-end*/


/*service-section-end*/

.serv {
    background: #fff;
    border: 5px solid #0978d1;
    border-bottom: 25px solid #0978d1;
    padding: 60px 22px 55px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.serv:hover:before  {
    margin: 1px 0 0 1px;
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.serv:hover { 
    border-color: #000529;
	background: #0074d9;
	color: #fff;
}

.serv:hover img{ 
    filter: invert(1);
}

.serv h3 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 19px;
} 
.serv h3:hover {
    color: #fff;
} 
.serv:hover p{
    color: #fff;
} 

.serv:hover a{
    color: #fff;
} 

/*pre-temp-32-end*/


p{color:#555;line-height:23px;margin-bottom:8px;text-align:justify;}

.container{    font-size: 15px;}

.container-middle{text-align: left;
    font-family: Arial !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    color: #222;}


body{font-family: 'arial', sans-serif !important; font-size:14px; overflow-x:hidden;}
	
.RadDock .rdContent{font-family: 'arial', sans-serif !important; font-size:14px !important;}

#widgetsControl.RadDock.RadDock_Default.col-md-12 {
	padding: 0px;
}

img{max-width:100%;}

#home{width:100%; height:100%; position:relative;}

#home:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(image/download.png);
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: -10000000;
}

.navbar-default{border:0; background:#fff;}
.navbar .navbar-right{    margin-top: 8px;}
.navbar-default{
    background: transparent;}

.navbar-default .navbar-nav>li>a:hover{background: #003366;color:#fff;}

.navbar-default .navbar-nav>li>a{color:#fff; padding-top: 8px;
    padding-bottom: 9px;}
.navbar-default .navbar-brand{padding:0;}

#logo-web{
    transition: 0.5s;
    max-width: 100%;
    padding-left: 15px;
    margin: 0 auto;
    width: 80%;
    display: block;
    }

.navbar-fixed-top.navbar-default #logo-web{width: 81%; transition:0.5s;     padding-top: 4px;}
.navbar-fixed-top .nav>li>a{    padding-left:20px; padding-right:20px;}
.navbar-fixed-top.navbar-default{    padding: 9px 0;
    background: rgba(108,119,59,0.95);
    transition: 0.5s;
    border-bottom: 0;
    box-shadow: 0;
    position: fixed;
    top: 0; z-index:999;}
	
#HeaderControl_C_ctl00_tr_HeaderBackImage{background-color:transparent !important;}

/*banner*/



/* heading strip */

.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{background-position: center; padding: 65px 0 0; width: 100%; background-size: cover; min-height:180px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;width:100%;height:100%;z-index: 0;background: #26243cc7;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #fff;text-align:center;text-transform:uppercase;font-size: 37px;font-weight: 800;position:relative;z-index:1;font-family: "Poppins", serif!important;}


img{max-width:100%;}

.top-nav-rht {
    position: relative;
    top: -15px;
	}
.top-nav {
    /* border-bottom: solid 1px rgba(255,255,255,.2); */
    padding: 15px 0;
    position: absolute;
    top: -8px;
    z-index: 9;
    /* background: #005db5; */
    width: 100%;
    left: 0;
    height: 50px;
    color: #ccc;
}
.top-nav-lft ul{list-style:none; margin:0; padding-left:0;}
.top-nav-lft ul li{display:inline-block;font-size: 14px;color: #fff;margin-right:15px;}
.top-nav-lft ul li .fa {
    font-size: 20px;
    margin-right: 6px;
    color: #003366;
}
.top-nav-rht ul{list-style:none;text-align:right;padding-top: 17px;margin:0;padding-left:0;}
.top-nav-rht ul li{display:inline-block;font-size: 15px;margin-left: 8px;}
.top-nav-rht ul li .fa {
    /* margin-right: 0px; */
    /* color: #18d26e; */
    font-size: 20px; */
    background: #fff;
    /* padding: 10px 15px; */
}

/*-- Slider --*/
.carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(60% - 150px);
    font-size: 40px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}
.carousel-caption a {
    background: #fff;
    font-size: 20px;
	color: #005db5;
    padding: 15px 25px;
	text-decoration: none;
}
.carousel-caption a:hover {
    background: #003366;   
	color: #fff;
}

.carousel-caption  h2 {
	font-size:60px;
	color: #fff;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #fff;
}

.carousel-caption p {
    font-size: 29px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    padding: 15px;
    background: #005db5;
}


#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;     height: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../image/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  right: 22px;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left:22px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;     height: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none; height:100%;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 66.5%;
	z-index: 999;
	left: 45%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0; display:none;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #168eea;
}
.slider-info {
    position: absolute;
    top: 45%;
    z-index: 999;
    left: 0;
    width: 48%;
    height: auto;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.8); padding:15px 0;
}
.ban-logo{
    width: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.arrow-dn{    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px double #fff;
    line-height: 50px;
    margin: 0 auto;
    background: #8abf00;
    margin-top: 40px;}
	
.slider-img{height: 100%;}

.slider-img img {
    height: 100%;
    width: 100%;
}

.slider-info h3 {
    font-size: 45px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 2px 0px 10px;
}

.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #fff; text-align:center;
    margin: 0 auto;
    line-height: 35px;
    letter-spacing: 1px;
}
.slider-info h4 {
    font-size: 45px;
    color: #baa46a;
	letter-spacing: 3px;
	text-transform:uppercase; 
	margin-top: 7px;
}
h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:15px;
	text-transform:uppercase;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/

.nav-pills>li{margin-bottom:0;}

#widgetsControl, #widgetsControl_C{height:100% !important;}

#widgetsControl table, #widgetsControl td{height:100% !important;}

#HeaderControl{
    height: 82px;
    background: rgba(0, 51, 102, 0.7);
    float: Left;
    margin-bottom: 0;
    padding: 16px 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 9;
    width: 33%;
    /* background: transparent; */
    text-align: center;
    }
	
#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl{
    height: 82px;
    float: Right;
    margin-bottom: 0;
    padding: 0px 0;
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 9;
    background: rgba(0, 51, 102, 0.7);
    width: 67%;
    /* background: transparent; */
    }
	
	
.body-fx #HeaderControl{
    height: 90px;
    float: Left;
    position: fixed;
    width: 35%;
    padding: 0;
    padding-left: 0;
    background: #003366;
    z-index: 99;
    text-align: left;
    transition: 0.5s;
	height: 68px !important;
	    top: 0;
		
}

.body-fx #logo-web{margin-top: 6px;}

.body-fx #MenuControl_C{height: 68px !important;}


.body-fx #MenuControl {
    height: 90px;
    float: Right;
    position: fixed;
    right: 0;
    width: 65%;
    padding: 0;
    padding-right: 0;
    background: #003366;
    transition: 0.5s; 
	top: 0;
    height: 68px !important;
}

center #form1 #HomepagecontentControl{padding-top: 105px; padding-bottom:25px;}
center #form1 .top-nav{ background: #333;}
center #form1 #HeaderControl,
center #form1 #MenuControl{ background: #003366;}

center #form1 #HeaderControl{margin-left: -2px;     width: 36%;}
center #form1 #MenuControl{margin-right: -2px;}

.body-fx center #form1 #HeaderControl{margin-left:0;}
.body-fx center #form1 #MenuControl{margin-right: 0px;}

center #form1 footer{opacity:1; visibility:visible;}

@media(max-width:991px){
#DynamicEnquiry, #DynamicEnquiry_C{height:inherit !important;}
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}
#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
}

@media(max-width:1024px){
.animatedParent{ overflow:hidden;}
.nav>li>a{ padding: 9px 2px;}	
.three-cl-inner{ height: auto;}
.navbar-fixed-top .nav>li>a{ padding-left: 10px; padding-right: 10px;}
footer{ bottom: -292px;}
.navbar-default .navbar-nav>li>a{ font-size: 14px;}
.cprht-img{ margin-left: 88px; display: none;}
}

@media(max-width:991px){
	
#HeaderControl {
    height: 82px;
    float: Left;
    margin-bottom: 0;
    padding: 16px 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 9;
    width: 100%;
    background: transparent;
    text-align: center;
}

#MenuControl {
    height: 82px;
    float: Right;
    margin-bottom: 0;
    padding: 0px 0;
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 72px;
    z-index: 9;
    width: 100%;
    background: transparent;
}

.carousel-caption h2 span {
    font-size: 38px;
    color: #fff;
}

center #form1 #HeaderControl {
    margin-left: 2px;
    width: 100%;
}
.carousel-caption p {
    font-size: 17px;
    margin-top: 11px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    padding: 15px;
    background: #005db5;
}
	
footer{ position:inherit;}
.navbar-default .navbar-nav>li>a { font-size: 14px;}

}



@media(max-width:769px){
.top-nav { display: none; }
.three-cl h3{ font-size: 22px;}	
.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; }

#logo-web{ height: 100%;}
footer { bottom: -100%; }

.body-fx footer:hover{ bottom:0;}
.sec-about-lft p{ text-align:center;}
.sec-about-lft img{ width: 60%; margin: 0 auto;}
.sec-about-rht .tab-content{ min-height:inherit;}

.ser-cl-inner {
    position: initial;
    float: left;
    width: 47%;
    text-align: center;
    margin: 0 1.5%;
    margin-top: 70px;
    padding-bottom: 20px;
}

.ser-main-cl{ margin-top: 30px; margin-bottom: 0;}
	
.fl-ser, 
.fl-ser.fr-ser{ float:inherit; text-align:center; padding:0 15px; border:1px solid #ccc; padding-top: 75px;}
.sh-img{ display:none;}
.fl-ser p,
.cl4 .fl-ser p, .cl4 .fl-ser h3, .cl5 .fl-ser p, .cl5 .fl-ser h3, .cl6 .fl-ser p, .cl6 .fl-ser h3
{ text-align:center;}
.dn-img{ display:block;}

.ser-cl-inner img,
.cl4.ser-cl-inner img, .cl5.ser-cl-inner img, .cl6.ser-cl-inner img {
    float: initial;
    left: 0;
    right: 0;
    margin: 0 auto; margin-top: -50px;
}
.hm-serv{padding-bottom:60px;}

.contact_map_content{width:100%;}
.left_style_contact{width:100%; margin-left:0;}

.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}

.cprht-img{display:none;}
footer {
    position: relative;
}
.hm-serv {
    padding-bottom: 30px;
}
.top-nav-lft ul{padding-left: 15px;}
.top-nav-rht ul{padding-right: 15px;}
.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; 
	    top: 0;
		height: auto !important;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}

	}

@media(max-width:767px){
	.fix-box{display:none !important;}
	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ border-color: #a3b460; background-color: #a3b460;}
.navbar-default .navbar-toggle{border-color: #a3b460;}
.navbar-toggle{background-color: #a3b460; border-color: #a3b460;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #a3b460; border-bottom:1px solid #505b1f;}
#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: #a3b460;
    border-bottom: 1px solid #505b1f; color: #fff;}
}
	
@media(max-width:736px){
.slider-info h4{    font-size: 35px;}	
.slider-info h3{font-size: 30px;}
.rslides{    height: 300px;}
.ban-logo{width: 75px;}
.slider-info{top: 59px;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #a3b460;     background-color: #18d26e;}
.navbar-default .navbar-toggle{border-color: #a3b460;}
.navbar-toggle{background-color: #333;border-color: #a3b460;margin-top: 22px;}
.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: #000;
   border-bottom:1px solid #505b1f;
   }
	
	
.ft-cont p, .ft-cont p a{line-height: 18px;}
.cprht-img{display:none;}
.cprht-rht li .fa{    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 22px;}
.us-lk ul li{margin-bottom: 2px;}
footer h2{font-size: 20px;}

footer{position:relative;}
.hm-serv {
    padding-bottom: 30px;
}
#HeaderControl, center #form1 #HeaderControl{width: 100%;margin-top: -44px;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%;background-color: #003366;/* display: flex!important; *//* justify-content: center!important; */}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.four-col-inner h3{font-size: 18px;}

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

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

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 70%;}
.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;}
.copyright{right: 15px;}
footer{    z-index: 9;}

center #HeaderControl{padding: 5.5px 0;background: #003366;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #baa46a;}
center .navbar-default .navbar-toggle {
    border-color: #baa46a;
}
.body-fx center #HeaderControl{height: 67px !important;}

center #form1 #HomepagecontentControl{/* padding-top: 75px; */}
	}
	
@media(max-width: 768px){
#HeaderControl {
    margin-top: 5px;
    /* background-color: #003366; */
}
#HeaderControl, center #form1 #HeaderControl {
    margin-top: -3px;
}
#MenuControl {
	margin-top: 12px;
}
.three-cl h3 {
    font-size: 17px;
}
.four-col-inner h3{    font-size: 17px;}
.four-col-inner p{font-size:12px;}
.four-col-inner .fa{font-size: 28px; height: 40px;     line-height:31px;}
.four-col-inner p{    margin-bottom: 9px;}
.sec-about-rht .nav-pills>li a{font-size: 16px;}
.hm-serv h2{font-size: 30px;}
	}
	
@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;}
.four-col-inner{margin: .5%; width: 49%;     padding-bottom: 0;}
.animatedParent{    margin-top: 3px;}
.sec-about{padding-top: 30px;}
.sec-about-lft img{    width: 100%;}
.sec-about-rht .hm-head{font-size:20px;}
p{font-size: 14px; line-height: 20px;}

.ser-bg{width:70%; margin:0 auto;}
.ser-cl-inner img{top: -4px;     width: 100px;
    height: 100px;}
.fl-ser, .fl-ser.fr-ser{padding-top: 60px;}
.ser-cl-inner h3{font-size:16px;}
.ser-cl-inner p{    font-size: 13px;}
.fl-ser{min-height: 190px;}

#home:after{     height: 140px;     background: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);}
.top-nav-rht{display:none;}
.top-nav-lft{width:100%;}

#widgetsControl table, #widgetsControl td {
    height: initial !important;
}
#Wslider li{    height: 250px;}

.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){
  #MenuControl {
    margin-top: 40px;
  }
  .slider .carousel-control-next{display: none;}
  .slider .carousel-control-prev{display: none;}
.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:50%;}
	
.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;}

.rslides {
    height: 320px;
}
.top-nav{display:none;}
.navbar-default{padding: 8px 0; top: 0;}
.cprht-lft{text-align:center; width:100%;}
.cprht-rht{text-align:center; width:100%;}
.copyrht{    padding: 0px 0 6px;}

#HeaderControl, #MenuControl{top: 0;/* bottom: -10px; */}
#logo-web{height:inherit;}
#HeaderControl, .body-fx #HeaderControl, center #form1 #HeaderControl{
    width: initial;
    max-width: 100%;
    }
.navbar-toggle{    margin-top: 12px;}
center #HeaderControl {
    /* width: 100%; */
    padding: 0px 0;
}

center #form1 #HomepagecontentControl {
    padding-top: 35px;
}
	}
	
@media(max-width:414px){
.hm-serv-bx-img{display:none;}	
.hm-serv-bx-cnt{padding: 0 20px 0 20px;}

.ser-cl-inner{    width: 100%;
    margin: 0;
    margin-top: 50px;}
.fl-ser {
    min-height: initial;
}
.ser-bg{width:100%;}
	}
	
@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;}
.sec-about-rht .nav-pills>li a {
    font-size: 12px;
}

footer .col-xs-7, footer .col-xs-5{width:100%;}
.four-col-inner {
    margin: 1%;
    width: 48%;
}
.copyrht p{font-size:12px;}
	}
	
@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;
}
	}

.bg-light{background-color: transparent!important;}


.slider .carousel-control-next, .slider .carousel-control-prev{width: 40px;height: 40px;opacity: 1;background: #003366;top: 40%;border-radius: 50%;transition: .3s;z-index: 999;}
.slider .carousel-control-next{right: 50px;}
.slider .carousel-control-prev{left: 50px;}
.slider .carousel-caption h2{font-size: 65px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase;  color:#fff;}
.slider .carousel-caption h2 span{color: #fff;display: block;font-size: 48px;margin-top: 8px; }
.slider .carousel-caption{text-align:center;}
.slider .carousel-indicators{display:none;}
.carousel-caption {top: 27%;}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {filter: invert(0) grayscale(100); }
.carousel-caption > .dbl-line-hor{border: 1px double #00AFF0; display: inline-block; width: 20%; height: 6px; border-left:none ; border-right:none ;}
/*--------------------------------------------------------------
# Bnnr-btm */

.slider .text {position: absolute;width: 100%;/* left: 15%; */text-align: center;top: 15%;}
.slider .text h1  {position: relative; z-index: 3; font-size: 47px; color: #fff; font-weight: 700;}
.slider img{height: 650px;}
.cont-btm #divmainenquiry11 textarea.form-control {
    min-height: calc(1.5em + 3.75rem + 2px);
}
.team_img {
    width: 200px;
    border: 3px solid #003366;
    /* border-radius: 50%; */
}

.team-page h6{
    font-weight:600;
    font-size:16px;
    padding-bottom:10px;
}

.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    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: #003366;
    padding-top: 13px;
    padding-bottom: 19px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
    }
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.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:75px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    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;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{    font-weight:bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;}
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
.cont-page h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;}
.feature-box-content {
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
}
.navbar-nav>li>a:hover {color:#fff!important;}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}
.dropend .dropdown-menu {
    right: 100% !important; top:0;
    left: auto !important;
}
.service-page h6{font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;}
    .main-table p {font-size:16px;}
    #FooterrControl1_tr_hitCounter{color:#fff!important}
.navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex
;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
}