/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
    --white: #afafaf;
    --red: #e31b23;
    --bodyColor: #292a2b;
    --borderFormEls: hsl(0, 0%, 10%);
    --bgFormEls: hsl(0, 0%, 14%);
    --bgFormElsFocus: hsl(0, 7%, 20%);
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
  }
  
  a {
    color: inherit;
  }
  
  input,
  select,
  textarea,
  button {
    font-family: inherit;
    font-size: 100%;
  }
  
  button,
  label {
    cursor: pointer;
  }
  
  select {
    appearance: none;
  }
  
  /* Remove native arrow on IE */
  select::-ms-expand {
    display: none;
  }
  
  /*Remove dotted outline from selected option on Firefox*/
  /*https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff/18853002#18853002*/
  /*We use !important to override the color set for the select on line 99*/
  select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 var(--white);
  }
  
  textarea {
    resize: none;
  }
  
 
  

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
img{
    max-width: 100%;
    height: auto;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
.wrapper{
    width:100%;
    float:left;
}
.container{
    max-width: 1560px;
    margin:0 auto;
    padding:0px 20px;
}

/* HEADER */
header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	align-items: center;
    padding:25px 0px;
    z-index: 9999;
}
header .container{
    width: 100%;
    display: flex;
}
header .left, header .logo, header .right  nav, header .right .phone_num, header .right .phone_num p, header .right .phone_num a{
    float:left;
}
header .right{
    float:right;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top:-32px;
}
header .right ul{
    padding: 0px;
    list-style: none;
    margin:0px;
    display: flex;
}
header .right ul li{
    padding:0px 22px;
    border-right:1px solid #fff;
    line-height: 16px;
}
header .right ul li:last-child{
    border-right:0;
}
header .right ul li a{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all ease .3s;
}
header .right ul li a:hover{
    color:#ed2930;
}
header .right .phone_num{
    background: url('../img/shadow_line.png') center bottom no-repeat;
    padding-bottom: 17px;
    margin-left: 82px;
    margin-top:13px;
}
header .right .phone_num p{
    margin:0px;
    font-size: 20px;
    color:#ed2930;
    padding: 4px 8px 0px 0px;
}
header .right .phone_num a{
    font-size:24px;
    color:#fff;
    text-decoration: none;
    font-weight: 600;
}


/* BANNER STYLE */
.banner{
    background: url('../img/banner_bg.jpg') center center no-repeat;
    background-size: cover;
    padding:315px 0px 185px;
    position: relative;
}
.banner .image{
    position: absolute;
    right: 0%;
    top: 63%;
    transform: translateY(-50%);
    width: 750px;
}
.banner .caption{
    float:left;
    max-width:855px;
}
.banner .caption h1{
    font-size: 72px;
    font-weight: 800;
    margin:0px 0px 0px;
    color:#fff;
    line-height:74px;
}
.banner .caption h1  span{
    color:#ef232a;
}
.banner .caption h1  span.light_weight{
    font-size: 48px;
    color:#fff;
}
.banner .caption p {
	margin: 21px 0px 72px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 37px;
	max-width: 800px;
}
a.btn{
    border: 1px solid rgb(246, 50, 57);
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(132,6,10) 1%, rgb(239,35,42) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(132,6,10) 1%, rgb(239,35,42) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(132,6,10) 1%, rgb(239,35,42) 100%);
    font-size:19px;
    font-weight: 600;
    text-decoration: none;
    color:#fff;
    padding:19px 18px;
    display: inline-block;
}

/* RED BAR */
.red_bar{
    background-image: -moz-linear-gradient( 0deg, rgb(112,0,0) 0%, rgb(198,21,27) 58%, rgb(112,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(112,0,0) 0%, rgb(198,21,27) 58%, rgb(112,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(112,0,0) 0%, rgb(198,21,27) 58%, rgb(112,0,0) 100%);
}
.red_bar ul{
    padding:0px 30px;
    margin:0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.red_bar ul li {
    display: flex;
    align-items: center;
    padding:30px 95px;
    position: relative;
}
.red_bar ul li::after {
	background: url('../img/Banner_rightspace.png') right top no-repeat;
	width: 102px;
	height: 102px;
	content: "";
	position: absolute;
	top: 0px;
	right: -50px;
}
.red_bar ul li:first-child{
    padding-left:0px;
}
.red_bar ul li:last-child{
    padding-right:0px;
}
.red_bar ul li:last-child:after{
    display: none;
}
.red_bar ul li .text{
    padding-left: 18px;
}
.red_bar ul li p{
    font-size:21px;
    color: #fff;
    font-weight: 400;
    margin:0px 0px -4px;
}
.red_bar ul li a{
    font-size:36px;
    color: #fff;
    font-weight: 600;
    margin:0px 0px 0px;
    text-decoration: none;
}


/* ABOUT SECTION STYLE */
.about_us{
    background:url('../img/About_bg.jpg') center center no-repeat;
    background-size: cover;
    padding:95px 0px 110px;
}
.about_us .right{
    float:right;
    max-width: 700px;
    padding:20px 48px 53px 50px;
    background:url('../img//right_about.png') right top no-repeat, url('../img/about_b_l.png') left bottom no-repeat;
}
.heading .head{
    font-size:59px;
    color:#060606;
    margin:0px 0px 0px;
    font-weight: 800;
}
.heading .head span{
    color: #c6151b;
}
.heading p {
	color: #060606;
	font-size: 22px;
	font-weight: 400;
	margin: 13px 0px 20px;
	line-height: 33px;
}
.about_us .heading p{
    padding-right: 8px;
    margin: 11px 0px 55px;
}
.about_us .heading .head{
    position: relative;
}
.about_us .heading .head::after {
	background: url('../img/down_arrow.png') right top no-repeat;
	position: absolute;
	left: -75px;
	top: 25px;
	content: "";
	width: 40px;
	height: 147px;
}


/* OUR SERVICES */
.services{
    padding:110px 0px 85px;
}
.services .heading, .some_work .heading{
    text-align: center;
    max-width: 1280px;
    margin:0px auto;
}
.services .heading p, .some_work .heading p{
    line-height: 30px;
    margin:21px 0px 20px;
}
.services ul{
    padding:72px 0px 0px;
    max-width: 1040px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.services ul li{
    width:calc(25% - 64px);
    margin-right: 85px;
    margin-bottom: 55px;
    text-align: center;
}
.services ul li:nth-child(4n){
    margin-right: 0px;
}
.services ul li .image{
    width:206px;
    height: 206px;
    /* transition: all ease .6s; */
}
.services ul li:first-child .image{
    background: url('../img/Services_01.png') center bottom no-repeat;
}
.services ul li:nth-child(2) .image{
    background: url('../img/Services_02.png') center bottom no-repeat;
}
.services ul li:nth-child(3) .image{
    background: url('../img/Services_03.png') center bottom no-repeat;
}
.services ul li:nth-child(4) .image{
    background: url('../img/Services_04.png') center bottom no-repeat;
}
.services ul li:nth-child(5) .image{
    background: url('../img/Services_05.png') center bottom no-repeat;
}
.services ul li:nth-child(6) .image{
    background: url('../img/Services_06.png') center bottom no-repeat;
}
.services ul li:nth-child(7) .image{
    background: url('../img/Services_07.png') center bottom no-repeat;
}
.services ul li:nth-child(8) .image{
    background: url('../img/Services_08.png') center bottom no-repeat;
}
.services ul li:hover .image{
    background-position: center top;
}
.services ul li p{
    color:#383838;
    font-size:25px;
    font-weight: 600;
    margin:14px 0px 0px;
    transition: all ease .3s;
}
.services ul li:hover p{
    color:#e02128;
}


/* Complete Collision */
.complete_collision{
    background:url('../img/truck_bg.jpg') center center no-repeat;
    background-size: cover;
    padding:85px 0px 82px;
    position: relative;
}
.complete_collision .left{
    padding-left: 54px;
    max-width: 808px;
}
.complete_collision .left h4{
    font-size:60px;
    color:#fff;
    font-size: 800;
    margin:0px 0px 48px;
    line-height: 68px;
}
.complete_collision .left .wrap{
    display: flex;
}
.complete_collision .left .wrap a.btn{
    background:#fff;
    color:#c01319;
    font-weight: 800;
    font-size:24px;
    padding:22px 22px;
    margin-right: 42px;
    align-self:center;
}
.complete_collision .left .wrap a.btn:hover{
    background:transparent;
    border-color:#fff;
    color:#fff;
}
.complete_collision .left .wrap .call_now{
    background:url('../img/phone_02.png') left center no-repeat;
    padding-left: 106px;
}
.complete_collision .left .wrap .call_now p{
    font-size:26px;
    color:#fff;
    margin:0px 0px -2px;
    font-weight: 400;
}
.complete_collision .left .wrap .call_now a{
    font-size:43px;
    color:#fff;
    margin:0px;
    text-decoration: none;
    font-weight: 600;
}
.complete_collision .right{
    position: absolute;
    right:0px;
    top:-72px;
}


/* SOME WORK */
.some_work{
    padding:135px 0px 145px;
    text-align: center;
}
.some_work .gallery{
    padding:0px;
    margin:75px 0px 70px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.some_work .gallery li{
    width:calc(25% - 3px);
    margin-right: 4px;
    margin-bottom: 4px;
}
.some_work .gallery li:nth-child(4n){
    margin-right: 0px;
    margin-bottom: 0px;
}

/* FOOTER */
footer{
    padding:125px 0px 115px;
    background:#0a0a0a;
    position: relative;
}
footer > img{
    position: absolute;
    left:0px;
    top:-220px;
}
footer .left{
    margin:180px 0px 0px;
    background: #c0161c;
    padding:50px 40px 80px;
    width:39%;
    float:left;
    margin-right:45px;
}
footer .left h6{
    color:#fff;
    font-size:40px;
    margin:0px 0px 44px;
}
footer .left ul{
    padding:0px;
    list-style: none;
    margin:0px;
}
footer .left ul li{
    margin-bottom: 38px;
}
footer .left ul li span {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .left ul li:first-child a{
    font-size:34px;
    font-weight: 700;
}
footer .left ul li a{
    color:#fff;
    font-size:28px;
    font-weight: 500;
    text-decoration:none;
}
footer .left ul li:last-child a {
	max-width: 420px;
	display: block;
    line-height: 25px;
}
footer .right{
    width:calc(61% - 45px);
    float:left;
}
footer .right h6{
    font-size:60px;
    color:#fff;
    font-weight: 800;
    margin:-8px 0px 36px;
}
footer .right iframe {
	outline: 0px;
	border: 0px;
	width: 100%;
	height: 800px;
	padding: 45px 40px 40px;
	border: 1px solid rgb(28, 28, 28);
	border-radius: 12px;
	    box-sizing: content-box;

}


/* COPY RIGHT */
.copy_right{
    background: #1a1a1a;
    padding:30px 0px;
    text-align: center;
    color:#fff;
}
.copy_right p{
    margin:0px;
}
.menu_icon{
    display: none;
}


/* MEDIA QUERY */
@media(max-width:1500px){
    header .right .phone_num {
        margin-left: 45px;     
        padding-bottom:15px;
    }
    header .right ul li a, header .right .phone_num p{
        font-size:16px;
    }
    header .right .phone_num a{
        font-size:22px;
    }
    .banner .image{
        width:43%;
    }
    .banner .caption h1 {
        font-size: 48px;
        line-height: 64px;
    }
    .banner .caption p{
        font-size:20px;
        max-width: 650px;
        margin:17px 0px 52px;
    }
    a.btn{
        font-size:17px;
        padding:17px 18px;
    }
    .banner {
        padding: 265px 0px 130px;
    }
    .red_bar ul li {
        padding: 25px 35px;
    }
    .red_bar ul li .text {
        padding-left: 14px;
    }
    .red_bar ul li p{
        font-size:18px;
    }
    .red_bar ul li a {
        font-size: 26px;
    }
    .red_bar ul li .icon {
        max-width: 55px;
    }
    .red_bar ul li:nth-child(2){
        padding-left: 18px;
    }
    .red_bar ul li::after {
        right: -80px;
        background-size: 75px;
    }
    .about_us{
        padding:60px 0px 50px;
    }
    .heading .head{
        font-size:40px;
    }
    .heading p{
        font-size:18px;
    }
    .about_us .heading p {
        margin: 11px 0px 45px;
    }
    .about_us .right{
        padding:20px 0px 53px 50px;
    }
    .services {
        padding: 75px 0px 70px;
    }
    .services .heading p, .some_work .heading p {
        line-height: 30px;
        margin: 18px 100px 10px;
    }
    .services ul {
        padding: 55px 0px 0px;
    }
    .services ul li p{
        font-size: 20px;
    }
    .services ul li {
        margin-bottom: 45px;
    }
    .complete_collision {
        padding: 70px 0px 70px;
    }
    .complete_collision .left{
        padding-left: 0px;
    }
    .complete_collision .left h4 {
        font-size: 42px;
        margin: 0px 0px 38px;
        line-height: 52px;
        max-width: 500px;
    }
    .complete_collision .left .wrap a.btn{
        font-size:20px;
        padding:18px 20px;
        margin-right:35px;
    }
    .complete_collision .right {
        position: absolute;
        right: 0px;
        top: 58%;
        width: 45%;
        transform: translateY(-50%);
    }
    .complete_collision .left .wrap .call_now a {
        font-size: 30px;
    }
    .complete_collision .left .wrap .call_now p {
        font-size: 22px;
    }
    .complete_collision .left .wrap .call_now{
        background-size:70px;
        padding-left:85px;
    }
    .some_work {
        padding: 90px 0px 130px;
    }
    .some_work .gallery {
        margin: 65px 0px 70px;
    }
    footer > img{
        max-width: 550px;
    }
    footer {
        padding: 115px 0px 95px;
    }
    footer .left {
        margin: 120px 0px 0px;
        padding: 40px 30px 50px;
        margin-right:30px;
    }
    footer .right {
        width: calc(61% - 30px);
    }
    footer .left h6 {     
        font-size: 32px;
        margin: 0px 0px 35px;
    }
    footer .left ul li a {
        font-size: 22px;
        line-height: 43px;
    }
    footer .left ul li:first-child a {
        font-size: 22px;     
    }
    footer .right h6 {
        font-size: 50px;
        margin: -23px 0px 32px;
    }
}
@media(max-width:1280px){
    header .right ul li{
        padding:0px 20px;
    }
    header .right ul li a, header .right .phone_num p {
        font-size: 16px;
    }
    header .right .phone_num {
        margin-left: 20px;
        padding-bottom: 14px;
    }
    header .right .phone_num a {
        font-size: 20px;
    }
    header .logo{
        max-width: 150px;
    }
    .banner {
        padding: 245px 0px 100px;
    }
    .banner .caption h1 {
        font-size: 42px;
        line-height: 56px;
    }
    .banner .caption h1 span.light_weight {
        font-size: 44px;     
        display: block;
    }
    .banner .caption p {
        font-size: 22px;
        max-width: 450px;
        margin: 17px 0px 52px;
        line-height: 33px;
    }
    a.btn {
        font-size: 16px;
        padding: 17px 18px;
    }
    .red_bar ul li a {
        font-size: 22px;
    }
    .red_bar ul li p {
        font-size: 17px;
        margin: 0px 0px -2px;
    }
    .red_bar ul li .icon {
        max-width: 40px;
    }
    .red_bar ul li::after {
        right: -40px;
        background-size: 45px;
    }
    .red_bar ul li {
        padding: 22px 30px;
    }
    .about_us {
        padding: 45px 0px 40px;
    }
    .heading .head {
        font-size: 42px;
    }
    .complete_collision .left .wrap .call_now a {
        font-size: 32px;
    }
    .complete_collision .left .wrap .call_now {
        background-size: 60px;
        padding-left: 78px;
    }
    .complete_collision .left .wrap a.btn {
        font-size: 19px;     
        margin-right: 30px;
    }
    .complete_collision {
        padding: 60px 0px 70px;
    }
    .some_work {
        padding: 75px 0px 120px;
    }
    footer > img {
        max-width: 400px;
    }
    .some_work .gallery {
        margin: 65px 0px 60px;
    }
    footer {
        padding: 90px 0px 85px;
    }
    footer .right h6 {
        font-size: 42px;     
    }
    footer .left {
        margin: 80px 0px 0px;
        padding: 30px 20px 20px;
        margin-right: 30px;
    }
    footer .left h6 {
        font-size: 26px;
        margin: 0px 0px 30px;
    }
    footer .left ul li:first-child a {
        font-size: 26px;
    }
    footer .left ul li a {
        font-size: 20px;
    }   
}
@media(max-width:1024px){
    header .right .phone_num{
        display: none;
    }
    .banner .image {
        width: 45%;
    }
    .banner .caption h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .banner .caption h1 span.light_weight {
        font-size: 36px;     
    }
    .banner .caption p {
        font-size: 20px;
        max-width: 400px;
        margin: 15px 0px 50px;
        line-height: 31px;
    }
    a.btn {
        font-size: 15px;
        padding: 16px 16px;
    }
    .banner {
        padding: 225px 0px 90px;
    }
    .red_bar ul li a {
        font-size: 18px;
    }
    .red_bar ul li p {
        font-size: 15px;
        margin: 0px 0px 0px;
    }
    .red_bar ul li {
        padding: 22px 15px;
    }
    .red_bar ul li:nth-child(2) {
        padding-left: 15px;
    }
    .red_bar ul li::after {
        display: none;
    }
    .about_us {
        padding: 35px 0px 30px;
    }
    .about_us .right {
        padding: 20px 0px 45px 0px;
    }
    .heading .head {
        font-size: 38px;
    }
    .about_us .heading p {
        padding-right: 0;
        margin: 11px 0px 55px;
    }
    .heading p {
        font-size: 18px;
        line-height: 30px;
    }
    .services {
        padding: 65px 0px 45px;
    }
    .services ul li .image {
        width: 150px;
        height: 150px;
        background-size: cover !important;
    }
    .complete_collision .left h4 {
        font-size: 36px;
        margin: 0px 0px 36px;
        line-height: 48px;
    }
    .complete_collision .left .wrap a.btn {
        font-size: 18px;
        margin-right: 26px;
    }
    .complete_collision .right{
        display: none;
    }
    .complete_collision .left .wrap .call_now a {
        font-size: 28px;
    }
    .complete_collision .left .wrap .call_now {
        background-size: 54px;
        padding-left: 70px;
    }
    .some_work {
        padding: 65px 0px 85px;
    }
    footer > img{
        display: none;
    }
    footer .left, footer .right{
        width:100%;
        margin-right: 0px;
        margin-top: 0px;
    }
    footer .right{
        margin-top: 60px;
    }
}
@media(max-width:767px){
    .menu_icon{
        display: block;
        width:35px;
        cursor: pointer;
        margin:30px 0px 0 auto;
    }
    .menu_icon span{
        display: block;
        width: 100%;
        height: 5px;
        margin-bottom: 7px;
        background: #fff;
    }
    .menu_icon span{
        height: 3px;
        width: 100%;
        margin-bottom: 7px;
        background: #fff;
    }
    header .right{
        position: absolute;
        top:100%;
        left:0px;
        width:100%;
        background: #fff;
        padding:20px 0px;
        margin:0px;
        display: none;
    }
    header .right nav,header .right nav ul{
        display: block;
        width: 100%;
    }
    header .right nav ul li{
        width: 100%;
        border:0px;
        padding:18px 0px;
        text-align: center;
    }
    header .right nav ul li a{
        font-size: 18px;
        color:#000;
        font-weight:600;
    }
    .banner {
        padding: 220px 0px 80px;
    }
    .banner .caption{
        max-width: 100%;
        text-align: center;
        width:100%;
    }
    .banner .caption h1 {
        font-size: 32px;
        line-height: 46px;
    }
    .banner .caption p{
        margin:15px auto 50px;
    }
    .banner .caption h1 span.light_weight {
        font-size: 32px;
    }
    a.btn {
        font-size: 14px;
        padding: 15px 16px;
    }
    .banner .image{
        display: none;
    }
    .red_bar{
        display: none;
    }
    .about_us .right{
        text-align: center;
        padding:22px 0px 40px 0px;
    }
    .services ul li .image {
        width: 206px;
        height: 206px;
        background-size: initial !important;     
        margin:0 auto;   
    }
    .services ul li {
        width: calc(50% - 35px);
        margin-right: 70px;
        margin-bottom: 25px;
        text-align: center;
    }
    .services ul li:nth-child(4n){
        margin-right: 50px;
    }
    .services ul li:nth-child(2n){
        margin-right: 0px;
    }
    .complete_collision .left .wrap .call_now {
        display: none;
    }
    .complete_collision .left{
        text-align: center;
    }
    .complete_collision .left h4{
        max-width: 100%;
    }
    .complete_collision .left .wrap {
        justify-content: center;
    }
    .complete_collision .left h4 {
        font-size: 30px;
    }
    .complete_collision {
        padding: 50px 0px 55px;
    }
    .some_work {
        padding: 65px 0px 75px;
    }
    .some_work .gallery {
        margin: 55px 0px 50px;
    }
    footer .right h6 {
        font-size: 32px;
    }
    footer .right iframe {
        padding: 35px 20px 30px;
    }
    .heading .head {
        font-size: 28px;
    }
    .some_work .gallery li{
        width:calc(50% - 2px);
    }
    .some_work .gallery li:nth-child(4n){
        margin-right: 4px;
    }
    .some_work .gallery li:nth-child(2n){
        margin-right: 0px;
    }
    footer .right iframe{
        padding:0px;
        border:0px;
    }
}
@media(max-width:480px){
    .banner{
        padding:210px 0px 70px;
    }
    .about_us{
        border-bottom: 1px solid #ddd;
    }
    .about_us .right{
        background:transparent;
    }
    .banner .caption h1 ,.banner .caption h1 span.light_weight{
        font-size: 26px;
        line-height: 38px;
    }
    .banner .caption p {
        font-size: 18px;     
    }
    .services ul li{
        width:100%;
        margin-right: 0px;
    }
    .complete_collision .left h4 {
        font-size: 26px;
        line-height: 38px;
    }
    .complete_collision .left .wrap a.btn {
        font-size: 16px;
        margin-right: 0px;
    }
    .some_work .gallery {
        margin: 40px 0px 35px;
    }
    .some_work {
        padding: 65px 0px 65px;
    }
    .services .heading p, .some_work .heading p {
        line-height: 27px;
        margin: 16px 0px 10px;
    }
    .heading p {
        font-size: 16px;        
    }
    footer {
        padding: 80px 0px 75px;
    }
    footer .left ul li:first-child a {
        font-size: 24px;
    }
    footer .left ul li a {
        font-size: 16px;
    }
    footer .right h6 {
        font-size: 26px;
    }
}
#eapps-instagram-feed-1 > a{display: none !important;}




@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");



/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
  margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid var(--borderFormEls);
  color: var(--white);
  background: var(--bgFormEls);
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
  height: 170px;
}

.my-form ::placeholder {
  color: inherit;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus + label {
  background: var(--bgFormElsFocus);
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
  transform: scale(1.02);
}

.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}

.my-form *:required {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);  
}

.my-form select {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
  cursor: default;
  filter: blur(2px);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  display: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
    no-repeat center left / 15px 15px;
  padding-left: 20px;
  color: #afafaf;
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.my-form button {
  font-weight: bold;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}

.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked + label::before {
  background: var(--red);
}

.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}
 .my-form{margin: 9% 0px;}
/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
  }
}

@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}