/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/

.vl{
	border-left: 3px solid #186EB6;
    height: 40px;}
	
.vl-m{
	border-left: 1px solid #fff !important;
    height: 30px;
	position:absolute;
	float:right;
	right:0;
	top:15px}	
	
.vl-fp{
	border-left: 1px solid #fff !important;
    height: 200px;
	float:right;
	margin-right:0px;}	
	
.vl-bt{
	border-left: 3px solid #ED6A2A !important;
    height: 30px;
	float:left;
	margin-right:0px;
	margin-top:5px;
	margin-right:8px;}			

.no-margin{
	margin:0;}

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;
}
/*-- //Reset Code --*/

/*-- Header--*/
.top-bar{
	padding:10px 0;
}

.top-bar .container{
	margin:0;
	width:100%;
}

.logo{
	width:42%;
	float:left;
	text-align:left;
	margin:10px 0;
}

.logo a img{
	max-width:350px;
	width:70%;
	min-width: 240px;
}
.header-right{
	width:58%;
	padding-top:20px;
	float:right;
	text-align:right;
}

.phone{
	width:40%;
	float:left;
	margin-top:8px;
	padding-top:5px;
	padding-left:10px
}

.phone .vl{
	float:right;
	margin-top:13px}	


.phone ul li, .opening ul li{
	display:inline-block;
	float:left;
	text-align:left
}

.phone ul li, .opening ul li{
	padding:10px 6px}

.phone ul .txt, .opening ul .txt{
	color:#ED6A2A;
	font-size:12px;
	font-weight:bold;
	margin-top:-8px;
	line-height:23px;}

.phone ul .txt a, .opening ul .txt a{
	color:#186EB6;
	font-size:13px;
	font-weight:normal} 	
	
.phone ul li img, .opening ul li img {
	width:100%;
	max-width:32px;}	
	
.social-icons-top{
	width:19%;
	float:left;
	padding-top:12px;
}

.social-icons-top p{
	color:#ED6A2A;
	text-align:left;
	font-weight:bold;
	padding-left:15px;
	font-size:14px;}
	
.social-icons-top .vl{
	float:right;
	margin-top:-13px}	

.social-icons-top ul{
	padding-left:20px}

.social-icons-top ul li{
	display:inline-block;
	float:left;
}
.social-icons-top ul li a{
	width:25px;
	height:25px;
	display:inline-block;
	border:none;
	color:#186EB6;
	font-size:20px;
}

.social-icons-top ul li a:hover{
	color:#ED6A2A;
}

#navbar{z-index:1000000000000000000000000000;
padding:0}

.opening{
	width:40%;
	float:left;
	margin-top:8px;
	padding-top:5px;
	padding-left:10px
}

.total-navbar{   
	background-color: transparent;
	padding-bottom:1px;
}

.total-navbar .container{
	margin:0;
	width:100%;
	padding-left:3%;
	padding-right:3%;}

.navbar-default {
	background-color: transparent;
	border:none;
}
.navbar {
    border-radius: 0px;
	margin:0;
	padding:0;
	background-color:#186EB6;
}

.navbar-right {
    float: none!important;
	margin-right:0px!important;
	padding-right:0 !important
}  

.navbar-default .navbar-nav > li:last-child > a:after {
    content: '';
    position: absolute;
    border-top: 60px solid #186EB6;
    border-right: 60px solid transparent;
    width: 0;
	top:0;
	left:0;
	}


.navbar-nav {
	margin:0;
	width:100%;}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding:20px 36px;
    background:#186EB6;
	text-align:center;
	max-height:60px;
	min-width:80px;
	font-size:12px;
	border:thin solid transparent;
	text-transform:uppercase !important;
}


.navbar-default .navbar-nav > li:last-child {
	background:#ED6A2A;
	text-align:center;
	margin:0;
	float:right}
	
.navbar-default .navbar-nav > li:last-child a {
	padding-left:70px;
	padding-top:12px;
	padding-right:50px;
	background:#ED6A2A;
	padding-bottom:10px;
	line-height:7px;
	font-size:9px;
	border:0}	
	
.navbar-default .navbar-nav > li:last-child img{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:25px;
	margin-bottom:10px;
	text-align:center;}
	
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
	 background:#186EB6;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background:#186EB6;
}

.navbar-default .navbar-nav > li:last-child a:hover{
	background:#000;
	color:#fff}

.navbar-toggle {
	border-radius:0px;
}
/*-- //Header--*/

.modal-header {
	border:none;
}
.modal-body {
    padding: 5px 25px 25px 25px;
}
.modal-body p{
	font-size:14px;
	line-height:30px;
}
/*-- //Banner--*/

.ab-r-more{
	padding:3px 7px;
	margin-left: 7px;
	font-size:11px;
	background-color:#CC9834;
	color: #fff;
	border: 1px solid #000
}

.ab-r-more:hover{
	background: #7F9CB4 
}

.ab-r-more i{
	margin-left:4px
}

/*--About--*/
#welcome{
	margin-bottom:100px;
	margin-top:50px;}
	
.about h3 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    margin-bottom: .5em;
    color: #232323;
}
.about span {
    font-weight: 700;
    color: #CC9834;
}
.aboutleft h3 {
    text-align: left;
    margin-top: 2em;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    color: #303030;
}
.aboutleft p {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 26px;
    margin-top: 1em;
    color: #3E3E3E;
    letter-spacing: .3px;
}
.aboutright img {
    width: 75%;
    margin: 5em 0 0 7em;
    text-align: center;
}
.aboutright {
	position:relative;
}
.aboutimg img {
    position: absolute;
    left: 0%;
    margin: 0 0 0 2em;
    bottom: -50%;
    width: 300px;
    height: 300px;
}
/* //About */
/*-- //About--*/

/*-- Services--*/
.services-grids {
    margin-top: 5em;
}
.services-bottom-grids {
    margin-top: 6em;
}
.w3l-heading h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #000;
}
.services h3{
	color:#FFFFFF;
}
.services span {
    width: 20%;
    height: 1%;
    background: #fff;
    position: absolute;
    text-align: center;
    left:40%;
}
.wthree-services-grid{
	text-align:center;
	padding:0 10px;
}
.wthree-services-icon i.fa.fa-desktop,.wthree-services-icon i.fa.fa-clone,.wthree-services-icon i.fa.fa-navicon,.wthree-services-icon i.fa.fa-pencil-square-o,.wthree-services-icon i.fa{
	font-size: 2em;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transform: rotate(45deg);
}
.wthree-services-icon {
    transform: rotate(-45deg);
    padding: 2em;
    width: 90px;
    height: 90px;
	color: #7F9CB4;
    background:#FFFFFF;
    border:solid 3px #7F9CB4;
    margin: 0 auto 3em;
    transition: 0.5s all;
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
    -moz-transition: 0.7s all;
    -ms-transition: 0.7s all;
}
.wthree-services-info h5{
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 1em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-services-info p{
	color:#E5E5E5;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .3px;
	line-height:1.8em;
	margin:0;
    margin-top: 2.5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.wthree-services-grid:hover .wthree-services-icon,.wthree-services-grid:hover .wthree-services-icon,.wthree-services-grid:hover .wthree-services-icon,.wthree-services-grid:hover .wthree-services-icon{
	border:solid 3px #CC9834;
	color: #CC9834;
}
.wthree-services-grid:hover .wthree-services-info h5{
	color:#FFFFFF;
}
.wthree-services-grid:hover .wthree-services-info p{
	color:#FFFFFF;
}

/*--w3layouts--*/

.about-header{
	text-align:center;
	font-size:30px;
	padding:60px 0 20px;
	color:#000;
	font-family: 'Microsoft Sans Serif';}

.about-header p{
	padding-bottom:0px;
	margin-bottom:0;}	
	
.about-header hr{
	width:113px;
	border:1px solid #ED6A2A;
	padding-top:0;
	margin-top:5px;}	

.sub-header p{
	text-align:center;
	color:#000;
	padding:10px 150px 60px;
	font-size:12px;
	line-height:23px;
	font-family: 'Microsoft Sans Serif' !important;}
	
.sub-header p span{
	color:#ED6A2A}	

.vmv{
	padding:5px 180px 0px}

.vmv .item{
	text-align:center;
	padding:2px 10px 20px;}
	
.vmv .item img{
	width:40px;}	
	
.vmv .item h4{
	padding:14px}
	
.vmv .item p{
	line-height:25px;
	padding-bottom:15px;
	font-size:12px;}	
	
.spr{
	background:url('../images/bg/featured.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	padding:120px 70px}
	
.spr .item img{
	width:70px;}

.spr .item  h4{
	font-size:14px;
	padding:7px;
	padding:10px}

.spr .item  p{
	font-size:13px;
	padding:0 20px;
	line-height:25px;}
			

.vmv .item button{
	background:#186EB6;
	color:#fff;
	font-size:10px;
	padding:3px 15px;
	border-radius:0 11px 0 11px;}		

.special{
	margin-top:-43px;}		

.special-header .vl-bt{
	margin-top:-60px;
	margin-left:-10px;}


.special-header .info-p{
	line-height:32px;
	padding-left:72px;
	color:#fff;
	}	

.special-header .pre-p{
	color:#fff;
	padding-bottom:5px}	
	
.special-header{
	background:url('../images/bg/special.jpg');
    background-size:cover;
	padding-top:300px;
	padding-left:50px}	


.special-bars{
	padding-top:60px;}
		

.special-bars .item{
	padding-top:60px;
	padding-bottom:30px}
	
.special-bars .item:nth-child(1){
	border-right:1px solid rgba(0,0,0,0.21);
	border-bottom:1px solid rgba(0,0,0,0.21);}
	
.special-bars .item:nth-child(2){
	border-bottom:1px solid rgba(0,0,0,0.21);}	
	
.special-bars .item:nth-child(3){
	border-right:1px solid rgba(0,0,0,0.21);}		

.special-bars .item img{
	width:40px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:25px}
	
.special-bars .item h4{
	font-size:12px;
	text-align:center;
	padding:10px;
	color:#000;
	font-weight:bold;}	
	
.special-bars .item p{
	color:#000;
	font-size:12px;
	padding:15px 50px 20px}	
	
.toCustomer{
	background:rgba(0,0,0,0.62);
	color:#fff;
	margin-bottom:4px;
	padding:60px 120px;
	text-align:center;}
	
.customer-header p{
	font-size:24px;
	margin-bottom:0;}
	
.customer-header hr{
	width:110px;
	text-align:center;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:30px;
	border:0.5px solid #ED6A2A}	
	
.customer-info{
	padding:10px 70px;
	word-spacing:10px;
	font-size:15px;
	line-height:27px;}		
		

.clients{
	padding:30px 0px 30px;
	text-align:center;
	background-attachment:fixed;
}

.cicom img{
	width:100%;
	-webkit-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.36);}
	
.cicom{
	padding:70px 110px; 50px}	

.cicom .col-sm-3{
	padding:30px}

.partn .container{
	margin-bottom:30px}

.clients img{
	width:40%;
}

.clients p{
	color:#000;
	text-align:center;
	font-size:32px;
	margin-bottom:0}
	
.clients hr{
	border:1px solid #ED6A2A;
	width:100px;
	text-align:center;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:60px;}


.clients img{
	width:100%;}	

.clitport{
	text-align:center;}
	
.clitport .heade p{
	font-size:32px;
	color:#000;
	padding-bottom:10px;
	padding-top:100px;
	}
	
.clitport .heade hr{
	border:1px solid #ED6A2A;
	width:100px;
	margin:0;
	margin-bottom:60px;}	

.port{
	padding:10px 100px}
		
.port .item img{
	width:100%}
	
.port .item{
	padding:10px;}	

.port .cus_ul{
	font-size:34px;
	padding-top:45px;
	padding-left:30px;
	padding-bottom:80px;}	

.port .cus_ul li:before{
	margin-right:0px;
	margin-left:-30px;
	margin-top:-23px;
	font-size:70px;
	padding-left:0;
	}	
	
	
.plan-tag img:first-child {
	width:100%}			

.plan-tag img:last-child {
	width:102px;
	margin-bottom:-12px;
	margin-left:-2px;
	margin-top:-13px !important}

.plan-tag{
	width:100px;
	background-color:#FF522F;
	padding-bottom:0;
	float:right;
	margin-right:60px;
	height:180px !important}
	
.plan-tag-inner-wrapper{
	padding:10px 12px;
	margin-bottom:0 !important}
		

.plan-tag-inner-wrapper .txt{
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:9px 0 5px}	
	
.plan-tag-inner-wrapper .icons{
	font-size:12px;
	text-align:center;
	color:#FFD22C;}		

.catagory{
	margin-bottom:40px;
	margin-top:70px}

.cat-wrapper{
	padding:20px 90px}
	
.cat-item img{
	width:100%;
	-webkit-box-shadow: 0px 5px 16px 2px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 5px 16px 2px rgba(0,0,0,0.36);
    box-shadow: 0px 5px 16px 2px rgba(0,0,0,0.36);}	

.cat-item{
	padding:30px 30px;}

.featured{
	border-bottom:2px solid rgba(45,45,45,0.15);
	padding-bottom:80px;
	margin-bottom:50px}

.feature-header{
	background:url('../images/bg/featured.jpg');
	background-size:100%;
	background-repeat:no-repeat;
	color:#fff;
	padding-top:20px !important;
	padding-bottom:250px !important}

.feature-header .info-p, .cat-header .info-p, .special-header .info-p{
	font-size:27px;
	padding-left:60px;
	}	
	
.feature-header .pre-p, .cat-header .pre-p, .special-header .pre-p{
	padding-left:75px;}	

.feature-header .info-sub{
	padding-left:75px;
	padding-top:5px;}		

.featured .rtt{
	padding:5px 60px;
	margin-top:-170px}
	
.featured .col-sm-4{
	padding:0 20px}	

.featured .img-wrap{
	padding-bottom:0px;}

.featured .img-wrap img{
	width:100%;
	-webkit-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.36);}
	
.featured .num-tag{
	background:#ED6A2A;
	color:#fff;
	font-size:16px;
	padding:10px 15px;
	font-weight:bold;
	position:relative;
	float:right;
	margin-top:-63%}
	
.featured .info-wrap p{
	color:#ED6A2A;
	padding:30px 20px;
	font-size:14px;}
	
.featured .info-wrap button{
	background:#186EB6;
	color:#fff;
	font-size:10px;
	padding:3px 15px;
	border-radius:0 11px 0 11px;
	margin-left:20px;}
	
.featured .info-wrap{
		border:1px solid rgba(42,42,42,0.2);
		border-top-color:transparent;
		padding-top:20px;
		padding-bottom:15px}

.contact-header p{
	font-size:24px;
	margin:0;}

.contact-header{
	padding-left:0px;
	margin-top:40px;}
		
.contact-header hr{
	border:1px solid #ED6A2A;
	width:30px;
	float:left;
	margin:0;
	margin-bottom:40px;
	margin-top:5px;
	margin-left:0px;}	
	
.contact-form-wrap{
	background:#F5F8FA;
	margin-bottom:50px;}	
	
.contact-form-wrap form input{
	  width:100%;
	 -webkit-box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
     -moz-box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
      box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
	  padding:10px;
	  margin:7px 0;
	}	

.contact-form-wrap form textarea{
	  width:100%;
	  padding:10px;
	 -webkit-box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
     -moz-box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
      box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
	  margin:7px 0;
	}	

	
.contact-form-wrap form button{
	  width:100%;
	 -webkit-box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
     -moz-box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
      box-shadow: 3px -2px 8px 0px rgba(0,0,0,0.45);
	  margin:7px 0 50px;
	  background:#186EB6;
	  border:0;
	  color:#fff;
	  font-size:26px;
	}						
				
.contact-form-wrap form button img{
	width:35px;
	margin-bottom:5px;}	

.cont-form-p{
	font-size:22px;
	font-weight:bold;
	padding-bottom:25px;}	
	
.sub-info-con{
	font-size:12px;
	line-height:25px;
	padding-bottom:30px;}

.cont-adress{
	padding:2px 0;
	margin:0;
	font-size:12px}
	
.cont-adress img{
	width:20px;
	margin-right:10px;}		
			
.cont-star{
	padding-top:60px;
	padding-bottom:50px;
	padding-right:50px}	

.cont-star-2{
	padding:0;
}			


.similar-cont img{
	width:100%;
	-webkit-box-shadow: -1px 10px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 20px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 20px 1px rgba(0,0,0,0.75);}
	
.similar-cont .main{
	padding:15px 5px 60px 0}	

.similar-cont .subs .row{
	padding:20px 120px;}
	
#myCarousel{
	background:url(../images/bg/testimonialsbg.jpg);
	padding:70px 0 0px}
	
.carousel-control{
	opacity:0}	

.carousel-control:hover, .carousel-control:focus{
	opacity:0}	
	
.carousel-indicators li{
	background-color:transparent;
	border-radius:0;
	border-color:#ED6A2A;
	border-width:2px}	

.carousel-indicators{
	margin-bottom:-5px}	
	
.carousel-indicators .active{
	background-color:#ED6A2A;
	width: 7px;
	height:7px;
	border-color:transparent;
	margin: 2px;
	border-radius:0;
	border-width:2px;}		
	
.tes-head{
	color:#fff;
	font-size:26px;}
	
.tes-under{
	border:1px solid #ED6A2A;
	width:90px;
	margin:8px;
	margin-left:auto;
	margin-right:auto;
	display:block}
	
.tes-info{
	text-align:center;
	color:#fff;
	padding-top:40px;
	padding-bottom:20px}
	
.tes-info span{
	padding:0 20px;
	font-size:18px}
	
.tes-sub{
	color:#ED6A2A;
	text-align:center;
	padding-bottom:90px}						

/*--Footer --*/
.footer{
	padding:30px 0px;
	text-align:center;
	background-color:#2F2F2F;
	border-top:2px solid #fff;
	border-bottom:0}
	
.footer p{
	color:#fff;
	font-size:14px;
	line-height:25px;
}
.footer a{
	color:#ED6A2A;
}
.footer a:hover{
	color:#fff;
}


.footer-plus{
	color:#fff;
	background-color:#2F2F2F;
	padding:80px 40px}

.footer-plus .head{
	font-size:16px;
	padding-bottom:40px;
	padding-top:20px;}
	
.footer-plus .cont-info{
	padding-right:40px}
	
.footer-plus .cont-info .vl-fp{
	margin-top:-190px;}	
	
.footer-plus .cont-info .info-p{
	padding-bottom:20px;}	
	
.footer-plus .about-info .info-p{
	padding-bottom:20px;
	padding-top:3px	
	}
	
.footer-plus .links-info ul li a:hover{
	color:#ED6A2A !important}	

.footer-plus .about-info .info-p a{
	color:#fff}
	
.footer-plus .about-info .info-p a:hover{
	color:#ED6A2A}			
	
.footer-plus .links-info ul li{
	padding-bottom:20px;}		
	
.footer-plus .about-info .vl-fp{
	margin-top:-180px;
	margin-right:30px}	
	
.footer-plus .links-info .vl-fp{
	margin-top:-210px;
	margin-right:30px}	
	
.footer-plus .social-info ul{
	list-style:none;
	margin-top:-20px}

.footer-plus .social-info ul li{
	 width:33.33%;
	 float:left;
	 padding:7px
	}				

/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 20px;
	height: 20px;
	border: none;
	text-indent: 100%;
	background: url('../images/icon/up-arrow.png') no-repeat 0px 0px;
	background-size:100%;
}
#toTopHover {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

.tp-more-button {
	background-color:rgba(255,255,255,0.10);
	border:thin solid rgba(255,255,255,0.60);
	color:#B5B5B5;
	font-size:10px;
	margin-top:10px;
	margin-bottom:20px;
	padding:4px 7px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	}
	
.tp-more-button:hover{
	border:thin solid #CC9834;
	color:#CC9834;
	}	

.tp-more-button .fa{
	font-size:12px;
	color:#B5B5B5;
	padding-left:4px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;}	
	
.tp-more-button:hover .fa{
	color:#CC9834;
	padding-left:4px;}	
		
	
.service-grid{
	padding-bottom:40px;}	
	
.prod .spectGrid .col-sm-3{
	width:20%;
	margin-bottom:60px
	}	


#wrapper {
		  width: 100%;
		  margin-top:10px}
	
#cleint_carousel div {
	text-align: center;
	width: 170px;
	height: 170px;
	float: left;
	position: relative;
	padding-left:30px; 
	padding-right:30px}
	
	
#cleint_carousel div img{
	width:100%;}	
	
.cus_ul{
	list-style:none;
}

.cus_ul li{
	padding-bottom:7px
}

.cus_ul li a{
	text-decoration:none;
	cursor:pointer;
	color:#fff !important
}

.cus_ul li:before{
    color:#ED6A2A;
	content:"\002022";
	margin-right:0px;
	margin-left:-14px;
	position:absolute;
	margin-top:-7px;
	font-size:24px;
	padding-left:0;
	}	
		
		
.subscrib{
	background:url('../images/bg/subsc.jpg');
	background-size:100%;
	padding:30px 0}

.subscrib form label{
	color:#fff;
	font-weight:lighter;
	font-size:15px;
	padding-right:8px;
	max-width:30%;}
	
	
.subscrib form input[type="email"]{
	border:0;
	border-radius:4px;
	padding:13px 20px;
	width:50%;
	margin-top:5px;
}	

.subscrib form input[type="submit"]{
	padding:13px 20px;
	margin-left:7px;
	margin-top:-4px;
	background-color:#ED6A2A;
	color:#fff
	}
	
	
/* This stylesheet generated by Transfonter (https://transfonter.org) on December 3, 2017 10:35 AM */
@font-face {
    font-family: 'Microsoft Sans Serif';
    src: url('MicrosoftSansSerif.eot');
    src: local('Microsoft Sans Serif'), local('MicrosoftSansSerif'),
        url('../fonts/MicrosoftSansSerif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MicrosoftSansSerif.woff') format('woff'),
        url('../fonts/MicrosoftSansSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.contact{
	padding-bottom:0}	
	
