.container{font-size:14px !important; font-family:lato !important;}
p{font-size:15px; font-family:Lato; line-height:24px;}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato-Regular'), url(../image/Lato-Regular.ttf) format('truetype');
}
*{font-family:Lato !important;}
.fa {font-family:fontawesome !important;}
body{ margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #222; line-height: 24px; background:#fff;}
img {max-width:100% !important}
/*header*/
header{}
header img{/*margin-left:20px;*/}

/*header*/

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

#home:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);
    width: 100%;
    height: 195px;
    z-index: 2;}


/*banner*/
/*-- Slider --*/
#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%;
}
.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: 9em;
    z-index: 999;
    left: 0;
    width: 75%;
    height: 100%;
    right: 0;
    margin: 0 auto;
}
.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: #ff4900;
    margin-top: 40px;}
	

.slider-img{height: 100%;}

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

.slider-info h3 {
    font-size: 45px;
    font-weight: 700;
    color: #FFF;
    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: #ff4900;
	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 --*/
/*banner-bottom*/

.bann-bx{padding: 50px; position: relative;background-color: #1b83e8; text-align:justify;color:#fff;}
.banner-btm .col-md-4:nth-child(2) .bann-bx{background:#000;}
.bann-bx:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.bann-bx h4{font-weight:700; font-size:22px;color:#fff;}
.rd-mr {
    text-align:right;
    position: relative;
    margin: 10px auto;
    left: 0;
    right: 0;
}
.rd-mr a{
    color:#fff;border: 1px solid #fff;
    padding: 10px 15px;
}
.pading{padding:0;}
/*banner-bottom*/
/*banner*/

/*home*/
.hm-head {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 30px;
}
.hm-head:after{content:""; width:80px; height:5px; position:absolute; left:44%; background: #000;  bottom: -10px;}
.hm-head span { font-weight: 800; color: #1b83e8;}
.hm-head{position:relative;}
.hm-abt{padding:50px 0px 100px;}
.hm-abt img{margin-top:50px; border:10px solid #1b83e8; border-radius:20px; box-shadow:#ccc 5px 10px 5px;}
.hm-abt p{text-align:justify; font-size:16px; line-height:25px; color:#444;}

/*home*/
/*qyery-hm*/

.qyery-hm{background:url(image/query-bg.jpg) no-repeat; background-size:cover;  padding: 25px 0 25px; background-attachment:fixed;}

.qyery-hm h4{    margin-bottom: 0;
    font-size: 31px;
    font-weight: normal;
    font-family: cursive;
    color: #ccc; text-align:center;    line-height: 60px;}
	
.qyery-hm h4 strong{font-family: sans-serif;
    font-size: 38px;
    color: #1b83e8;}
	
.qyery-hm h4 span{ font-family: sans-serif;
    background: #1b83e8;
    color: #fff;
    font-size: 18px;
    padding: 8px 17px;
    vertical-align: super;
    margin-top: 10px;
    top: 31px;
    border-radius: 45px;
    margin-left: 30px;
    border: 2px solid rgba(0,0,0,0.5); transition:0.5s;}
	
.qyery-hm h4 span:hover{background:#333; transition:0.5s;}
	
.qyery-hm h4 span a{COLOR:#FFF;}

/*qyery-hm*/

/*hm-ser*/
.hm-serv {
    background: /*url(image/ser-bg.jpg) no-repeat*/ #f1f1f1;
    background-size: cover;
    padding: 50px 0 50px;
    background-attachment: fixed;
}
.hm-serv .hm-head:after{left: 47%;width: 100px;bottom: -15px;}
.ser-bx{position:relative; margin:30px auto;}
.ser-cont{position: absolute;
    background: rgba(27,131,232,.9);
    bottom: 0px;
    padding: 40px;
    color: #fff;
    text-align: justify;}
.ser-cont:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom:15px;
    left: 15px;
    right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.ser-cont{margin-top: 30px;}
.ser-bx h3{font-weight:900;}
/*hm-ser*/
/*quiry*/



/*footer*/
	
footer{background:#1b83e8; color:#fff; padding: 10px 0px;margin-left: -15px;margin-right: -15px;}
footer img{margin:0 auto;}
footer h2{border-bottom:2px solid #3b8edf; text-align:center; line-height:40px; padding-bottom:20px;}
.ft-cont{text-align:center; padding:40px 0;}
.footer-lft p{margin:0; color:#eee;}
.footer-rht p{text-align:right;}
.copy-rht{border-top:2px solid #3b8edf; padding-top:10px;}

/*footer*/
@media(max-width:1000px){

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

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

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

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

	}
	
@media(max-width:667px){
	}
	
@media(max-width:568px){
	
	}
	
@media(max-width:480px){

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

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

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

}


.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background: rgba(240,240,240,.9);
}

hr{border-top: 1px solid #000;}

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background: url(../image/bg1.jpg) no-repeat top center;
    background-size: cover;
    height: auto;
}

#intro.intro {
	padding:20% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

@media (max-width: 768px) {
  .intro .slogan h2 {
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  .intro .slogan h2 {
    font-size: 36px;
  }
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;font-size: 15px;
}
.hm-query .lbl{width:100%; margin:5px auto;}
.hm-query .map-hm-rht{text-align:left;}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;line-height: 40px;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}

.btn-skin {
  color: #fff;
  background-color: #666;
  border-color: #111;
}



#widgetsControl {
  padding: 0;
}
#HeaderControl {
  padding: 0;
}
#MenuControl {
  padding: 0;
}
#WidgetControl1 {
  padding: 0;
}
#FooterrControl1 {
  padding: 0;
}
#HomepagecontentControl {
  padding: 0;
}
#FooterrControl1_Footer {
  padding: 0;
}