@charset "utf-8";
/* CSS Document */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.main-table{font-family:Verdana, arial; font-weight:normal; Font-size:13px; color:#333; line-height:24px; text-align:justify; padding: 0 5px;}
.main-heading{font-weight:bold; Font-size:20px; color:#ff5e00; line-height:36px; border-bottom:1px #ccc dashed; text-transform:uppercase;}
.sub-heading{font-weight:bold; Font-size:15px; color:#333; line-height:30px; text-transform:uppercase; margin:0;}
.team-title{font-weight:bold; Font-size:14px; color:#333; line-height:30px; margin:0;}
.contact-us{ padding-left:20px; line-height:30px; font-family: arial; font-size: 13px;}
.ul-icon li{list-style:url(Image/hand-icon1.png); list-style-position:outside;}
.ul-icon ul{margin:0; padding:0;}

.copyrht{background:#ff5e00;/*height: 30px;*/ }
.copy-lft{float:left; width:50%; color:#000; line-height:36px;}
.copy-rht{float:right; width:50%; line-height:36px;}
.copy-lft p{text-align:left; color:#000; padding-left:5px;}
.copy-rht p{text-align:right; color:#000; padding-right:5px;}

/*header*/
header{background:url(Image/header-bg.jpg);}
.head-lft{float:left;width: 60%;}
.head-rht{float:right; margin-top:30px;width: 36%;}
.head-rht img{float:right;}

/*header*/

/*banner*/
.bnr-bg{background:url(Image/bnr-bg.jpg); background-size:cover; padding:10px 0;}
/*banner*/
/*DynamicEnquiry*/
#DynamicEnquiry, #DynamicEnquiry_C{height:inherit !important;}

/*hm-query*/
.hm-query .hm-head{color: #ff5e00; text-align:center; padding:15px 0; font-size:30px; font-family:Verdana, arial;}
.hm-query .hm-head span{color: #ff5e00;}
.hm-query .hm-head:after{background: #ff5e00;}
.map-hm-lft{height:430px; margin-top:15px;}
.map-hm .col-md-6 {
    padding: 0;
}

.map-hm-lft {
    /*background: url(../image/contact-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    height: 500px;*/
}
.head-main {
    margin-bottom: 10px !important;
	text-align:center;
}
.head-main span {
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    line-height: 55px;
    display: block;
    color: #fff;
}
.head-main strong {
	font-family:arial;
    text-transform: uppercase;
    font-weight: bold;
}
.map-hm-lft-inner p strong {
    background: #fff;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    width: 80%;
    margin: 0 auto;
	color:#00acec;
}
.map-hm-lft-inner p {
    text-align: center;
    color: #fff;
    font-size: 15px;
	line-height:30px;
}
.hm-query {
    /*background:rgba(135, 246, 23, 0.9);*/
    padding-bottom: 30px;
    padding-top: 20px;
	text-align:left;
}
.hm-query .lbl span{color: #ff5e00;
    font-size: 15px;
    padding-left: 5px;
    line-height: 30px;}
	
.hm-query .form-control::placeholder{font-weight:normal; color:#999;}

.hm-query .lbl {width: 100%;}


#DynamicEnquiry tr td{text-align:center !important; font-size:20px;}

/*hm-query*/
/*DynamicEnquiry*/
/*hm-abt*/
.hm-abt h3{font-size:18px; font-weight:bold; line-height:30px; margin:0;}
.hm-abt img{border:2px solid #ff5e00;}

/*hm-abt*/

/*carousel*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -70px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{ margin-right: -70px;}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left; text-align:center;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}
.marquee {background:#eee;padding: 20px 0;}
/*carousel*/
/*footer*/
footer{background:#87f717; padding:20px 0 0;}
footer h3{color:#000; margin:0; line-height:30px; text-align:center;}
footer p{color:#000;text-align:center; margin:0; }
footer a{color:#000;font-weight: 600;}
footer .ft-lnk{color:#000; text-align:right; padding-top:15px;}
footer ul{list-style:none; margin:0; padding:0;}
footer ul li{display: inline-block; padding:5px 10px;}

/*footer*/
/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 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: #ff5e00;
    padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;}
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.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;}


/*cont-page*/

/*menu*/
.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.MenuControl_C_ctl00_HorizontalMenu_2 {
    width: 1000px !important;
}

.container{    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;text-align: justify;
    line-height: 20px !important;}

.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;     margin-top: -2px;
}

.navbar{text-align:center;}
.navbar-nav>li {
    display: table-cell;
    float: initial !important;
	vertical-align: middle;
}


.navbar-default{ border:0 !important;     background-color: #87f717 !important;}

.navbar-default .navbar-nav>li>a{color: #000 !important; font-size: 14px; font-weight:600; font-family:Verdana, arial;}

.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;}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{padding:0 2px;}	
#MenuControl_C .dropdown-menu{padding:0 !important; animation:zoomIn 300ms;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000 !important;
    text-decoration: none;
   background-color: #87f717 !important;
}

.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: #000 !important;
    background-color: #fff !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #87f717 !important;
    border-color:#fff;
    color: #fff !important;
}


#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C .navbar-nav
{height:100%;}

#MenuControl_C #navbar-collapse-1{height:100% !important;}
.nav>li>a{padding: 6px 2px;}

button, input, select, textarea{/*color:#333 !important;*/}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;
}/* CSS Document */

#FooterrControl1_tr_hitCounter{ color:#000 !important; }
#FooterrControl2_tr_hitCounter{ color:#000 !important; }

.main-table p{margin-left: 5px; margin-right: 5px;}
.container-fluid{padding-left:2px; padding-right:2px;}
#form1 center #HomepagecontentControl_C table{margin-top:0 !important;}
center #form1 #HomepagecontentControl_C table{margin-top:5px !important;}
button, input, select, textarea{color:#111;}
.dropdown-submenu>.dropdown-menu {
    left: inherit !important;
    right: 100% !important;
}
.table-responsive {
    min-height: .01%;
    overflow: hidden !important;
	border:0;}
#MenuControl .container-fluid{width:1170px !important;}
@media(max-width:1000px){
#MenuControl .container-fluid{width:100% !important;}
#widgetsControl, #widgetsControl_C, #HeaderControl, #HeaderControl_C{height:initial !important}
.nav>li>a{padding: 10px 8px; line-height: 30px;}
}
@media(max-width:991px){
#MenuControl, #MenuControl_C{height: initial !important;}	
#widgetsControl, #widgetsControl_C{height:initial !important}
.hm-bx{width:60%; margin:0 auto;}
}
@media(max-width:769px){
.footer-lft p{text-align:center; margin-bottom:15px;}
.footer-rht ul{text-align:center;}
#widgetsControl, #widgetsControl_C{height:auto !important;}
#MenuControl, #MenuControl_C{height:auto !important;}
.nav>li>a{padding: 3px 4px !important;    font-size: 14px !important;}
}
@media(max-width:767px){
.navbar-nav>li{display: block; text-align:left;}
.nav>li>a { padding: 4px 40px !important; border-bottom:1px solid #eee;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{ padding: 4px 40px !important;}
.navbar-default .navbar-toggle {
    border:0; background-color: #fff;
	    float: initial;
    margin-left: auto;
    margin-right: auto;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{ color: #000;}

.dropdown-menu{padding: 5px 10px;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#eee;}
.nav>li>a {
    line-height: inherit;
}
	}
	
@media(max-width:736px){
.hm-bx{width:70%; margin:0 auto;}
	}
	
@media(max-width:667px){
	.head-rht{ margin-top:10px;}
	}
	
@media(max-width:568px){
.hm-bx{width:75%; margin:0 auto;}	
	}
	
@media(max-width:480px){
.head-rht{ margin-top:7px;}
footer .ft-lnk, .copy-rht p, .copy-lft p { text-align: center;}
.copy-lft, .copy-rht {
    float: inherit;
    width: 100%;
}
.hm-bx{width:90%; margin:0 auto;}
	}
	
@media(max-width:414px){
.head-lft { float: inherit; width: 100%;}
.head-rht{ display:none;}
footer ul li { display: inline-block; padding: 5px 4px;}
.hm-bx{width:100%; margin:10px auto;}
	}
	
@media(max-width:375px){

	}
	
@media(max-width:360px){

}

