@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..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;
}

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: 'evogria';
    src: url(../fonts/Evogria.otf);
}

/***** 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-bottom: 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: 'evogria';
    font-size: 55px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: 'evogria';
    font-size: 45px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: 'evogria';
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'evogria';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: 'evogria';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'evogria';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #000000b0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 40px 20px;
    position: relative;
}

.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;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

/*.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: #ffffff;
}

.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: rgba(0, 0, 0, 0.1); */
}

.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 6%;
}

header {
    background: #065e99;
}

.top-bar-left ul li a span {
    font-weight: 400;
    color: #646262;
    font-size: 13px;
    transition: all .3s ease-in;
    font-family: "Poppins", sans-serif;
}

.top-bar-left ul li a:hover span,
.top-bar-left ul li a:hover {
    color: #1f3a5f;
}

.top-bar-left ul li a {
    display: flex;
    align-items: center;
    color: #d62828;
    gap: 10px;
    transition: all .3s ease-in;
}

.top-bar-left ul {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    align-items: center;
}

.top-bar-right ul li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7f7d7d;
    font-size: 14px;
    transition: all .3s ease-in;
}

.top-bar-right ul li a:hover {
    color: #d62828;
}

.top-bar-right ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0 0px 0px auto;
}

.menuSection {
    background: #ffffff;
    position: relative;
}

.topSec {
    background: #faf6f6;
    padding: 10px 0;
}

.header_btn {
    text-align: end;
    position: relative;
    z-index: 2;
}

.menuSection::before {
    position: absolute;
    content: '';
    background: #d62828;
    width: 18%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top-bar-right h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #7f7d7d;
    font-size: 14px;
    padding-right: 15px;
}

.header_btn a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.menuSec::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 110%;
    height: 100%;
    background: #1f3a5f;
    border-top-left-radius: 20px;
}

/* header */

/* banner */

.banner_text h1 {
    font-size: 79px;
    color: #ffffff;
}

.banner_text h1 span {
    color: #d62828;
}

.banner_text h3 {
    font-size: 39px;
    color: #ffffff;
}

.banner_text p {
    color: #7f8ea3;
    width: 84%;
    margin: 20px 0 20px;
}

.themebtn {
    background: #d62828;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 5px 5px 25px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.btn_icon img {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    filter: brightness(0) saturate(100%) invert(28%) sepia(31%) saturate(4922%) hue-rotate(344deg) brightness(91%) contrast(94%);
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(61deg) brightness(98%) contrast(102%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background: #1f3a5f;
}

.themebtn:hover {
    border: 1px solid #1f3a5f;
    color: #1f3a5f;
    background: #ffffff;
}

img.img-fluid {
    width: 78%;
    height: 740px;
    object-fit: cover;
    float: inline-end;
}

.main_slider {
    position: relative;
}

.main_slider::before {
    position: absolute;
    content: '';
    background: #d62828;
    width: 26%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.headset i {
    font-size: 55px;
    color: #ffffff;
}

.headset h3 {
    color: #677992;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
}

.headset a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.banner_text {
    position: relative;
    z-index: 99;
    padding: 100px 0;
}

.banner_text ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}

.headset {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    text-align: start;
}

.banner_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -210px;
    right: 0;
    background: url(../images/bg-grid.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 138%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: -1;
}

/* banner */

/* about */

.about_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    border-bottom-right-radius: 0 !important;
}

.about_img {
    height: 550px;
}

.about_txt h2 {
    font-size: 72px;
    margin-bottom: 10px;
}

.about_mission h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

.about_txt p {
    margin-bottom: 20px;
}

.about_mission {
    padding: 50px 50px 50px 0px;
}

.about_txt {
    position: relative;
    padding: 70px;
}

.about_txt::before {
    position: absolute;
    content: '';
    background: #d62828;
    width: 70px;
    height: 150px;
    top: 20px;
    right: 0;
    z-index: 2;
    border-radius: 10px;
}

.exp_box h3 {
    font-size: 113px;
    color: #ffffff;
}

.exp_box span {
    font-size: 35px;
    color: #ffffff;
    font-weight: 100;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
}

.exp_box {
    background: #d62828;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    width: 100%;
    border-radius: 30px;
    border-top-left-radius: 0 !important;
    gap: 10px;
}

/* about */

/* service */

.service_top_heading h2 {
    font-size: 75px;
    color: #ffffff;
}

.service_top_heading p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #a5b0bf;
    width: 80%;
    margin: 0 0 0 auto;
}

.service_top {
    padding: 80px 0;
    background: #1f3a5f;
}

.service_btm .container-fluid {
    padding: 0 0 0 6%;
}

.ser_right {
    height: 669px;
}

.ser_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.serive_main h3 {
    font-size: 25px;
}

.serive_main img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    margin: 20px 0;
}

.serive_main p {
    font-size: 13px;
}

.serive_main ul {
    margin: 20px 0;
}

.serive_main ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.serive_main ul li::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background: url(../images/s-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.serive_main a {
    border-radius: 10px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 5px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serive_main a span img {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(6173%) hue-rotate(342deg) brightness(114%) contrast(98%);
}

.serive_main a span {
    background: #d62828;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 50px;
    border-radius: 10px;
}

.serive_main {
    padding: 60px 30px 30px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.service_slider .slick-slide {
    opacity: 1;
    margin: 0;
}

.service_slider .slick-current.slick-active .serive_main {
    border-bottom-left-radius: 30px;
}

/* service */

/* why choose us  */

.why_choose_txt h2 {
    font-size: 62px;
}

.wcu_txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.wcu_txt p {
    font-family: "Roboto", sans-serif;
}

.wcu_icon {
    height: 90px;
    width: 105px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 20px rgb(0 0 0 / 13%);
    transition: all .3s ease-in;
}

.wcu_icon img {
    width: auto;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(17%) sepia(81%) saturate(2991%) hue-rotate(349deg) brightness(111%) contrast(89%);
}

.why_choose_txt ul li {
    gap: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    transition: all .3s ease-in;
}

.why_choose_txt {
    padding: 0 50px;
}

.why_choose_txt ul li:hover {
    box-shadow: 0 1px 20px rgb(0 0 0 / 13%);
    padding: 30px 40px;
}

.why_choose_txt ul li:hover .wcu_icon {
    background: #d62828;
    box-shadow: 0 1px 20px rgb(0 0 0 / 13%);
}

.why_choose_txt ul li:hover .wcu_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7499%) hue-rotate(181deg) brightness(100%) contrast(117%);
}

.why_choose {
    padding-top: 100px;
}

/* why choose us  */

/* contact */

.contact_sec_form h2 {
    font-size: 64px;
    color: #fff;
    margin-bottom: 30px;
}

.contact_sec_form input,
.contact_sec_form textarea {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #ffffffab;
    border-radius: 10px;
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    color: #fff;
}

.contact_sec_form input::placeholder,
.contact_sec_form textarea::placeholder {
    color: #ffffffbd;
}

.contact_sec_form textarea {
    height: 150px;
    resize: none;
}

.contact {
    padding-top: 100px;
    background: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact_sec_form {
    position: relative;
    z-index: 99;
    padding: 80px 50px 80px 100px;
}

.contact::before {
    position: absolute;
    content: '';
    background: #d62828;
    width: 57%;
    height: 88%;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 200px;
}

.playbtn a {
    height: 95px;
    width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d62828;
    font-size: 25px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.playbtn a::before {
    content: "";
    position: absolute;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
    animation: pulse 2s infinite;
}

.playbtn a::after {
    content: "";
    position: absolute;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -2;
    animation: pulse 2s infinite 0.5s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.playbtn h3 {
    color: #ffffff;
    font-size: 26px;
}

.playbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact_sec_form .themebtn {
    background: #173652;
}

.contact_sec_form .themebtn:hover {
    color: #ffffff;
}

.contact_sec_form .themebtn:hover .btn_icon {
    background: #cd292b;
}

/* contact */

/* testimonial */

.testimonial_heading {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial_heading p {
    width: 62%;
    margin: 0 auto;
}

.testimonial_heading h2 {
    font-size: 65px;
}

section.testimonials .headtext {
    text-align: center;
    width: 74%;
    margin: 0px auto;
}

section.testimonials .item .box {
    display: flex;
    box-shadow: 3px 3px 20px 0px #44444430;
    box-sizing: border-box;
    padding: 40px 30px 40px 10px;
    position: relative;
    background: #fff;
    border-radius: 15px;
}

section.testimonials .item .box .author {
    width: 45%;
    padding: 0px 10px;
    position: relative;
}

section.testimonials .item .box .author-text {
    position: relative;
    padding-top: 18px;
    padding-bottom: 20px;
    transition: 2s;
    margin-bottom: 10px;
}

section.testimonials .item .box .author-text h4 {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 5px;
    transition: 2s;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

section.testimonials .item .box .author-text span {
    color: #2d2f33;
    font-size: 14px;
    line-height: 28px;
    transition: 2s;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

section.testimonials .item .box p {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: 2s;
    display: inline;
    color: #9c9c9c;
    font-style: unset;
    font-family: "Roboto";
    font-weight: 400;
}

section.testimonials .item .box .des {
    padding-left: 10px;
    padding-bottom: 30px;
}

section.testimonials .item .box p:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    left: -23px;
    top: 10px;
    background-image: url(../images/topQuote.png);
    background-size: 100% 100%;
    transition: 2s;
}

section.testimonials .item .box p:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    right: -20px;
    bottom: 10px;
    background-image: url(../images/btm-quote.png);
    background-size: 100% 100%;
    transition: 2s;
}

section.testimonials .item .box:hover p::before {
    filter: brightness(0) invert(1);
}

section.testimonials .item .box:before {
    position: absolute;
    content: "";
    width: 12%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 1s;
    background: #1f3a5f;
    border-radius: 15px;
}

section.testimonials .item .box:hover p {
    color: #fff;
}

section.testimonials .item .box .author img {
    transition: 0.2s;
}

section.testimonials .item .box:hover .author-text {
    color: #fff;
}

section.testimonials .item .box:hover .author-text span {
    color: #fff;
}

section.testimonials .item .box:hover .author-text h4 {
    color: #fff;
}

section.testimonials .item .box:hover:before {
    width: 100%;
}

section.testimonials .slick-list {
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
}

section.testimonials {
    padding: 100px 0;
    position: relative;
}

.clientsslid .slick-active {
    opacity: 1.5;
}

section.testimonials .item .box:hover p:after {
    filter: brightness(0) invert(1);
}

.testimonials_sldier .slick-slide {
    margin: 0px 10px;
}

.testimonials_sldier .slick-active {
    opacity: 1;
}

.author-profile img {
    height: 90px;
    width: auto;
    object-fit: contain;
}

/* testimonial */

/* footer satrt  */

.foter-col h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 30px;
}

.foot-links h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.cont_four h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-contact p {
    font-size: 15px;
    color: #ffffff;
}

.foter-col ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.foter-col ul li a {
    font-family: "Roboto", sans-serif;
    color: #93989d;
    font-weight: 400;
    font-size: 14px;
}

.cont_four ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    /* color: #989899; */
    gap: 15px;
}

.cont_four ul li {
    line-height: 40px;
}

.cont_four ul li a i {
    font-size: 20px;
    color: #d62828;
}

.footerSec {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 40px;
    background: #0a1421;
}

.last_ftr_right {
    text-align: right;
    position: relative;
    top: 10px;
}

.row.bg-black.align-items-center {
    border: 1px solid #3a424d;
    padding: 20px;
    position: relative;
    background: #0b131e;
    border-radius: 10px;
}

.foter-col {
    position: relative;
    height: 100%;
    padding-top: 80px;
}

.foter-col ul li a:hover {
    color: #fff;
}

.footer-contact p {
    padding-top: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #93989d;
    font-weight: 400;
    width: 90%;
}

.foter-col ul a p {
    font-family: "Roboto", sans-serif;
    color: #93989d;
    font-weight: 400;
    font-size: 14px;
}

.cont_four ul li a:hover i {
    color: #fff;
}

.foter-col ul a:hover p {
    opacity: 1;
}

.foot-links {
    padding: 80px 0px 60px 60px;
    margin-left: 50px;
    border-left: 1px solid #3a424d;
}

.oth-link {
    border-left: 1px solid #3a424d;
    padding: 80px 0px 60px 50px;
    margin-left: 30px;
    border-right: 1px solid #3a424d;
    position: relative;
    left: -20px;
}

.cont_four {
    padding: 80px 0px 60px 20px;
}

.last_ftr_mid p {
    text-align: end;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #93989d;
    font-weight: 400;
}

.ftr_socials ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.ftr_socials ul li a i {
    color: #fff;
    font-size: 14px;
    border: 1px solid #ffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer end  */


.inner_banner img.img-fluid {
    width: 82%;
    height: 600px;
    object-fit: cover;
    float: inline-end;
    /* object-position: right; */
}

/* mission */

.mission_txt p {
    margin-bottom: 20px;
    width: 88%;
}


.mission_img img {
    height: 370px;
    width: 70%;
    object-fit: cover;
    border-radius: 30px;
}

.mission_img {
    text-align: center;
    position: relative;
}

.mission_img::before {
    position: absolute;
    content: '';
    background: #d62828;
    width: 370px;
    height: 420px;
    top: 50%;
    transform: translateY(-50%);
    right: 11%;
    z-index: -1;
    border-radius: 30px;
}

/* mission */

/* vision */

.mission_img.vision_img::before {
    right: unset;
    left: 11%;
}

.mission_txt h2 {
    margin-bottom: 10px;
}

/* vision */

/* service-detail */

.service-detail-txt h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.service-detail-txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.service-detail-txt p {
    font-size: 16px;
    margin-bottom: 20px;
}

.service-detail-txt ul {
    column-count: 2;
}

.service-detail-txt ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000b0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.service-detail-txt ul li::before {
    content: '';
    position: absolute;
    top: 4;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.d_block {
    display: block;
}

.service-detail-img img {
    width: 100%;
    height: 530px;
    border-radius: 20px;
    /* border: 3px solid #ffffff; */
    object-fit: cover;
}

.service-detail-img {
    position: relative;
    padding: 30px 30px 30px 0px;
    margin-bottom: 40px;
}

.service-detail-img::before {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: #d62828;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.aeroseal_img img {
    height: 490px;
    width: 70%;
    object-fit: cover;
    border-radius: 30px;
}


.aeroseal_img::before {
    position: absolute;
    content: '';
    background: #d62828;
    width: 370px;
    height: 560px;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    z-index: -1;
    border-radius: 30px;
}

.aeroseal_img {
    text-align: center;
    position: relative;
}

/* how it works */

.work_heading {
    text-align: center;
    margin-bottom: 50px;
}

.work_heading h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.work_heading p {
    font-weight: 400;
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.work_card h3 {
    font-size: 40px;
    font-weight: 500;
    color: #1f3a5f;
    margin-bottom: 10px;
}

.work_card h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.work_card p {
    color: #333333;
    width: 70%;
    font-family: "Roboto", sans-serif;
}


.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: #c42525;
    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 */

/* inquiry */

.inquiry_box h2 {
    font-size: 65px;
    margin-bottom: 10px;
}

.inquiry_box {
    text-align: center;
}

.inquiry_box p {
    width: 70%;
    margin: 0 auto 20px;
}

.inquiry_box ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.inquiry_box .headset i {
    font-size: 55px;
    color: #1f3a5f;
}

.inquiry_box .headset h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 7px;
}

.inquiry_box .headset a {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/* inquiry */

/* service-detail */

/* Sales & Service */

.sales-services-heading {
    text-align: center;
    margin-bottom: 60px;
}

.sales-services-heading h2 {
    font-size: 65px;
    margin-bottom: 10px;
}

.sales-services-heading p {
    font-family: "Roboto", sans-serif;
    width: 61%;
    margin: 0 auto 20px;
}

.sales_txt h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.sales_txt p {
    margin-bottom: 20px;
}

.sales_txt ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000b0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.sales_txt ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(3280%) hue-rotate(349deg) brightness(109%) contrast(99%);
}

.sales_img {
    border-radius: 30px;
    text-align: center;
    width: fit-content;
    padding: 20px;
    border: 1px solid #e11d1e;
    margin: 0 auto;
    position: relative;
}

.sales_img img {
    height: 520px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 99;
}

.sales_img::before {
    position: absolute;
    content: '';
    background: #1f3a5f;
    width: 300%;
    height: 130px;
    top: 50%;
    right: 50px;
    z-index: 1;
    transform: translateY(-50%);
}

.sales_img.salesimg2::before {
    position: absolute;
    content: '';
    background: #1f3a5f;
    width: 300%;
    height: 130px;
    top: 50%;
    left: 50px;
    z-index: 1;
    transform: translateY(-50%);
}

.sales-services {
    padding-top: 100px;
}

.inner_banner .banner_text h1 {
    font-size: 59px;
}

/* Sales & Service */

/* Contact Us */

.cntct-head h4 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
    background-size: contain;
}

.contact-input.contact-select:before {
    left: unset;
    right: 50px;
    transform: rotate(-180deg);
}

.contact-input input,
.contact-input select {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px 0 80px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    border-radius: 10px;
    border: 1px solid #bdbdbdbd;
    appearance: auto;
}

.contact-input select option {
    padding: 0;
}

.contact-input textarea {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    border: 1px solid #bdbdbdbd;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    background-color: unset;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #1f3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.send-btn {
    background-color: var(--golden);
    padding: 15px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    background: #3d64d1;
    font-family: 'Montserrat';
    border: none;
}

button.send-btn:hover {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    transition: 0.5s all ease-in-out;
}


.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    padding: 34px 30px;
    margin: 10px 0;
    transition: 0.8s all ease-in-out;
    background-color: #d62828;
}

.contact-input-btn button {
    border: none;
    background-color: transparent;
}

.cntct-info-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
    font-size: 25px;
    transition: 0.8s all ease-in-out;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
}

.cntct-info-icon i::before {
    color: #1f3a5f;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    font-family: 'evogria';
    margin-bottom: 3px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
}

.contact-info-item-details p span {
    display: block;
}

.contact_page h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.get-in-touch.cntct-head {
    padding-right: 30px;
}

section.map {
    height: 520px;
}

/* Contact Us */

/* get a quote page */

.quotepage {
    padding: 120px 0;
}

.quotepage form input,
.quotepage form textarea,
.quotepage form select {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #cccccc;
    font-size: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    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 {
    background: #fff url(../images/selcticon.png) no-repeat 98%;
}

.arr_border {
    position: relative;
}

.arr_border::before {
    position: absolute;
    content: '';
    top: 4px;
    right: 65px;
    background: url(../images/arrowborder.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 60%;
    width: 10px;
    z-index: 1;
}

.quotepage_heading h2 {
    font-size: 60px;
    margin-bottom: 10px;
}

.quotepage_heading p {
    margin: 0 auto;
    width: 61%;
}

.quotepage_heading {
    text-align: center;
    margin-bottom: 30px;
}

.input-icon i {
    position: absolute;
    right: 16px;
    top: 11px;
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #1f3a5f;
    background: #fff;
}

.input-icon {
    position: relative;
    overflow: hidden;
}

/* get a quote page */