body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Outfit Family */

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Regular.woff2') format('woff2'),
         url('../fonts/Outfit-Regular.woff') format('woff'),
         url('../fonts/Outfit-Regular.ttf') format('truetype'),
         url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-Medium.woff2') format('woff2'),
         url('../fonts/Outfit-Medium.woff') format('woff'),
         url('../fonts/Outfit-Medium.ttf') format('truetype'),
         url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
         url('../fonts/Outfit-SemiBold.woff') format('woff'),
         url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
         url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Fonts BDO Grotesk Family */

@font-face {
    font-family: 'BDO Grotesk';
    src: url('../fonts/BDOGrotesk-Black.eot');
    src: url('../fonts/BDOGrotesk-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BDOGrotesk-Black.woff2') format('woff2'),
         url('../fonts/BDOGrotesk-Black.woff') format('woff'),
         url('../fonts/BDOGrotesk-Black.ttf') format('truetype'),
         url('../fonts/BDOGrotesk-Black.svg#BDOGrotesk-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.darkHeader {
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: smoothScroll 1s;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-250px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header-wrap{
    background-color: #fff;
}
.header-logo img {
    width: 239px;
    height: auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-cover{
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #c5c5c5;
}
.header-top span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top span img{
    margin-right: 5px;
}
.header-top span a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top span a:hover{
    color: #e91d24;
}
.header-top span:first-child{
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
.header-bottom{
    padding: 0 10px;
}
.header-menu{
    display: inline-block;
    padding: 25px 0;
    border-right: 1px solid #c5c5c5;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 8px;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #2d2d2d;
    font-weight: normal;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #e91d24;
}
.header-btn1{
    display: inline-block;
    padding: 12px 9px;
    border: 1px solid;
    border-image: linear-gradient(90deg, #e91d24, #9e080d) 1;
    border-image: -moz-linear-gradient(90deg, #e91d24, #9e080d) 1;
    border-image: -webkit-linear-gradient(90deg, #e91d24, #9e080d) 1;
    font-size: 15px;
    color: #010101;
    font-weight: 500;
    margin: 0 10px 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header-btn1 img{
    margin-right: 5px;
}
.header-btn1:hover{
    color: #9e080d;
}
.header-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d1f25;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-btn1:hover, .header-btn1:focus, .header-btn1:active {
    color: #fff;
    border: 1px solid #1d1f25;
    transition: all 0.5s ease 0s;
}
.header-btn1:hover:before, .header-btn1:focus:before, .header-btn1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header-btn2{
    display: inline-block;
    font-size: 15px;
    padding: 12px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header-btn2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d1f25;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-btn2:hover, .header-btn2:focus, .header-btn2:active {
    color: #fff;
}
.header-btn2:hover:before, .header-btn2:focus:before, .header-btn2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.banner-sec{
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    padding: 101px 0;
    margin-top: 122px;
}
.banner-sec::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #92000459;
    clip-path: polygon(0 0, 50% 0, 20% 100%, 0% 100%);
}
.banner-sec::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #010101ab;
    clip-path: polygon(20% 0%, 100% 0, 75% 100%, 0% 100%);
}
.banner-wrap::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 20%;
    height: 30%;
    background-color: #2e02048f;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 70% 100%);
}
.banner-content{
    position: relative;
    z-index: 1;
}
.banner-head{
    font-size: 39px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 15px;
}
.banner-txt{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.banner-list ul{
    margin: 0;
    padding: 0;
}
.half-list ul{
	display: flex;
	flex-wrap: wrap;
}
.half-list ul li{
	width: 50%;
}
.banner-list ul li {
    background: url("../images/banner-icon-img.png") no-repeat;
    background-position: top 2px left;
    background-size: auto;
    padding-left: 25px;
	padding-right: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 8px;
}
.banner-btn{
    margin-top: 25px;
}
.banner-list ul li:last-child{
	padding-right: 0;
}
.banner-btn1{
    display: inline-block;
    padding: 13px 25px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.banner-btn1 img{
    margin-left: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.banner-btn1:hover img{
    filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(748%) hue-rotate(191deg) brightness(93%) contrast(89%);
}
.banner-btn1:hover img{
    transform: translateX(5px);
}
.banner-btn1:hover{
    color: #9e080d;
}
.banner-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner-btn1:hover, .banner-btn1:focus, .banner-btn1:active {
    color: #1d1f25;
    border: 1px solid #fff;
    transition: all 0.5s ease 0s;
}
.banner-btn1:hover:before, .banner-btn1:focus:before, .banner-btn1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.banner-btn2{
    display: inline-block;
    font-size: 15px;
    padding: 14px 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.banner-btn2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner-btn2:hover, .banner-btn2:focus, .banner-btn2:active {
    color: #1d1f25;
}
.banner-btn2:hover:before, .banner-btn2:focus:before, .banner-btn2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/services-bg-engine-img.png") no-repeat top left;
    background-size: auto;
}
.our-services-head{
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 500;
    text-align: center;
     display: inline-block;
}
.our-services-wrap{
    text-align: center;
}
.our-services-head::before{
    content: "";
    position: absolute;
    left: -50px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #da1c23;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.our-services-head::after{
    content: "";
    position: absolute;
    left: -30px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #1d1f25;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.services-inner-head::before{
    content: "";
    position: absolute;
    left: 105px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #da1c23;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.services-inner-head::after{
    content: "";
    position: absolute;
    left: 125px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #1d1f25;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.services-part{
    position: relative;
    border-radius: 12px;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.17));
    background-color: #ffffff;
    padding: 15px 10px;
    height: 100%;
}
.services-part img{
    border-radius: 10px;
}
.services-cover{
	position: relative;
}
.services-part-icon{
    display: inline-block;
    background: #fff;
    padding: 10px 10px;
    border-radius: 15px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.services-part-icon::before{
    content: "";
    position: absolute;
    right: -1px;
    top: -8px;
    background: url("../images/corner-img02.png") no-repeat left bottom;
    background-size: auto;
    width: 16px;
    height: 10px;
}
.services-part-icon::after{
    content: "";
    position: absolute;
    left: -6px;
    bottom: 0;
    background: url("../images/corner-img01.png") no-repeat left bottom;
    background-size: auto;
    width: 9px;
    height: 17px;
}
.services-top-head{
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 800;
    font-family: 'BDO Grotesk';
    text-transform: capitalize;
    margin-top: 30px;
}
.services-part-head{
    font-size: 20px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 800;
    font-family: 'BDO Grotesk';
    text-transform: capitalize;
    padding: 25px 0 12px;
}
.services-part-txt{
    font-size: 15px;
    color: #1d1f25;
    font-weight: normal;
}
.about-sec{
    position: relative;
}
.about-right{
    position: relative;
    padding: 40px 117px 40px 90px;
    background: url("../images/about-pattan-img.png") no-repeat top center;
    background-size: cover;
    margin-left: -80px;
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
	min-height: 100%;
}
.about-us-txt{
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 50px;
    display: inline-block;
}
.about-us-txt::before{
    content: "";
    position: absolute;
    left: -50px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #da1c23;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.about-us-txt::after{
    content: "";
    position: absolute;
    left: -30px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.about-inner-head::before{
    content: "";
    position: absolute;
    left: 80px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #da1c23;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.about-inner-head::after{
    content: "";
    position: absolute;
    left: 100px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.about-head{
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 800;
    font-family: "B DO Grotesk";
    text-transform: capitalize;
    padding: 30px 0 20px;
}
.about-txt{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
#bottom-txt{
    margin-top: 20px;
    position: relative;
    max-height: 260px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
#bottom-txt::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(21 23 29) 100%);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(21 23 29) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(21 23 29) 100%);
    pointer-events: none;
}
#bottom-txt.expanded{
    max-height: 2000px;
}
#bottom-txt.expanded::after{
    display: none;
}
.about-btn{
    margin-top: 30px;
}
.about-btn .about-btn1{
  display: inline-block;
    font-size: 15px;
    padding: 13px 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    margin-right: 7px;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.about-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.about-btn1:hover, .about-btn1:focus, .about-btn1:active {
    color: #1d1f25;
}
.about-btn1:hover:before, .about-btn1:focus:before, .about-btn1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-btn2{
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.about-btn2 img{
    margin-right: 5px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.about-btn2:hover img{
    filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(748%) hue-rotate(191deg) brightness(93%) contrast(89%);
}
.about-btn2:hover{
    color: #9e080d;
}
.about-btn2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.about-btn2:hover, .about-btn2:focus, .about-btn2:active {
    color: #1d1f25;
    border: 1px solid #fff;
    transition: all 0.5s ease 0s;
}
.about-btn2:hover:before, .about-btn2:focus:before, .about-btn2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-left{
    height: 100%;
}
.about-left img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.experience-part{
    position: absolute;
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    left: 50%;
    top: 50%;
    transform: translate(-130%, -50%);
    text-align: center;
}
.experience-part::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -15px;
    width: 130px;
    height: 130px;
    border-radius: 4px;
    background-color: #1d1f25;
    border: 4px solid #fff;
    outline: 4px solid #e71b23;
    text-align: center;
    transform: rotate(45deg);
    z-index: -1;
}
.experience-part strong{
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    display: block;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}
.choose-head{
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 500;
    text-align: center;
     display: inline-block;
}
.choose-wrap{
    text-align: center;
}
.choose-head::before{
    content: "";
    position: absolute;
    left: -50px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #da1c23;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.choose-head::after{
    content: "";
    position: absolute;
    left: -30px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #1d1f25;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.choose-inner-head::before{
    content: "";
    position: absolute;
    left: 120px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #da1c23;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.choose-inner-head::after{
    content: "";
    position: absolute;
    left: 140px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-color: #1d1f25;
    clip-path: polygon(25% 0%, 75% 0, 50% 100%, 0% 100%);
}
.choose-top-head{
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 800;
    font-family: 'BDO Grotesk';
    text-transform: capitalize;
    margin-top: 30px;
}
.choose-part{
    text-align: center;
}
.choose-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(148deg, #5d1113 0%, #0d1b50 57%, #171923 100%);
    background-image: -moz-linear-gradient(148deg, #5d1113 0%, #0d1b50 57%, #171923 100%);
    background-image: linear-gradient(148deg, #5d1113 0%, #0d1b50 57%, #171923 100%);
}
.choose-part-txt{
    margin-top: 15px;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 500;
    text-transform: capitalize;
}
.choose-line{
    position: relative;
}
.choose-line::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #0b1d5433;
}
.inspect-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.inspect-head{
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 800;
    font-family: "B DO Grotesk";
    text-align: center;
    text-transform: capitalize;
}
.inspect-head::after{
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    width: 63px;
    height: 6px;
    background: #5e1113;
    transform: translateX(-50%);
}
.inspect-part{
    position: relative;
    text-align: center;
}
.inspect-part img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.inspect-part-title{
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    background-color: #221112;
    padding: 15px 0;
    text-transform: capitalize;
    border-radius: 0 0 10px 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inspect-part:hover .inspect-part-title{
    background-color: #0d1b50;
}
.marquee-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.marquee {
    background: #5e1113;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    white-space: nowrap;
    transform: skewY(-4deg);
    margin-top: -60px;
}
.marquee_inner {
    position: relative;
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 10s linear infinite;
}
.marquee_inner:hover {
    animation-play-state: paused;
    color: red;
}
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}
.marquee_inner:before {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}
.marquee_inner::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}
.marquee_inner span {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    margin-right: 100px;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff98;
    text-stroke: 1px #ffffff98;
}
.marquee_inner span:last-child {
    margin-right: 0;
}
.home_marquee_section span:last-child:before {
    display: none;
}

/* marquee2 */

.marquee2 {
    background: #1d1f25;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    white-space: nowrap;
    transform: skewY(4deg);
    margin-top: -60px
}
.marquee_inner2 {
    position: relative;
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee2 10s linear infinite;
}
.marquee_inner2:hover {
    animation-play-state: paused;
    color: red
}
@keyframes marquee2 {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}
.marquee_inner2:before {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}
.marquee_inner2::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}
.marquee_inner2 span {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    margin-right: 100px;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff98;
    text-stroke: 1px #ffffff98;
}
.marquee_inner2 span:last-child {
    margin-right: 0;
}
.home_marquee_section span:last-child:before {
    display: none;
}
.testimonial-sec{
    padding-bottom: 80px;
}
.testimonial-head{
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 800;
    font-family: "B DO Grotesk";
    text-align: center;
    text-transform: capitalize;
	margin-bottom: 60px;
}
.testimonial-head::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    width: 63px;
    height: 6px;
    background: #5e1113;
    transform: translateX(-50%);
}
.sp-testimonial-client-image{
	max-width: 45px;
	position: absolute;
	bottom: 28px;
	left: 10px;
}
.sp-testimonial-free{
	border-radius: 14px !important;
	padding: 25px 15px !important;
	margin: 5px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important; 
	filter: drop-shadow(0px 1px 3.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    background-position: top 50% left 50% !important;
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #3e3e3e !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 0 !important;
	font-style: italic !important;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
/*  scrollbar-color: #5e1113 #dfcfd0;   */
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #3e3e3e !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
	padding-top: 10px !important;
	padding-left: 50px !important; 
	margin-bottom: 0 !important;
	border-top: 1px solid #ccc !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	text-align: left !important;
	padding-left: 50px !important; 
	font-size: 16px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	float: inline-end !important;
	position: relative;
    top: -15px;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    text-align: left !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating i.fa{
	filter: drop-shadow(0px 2px 0px rgba(0,0,0,0.38));
}
.testimonial-btn{
	text-align: center;
	margin-top: 30px;
}
.testimonial-btn a{
    display: inline-block;
    font-size: 15px;
    padding: 12px 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.testimonial-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d1f25;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.testimonial-btn a:hover, .testimonial-btn a:focus, .testimonial-btn a:active {
    color: #fff;
}
.testimonial-btn a:hover:before, .testimonial-btn a:focus:before, .testimonial-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.works-sec{
    padding-top: 40px;
    background: url("../images/works-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.works-part{
    position: relative;
    text-align: center;
}
.works-head{
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 800;
    font-family: "B DO Grotesk";
    text-align: center;
    text-transform: capitalize;
}
.works-head::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    width: 63px;
    height: 6px;
    background: #5e1113;
    transform: translateX(-50%);
}
.works-icon{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.22));
    background-color: #ffffff;
}
.works-one{
    position: absolute;
    left: -20px;
    top: 0;
}
.works-arrow{
    position: absolute;
    right: -20px;
    top: 20px;
}
.works-part-title{
    font-size: 18px;
    line-height: 1.2;
    color: #1d1f25;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 0 6px;
}
.works-part-txt{
    font-size: 14px;
    color: #1d1f25;
    font-weight: normal;
}
.works-cta-part{
    position: relative;
    background:  url("../images/works-cta-bg-part.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 20px;
    margin-bottom: -50px;
    z-index: 1;
}
.works-cta-wrap{
    position: relative;
    z-index: 1;
}
.works-cta-tyre{
    position: absolute;
    right: 0;
    top: 0;
}
.works-cta-part::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #5E1113;
    background: radial-gradient(circle,rgba(94, 17, 19, 0) 0%, rgba(94, 17, 19, 1) 55%);
}
.works-cta-title{
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}
.works-cta-head{
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}
.works-cta-btn1{
    display: inline-block;
    font-size: 15px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #424242;
    font-weight: 500;
    margin-right: 7px;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.works-cta-btn1 img{
    margin-right: 5px;
}
.works-cta-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.works-cta-btn1:hover, .works-cta-btn1:focus, .works-cta-btn1:active {
    color: #fff;
}
.works-cta-btn1:hover img, .works-cta-btn1:focus img, .works-cta-btn1:active img{
     filter: brightness(0) invert(1);
}
.works-cta-btn1:hover:before, .works-cta-btn1:focus:before, .works-cta-btn1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.works-cta-btn2{
    display: inline-block;
    padding: 11px 15px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.works-cta-btn2 img{
    margin-right: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.works-cta-btn2:hover img{
    filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(748%) hue-rotate(191deg) brightness(93%) contrast(89%);
}
.works-cta-btn2:hover{
    color: #9e080d;
}
.works-cta-btn2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.works-cta-btn2:hover, .works-cta-btn2:focus, .works-cta-btn2:active {
    color: #1d1f25;
    border: 1px solid #fff;
    transition: all 0.5s ease 0s;
}
.works-cta-btn2:hover:before, .works-cta-btn2:focus:before, .works-cta-btn2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
footer{
    position: relative;
    padding-top: 60px;
    background-color: #ededed;
}
.page-id-8 footer{
	padding-top: 100px;
}
footer .container{
    position: relative;
    z-index: 1;
}
.footer-wrap{
	padding-left: 100px;
}
.footer-mechanic{
    position: absolute;
    left: 0;
    top: 60px;
	width: 200px;
}
.footer-txt{
    margin-top: 20px;
    font-size: 15px;
    color: #383838;
    font-weight: normal;
}
.footer-title{
    font-size: 20px;
    line-height: 1.2;
    color: #131313;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 5px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a{
    font-size: 15px;
    color: #131313;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    padding-left: 4px;
    color: #da1c23;
}
.footer-list ul li span{
     font-size: 15px;
    color: #131313;
    font-weight: 500;
}
.footer-list ul li img, .footer-list ul li img{
    margin-right: 8px;
}
.footer-list-last ul li{
    padding-bottom: 12px;
}
.footer-copyright{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    background-image: linear-gradient(177deg, #5a0508 0%, #660003 100%);
    background-image: -webkit-linear-gradient(177deg, #5a0508 0%, #660003 100%);
    background-image: -moz-linear-gradient(177deg, #5a0508 0%, #660003 100%);
    padding: 12px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #e91d24;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 269px 0 !important;
    margin: 123px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.breadcrumb-container {
    width: 100%;
    color: #e91d24;
    position: relative;
    font-size: 15px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.breadcrumb-container a {
    color: #e91d24;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #1d1f25;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
	font-family: 'BDO Grotesk';
}
.inner_titl strong {
    color: #da1c23;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #da1c23;
}
.inner_txt {
    color: #1d1f25;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #1d1f25;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #da1c23;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.core-box .inner_titl{
	font-size: 20px;
}
.inner-btn {
    margin-top: 20px;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    background-image: linear-gradient(91deg, #ff3fab 0%, #ff9de1 100%);
    -webkit-background-image: linear-gradient(91deg, #ff3fab 0%, #ff9de1 100%);
    -moz-background-image: linear-gradient(91deg, #ff3fab 0%, #ff9de1 100%);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner_center_titl:after {
    left: 50%;
    transform: translatex(-50%);
}
.inner-btn a{
    display: inline-block;
    font-size: 15px;
    padding: 12px 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -moz-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    background-image: -webkit-linear-gradient(87deg, #e91d24 0%, #9e080d 100%);
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.inner-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d1f25;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.inner-btn a:hover, .inner-btn a:focus, .inner-btn a:active {
    color: #fff;
}
.inner-btn a:hover:before, .inner-btn a:focus:before, .inner-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.contact_page_heading {
    color: #1d1f25;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
	font-family: 'BDO Grotesk';
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #da1c23;
}
.contact_page_heading strong {
    color: #da1c23;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #e91d24;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #e91d24 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #1d1f25 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #e91d24 !important;
}
.review-content {
    padding: 30px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
	background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important; 
	background-position: top 50% left 50% !important;
}
.review-content .review-txt{
    color: #606060;
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.wrap-name{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 20px;
}
.wrap-name img{
	filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.38));
}
.reviews-desc{
	font-size: 15px;
	color: #606060;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #e91d24;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 200px;
    margin-top: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #1d1f25;
}
.post .entry-summary .meta-nav{
    margin-left: 5px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #da1c23;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
/* .footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
} */
.footer_btn3 {
    background: #1d1f25;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #131313;
    text-align: center;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #0d1b50;
}
.error_page {
    padding: 40px 0 80px;
}

/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn1, .header-btn2, .choose-line::after, .footer-mechanic, .works-arrow, .works-cta-tyre{
		display: none;
	}
	.header-logo img {
		width: 150px;
		height: auto;
	}
	.header-wrap{
		padding: 10px 0;
	}
    .darkHeader {
        animation: none;
    }
	.rmp-menu-title-image {
        width: 70%;
        height: 100%;
    }
	.rmp-submenu .rmp-menu-item-link {
		height: auto !important;
	    line-height: 1.2 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.banner-sec{
		padding: 70px 0;
		margin-top: 81px;
	}
	.services-sec, .choose-sec, .inspect-sec{
		padding: 40px 0;
	}
	.testimonial-sec{
		padding-bottom: 40px;
	}
	.banner-head {
		font-size: 30px;
	}
	.services-top-head, .about-head, .choose-top-head, .inspect-head, .testimonial-head, .works-head, .works-cta-head{
		font-size: 26px;
	}
	.services-part-head, .works-cta-title{
		font-size: 18px;
	}
	.banner-btn1{
		margin-right: 10px;
	}
	.banner-btn1, .banner-btn2{
		padding: 12px 15px;
		font-weight: normal;
	}
	.about-btn .about-btn1{
		padding: 12px 20px;
		font-size: 14px;
	}
	.about-btn .about-btn2{
		padding: 12px 12px;
		font-size: 14px;
	}
	.about-btn .about-btn1{
		padding: 13px 20px;
	}
	.about-right{
		padding: 30px 25px !important;
		margin-left: 0;
		clip-path: none;
	}
	.footer-wrap {
		padding-left: 0;
	}
	.page .entry-header, .blog_page_header {
        padding: 190px 0 !important;
        margin: 81px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-wrap::before, .banner-sec::before{
		display: none;
	} 
	.banner-sec::after{
		 width: 100%;
		 clip-path: none;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.banner-head {
        font-size: 26px;
    }
	.banner-btn1, .banner-btn2 {
        font-size: 13px;
    }
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.experience-part::before{
		display: none;
	}
	.experience-part{
        background-color: #1d1f25;
        border: 4px solid #fff;
        outline: 4px solid #e71b23;
        padding: 10px;
        top: 4px;
        right: 4px;
        transform: none;
        left: auto;
	}
	.about-btn .about-btn1, .about-btn .about-btn2{
		font-size: 12px;
	}
	.about-btn .about-btn2{
		padding: 12px 10px;
	}
	.works-cta-part{
		padding: 30px 15px;
	}
	 .about-right {
	    padding: 30px 15px !important;
	}
	.about-btn .about-btn1{
		margin-right: 2px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.banner-list ul li{
		font-size: 13px;
	}
	.about-btn2 img {
		width: 15px;
	}
	.about-btn .about-btn1 {
        padding: 13px 15px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-head {
        font-size: 26px;
    }
	.banner-btn1, .banner-btn2 {
        font-size: 14px;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.experience-part::before{
		display: none;
	}
	.experience-part{
        background-color: #1d1f25;
        border: 4px solid #fff;
        outline: 4px solid #e71b23;
        padding: 10px;
        top: 4px;
        right: 4px;
        transform: none;
        left: auto;
	}
	.about-btn .about-btn1, .about-btn .about-btn2{
		font-size: 12px;
	}
	.about-btn .about-btn2{
		padding: 12px 10px;
	}
	.works-cta-btn1{
		font-size: 14px;
        padding: 12px 15px;
	}
	.works-cta-btn2 {
        padding: 11px 15px;
        font-size: 14px;
	}
	.works-cta-part{
		padding: 30px 15px;
	}
	 .about-right {
	    padding: 30px 15px !important;
	}
	.about-btn .about-btn1{
		margin-right: 2px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.banner-list ul li{
		font-size: 13px;
	}
	.about-btn2 img {
		width: 15px;
	}
	.about-btn .about-btn1 {
        padding: 13px 15px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-head {
        font-size: 26px;
    }
	.banner-btn1, .banner-btn2 {
        font-size: 13px;
    }
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.about-right{
		margin-left: 0;
	}
	.experience-part::before{
		display: none;
	}
	.experience-part{
        background-color: #1d1f25;
        border: 4px solid #fff;
        outline: 4px solid #e71b23;
        padding: 10px;
        top: 4px;
        right: 4px;
        transform: none;
        left: auto;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-bottom {
		padding: 0 5px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul li a {
		font-size: 14px;
		padding: 0 7px
	}
	.header-btn1{
		margin: 0 5px 0;
		font-size: 14px;
	}
	.header-btn2{
		font-size: 14px;
	}
	.about-btn .about-btn1, .about-btn .about-btn2{
		font-size: 13px;
	}
	.about-right{
		padding: 40px 70px 40px 70px;
	}
    .footer-mechanic {
		width: 150px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.about-btn .about-btn1, .about-btn .about-btn2 {
        font-size: 11px;
    }
	.about-btn .about-btn1 {
        padding: 13px 15px;
    }
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
   .about-btn .about-btn1, .about-btn .about-btn2 {
        font-size: 11px;
    }
	.about-btn .about-btn1 {
        padding: 13px 15px;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-bottom {
		padding: 0 5px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul li a {
		font-size: 14px;
		padding: 0 7px;
	}
	.header-btn1{
		margin: 0 5px 0;
		font-size: 14px;
	}
	.header-btn2{
		font-size: 14px;
	}
	.about-btn .about-btn1, .about-btn .about-btn2{
		font-size: 14px;
	}
	.about-right{
		padding: 40px 70px 40px 70px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-bottom {
		padding: 0 5px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul li a {
		font-size: 14px;
		padding: 0 7px;
	}
	.header-btn1{
		margin: 0 5px 0;
		font-size: 14px;
	}
	.header-btn2{
		font-size: 14px;
	}
	.about-btn .about-btn1, .about-btn .about-btn2{
		font-size: 14px;
	}
	.about-right{
		padding: 40px 70px 40px 70px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-bottom {
		padding: 0 5px;
	}
	.header-menu ul li{
		 margin-right: 0;
	}
	.header-menu ul li a {
		font-size: 14px;
		padding: 0 7px;
	}
	.header-btn1{
		margin: 0 5px 0;
		font-size: 14px;
	}
	.header-btn2{
		font-size: 14px;
	}
	.about-btn .about-btn1, .about-btn .about-btn2{
		font-size: 14px;
	}
	.about-right{
		padding: 40px 70px 40px 70px;
	}
	.footer-mechanic {
		width: 150px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
		padding: 158px 0;
	}
	.about-right{
		padding: 45px 65px 40px 90px;
	}
	.footer-mechanic {
		position: absolute;
        left: 0;
        top: 60px;
        width: 170px;
	}
	.page .entry-header, .blog_page_header{
		 padding: 285px 0 !important;
	}
	.header-menu ul li{
		 margin-right: 42px;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
		padding: 202px 0;
	}
	.about-right{
		padding: 50px 165px 40px 90px;
	}
	.footer-mechanic {
		position: absolute;
		left: 3%;
		top: 60px;
		width: 200px;
	}
	.page .entry-header, .blog_page_header{
		 padding: 329px 0 !important;
	}
	.header-menu ul li{
		 margin-right: 42px;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
		padding: 267px 0;
	}
	.about-right{
		padding: 75px 313px 40px 90px;
	}
	.footer-mechanic {
		position: absolute;
		left: 11%;
		top: 60px;
		width: 200px;
	}
	.page .entry-header, .blog_page_header{
		 padding: 394px 0 !important;
	}
	.header-menu ul li{
		 margin-right: 42px;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
		padding: 295px 0;
	}
	.about-right{
		padding: 100px 380px 40px 90px;
	}
	.footer-mechanic {
		position: absolute;
		left: 13%;
		top: 60px;
		width: 200px;
	}
	.page .entry-header, .blog_page_header{
		 padding: 422px 0 !important;
	}
	.header-menu ul li{
		 margin-right: 42px;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
		padding: 406px 0;
	}
	.about-right{
		padding: 200px 630px 40px 90px;
	}
	.footer-mechanic {
		position: absolute;
		left: 20%;
		top: 60px;
		width: 200px;
	}
	.page .entry-header, .blog_page_header{
		 padding: 533px 0 !important;
	}
	.header-menu ul li{
		 margin-right: 42px;
	}
}
