/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(https://fonts.gstatic.com/s/droidsans/v9/SlGVmQWMvZQIdix7AFxXkHNSbRYXags.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Droid Sans', sans-serif;
	
}
body{
	background:#F5F7FA;
	overflow-x:hidden;
	font-family: 'Droid Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px !important;
}
nav ul {
    padding: 0px;
    margin: 0px;
	margin: 0px 0px 0px;
}
.header_top{
	background-color:#1f1a17;
	height:auto;
}
.header.active {
    background-color: #fff;
}
.header.active .logo img {
	height:55px;
}
.header_social {
    float: right;
}
.header .social-icon {
    margin-right: 6px;
    margin-left: 10px;
}
.social-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 8px 0;
    margin-left: 6px;
    margin-right: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
}
.social-icons.yellow .social-icon a {
    border: 1px solid #fff;
    color: #fff;
	padding: 3px;
}
.social-icon a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}
.social-icons.yellow .social-icon a:hover {
    background: #ffdd00;
	border: 1px solid #ffdd00;
    color: #222;
}



.social-icon a i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.imageicon{
	padding-left:100px;
}
.logo {
    padding: 4px 0px;
    margin-top: 0px;
}
.logo img {
	max-width:100%;
  
}
.site-branding:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 20px;
    background: #fff;
    bottom: 100%;
    right: 0;
    webkit-transform: skew(50deg, 0deg);
    -webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
	
}
.top-info .left {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    background: #f8c400;
    text-align: center;
}
.top-info {
    display: inline-block;
    margin: 10px 0px 0px 40px;
}
.top-info .left:before {
    top: 0;
    left: 0;
    border-width: 13px 13px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.top-info .left:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #ffffff transparent;
}
.top-info .left:before, .top-info .left:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.top-info .left span {
    line-height: 40px;
}
.top-info .right {
    float: left;
    text-align: left;
    line-height: 1em;
}
.top-info .title {
    display: block;
    font-size: 16px;
    color: #333333;
	font-weight:bold;
    padding-left: 15px;
    margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
}
.top-info .text {
    padding-left: 15px;
    font-size: 14px;
    display: block;
    color: #444444;
	font-family: 'Droid Sans', sans-serif;
}
.logo-right {
    float: right;
     margin-top: 3%;
	 margin-bottom: 2%;
}
.main-menu {
    background: #1e1a17;
}
footer{
	height:auto;
	background: #222222;
	padding-top:30px;
}
footer a{
	color: #ffbc13;
	font-family: 'Droid Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:15px 0px;
	text-transform: uppercase;
}

footer ul li{
	line-height:26px;
	list-style:none;
}
footer ul li a{
	color:#FFF;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
}
footer ul li{
	color:#FFF;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
    padding-left: 5px;
}
footer ul li:hover a{
	color: #FC0;
	text-decoration:none;
}
.footer_bottom{
	background:#f8c301;
	height: auto;
	    margin-top: 20px;
}
.footer_bottom p{
	text-align:center;
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	padding-top: 12px;
	font-size:14px;
}
.footer_bottom p a{
	color:#1469e6;
}
.footer_bottom p:hover a{
	text-decoration:none;
	color: #fff;
}
img.foot-logo {
    max-width: 100%;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  height:464px;
  }



.caption1 {
	
	position: absolute;
	left: 42%;
	top: 30%;
	padding: 12px 30px 12px 30px;
	text-align: center;
	color: white;
	font-size: 24px;
	text-transform: capitalize;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	text-shadow: 1px 0px;
	font-weight: 1000;
}

.caption1 h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;

}
.caption1 p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #747474;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
	display:none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../image/themes.gif) no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
 .caption1 a {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
}
.caption1 a:hover {
    color: #84754e;
}
/*-- responsive-mediaquries --*/
@media(max-width:1080px){
	.caption1 {
		width: 100%;
	}
}
@media(max-width:1024px){
	.caption1 {
		width: 100%;
		font-size:26px;
		font-family: 'Droid Sans', sans-serif;
	}
}
@media(max-width:768px){
	.caption1 {
		width: 100%;
	}
}
@media(max-width:640px){
	.caption1 {
		width: 100%;
		font-size:16px;
		font-family: 'Droid Sans', sans-serif;
	}
}
@media(max-width:480px){
	.caption1 {
		width: 100%;
		font-size:12px;
		font-family: 'Droid Sans', sans-serif;
	}
	
	
	
	
	.wt-img-effect img {
    display: block;
    margin: 0;
	padding-left:10px;
    width: 70%!important;
    height: 60%!important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}


	
	.ml15 {
	position: absolute;
	top: 30%;
	text-align: center;
	color: white;
	font-size: 14px!important;
	text-transform: capitalize;
	font-family: muli;
	text-shadow: 1px 0px;
	font-weight: 600;
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
	font-style:italic;
 
}


.ml11 {
  font-weight: 900;
  font-size: 3.5em;
  position: absolute;
	left: 20%;
	top: 30%;
	text-align: center;
	color: white;
	font-size: 14px!important;
	text-transform: capitalize;
	font-family: muli;
	text-shadow: 1px 0px;
	font-weight: 600;
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
	font-style:italic;
}


.ml6 {
  position: relative;
    position: absolute;
	top: 40%;
	text-align: center;
	color: white;
	font-size: 14px!important;
	text-transform: capitalize;
	font-family: muli;
	text-shadow: 1px 0px;
	font-weight: 600;
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
	font-style:italic;
}


	#phones {
   margin-left: -140px;
}

	.top-info {
    display: inline-block;
  
    margin-left: -2px;
}
	.logo_image {

    font-size: 20px!important;
}
 
	
	#header .logo {
    margin-top: 0;
    margin-left: -20px!important

}

	.callbacks_nav {
	  	top: 60%;
	 }
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption1 {
		width: 100%;
		font-size: 15px;
	}
	
	
	.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.wt-img-effect img {
    display: block;
    margin: 0;
	padding-left:10px;
    width: 70%!important;
    height: 60%!important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}


	
	.ml15 {
	position: absolute;
	top: 40%;
	text-align: center;
	color: white;
	font-size: 14px!important;
	text-transform: capitalize;
	font-family: muli;
	text-shadow: 1px 0px;
	font-weight: 600;
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
	font-style:italic;
	
	
 
}

.ml11 {
  font-weight: 900;
  font-size: 3.5em;
  position: absolute;
	left: 20%;
	top: 30%;
	text-align: center;
	color: white;
	font-size: 14px!important;
	text-transform: capitalize;
	font-family: muli;
	text-shadow: 1px 0px;
	font-weight: 600;
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
	font-style:italic;
}


.ml6 {
  position: relative;
    position: absolute;
	top: 30%;
	text-align: center;
	color: white;
	font-size: 14px!important;
	text-transform: capitalize;
	font-family: muli;
	text-shadow: 1px 0px;
	font-weight: 600;
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
	font-style:italic;
}


.specialitys{
	width:20px!important;
	height:20px!important;
}

	
	.top-info {
    display: inline-block;
    margin-left: -2px;
}
	
	#header .logo {
    margin-top: 0;
    margin-left: -20px!important
	
}
	
	
	.logo_image {

    font-size: 20px!important;
    
}


	
	.callbacks_nav {
	  	top: 63%;
	 }
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.overlay-wraper { 
	position:relative ;
}
.overlay-main {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*opacity:0.5;*/
	background-color: rgb(31, 26, 23);
}

/*use for box*/
.overlay-bx { 
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%; 
	height:100%; 
	text-align:center; 
	z-index:1; 
	opacity:0; 
	visibility:hidden; 
}

.overlay-icon { 
	list-style:none; 
	width:160px; 
	height:40px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-20px -75px;
	z-index: 1 !important;    
}
.overlay-icon a:hover { 
   color:#fff;
}
.wt-icon-box-wraper {
    position: relative;
}
.support-skew::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #f8c301;
    display: block;
    height: 115.5%;
    border-right: 12px solid #1e1c1c;
    box-shadow: 0 0 8px -5px #000;
    -webkit-box-shadow: 0 0 8px -5px #000;
    -moz-box-shadow: 0 0 8px -5px #000;
    -webkit-transform: skew( -30deg);
    -moz-transform: skew( -30deg);
    -o-transform: skew( -30deg);
    -ms-transform: skew( -30deg);
    transform: skew(-30deg);
    width: 2000px;
}
.support-skew {
    position: relative;
    padding-right: 50px;
	font-family: 'Droid Sans', sans-serif;
	    padding-top: 30px;
    padding-bottom: 30px;
}
.icon3-md3 {
    float: left;
	margin-right:10px;
}
h5.wt-tilte{
	color:#23527c;
	text-transform:uppercase;
	font-weight:600;
	padding-bottom: 5px;
}
.icon3-content3 p {
    color: #23527c;
}
.site-button.text-uppercase {
    text-transform: uppercase;
	font-weight: 600;
}
.site-button {
    background-color: #f8c301;
}
.skew-icon-btn {
    white-space: nowrap;
    padding: 4px 4px 4px 20px;
}
.b-cont{
	padding-top:40px;
	padding-bottom:35px;
}
.site-button {
    color: #23527c;
    padding: 9px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}
.skew-icon-btn i {
    position: relative;
    background: #273447;
    display: inline-block;
    padding: 7.5px 9px;
    text-align: center;
    margin-left: 25px;
    font-size: 16px;
    z-index: 1;
	color:#fff;
}
.skew-icon-btn i:after {
    background-color: #273447;
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: -1;
    left: -30%;
    top: 0px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}
.welcome h1 {
    font-size: 30px;
    padding: 20px 0px;
	font-weight: 600;
}
.section2{
	padding:40px 0px;
	font-family: 'Droid Sans', sans-serif;
    background-image: url(../image/main-bg.jpg);
   background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}
.welcome p {
    line-height: 23px;
	text-align:justify;
}
ul.list {
    padding-top: 20px;
}
ul.list li {
    list-style: none;
    line-height: 34px;
	font-size:18px;
}
ul.list li i {
    color: #f8c301;
    margin-right: 10px;
}
.welcome img {
    max-width: 100%;
    border: 10px solid #f8c301;
}
.links {
    margin-top: 30px;
}
div#prod_full_cus {
    border: 1px solid #efecec;
	background: #fff;
}
#owl-demo .item{display:block;padding:6px 0;margin:10px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:0}#owl-demo1 .item{display:block;padding:7px 0;margin:5px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#owl-demo2 .item{display:block;padding:15px 0;margin:5px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#owl-demo3 .item{display:block;padding:10px 0;margin:5px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-controls .owl-buttons div{padding:7px 9px}.owl-buttons i{margin-top:2px}.owl-theme .owl-controls .owl-buttons div:hover{background:#fc2245}.owl-buttons div{position:absolute}.owl-prev{left:6px;top:90px}.owl-next{right:4px;top:90px}.owl-pagination{display:none}div#prod_full_cus img{-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-ms-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in}div#prod_full_cus:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-ms-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in}.prod_img{text-align:center;margin:5px;position:relative;overflow:hidden;height:220px}.prod_img img{position:absolute;top:0;bottom:0;margin:auto;right:0;left:0;width:auto;height:auto;max-width:100%;max-height:100%}.team-grids a{overflow:hidden;position:relative;display:block}.captn h4{color:#204b8a;font-size:1.1em;margin-top:-4px;text-transform:uppercase; font-weight:600;}.captn p{font-size:.9em;margin-top:.5em;color:#fff;line-height:1.8em}.team-grids a .captn{display:inline-block;height:100%;width:100%;position:absolute;bottom:-82%;right:0;background-color:rgba(255,182,6,.7);padding:5% 10%;text-align:center;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.team-grids a:hover .captn{width:100%;bottom:0%;padding:42% 10%}.more1{margin-top:20px}.more1 h5{background:#1f1a17;display:initial;padding:5px 10px;color:#fff}
div#demo {
    background: url(../image/pattern-dark.png);
    padding: 3% 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}
div#demo h2 {
    padding-bottom: 30px;
	text-align:center;
	font-weight:600;
	font-size:30px;
	color: #fff;
}
.section3 {
    padding: 40px 0px;
	font-family: 'Droid Sans', sans-serif;
    background-image: url(../image/main-bg2.jpg);
   background-repeat: no-repeat;
    background-position: bottom;
    background-size: initial;
}
.main-services h3 {
    text-align: center;
    padding-bottom: 30px;
	font-weight:600;
	font-size:30px;
}
.blog-post {
    position: relative;
    margin-bottom: 40px;
}
.wt-post-media {
    border-bottom: 3px solid #ffbc13;
}
.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.post-date {
    background-color: #273447;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -39px;
    left: 0;
    height: 36px;
    z-index: 1;
}
.post-date i {
    margin-right: 35px;
}
.post-date i {
    position: relative;
    background: #FFBC13;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 36px;
    line-height: 36px;
    margin-top: -8px;
    margin-left: -15px;
    margin-right: 15px;
}
.post-date i::after {
    background-color: #ffbc13;
    content: "";
    height: 100%;
    position: absolute;
    right: -12px;
    width: 25px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

.bg-white {
    background-color: #353535;
    padding: 20px;
    color: #fff;
}
.post-date:before {
    content: "";
    position: absolute;
    background-color: #273447;
    right: -12px;
    top: 0px;
    height: 100%;
    width: 25px;
    z-index: 1;
    display: block;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}
.wt-post-info {
    position: relative;
}
h4.post-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
	
}
h4.post-title a{
	color:#fff;
}
.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}
.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.wt-img-effect.opacity img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.wt-img-effect.zoom-slow:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.post-date span {
    padding-left: 10px;
}
.sticky-container{
		/*background-color: #333;*/
	padding: 0px;
margin: 0px;
position: fixed;
right: -56px;
top: 130px;
width: 100px;
    z-index: 10000000000;

	}

.sticky li{
		list-style-type: none;
		background-color: #333;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(50%); 
				 -moz-filter: grayscale(50%);

	}

	.sticky li:hover{
		margin-left: -70px;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(50%);
				-moz-filter: grayscale(50%);
	}

.sticky li img{
		float: left;
		margin: 5px 5px;
		margin-right: 10px;
		    width: 32px;

}
.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform:capitalize;
		line-height: 43px;
		    color: #fff;
    font-size: 14px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    display: none;
    background: #eaac19;
}
i#scr-top {
    color: #fff;
    font-size: 20px;
    margin-left: 9px;
    margin-top: 8px;
}

.titles{
	text-align:center;
	color:balck;
	font-size:20px;
	text-shadow:2px 0px;
	
	
	
	
}	
.scrollup:hover{
	background:#000;
}
.main-menu1 {
    float: left;
    width: 80%;
}
.h-link {
    float: right;
    width: 20%;
}
.content-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 130px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.banner-bg{
position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-bg img {
    width: 100%;
    background-size: contain;
}
.content-header-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
}
.content-header-content-subheading{
    position: absolute;
    top: 25px;
    text-align: center;
	width: 100%;
	right: 0px;
}
.content-header-content-subheading h2 {
    color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
}
.content-header-content-subheading h2:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #fff;
    min-width: 250px;
    width: 100%;
    max-width: 300px;
        margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.section-inner{
	padding:50px 0px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border-radius: 0;
    position: relative;
    line-height: normal;
    background-color: transparent !important;
	    margin-top: 6px;
}
.breadcrumb li {
    width: auto;
    float: none;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.breadcrumb li a{
	color:#fff;
}
.breadcrumb > li + li::before {
    color: #ccc;
    float: left;
    content: "/ ";
    padding: 0 5px;
    margin: -1px 0 0;
}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb li.active span{
color: #f8c400;
}
.breadcrumb li a:hover{
color: #f8c400;
}
.inner-page {
    padding: 70px 0px;
	background-image: url(../image/main-bg1.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: initial;

}
.sect-bot1 h1 {
    font-size: 20px;
    color: red;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0px;
    padding: 0px;
	text-shadow:1px 0px;
	font-style:italic;
    padding-top: 10px;
    padding-bottom: 10px;
}


.sect-bot11 h1 {
    font-size: 20px;
    color: white;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0px;
    padding: 0px;
	text-shadow:1px 0px;
	font-style:italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

.location{
	color:white!important;
	font-size:16px;
}

.sect-bot11 h1 {
    font-size: 20px;
    color: #E11010;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
	padding-top:20px;
}

.hcolors h2 {
    font-size: 20px;
    color: white;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0px;
    padding: 0px;
	text-shadow:1px 0px;
	font-style:italic;
    padding-top: 10px;
    padding-bottom: 10px;
}



.hcolors h2 {
	 font-size: 20px;
    color: #E11010;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
	padding-top:20px;
}

.hcolor h3 {
    font-size: 20px;
    color: white;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0px;
    padding: 0px;
	text-shadow:1px 0px;
	font-style:italic;
    padding-top: 10px;
    padding-bottom: 10px;
}



.hcolor h3 {
	 font-size: 20px;
    color: #E11010;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
	    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
	padding-top:20px;
}

.contact-info-box-content {
    padding-left: 40px;
}
.contact-info-box {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
div#sect-abt p {
    /* font-size: 14px; */
    padding: 5px 0px 0px 0px;
    text-align: justify;
    line-height:24px;
    color: #5d5b5b;
    font-size: 14px;
	margin: 0px;
}
.contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700;
}
.contact-info-box i {
    float: left;
    font-size: 24px;
    color: #1f1a17;
}
.map{
	margin-top:15px;
}
.form-control {
    height: 36px;
    border-radius: 0;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 0px!important;
}
input.btn.btn-default {
    background: #f8c302;
    color: #fff;
    border: none;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 3px solid #eaac19!important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.btn.btn-default:hover {
    background: #000;
    color: #fff;
}
.contact {
    margin-top: 15px;
}
.cont {
    text-align: center;
}
.cont img {
    max-width: 100%;
}
div#inner p {
    text-align: justify;
    line-height: 22px;
    padding-top: 12px;
}
div#inner h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    padding: 15px 0px;
    font-weight: bold;
}
ul.list1 {
    margin-left: 15px;
	padding-top:12px;
}
ul.list1 li{
	list-style:none;
	line-height:26px;
}
ul.list1 li:before {
    content: "\f0b2";
    font-family: "FontAwesome";
    margin: 0 11px 0 0;
    position: relative;
    color: #2080e8;
}
.welcome1 {
	text-align:center;
}
.welcome1 img {
    max-width: 100%;
    border: 10px solid #f8c301;
}
.h-link a {
    font-weight: 600;
}
ul.list3 {
	padding:30px 20px;
}
ul.list3 li{
	line-height:29px;
	margin-left:25px;

}
ul.list3 li a{
	color:#000;
	text-transform:uppercase;
}
.welcome3 img {
	max-width:100%;
}