/* normal */
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	text-align: left;
	background: #333132;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
}
ol,
ul,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
button {
	outline: none !important;	
}
button:focus {
	outline: none !important;
}
.container{
	max-width: 1264px;
}
/* template  */

#template {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* layout */

#layout {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
/* header */

#header-wrap {
	width: 100%;
}

.header-top-block{
    background: #636569;
    padding: 18px 0px;
}
.header-top-block i{
	color: #333132;
	font-size: 25px;
}
.m-toggle {
    display: inline-block;
    cursor: pointer;
    margin-left: 35px;
}
.bar1,.bar2,.bar3 {
	width:30px;
	height:3px;
	background-color:#F15A22;
	margin:6px 0;
	transition: 0.4s;
}
.change .bar1 {
	transform: translate(0,9px) rotate(-45deg);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	transform: translate(0,-10px) rotate(45deg);
}
.header-top-block .right-panel {
    width: calc(100% - 50px);
}

.banner-block img{
	width: 100%;
}


/* content */

#content-wrap {

}

.pad1 {
    padding: 64px 0px 76px;
}
.line{
    width: 100%;
    height: 2px;
    background: #F15A22;
    margin-bottom: 68px;
}
.title{
	font-size: 23px;
    color: #fff;
    border: solid 2px #F15A22;
    border-radius: 10px;
    padding: 12px 30px;
    display: block;
    background: #333132;
}

h2{
	font-size: 50px;
	color: #636569;
	font-weight: 900;
}
p{
	color: #fff;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.team {
	padding: 25px 0px;
}
.team h3{
	font-size: 23px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 40px;
}
.team-slider figure{
	width: 250px;
	margin: 0 auto 23px;
}
.team-slider h6{
	color: #fff;
	font-size: 20px;
}
.team-slider span{
	color: #fff;
	font-size: 14px;
}


.slick-arrow{
	position: absolute;
	z-index: 9;
	font-size: 0;
	width: 40px;
	height: 40px;
	border: none;
	top: 33%;
	transform: translateX(-50%);
}
.slick-prev{
	left: 0;
	background: url(../images/left.png) no-repeat center/20px;
}
.slick-next{
	right: -40px;
	background: url(../images/right.png) no-repeat center/20px;
}












/*who-we-are-block*/

.who-we-are-block{}
.who-we-are-block .line,
.our-work-block .line{
	margin-bottom: 93px;
}
.who-we-are-block  ul{
    list-style: none;
    margin: 42px 0;
}
.who-we-are-block  ul li a{
    text-align: center;
    color: #fff;
    background: #636569;
    text-decoration: none;
    display: flex;
    width: 194px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s;
}
.who-we-are-block  ul li a:hover,
.btn:hover{
	background: #f97315;
	color: #fff;
}
/*our-work-block*/

.our-work-block{}
.our-work-block {}

.black{
	width: 250px;
	height: 250px;
	background: #636569;
}
.black2{
	width: 250px;
	height: 141px;
	background: #636569;
}

.btn{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #636569;
    padding: 10px 55px;
    display: inline-block;
}

/*brands-block*/

.brands-block{
	margin-bottom: 100px;
}
.brands-inner{
	background: #636569;
}
.brands-block h4{
	color: #fff;
    font-size: 23px;
    font-weight: 500;
}
.brands-slider figure {
	margin-bottom: 0;
}
.brands-slider img{
	height: 151px;
}

.contact-block{}
.contact-block h4{
	color: #fff;
	margin: 25px 0;
    font-size: 32px;
    font-weight: 500;
}
.contact-block ul li,
.contact-block ul li a{
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 25px;
	text-decoration:none;
	line-height: 30px;
}
.contact-block ul li a{
	color: #fff;
}
.contact-block ul li img{
	margin-right: 15px;
}
.contact-block ul li:nth-child(1) img{
	width: 28px;
}
.contact-block ul li:nth-child(2) img{
	width: 20px;
}
.contact-block ul li:nth-child(3) img{
	width: 30px;
	position: relative;
	top: 10px;
}


/* footer wrap */

#footer-wrap {
	width: 100%;
	background: #636569;
	padding: 10px 0;
}
#footer-wrap h6{
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
#footer-wrap ul li{
	margin-left: 15px;
}


/* Responsive */
@media only screen and (max-width: 959px) {}
