.main-table {
    font-size: 14px;
}
.main-table ul{
    padding-left: 16px;
    font-size: 14px;
}
.main-table ul li{
    color: #333;
    font-size: 18px;
    line-height: 26px;
}
/*--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*/

.team-page img{float:right; border:1px solid #ccc; padding:4px; margin-right:10px; width: 170px;}
.tabs-menu {
    /*float: left;
    clear: both;
    width: 20%;
    margin-right: 5%;*/
    list-style: none;
    padding-left: 0;
    margin-top: 0;     font-size: 18px;
}

.tabs-menu li {
    line-height: 30px;
    margin-right: 0;
    background-color: #000;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    margin-bottom: 3px;
    transition:0.5s;
    /* text-transform: uppercase; */
}

.tabs-menu li:hover{background-color: #54a333; transition:0.5s;}
.tabs-menu li:hover a{color:#fff;}

.tabs-menu li.current {
    position: relative;
    background-color: #54a333;
    /*! z-index: 5; */
}

.tabs-menu li a {
        padding:6px 10px;
        color: #fff;
        text-decoration: lowercase;
        display: block;
        text-decoration: none;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    /*background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 75%;*/
}

.tab-content {
    width: 98%;
    padding:0;
    /* display: none; */
}


#tab-1 {
 /* display: block; */
}

.team-nm {
    font-size: 17px;
    display: block;
    /* background: #eee; */
    padding: 5px 0;
    /* margin-bottom: -20px !important; */
    margin-bottom: 0px;
    margin-left: -15px;
    padding-left: 15px;
    /* text-transform: uppercase; */
}

p{color: #333;line-height: 26px;margin-bottom:8px;text-align:justify;font-size: 18px;}

.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: #f9bf1e;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*/
.navbar-nav:after {
    content: "";
    position: absolute;
    width: 55px;
    top: -3px;
    height: 84px;
    transform: skew(30deg);
    /* background: #003d72; */
    z-index: -1;
    left: -32px;
}

img{max-width:100%;}

.top-nav-rht {
    position: relative;
    top: -15px;
	}
.top-nav {
    /* border-bottom: solid 1px rgba(255,255,255,.2); */
    padding: 20px 0;
    position: absolute;
    top: -14px;
    z-index: 9;
    background: #000000;
    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: #f9bf1e;
}
.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(64% - 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: #f9bf1e;   
	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-tabs>li{margin-bottom:0;}

#widgetsControl, #widgetsControl_C{/* margin-top: -30px; */height:100% !important;}

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

#HeaderControl{
    height: 82px;
    /* background: #ffffff; */
    float: Left;
    margin-bottom: 0;
    padding: 7px 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 9;
    width: 30%;
    background: rgba(0, 0, 0, 0.5) !important;
    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: #003d72; */
    width: 70%;
    /* background: transparent; */
    }
	
	
.body-fx #HeaderControl{
    height: 90px;
    float: Left;
    position: fixed;
    width: 35%;
    padding: 0;
    padding-left: 0;
    background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    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: linear-gradient(to right,#0074d9  1%,#0074d9  24%,#005db5 67%,#0074d9 100%);
    transition: 0.5s; 
	top: 0;
    height: 68px !important;
}

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

center #form1 #HeaderControl{margin-left: -2px;width: 36%;background: #191919 !important;}
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: 13px;}
}
@media(max-width:769px){
.top-nav {
	display: none;
}
.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;
}
#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%;
    /*border: 1px solid #eee;*/
    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;
}
	.ser-sec .nav-pills>li{
		margin-bottom: 22px !important;
	}
	.ser-sec .nav-pills{
		justify-content: left!important;
	}
.nav>li>a {
    padding: 9px 1px;
    font-size: 11px !important;
    padding: 5px !important;
}

.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){
	
.slider-img img {
    height: 50vh !important;
}
.banner-cont {
    display: none !important;
}	
	
	.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: 70%;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%;}
.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;}
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:667px){

#HeaderControl {
    margin-top: 5px;
}
#HeaderControl, center #form1 #HeaderControl {
    margin-top: 3px;
}
#MenuControl {
	margin-top: 5px;
}
.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-tabs>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;
    color: #000 !important;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 2px 15px 2px 25px;
}
	}
	
@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: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;padding: 10px;}
#logo-web{height:inherit;}
#HeaderControl, .body-fx #HeaderControl, center #form1 #HeaderControl{       width: initial;
    max-width: 70%;}
.navbar-toggle{    margin-top: 12px;}
center #HeaderControl {
    padding: 0px 0;
}

center #form1 #HomepagecontentControl {
    padding-top: 35px;
}
	}
	
@media(max-width:414px){
.nav-link {
    color: #000;
    text-align: left;
    font-size: 15px !important;
}	
.bg-light {
    background-color: #1e1c1c !important;
    color: #000 !important;
}	
#logo-web {
    padding-top: 12px;
}	
.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-tabs>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;
}
	}

#marquee1 a { font-size: 15px !important; color: #222222; padding: 7px 0}