.contractors{
	position: relative;
    padding: 22px 0 27px;
    overflow: hidden;
    z-index: 1; 
}
.contractors .wraper:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 0;
    width: 484px;
    height: 316px;
    display: inline-block;
    background: url(../images/pattern-1.png) no-repeat;
}
.contractors:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0; 
    background: url(../images/7.jpg) no-repeat bottom right;
    height: 118%;
    width: 278px;
    z-index: 1;
	opacity: 0.1;
}
.relative {
    position: relative;
	z-index: 999;
}
.section-full__v2{
	position: relative;
	padding-top: 80px;
    padding-bottom: 80px;
	background-image: url(../images/bg_v2.jpg);
	background-size: cover; 
}
.overlay-black-dark:after{
	background: #000;
	opacity: 0.8;
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
h2.contact-no-area {
    margin-top: 0;
    font-size: 5.5rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: poppins,Sans-serif;
}
.contact-no {
    color: #fff;
    display: flex;
    align-items: center;
}
.contact-no .contact-left {
    padding-right: 40px;
    border-right: 3px solid;
    border-color: #ff5e14;
}
.contact-no .no a{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    color: #ff5e14;
    font-weight: 500;
    margin-top: 0; 
	animation: color-change 1s infinite;
}
.contact-no .no a svg {
    width: 100%;
    max-width: 32px;
    margin-right: 10px;
    fill: #f35704;
    animation: play0 1.5s ease infinite;
}
@keyframes color-change {
  0% { color: #ff5e14; }
  50% { color: #fc860b; }
  100% { color: #ff5e14; }
}
@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
.section-videoblock{
	padding: 80px 10px 50px;
	background-image: url(../images/bg4.jpg);
	background-size: cover;
	position: relative;
}
.section-videoblock .section-head a.popup-youtube{
	font-size: 18px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}
.section-videoblock .section-head a span{
	width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #ff5e14;
    display: inline-block;
    border-radius: 70px;
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    position: relative;
}
.section-videoblock .title_vds{
	font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.counter-style-5{
	padding: 50px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    z-index: 1;
	margin: 5px;
}
.dlab-separator {
    display: block;
    height: 2px;
    width: 80px;
    margin: 0 auto 10px;
    position: relative;
	background-color: #ff5e14;
}
.counter-style-5 h2.dlab-tilte {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.counter-style-5 .dlab-content{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.counter-style-5:hover {
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    border-color: #ff5e14;
}
.counter-style-5:after {
    content: "";
    height: 0;
    width: 100%;
    background-color: #ff5e14;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.counter-style-5:hover:after {
    height: 100%;
    top: auto;
    bottom: 0;
    transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
}
.dlab-counter{
	color: #fff;
	overflow: hidden;
}

.contact-no .contact-right {
    padding-left: 40px;
}
.contact-no .contact-right a{
	color: #fff; 
    display: inline-block;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	padding: 15px 30px;
	background-color: #ff5e14;
}
.contact-no .contact-right a:hover{
	-webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
	background-color: #ff8022;
    color: #fff;
}
.contact-img-bx img {
    width: 100%;
    position: absolute;
    right: 0;
    top: -129px;
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
@media only screen and (max-width: 767px){
	h2.contact-no-area {
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 20px;
		text-align: center;
		padding: 0 10px;
	}
	.counter-style-5{padding: 30px 10px;}
	.section-videoblock .title_vds{
		font-size: 36px;
		line-height: 46px;
	}
	.counter-style-5 h2.dlab-tilte{
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 5px;
	}
	.counter-style-5 .counter-image img{max-width: 56px}
}
@media only screen and (max-width: 591px){
	.contact-no .contact-left {
		padding-right: 15px;
	}
	.contact-no .contact-right {
		padding-left: 15px;
	}
	.counter-style-5{padding: 22px 10px;}
	.section-videoblock{padding: 15px 10px 24px;}
	h2.contact-no-area {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.contact-no .no a{
		font-size: 20px;
		line-height: 30px;
	}
	.contact-no .contact-right a {
		padding: 12px 24px;
		font-size: 12px;
	}
	.section-videoblock .title_vds{
		font-size: 28px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 576px){
	.contact-no {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.section-full__v2{
		padding: 30px 0;
	}
}

