@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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: 'ample';
    src: url(../fonts/AmpleSoftPro-Bold.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: 100px 0;
}

.all-section-btm {
    padding: 0px 0 100px;
}

.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: "Montserrat", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.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;
}

.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: #000000;
    padding: 8px 17px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.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: #ffffff;
    background: #ef4100;
}

.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-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: #174072d9; */
}

.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 css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

/* header */

.container-fluid {
    padding: 0 7%;
}

.themebtn {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    background: #ef4100;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    transition: all .3s ease-in;
}

.themebtn:hover {
    background: #174072;
    color: #ffffff;
}

.themebtn2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    background: transparent;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 50px;
    border: 3px solid #ffffff;
}

.themebtn2:hover {
    border: 3px solid #174072;
    background: #ffffff;
    color: #174072;
}

.headerbtn {
    text-align: end;
}

.menuSection {
    padding: 10px 0;
}

.banner_text h3 {
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(237, 65, 2, 1) 0%, rgb(220 68 14 / 78%) 35%, rgb(220 68 14 / 0%) 100%);
    border-radius: 30px;
    padding: 12px 30px 12px 30px;
    letter-spacing: 10px;
}

.banner_text h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.banner_text h1 span {
    display: block;
    font-size: 42px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 11px;
}

.banner_text p {
    font-size: 15px;
    color: #d6dee8;
    width: 80%;
    margin-bottom: 30px;
}

.headset h6 {
    color: #d7dfe8;
    font-size: 19px;
    margin-bottom: 5px;
}

.headset h5 a {
    color: #fff;
    font-size: 24px;
}

.headset i {
    color: #fff;
    font-size: 50px;
}

.headset {
    display: flex;
    gap: 20px;
}

/* header */

/* banner */

.bnrbtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

img.bnr_bg {
    width: 100%;
    object-fit: cover;
    height: 970px;
    object-position: 40% -60px;
}

.bnr_shape img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.main_slider {
    position: relative;
}

.bnr_shape {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.bnr_form form input,
.bnr_form form textarea,
.bnr_form form select {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #bcbcbc;
    font-size: 12px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #4f4f4f;
    border-radius: 7px;
}

.bnr_form form select {
    appearance: none;
    background: #ffff url(../images/down-chevron.png) no-repeat right 20px center;
    background-size: 10px;
}

.bnr_form form textarea {
    resize: none;
    min-height: 145px;
}

.bnr_form form {
    background: #ececec;
    padding: 40px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bnr_form h3 {
    text-align: center;
    padding: 30px;
    background: #ef4100;
    border-bottom: 10px solid #fff;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bnr_form {
    border: 10px solid #ffff;
    border-radius: 40px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
}

.bnr_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #a6b5c8;
    background: #3a5e8d;
    border: 1px solid #3a5e8d;
    font-size: 14px;
    transition: all .4s ease-in;
}

.bnr_social a:hover {
    background: #3a5e8d;
    color: #ffff;
    border: 1px solid #ffff;
}

.bnr_social {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 6%;
    padding: 130px 0;
}

.bnr_social::before {
    content: '';
    background: #5e799a;
    height: 110px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.bnr_social::after {
    content: '';
    background: #5e799a;
    height: 360px;
    width: 1px;
    position: absolute;
    top: 360px;
    left: 50%;
    z-index: 1;
}

/* banner */

/* services */

.service .container-fluid {
    padding: 0;
    position: relative;
    z-index: 99;
}

.service_img img {
    height: 310px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.service_card {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
    margin-bottom: 80px;
}

.service_img {
    margin-top: -20%;
    margin-bottom: 35px;
}

.service_txt h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

.service_txt p {
    color: #333333;
    margin: 10px auto 20px;
    width: 75%;
}

.service_heading h2 {
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
}

.service_heading p {
    font-weight: 300;
    font-size: 15px;
    color: #bac6d5;
    width: 40%;
    margin: 0 auto;
}

.service_heading {
    text-align: center;
    margin-bottom: 20px;
}

.service_slider .slick-slide {
    opacity: 0.2;
    transition: all 0.3s ease;
}

.service_slider .slick-center {
    opacity: 1;
}

.service_slider .slick-active:not(.slick-center) {
    opacity: 1;
    filter: blur(0px);
}

.service_slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.service_slider .slick-dots li {
    width: 80px;
    height: 4px;
    background: #5c799c;
    border-radius: 0px;
}

.service_slider .slick-dots li button {
    display: none;
}

.service_slider .slick-dots li.slick-active {
    background: #fff;
}

.service_slider .slick-track {
    margin: 90px 0 40px;
}

.service {
    padding: 60px 0 50px;
    position: relative;
}

.service::before {
    content: '';
    background: #174072;
    height: 100%;
    width: 75%;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50px;
    z-index: 1;
    transform: translateX(-50%);
}

/* services */

/* about */

.about_img {
    position: relative;
}

.about_img img {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 570px;
    border-radius: 30px;
    border: 7px solid #fff;
}

.delivery_box {
    position: absolute;
    bottom: 70px;
    left: -50px;
    height: 120px;
    width: 67%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    border-left: 4px solid #ef4100;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 20px 10px 30px;
    z-index: 99;
}

.delivery_box i {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 90px;
    color: #f2f2f2;
    transform: translateY(-50%);
}

.delivery_box h6 {
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 99;
}

.delivery_box h5 a {
    margin: 5px 0 0;
    color: #ef4100;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    z-index: 99;
}

.about_txt h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_txt p {
    color: #636363;
    margin-bottom: 20px;
}

p.abt_pg {
    color: #000;
    font-weight: 500;
}

.about_txt {
    padding-left: 40px;
}

.about_txt .themebtn {
    font-size: 16px;
    padding: 15px 50px;
}

/* about */

/* why choose us */

.wcu_txt1 h2 {
    font-size: 60px;
    font-weight: 700;
}

.wcu_txt1 p {
    color: #000;
    margin-bottom: 40px;
    width: 90%;
}

.wcu_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.wcu_icon {
    background: #ef4100;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 85px;
    border-radius: 10px;
}

.wcu_txt1 {
    padding-left: 70px;
}

.wcu_txt h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.wcu_txt span {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #333333;
    display: block;
    width: 70%;
}

.wcu_main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.wcu .row {
    background: #ffffff;
    border-radius: 30px;
}

section.wcu {
    position: relative;
    z-index: 99;
}

/* why choose us */

/* reviews */

.reviews_heading {
    text-align: center;
    margin-bottom: 40px;
}

.reviews_heading h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.reviews_heading p {
    color: #d3d9e2;
    width: 60%;
    margin: 0 auto;
}

.r_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.r_flx_rating i {
    color: #fd8f00;
    font-size: 20px;
    transition: color 0.4s ease;
}

.reviews_card {
    background-color: #fff;
    padding: 40px 40px 50px;
    border-radius: 35px;
    position: relative;
    transition: background 0.4s ease;
}

.reviews_card p {
    color: #6f6f6f;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: color 0.4s ease;
    font-size: 13px;
}

.reviews_card h5 {
    text-transform: uppercase;
    font-size: 20px;
    transition: color 0.4s ease;
    font-family: 'ample';
}

.reviews_card span {
    font-family: 'Montserrat';
    font-size: 13px;
    color: #000000a3;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.r_flx_img {
    position: relative;
    z-index: 1;
}

.r_flx_img::before {
    position: absolute;
    content: '';
    background: #ef4100;
    border-radius: 50%;
    height: 110%;
    width: 110%;
    top: -2%;
    right: -12%;
    z-index: -1;
    transition: background 0.4s ease;
}

.transparent_bg_img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.transparent_bg_img img {
    transition: filter 0.4s ease;
}

.reviews_card:hover {
    background: #ef4100;
}

.reviews_card:hover p,
.reviews_card:hover h5,
.reviews_card:hover span,
.reviews_card:hover .r_flx_rating i {
    color: #fff !important;
}

.reviews_card:hover .r_flx_img::before {
    background: linear-gradient(77deg, rgb(255, 255, 255) 9%, rgb(255, 255, 255) 23%, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 56%, rgb(255, 255, 255) 73%, rgb(255, 255, 255) 87%);
}

.reviews_card:hover .transparent_bg_img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(103deg) brightness(108%) contrast(97%);
}

.slick-active {
    opacity: 1;
}

.reviews_slider .slick-prev:before,
.reviews_slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #99a9bc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reviews_slider .slick-prev {
    width: 60px;
    height: 60px;
    background: linear-gradient(#324f7a, #324f7a) padding-box, linear-gradient(to left, #324f7a, #95a6bb) border-box;
    border-radius: 50px;
    border: 1px solid transparent;
    left: -5%;
}

.reviews_slider .slick-next {
    width: 60px;
    height: 60px;
    background: linear-gradient(#314e78, #355078) padding-box, linear-gradient(to left, #95a6bb, #314e78) border-box;
    border-radius: 50px;
    border: 1px solid transparent;
    right: -5%;
}

.reviews_card::before {
    content: '';
    background: #ef4100;
    height: 65px;
    width: 3px;
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1;
}

.reviews {
    padding: 300px 0 100px;
    background: url(../images/testi-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -210px;
}

.reviews::before {
    content: '';
    background: #174072e0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.reviews .container-fluid {
    position: relative;
    z-index: 99;
}

/* reviews */

/* contact */

.contact_form form textarea {
    resize: none;
    min-height: 145px;
    border-radius: 20px !important;
}

.contact_form form input,
.contact_form form textarea {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #bcbcbc;
    font-size: 13px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #4f4f4f;
    border-radius: 10px;
}

.contact_right h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 20px;
}

.contact_right {
    padding-left: 50px;
}

.contact_form {
    position: relative;
    z-index: 99;
    padding: 50px 0 50px;
}

.contact_form::before {
    content: '';
    position: absolute;
    top: 0;
    left: -300px;
    height: 100%;
    width: 150%;
    background: #ffffff;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    z-index: -1;
}

.contact_left {
    position: relative;
    z-index: 999;
}

.contact_left img {
    position: relative;
    z-index: 99;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.contact {
    padding: 190px 0 220px;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    background: url(../images/contact-shape.png);
    background-size: contain;
    height: 70%;
    width: 80%;
    background-repeat: no-repeat;
    left: 80px;
    bottom: 0px;
    z-index: 1;
}

/* contact */

/* footer */

.footerSec {
    padding: 150px 0 0px;
    position: relative;
}

img.footer-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footerSec h5 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.footerSec p {
    color: #9ca3aa;
    width: 90%;
    margin-bottom: 30px;
    font-size: 14px;
}

.ftr_socials a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    color: #fff;
    transition: all .3s ease-in;
}

.ftr_socials a:hover {
    background: #ef4100;
    border: 1px solid #ef4100;
    color: #ffffff;
}

.ftr_socials {
    display: flex;
    gap: 10px;
}

.ftr_links a {
    color: #9ca3aa;
    font-size: 14px;
    transition: all .3s ease-in;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.ftr_links ul li a:hover {
    color: #ef4100;
    transform: translateX(10px);
}

.ftr_links ul li {
    margin-bottom: 15px;
}

.ftr_contact ul li a {
    color: #9ca3aa;
    font-size: 14px;
    transition: all .3s ease-in;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.ftr_contact ul li a:hover {
    color: #ef4100;
    transform: translateX(10px);
}

.ftr_contact ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8a919a;
    width: 80%;
}

.ftr_contact ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ftr_contact ul li i {
    font-size: 20px;
    margin-right: 20px;
    color: #ffffff;
}

.ftr_contact ul li a {
    display: flex;
    align-items: center;
}

.news-letter form input {
    padding: 15px 20px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
}

.news-letter form input::placeholder {
    color: #0000009e;
    text-transform: capitalize;
}

.news-letter form button {
    background: #ef4100;
    color: #ffffff;
    font-weight: 500;
    border: none;
    font-size: 12px;
    border-radius: 10px;
    padding: 12px 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.copy-txt {
    text-align: center;
}

.copy-txt p {
    margin-bottom: 0;
    color: #ffffff;
    width: 100%;
}

.ftr_links {
    padding-right: 50px;
}

.footer-btm {
    border-top: 1px solid #4b5763;
    margin-top: 70px;
    position: relative;
    z-index: 99;
    padding: 20px 0;
}

/* footer */

/* how it works */

.work_heading {
    text-align: center;
    margin-bottom: 100px;
}

.work_heading h2 {
    font-weight: 600;
    font-size: 60px;
    color: #060b12;
}

.work_heading p {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    width: 50%;
    margin: 0 auto;
}

.work_card h3 {
    font-size: 57px;
    font-weight: 500;
    color: #f04e11;
    margin-bottom: 5px;
}

.work_card h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.work_card p {
    font-size: 13px;
    color: #333333;
    width: 70%;
}

.work {
    padding: 10px 0 160px;
}

.work_card {
    height: 340px;
    width: 340px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.work_card::before {
    position: absolute;
    content: '';
    background: #666666;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    top: 0;
    right: -10px;
    z-index: -1;
    transition: background 0.4s ease;
    transform: rotate(45deg);
}

.work_card.work_card_center {
    height: 350px;
    width: 350px;
}

.work_card.work_card_center::before {
    height: 370px;
    width: 370px;
    background: #ef4100;
    top: 0;
    right: -17px;
    transform: rotate(45deg);
}

.work_card.work_card_center::after {
    position: absolute;
    content: '';
    background: url(../images/work-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 300px;
    top: -30px;
    right: -190px;
    z-index: -1;
}

.work_card.work_shape_left::after {
    position: absolute;
    content: '';
    background: url(../images/work-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 300px;
    bottom: -35px;
    right: -190px;
    z-index: -1;
    transform: rotate(180deg);
}

/* how it works */

.inr_banner_text h1 {
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    margin-top: 50px;
    font-weight: 900;
}

img.inr_bnr_bg {
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: 40% -60px;
}

.service_page .service_card {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* service detail page */

.ser_detail p {
    color: #636363;
    margin-bottom: 20px;
    text-align: justify;
}

.ser_detail_img img {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 570px;
    border-radius: 30px;
    border: 7px solid #fff;
}

.ser_detail {
    padding: 100px 0;
}

.ser_detail_right h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 60px;
    color: #060b12;
}

.ser_detail_right {
    padding-left: 20px;
}

/* service detail page */

.abt_para {
    margin-top: 40px;
}

.abt_para p {
    color: #636363;
    margin-bottom: 20px;
}

section.contact.contactpage {
    padding: 150px 0 220px;
}

/* get a quote page */

.quotepage form input,
.quotepage form textarea,
.quotepage form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cccccc;
    font-size: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    border-radius: 5px;
}

.quotepage form input::placeholder,
.quotepage form textarea::placeholder,
.quotepage form select {
    color: #898989;
}

.quotepage form textarea {
    resize: none;
    min-height: 270px;
}

.quotepage form select {
    appearance: none;
    background: #ffff url(../images/down-chevron.png) no-repeat right 20px center;
    background-size: 10px;
}

/* get a quote page */

/* service area start */

.ser_area {
    display: flex;
    gap: 15px;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #1e4171;
}

.ser_area:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.serarea_icon {
    font-size: 30px;
    color: #ffffff;
    background: #174072;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 70px;
    width: 70px;
}

.ser_area_txt h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.ser_area_txt p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    width: 80%;
    color: #333333;
}

.service_area_page .work_heading {
    margin-bottom: 40px;
}

/* service area end */