@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat-Medium";
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "Jersey-M54";
    src: url(../fonts/Jersey-M54.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../fonts/montserrat-regular\ .ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Jersey-M54";
    font-size: 56px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1.097;
}

h2 {
    font-family: "Jersey-M54";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Jersey-M54";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Jersey-M54";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Jersey-M54";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Jersey-M54";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "montserrat-regular";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

ul#menu {
    display: flex;
    justify-content: end;
    gap: 250px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #e2e2e2;
    padding: 0;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #1258b2;
}

.menuSection {
    padding: 14px 0;
    border-bottom: 1px solid;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-item.active {
    height: 100vh;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(21 21 21);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 {
    color: #fff;
}

.banner_text h1 span {
    color: #c12131;
}

.banner_text p {
    color: #b3b3b3;
    font-size: 14px;
    padding: 5px 0px 15px;
}

.banner_text a {
    font-size: 12px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    width: 189px;
    line-height: 2;
    text-align: center;
    height: 55px;
    padding-top: 16px;
    position: relative;
    z-index: 2;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.contact_btn {
    font-size: 12px !important;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    border-radius: 5px;
    width: 133px;
    height: 50px;
    padding-top: 14px !important;
}

.banner_img img {
    position: absolute;
    right: 0;
    top: 204px;
    height: 500px;
    width: 800px;
    z-index: 2;
}

section.main_slider {
    position: relative;
}

section.main_slider::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -23%;
    width: 75%;
    height: 390px;
    background: #c12131;
    z-index: 1;
    transform: skewX(-54deg);
}


/*banner css end*/

.about {
    background-color: #181818;
    padding: 100px 0;
}

.about_text h1 {
    color: #bf2130;
    line-height: 1.09;
}

.about_text {
    padding: 77px 0 0 0;
}

.about_text h2 {
    color: #fff;
}

.about_text p {
    color: #b4b4b4;
    padding-bottom: 20px;
    font-size: 15px;
    padding-right: 142px;
}

.about_text a {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    border-radius: 5px;
    width: 133px;
    height: 50px;
    padding-top: 15px !important;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.about_img img {
    height: 661px;
    width: 100%;
    border-radius: 9px;
}

.expertise_box {
    display: flex;
    align-items: center;
    width: 301px;
    gap: 31px;
    border: 3px solid #bf2130;
    border-radius: 7px;
    height: 119px;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -129px;
    right: -337px;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.expertise_box img {
    background: #fff;
    display: flex;
    height: 76px;
    width: 76px;
    padding: 18px;
    border-radius: 39px;
    /* object-fit: cover; */
}

.expertise_text h2 {
    color: #fff;
}

.expertise_text h5 {
    color: #fff;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    font-size: 12px;
}

.expertise {
    position: relative;
    width: 292px;
    /* height: 124px; */
    z-index: 6;
}

.expertise::before {
    position: absolute;
    content: '';
    width: 327px;
    height: 172px;
    background: #181818;
    z-index: 0;
    top: -153px;
    right: -345px;
}

.product {
    background: #181818;
    padding: 0 0 100px;
}

.Yukon {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.Yukon h4 {
    color: #fff;
}

.Yukon span {
    color: #eeeeee;
    font-family: 'Montserrat-Medium';
    font-size: 19px;
}

.tools {
    display: flex;
    gap: 35px;
    padding: 15px 0;
}

.product_box {
    border: 1px solid;
    padding: 13px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.product_box::before {
    position: absolute;
    content: '';
    width: 388px;
    height: 0;
    background: #7e0f1a70;
    z-index: 99;
    top: 13px;
    left: 13px;
    border-radius: 11px;
    transition: 0.5s;
}

.product_box:hover::before {
    height: 54%;
}

.product_box img {
    border-radius: 10px;
    height: 320px;
    width: 100%;
}

.tools img {
    height: auto;
    width: auto;
}

.tools span {
    color: #eeeeee;
}

.product_box p {
    color: #eeeeeea3;
    padding-bottom: 11px;
    font-size: 14px;
}

.heart {
    display: flex;
    justify-content: space-between;
}

.heart a {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    border-radius: 5px;
    width: 133px;
    height: 50px;
    padding-top: 15px !important;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

a.heart_icon {
    width: 51px;
    border-radius: 50px;
    font-size: 15px;
    padding-top: 11px !important;
    transition: 0.5s;
}

a.heart_icon:hover {
    background: #000;
}

.product_box:hover {
    border-color: #fff;
}

.product_text h1 {
    font-size: 65px;
    color: #bf2130;
}

.product_text p {
    color: #a9a9a9;
    padding-bottom: 50px;
}

.Why_chose_us {
    background: #181818;
    padding-bottom: 100px;
}

.Why_chose_us_content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.Why_chose_us_img {
    background: #151515;
    width: 190px;
    height: 100px;
    text-align: center;
    display: block;
    align-items: center;
    padding-top: 21px;
    border-radius: 10px;
}

.Why_chose_us_box h4 {
    color: #fff;
    font-size: 20px;
}

.Why_chose_us_box p {
    color: #c5d5ea;
    font-size: 14px;
}

.Why_chose_us_text h1 {
    color: #bf2130;
}

.Why_chose_us_text {
    position: relative;
}

.Why_chose_us_text::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #bd21306b;
    z-index: 1;
    border-radius: 10px;
    transition: 0.5s;
    bottom: 0;
    overflow: hidden;
}

.Why_chose_us_text:hover::before {
    height: 56%;
}

.Why_chose_us_text p {
    color: #a9a9a9;
    padding-bottom: 20px;
    font-size: 16px;
}

.Why_chose_us_text img {
    width: 100%;
    border-radius: 10px;
}

.services {
    background: #181818;
    padding-bottom: 100px;
}

.service_card {
    border: 1px solid;
    border-radius: 10px;
    padding: 55px 23px;
    height: 400px;
    width: 100%;
}

.service_card:hover {
    border-color: #fff;
}

.service_card h4 {
    color: #fff;
    font-size: 20px;
}

.service_card p {
    color: #a9a9a9;
    padding: 14px 0;
    font-size: 15px;
}

.service_card a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
}

.car {
    background: #fff;
    width: 77px;
    height: 78px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px
}

.car img {
    height: auto;
    width: auto;
}

.services_content h1 {
    color: #bf2130;
}

.services_content p {
    color: #a9a9a9;
    padding-bottom: 50px;
}

.contact_us {
    background: #181818;
    padding-bottom: 50px;
}

.contact_us_img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 10px;
}

.contact_us_text h1 {
    color: #bf2130;
    font-size: 63px;
}

.contact_us_text p {
    color: #a9a9a9;
    font-size: 15px;
    padding-bottom: 21px;
}

.contact_us_text form input {
    width: 100%;
    height: 51px;
    background: #181818;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    margin-bottom: 12px;
    color: #aeaeae;
    padding: 10px;
}

.contact_us_text form input::placeholder {
    color: #aeaeae;
    font-size: 14px;
}

.contact_us_text form textarea {
    width: 100%;
    height: 251px;
    background: #181818;
    border-radius: 5px;
    padding: 10px;
    color: #aeaeae;
}

.contact_us_text form textarea::placeholder {
    color: #aeaeae;
}

.contact_us_text form button {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    border-radius: 5px;
    width: 133px;
    height: 50px;
    padding-top: 4px !important;
    margin-top: 20px;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.contact_us_text {
    padding-top: 45px;
}

.reviwes {
    background: #181818;
    padding-bottom: 100px;
}

.clender {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: space-between;
}

.reviwes_img img {
    border-radius: 10px;
}

.reviwes_img {
    position: relative;
}

.reviwes_text {
    position: absolute;
    background: #181818;
    right: -9px;
    bottom: -66px;
    padding: 13px;
    width: 85%;
    border-radius: 13px;
}

.reviwes_text h4 {
    color: #fff;
}

.reviwes_text p {
    color: #aeaeae;
    font-size: 13px;
    padding-bottom: 14px;
    padding-top: 7px;
}

.reviwes_text span {
    color: #aeaeae;
}

.clender a {
    width: 50px;
    height: 51px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #282726;
}

.clender a:hover {
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.reviwes_content h1 {
    color: #bf2130;
    font-size: 60px;
}

.reviwes_content p {
    color: #a9a9a9;
    padding-bottom: 50px;
    font-size: 14px;
}

.footerSec {
    background: #151515;
    padding: 100px 0 0px;
    position: relative;
}

.foot-links ul li {
    border: 1px solid #3f3f3f;
    padding: 16px 31px;
    text-align: center;
}

.foot-links {
    position: absolute;
    top: 0;
}

.footer-btm {
    padding: 25px 0 11px;
    margin-top: 25px;
    border-top: 1px solid;
}

.foot-links ul li {
    border: 1px solid #3f3f3f;
    text-align: center;
    height: 69px;
    width: 165px;
    font-size: 14px;
}

.foot-links {
    position: absolute;
    top: 0;
}

.footer-btm {
    padding: 20px 0;
    margin-top: 47px;
    border-top: 1px solid;
}

.foot-links ul li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-contact p {
    color: #fff;
    font-size: 14px;
    padding: 15px 0 17px 0;
}

.foot-links ul li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-contact p {
    color: #878787;
    font-size: 14px;
    padding: 15px 0 17px 0;
    font-weight: 700;
}

.news-letter h5 {
    font-size: 49px;
    color: #fff;
}

.news-letter p {
    color: #878787;
    padding: 11px 0;
    font-weight: 700;
}

.news-letter form input {
    width: 100%;
    height: 60px;
    background: #151515;
    border: 1px solid #aeaeae;
    padding: 10px;
    color: #aeaeae;
    border-radius: 5px;
}

.news-letter {
    position: relative;
}

.news-letter form button {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    border-radius: 5px;
    width: 133px;
    height: 50px;
    padding-top: 4px !important;
    position: absolute;
    right: 7px;
    bottom: 4px;
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.news-letter form input::placeholder {
    color: #aeaeae;
}

.copy-txt p {
    color: #878787;
}

.header-logo a img {
    width: 120px;
}

.footer-contact a img {
    width: 151px;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn:hover {
    color: #fff;
}

.service_card:hover .car {
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -moz-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
    background-image: -webkit-linear-gradient(65deg, rgb(92 6 14) 0%, rgb(193 33 49) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(17, 90, 176) 0%, rgb(60, 167, 246) 100%);
}

.service_card:hover .car img {
    filter: invert(1);
}

.foot-links ul li:hover {
    border-color: #bf2130;
}

.foot-links ul li a:hover {
    color: #bf2130;
}