* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--text-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0374B6;
}

p {
    color: var(--lt-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.sb {
    font-weight: 600;
}

.main_title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    font-family: 'Apoc-Revelations-Trial';
    text-transform: uppercase;
}

.sub_title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Apoc-Revelations-Trial';
    text-transform: uppercase;
    margin-bottom: 7px;
}

.btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: var(--text-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 30px;
    min-height: 56px;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    transition: 0.3s ease;
}

.btn i {
    color: var(--text-color);
    transition: 0.3s ease;
}

.y-btn {
    color: var(--text-color);
    background: var(--yellow);
}

.y-btn:hover {
    color: var(--yellow);
    background: transparent;
    border: 1px solid var(--yellow);
}

.y-btn:hover i {
    color: var(--yellow);
}

.blk-btn {
    color: var(--yellow);
    background: var(--black);
    transition: 0.3s ease;
}

.blk-btn:hover {
    background: transparent;
    border: 1px solid black !important;
}

.title_h4 {
    color: var(--green);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.title_h2 {
    color: var(--black);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 10px;
}

.title_h2.mb-20 {
    margin-bottom: 20px;
}

.title_h2.mb-40 {
    margin-bottom: 40px;
}

.title_h2.mb-50 {
    margin-bottom: 50px;
}

.title_list {
    color: var(--black);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.pl-110 {
    padding-left: 110px;
}

.pr-110 {
    padding-right: 110px;
}

.mt-20 {
    margin-top: 20px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.sec_pd {
    padding: 70px 0;
}

.sec_pd-50 {
    padding: 50px 0;
}

.sec-mar {
    margin-top: 70px;
}

.textCenter {
    text-align: center;
}

.title_h2 {
    color: var(--black);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.title_h2 span.yellow_text {
    color: var(--yellow);
}


.item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

header {
    padding: 0 80px;
}

header .btn {
    min-height: 48px !important;
}

header ul.navbar-nav li.nav-item a.nav-link.btn,
header ul.navbar-nav li.nav-item select.nav-link.btn {
    max-height: 40px;
    min-height: 40px;
    min-width: 130px;
}

.logo .navbar-brand {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.link {
    color: var(--yellow);
}

.form-group {
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

i {
    color: var(--yellow);
}

::selection {
    color: var(--white);
    background: var(--yellow);
}

.btn_mtc {
    margin-top: 56px;
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.img-wrap>img {
    width: 100%;
    height: auto;
}

input:focus-visible {
    outline: none;
}

select:focus-visible,
textarea:focus-visible {
    outline: none;
}

/************* colors-start *************/
:root {
    --yellow: #FFD800;
    --yellow2: #F6BB06;
    --light_yellow: #FFF9D9;
    --white: #FFFFFF;
    --black: #000000;
    --black2: #101213;
    --black3: #222222;
    --gray: #B5B5B5;
    --gray-2: #BBBBBB;
    --lt-black: #333333;
    --border: #E8E8E8;
    --darkBorder: #2C2E2E;
    --footer: #161616;
    --hr: #444444;
    --lt-border: #ccc;
    --fadebg: #FBFBFC;
    --text-color: #1E1E1E;
    --gray_bg: #F4F4F4;
    --gray_br: #57585A;
    --inp_txt: #D9D9D9;
    --lt_gray_br: #F6F6F7;
}

/************* colors-end *************/

/************* fonts-start *************/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/************* fonts-end *************/

/* main-gradient-wrapper start*/


/* main-gradient-wrapper end*/

/* Header-wrapper start*/
.header_gradient_wrapper {
    background: linear-gradient(180deg, var(--black) 0, rgba(0, 0, 0, 0) 100%);
}

/* Header-wrapper end */
/************* Top-Header-start *************/

/************* Top-Header-end *************/
.top-header {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    border-bottom: 1px solid var(--darkBorder);
    position: relative;
    z-index: 1;
}

.left_th a {
    font-size: 15px;
    font-weight: 600;
    color: var(--yellow);
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_th {
    display: flex;
    align-items: center;
    height: 100%;
}

.right_th .social_links {
    display: flex;
    align-items: center;
}

.right_th li {
    color: var(--white);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.right_th li>a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
}

.head_social_links {
    display: flex;
    align-items: center;
    height: 100%;
    /* background: var(--black2); */
}

.head_social_links a {
    font-size: 16px;
}

.right_th li:last-child .head_social_links li {
    width: 50px;

    border-right: 1px solid var(--darkBorder);
}

.right_th li:last-child .head_social_links li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_th li:last-child .head_social_links li:first-child a {
    border-left: 1px solid var(--darkBorder)
}

.right_th li:last-child .head_social_links li a i {
    color: var(--gray);
}

.right_th>li:first-child,
.right_th>li:nth-child(2) {
    padding: 0 15px;
}

.right_th>li:first-child {
    position: relative;
}

.right_th>li:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background-color: var(--darkBorder);
}

/************* Header-gradient-wrapper-start *************/
.gradient_wrapper {
    height: 100vh;
    position: relative;
}

/************* Header-gradient-wrapper-end *************/
/************* Header-wrapper-start *************/
.head_gradient_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, #000 3.64%, rgba(0, 0, 0, 0) 100%);
}

/************* Header-wrapper-end *************/

header.header {
    width: 100%;
    padding-top: 8px;
    transition: 0.5s all;
    position: relative;
    z-index: 99999;
}

header ul.navbar-nav li.nav-item a.nav-link {
    color: var(--white);
    text-transform: capitalize;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px 21px;
    text-transform: uppercase;
}




header ul.navbar-nav li.nav-item.active a.nav-link,
header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: var(--yellow);
}

header nav.navbar {
    padding: 4px 0;
}

header.header.sticky_header {
    position: fixed !important;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 99;
    top: 0;
    transition: 0.5s all;
}

header.header.sticky_header ul.navbar-nav li.nav-item a.nav-link {
    color: var(--white);
}

header.header.sticky_header ul.navbar-nav li.nav-item.active a.nav-link {
    color: var(--yellow);
}

header.sticky_header nav.navbar {
    border-bottom: 0 !important;
    transition: 0.5s all;
}

.offcanvas .offcanvas-body {
    align-items: center;
    justify-content: space-between;
}

.navbar-nav {
    align-items: center;
    gap: 14px;
}

header.header button.navbar-toggler {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
}

header.header .navbar-toggler:focus {
    box-shadow: none;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--black);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
}

.offcanvas-header {
    justify-content: end;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0;
    opacity: 1;
}

.nav-item.ls-btn:not(:last-child) {
    margin-left: 45px;
}

.nav-item.ls-btn:last-child {
    margin-left: 20px;
}

/* for white_bg css */

header.white_bg {
    background-color: var(--white) !important;
    position: relative;
}

.sticky_header nav.navbar {
    padding: 15px 0;
}

header.white_bg ul.navbar-nav li.nav-item a.nav-link {
    color: var(--black);
}


header.white_bg nav.navbar {
    border-bottom: 1px solid #D0D0D0;
}

.offcanvas-start {
    width: 270px;
    height: 100%;
}

header.header .navbar-brand img+img,
.user_icon a img+img,
.cart_icon a img+img {
    display: none !important;
}

header.header .navbar-brand img+img,
.user_icon a img,
.cart_icon a img {
    display: block;
}

header.sticky_header .navbar-brand img+img,
header.sticky_header .user_icon a img+img,
header.sticky_header .cart_icon a img+img {
    display: inline-block !important;
    margin: 0 auto;
}

.bar1,
.bar2,
.bar3 {
    background-color: var(--white);
    cursor: pointer;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
    display: block;
}

.bar2 {
    width: 20px;
}

.bg_blk {
    background-color: var(--black3);
}

.bg_blk h2 {
    color: var(--white);
}

.bg_blk p {
    color: var(--white);
    font-weight: 300;
}

/* common owl styles start */
.owl-stage {
    display: flex;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-dots {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--light_yellow) !important;
}

.owl-dots .owl-dot.active {
    background-color: var(--yellow) !important;
}

/* common owl styles end */
/************* Header-end *************/

/************* Bannner-start *************/
.banner_sec {
    width: 100%;
    margin-top: 0;
    height: 100%;
    position: relative;
}

.banner_content {
    max-width: 760px;
    position: relative;
    z-index: 1;
    padding-top: 165px;
    padding-left: 10px;
}

.banner_bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_bgimg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner_bgimg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 3.64%, rgba(0, 0, 0, 0) 100%);
}

.banner_content h4 {
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.banner_content h1 {
    color: var(--white);
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.banner_content h1>span {
    color: var(--yellow);
}

.banner_content p {
    color: var(--white);
    font-size: 20px;
    line-height: 1.7;
    padding-left: 20px;
    border-left: 2px solid var(--yellow);
    text-transform: capitalize;
}

.banner_content .btn.y-btn {
    margin-top: 55px;
    height: 56px;
}

.banner_eff {
    position: absolute;
    left: 0;
    top: 60.5%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.banner_sec .owl-carousel .owl-nav {
    background: var(--yellow);
    height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.banner_sec .owl-carousel .owl-nav button {
    background-color: rgb(255 216 0 / 70%);
    width: 60px;
    height: 60px;
    transition: 0.3s all;
}

.banner_sec .owl-carousel .owl-nav button i {
    color: var(--text-color);
    font-size: 25px;
}

.banner_sec .owl-carousel .owl-nav button:hover {
    background-color: var(--yellow);
}

/************* Bannner-end *************/


/************* Service-commitment-start *************/
.service_commit ul {
    margin-top: 30px;
}

.service_commit ul li {
    padding-left: 65px;
    position: relative;
}

.service_commit ul li span.list_marker {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px;
    background-color: var(--light_yellow);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.service_commit ul li:not(:last-child) {
    margin-bottom: 30px;
}

.service_commit ul li h5 {
    margin-bottom: 16px;
    font-weight: 600;
}

.service_commit ul li p {
    margin-bottom: 16px;
    font-size: 20px;
}

.service_commit ul li:last-child p {
    margin-bottom: 0;
}

.we_commited .container>.row>div {
    display: flex;
}


/************* Service-commitment-end *************/

/************* Provide-quality-end *************/

/* .provide_quality {
    background-color: var(--black3);
    transition: 0.3s all;
} */

.provide_quality_row {
    row-gap: 24px;
}

/* .provide_quality h2 {
    color: var(--white);
} */

.card-img_wrap {
    overflow: hidden;
}

.card_wrapper {
    cursor: pointer;
    overflow: hidden;
}

.card_wrapper:hover>.card-img_wrap {
    height: 100%;
    max-height: 270px;
}

.card_wrapper:hover>.card-img_wrap>img {
    transform: scale(1.1);
}

.card_wrapper>.card-img_wrap>img {
    width: 100%;
    object-fit: cover;
    max-height: 272px;
    transition: 0.3s ease-in-out;
}

.card_body {
    padding: 16px;
    background-color: var(--white);
}

.card_body h4 {
    margin-bottom: 8px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card_body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: normal;
    color: var(--lt-black);
}

/************* Provide-quality-end *************/

/************* Customer-Review-start *************/
.review_box {
    background-color: var(--gray_bg);
    padding: 32px 16px;
    width: 100%;
}

.quotes_img {
    margin: 0 auto 35px;
}

.star_rating {
    margin-bottom: 16px;
}

.star_rating i {
    color: var(--text-color);
    font-size: 20px;
}

.star_rating i.active {
    color: var(--yellow2);
}

.reviewer {
    display: flex;
    gap: 24px;
}

.review_box h5 {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
}

.reviewer img {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer_det h6 {
    font-weight: 400;
}

.reviewer_det h6:first-child {
    margin-bottom: 8px;
}

.customer_review .owl-nav {
    text-align: right;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.customer_review .owl-carousel .owl-nav.disabled {
    display: inline-flex;
    gap: 15px;
    width: 100%;
    justify-content: flex-end;
}

.customer_review .owl-nav button {
    width: 48px;
    height: 48px;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--yellow) !important;
    transition: 0.3s all;
}

.customer_review .owl-nav button:hover {
    background-color: var(--yellow);
}

.customer_review .owl-nav button i {
    font-size: 16px;
    color: var(--text-color);
    transition: 0.3s all;
}

.customer_review .owl-nav button:hover i {
    color: var(--white);
    transition: 0.3s all;
}

.customer_review_slider {
    position: relative;
}

.owl-carousel.customer_review_slider .owl-dots {
    display: flex;
    margin: 0;
    width: auto;
    position: absolute;
    left: 0;
    bottom: 14px;
}

.owl-carousel.customer_review_slider button.owl-dot {
    width: 8px;
    height: 8px;
}

/************* Customer-Review-end *************/

/************* Trust Expert-start *************/
.trust_expert {
    background-color: var(--yellow);
}

.featured_project {
    background: url('../../assets/images/feature_bg.png') no-repeat top center;
}

.featured_project .row {
    row-gap: 24px;
}

.featured_project .row>div {
    display: flex;
    /* padding: 0; */
}

.featured_project .row>div img {
    width: 100%;
    object-fit: cover;
}

/************* Trust Expert-end *************/

/************* Trust Expert-end *************/
.our_partner {
    background-color: var(--gray_bg);
    text-align: center;
}

/************* Trust Expert-end *************/

/************* FAQ-start *************/
.faq_accordian .accordion-button {
    background-color: var(--gray_bg);
    color: var(--black);
    padding: 20px;
}

.faq_accordian .accordion-header {
    background-color: var(--gray_bg);
    font-size: 18px;
    color: var(--black);
}

.faq_accordian .accordion-button {
    font-size: 18px;
}

.faq_accordian .accordion-button::after {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--yellow)url('../../assets/images/plus.svg') no-repeat center;
}

.faq_accordian .accordion-button:not(.collapsed)::after {
    background: var(--yellow)url('../../assets/images/minus.svg') no-repeat center;
}

.faq_accordian .accordion-item {
    border: none;
}

.faq_accordian .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.faq_accordian .accordion-item:first-of-type .accordion-button:focus {
    box-shadow: none;
}

.faq_accordian .accordion-body {
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    background-color: var(--light_yellow);
}

.faq .title_h2+p {
    text-align: justify;
}

.faq .row>div:first-child {
    padding-right: 80px;
}

/************* FAQ-end *************/

/************* request_quote-start *************/
.request_quote {
    background-color: var(--yellow);
}

.request_quote .title_h2 {
    margin-bottom: 20px;
}

.request_quote .form-group:not(:last-child) {
    margin-bottom: 24px;
}

.request_quote_form {
    margin-top: 30px;
}

.request_quote_form label {
    font-size: 16px;
    margin-bottom: 8px;
}

.request_quote_form .form-group input {
    width: 100%;
    height: 48px;
    padding: 12px;
    border: none;
    font-size: 16px;
}

.request_quote_form .form-group textarea {
    width: 100%;
    height: 180px;
    padding: 12px;
    border: none;
    font-size: 16px;
}

.accept_term {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.accept_term>input {
    width: 18px;
    height: 18px;
}

.accept_term>span {
    font-size: 14px;
}

.request_quote_form .submit_btn {
    width: 100%;
    height: 56px;
}

.map_wrapper {
    height: 100%;
}

.map_wrapper>iframe {
    min-height: 300px;
    height: 100%;
    width: 100%;
}

/************* request_quote-end *************/

/************* footer-start *************/
.footer_logo {
    display: inline-block;
}

.footer_first {
    padding-right: 160px;
}

.footer_first p {
    font-size: 16px;
}

.subscribe_inp_btn {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.subscribe_inp_btn input {
    height: 48px;
    width: 350px;
    padding: 12px;
    border: 1px solid var(--white);
}

.subscribe_inp_btn button {
    min-height: 48px;
    border: 1px solid var(--yellow);
}

.quick_links>ul>li {
    margin-bottom: 16px;
}

.quick_links>ul>li>a {
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    transition: none;
    display: inline-block;
}

.contact_links {
    list-style-type: none;
    padding: 0;
}

.contact_links li a {
    color: var(--white);
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 16px;
}

.quick_links>ul>li>a:hover {
    font-weight: 400;
}

.contact_links li a>i {
    margin-right: 10px;
    min-width: 15px;
}

.contact_links li a:hover>span {
    text-decoration: underline;
}

.contact_links li:first-child>a {
    align-items: flex-start;
}

.contact_links li:first-child>a>i {
    margin-top: 3px;
}

.contact_links li:first-child a:hover>span {
    text-decoration: none;
}

.copyright_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 40px;
}

.copyright_sec p {
    font-size: 14px;
    line-height: 1.5;
}

.social_links li {
    margin-bottom: 16px;
}

.social_links li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.5;
}

footer {
    background-color: var(--footer);
    min-height: 380px;
    padding: 42px 0 12px;
    color: var(--white);
}

footer .row {
    border-bottom: 1px solid var(--white);
    padding-bottom: 40px;
}

.footer_logo {
    margin-bottom: 30px;
}

footer p {
    color: var(--white);
    font-weight: 300;
}

.quick_links>ul,
.recent_news {
    padding: 0;
    list-style-type: none;
}

.quick_links>h4,
.recent_news>h4,
.follow_us>h4,
.contact_us>h4 {
    margin-bottom: 15px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.contact_us {
    margin-bottom: 25px;
}

.privacy_terms a:first-child {
    margin-right: 24px;
}

.privacy_terms a {
    color: var(--white);
    text-decoration: underline;
}

/************* footer-end *************/


/************* Scroll To Top start *************/

#gototop.btn-show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    background-color: var(--yellow);
    color: var(--white);
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    border-radius: 4px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid var(--yellow)
}

.scrollToTop:hover {
    background: var(--white);
    color: var(--yellow);
    border: 1px solid var(--white);
}

.scrollToTop i {
    color: var(--black);
}

header.sticky_header+.inrpage_banner {
    margin-top: -56px;
}

/************* Scroll To Top end *************/
.inrpage_banner {
    margin-top: -148px;
}

.inrpage_banner .banner_bgimg {
    height: 600px;
}

.inrpage_banner .banner_bgimg::before {
    background-color: transparent;
}

.inrpage_banner .banner_content {
    text-align: center;
    margin: 0 auto;
}

.inr_bheight {
    height: 600px;
}

/* Service Page */
/* Banner start */
.inrpage_banner h1 {
    font-size: 64px;
}

/* Banner end */

/* residential_commercial start */
.residential_commercial {
    width: 100%;
    min-height: 250px;
    background-color: var(--gray_bg);
    padding: 30px 16px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.residential_commercial::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--yellow);
    transition: 0.3s all;
    z-index: -1;
}

.residential_commercial:hover::before {
    height: 100%;
}

.rc_img {
    background-color: var(--black3);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
}

.residential_commercial h5 {
    margin-bottom: 16px;
}

.residential_commercial p {
    font-size: 16px;
}

.rc_row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    width: 100%;
    justify-content: center;
}

.rc_row .rc_col {
    width: 330px;
}

.rf_service>div:nth-child(odd) {
    padding-right: 70px;
}

.rf_service>div:nth-child(even) {
    padding-left: 70px;
}

.rf_service .title_h2 {
    text-transform: uppercase;
}

.rf_service p:not(:last-child) {
    margin-bottom: 25px;
}

.rf_service .btn_mtc {
    text-align: left;
}

.rf_img_wrap {
    position: relative;
}

.rf_img_tag {
    position: absolute;
    padding: 16px;
    background-color: var(--yellow);
    text-align: center;
    right: 0;
    bottom: -78px;
}

.rf_img_tag h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.rf_img_tag p {
    font-size: 24px;
    font-weight: 500;
}

.rf_service {
    row-gap: 200px;
}

.rf_processlist li {

    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.rf_list_right {
    padding-top: 5px;
}

.rf_list_right h5 {
    margin-bottom: 16px;
}

.rf_processlist li:not(:last-child) {
    margin-bottom: 25px;
}

.rf_processlist li h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.rf_list_marker {
    min-width: 48px;
    min-height: 48px;
    background-color: var(--light_yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* residential_commercial end */
/* About Us start */
.rf_img_tag2 {
    position: absolute;
    padding: 16px;
    background-color: var(--yellow);
    text-align: center;
    right: 0;
    bottom: -52px;
    max-width: 268px;
}

.rf_img_tag2 p {
    font-size: 24px;
    font-weight: 500;
}

.roof_card {
    width: 100%;
    height: 100%;
    border: 1px solid var(--gray_br);
    padding: 30px 16px;
    transition: 0.3s all;
    position: relative;
    z-index: 0;
}

.roof_card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--yellow);
    width: 100%;
    height: 0;
    transition: 0.3s all;
}

.roof_card:hover {
    color: var(--white);
    border-color: var(--yellow);
}

.roof_card:hover::before {
    bottom: 0;
    height: 100%;
}

.rc_head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
}

.rc_head>img {
    transition: 0.3s all;
}

.roof_card:hover .rc_head>img {
    background-color: var(--white);
}

.roof_card {
    color: var(--white);
}

.roof_card p {
    color: var(--white);
    font-weight: 300;
    position: relative;
}

.our_service_row>div {
    display: flex;
}

.license_insured p {
    text-transform: capitalize;
}

.license_insured .row>div:first-child {
    padding-right: 80px;
}

.license_insured .row>div:last-child {
    padding-left: 80px;
}

.license_insuredlist li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.license_insuredlist li:not(:last-child) {
    margin-bottom: 35px;
}

.license_insuredlist li span {
    min-width: 80px;
    height: 80px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.li_right {
    color: var(--white);
}

.li_right h5 {
    margin-bottom: 10px;
}

.li_right p {
    font-size: 15px;
}

.our_expert {
    background: url(../../assets/images/feature_bg.png) no-repeat top center;
}

.our_expert_card {
    width: 100%;
    background-color: var(--white);
    text-align: center;
}

.oec_img_wrap {
    position: relative;
}

.oec_img_wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    height: 50%;
    background-color: var(--yellow);
    z-index: 0;
}

.oec_img_wrap img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.oec_content {
    margin-top: 28px;
    padding: 20px 10px;
    background-color: var(--white);
    border: 1px solid var(--yellow);
}

.oec_content h5 {
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.oec_content p {
    font-size: 16px;
    line-height: 1.6;
    text-transform: capitalize;
}

.our_expert_slider .owl-nav.disabled {
    display: none;
}

.our_expert_slider .owl-stage-outer {
    padding: 0 2px;
}

.latest_blogs {
    background: rgba(244, 244, 244, 0.5) url('../images/latest_blog_bg.png') no-repeat center;
    background-size: cover;
}

.latest_blogs .title_h2 {
    text-align: center;
}

.latest_blogs .card_body h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.latest_blogs .card_body p {
    margin-bottom: 20px;
}

.card_tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.card_tags h6 {
    font-size: 14px;
}

.card_tags h6.builders_tag {
    font-weight: 600;
}

.ct_dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--lt-black);
}

.blogs_section .card_wrapper {
    border: 1px solid var(--lt-border);
}

.blogs_section .card_body h4 {
    text-transform: capitalize;
}

h6.head_tit {
    font-size: 14px;
    margin-bottom: 12px;
}

.blogs_section .row {
    row-gap: 50px;
}

.blog_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.blog_head ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.blog_head ul li a {
    font-size: 16px;
    padding: 8px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
}

.blog_head ul li a:hover {
    background-color: var(--yellow);
}

.blog_head ul li.active a {
    background-color: var(--yellow);
}

.search_box {
    display: flex;
    align-items: center;
}

.search_box input {
    width: 264px;
    height: 40px;
    padding: 8px 12px;
    color: var(--black);
    border: 1px solid var(--inp_txt);
}

.search_box button {
    height: 40px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    transition: 0.3s all;
}

.search_box button:hover {
    border: 1px solid var(--black);
    background-color: var(--black);
}

.search_box button i {
    font-size: 14px;
    color: var(--text-color);
    transition: 0.3s all;
}

.search_box button:hover i {
    color: var(--white);
}

.op_img_wrap>img:not(:last-child) {
    margin-bottom: 40px;
}

.op_img_wrap>img {
    width: 100%;
}

.y_rf_box {
    background-color: var(--yellow);
}

.rip_wrap h2 {
    margin-bottom: 25px;
}

.y_rf_box {
    margin-bottom: 25px;
    background-color: var(--yellow);
    padding: 8px 16px;
}

.y_rf_box p:not(:last-child) {
    margin-bottom: 8px
}

.rip_desc p:not(:last-child) {
    margin-bottom: 25px;
}

.blog_det_img {
    margin-bottom: 50px;
}

.blog_det_img img {
    width: 100%;
}

.blog_det_cont h2 {
    margin-bottom: 24px;
}

.blog_det_cont p {
    margin-bottom: 24px;
}

.it_div {
    padding-left: 24px;
    border-left: 2px solid var(--black);
    margin-bottom: 32px;
}

.it_div p {
    font-style: italic;
    margin-bottom: 0;
}

.category_sec {
    margin-top: 30px;
}

.category_sec>h6 {
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.category_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background-color: var(--gray_bg);
    cursor: pointer;
    transition: 0.3s all;
}

.category_block:hover {
    background-color: var(--yellow);
}

.category_block i {
    color: var(--black);
    transform: rotate(45deg);
}

.category_sec .category_block:not(:last-child) {
    margin-bottom: 12px;
}

.cat_hr {
    margin: 50px 0;
    background-color: var();
}

.sn_sec>h6 {
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sn_sec input {
    padding: 10px 12px;
    width: 100%;
    height: 44px;
    border: 1px solid var(--black3);
    margin-bottom: 16px;
}

.sn_sec .btn.y-btn {
    min-height: 40px;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

p.sub_agree {
    font-size: 12px;
    color: var(--black);
}

.sub_agree a {
    color: var(--black);
    text-decoration: underline;
}

.lp_card {
    position: relative;
    overflow: hidden;
}

.lp_card img {
    width: 100%;
    transition: 0.3s all;
}

.lp_card:hover img {
    transform: scale(1.1);
}

.lp_card {
    position: relative;
}

.lp_card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 21, 21, 1) 0%, rgba(21, 21, 21, 1) 100%);
    opacity: 0.3;
}

.lp_content {
    padding: 20px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.lp_content h4 {
    color: var(--white);
    margin-bottom: 8px;
}

.lp_content p {
    color: var(--white);
    font-size: 16px;
    margin-right: 20px;
}

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

.lp_foot_btn {
    min-width: 48px;
    height: 48px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp_foot_btn i {
    transform: rotate(45deg);
    color: var(--black);
    font-size: 15px;
}

.roof_inst .row {
    row-gap: 24px;
}

.txt_content {
    margin-bottom: 45px;
}

.txt_content h2 {
    margin-bottom: 15px;
}

.contact_sec {
    padding-bottom: 300px;
}

.contact_pb {
    padding: 15px;
    text-align: center;
    border: 1px solid var(--gray-2);
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_pb h4 {
    margin-bottom: 24px;
}

.cp_img {
    background-color: var(--yellow);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.cp_img i {
    color: var(--black);
    font-size: 20px;
}

.cont_anc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    text-decoration: underline;
    font-weight: 400;
}

.cont_anc:hover {
    color: var(--black);
}

.contact_row>div {
    padding: 0;
}

.contact_row>div:first-child .contact_pb,
.contact_row>div:nth-child(2) .contact_pb {
    border-right: none;
}

.contact_form_section {
    background-color: var(--yellow);
    padding: 40px;
    max-width: 860px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -230px;
    transform: translateX(-50%);
}

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

.contact_form label {
    font-size: 16px;
    margin-bottom: 8px;
}

.contact_form .form-group input,
.contact_form .form-group select {
    width: 100%;
    height: 48px;
    padding: 12px;
    border: none;
    font-size: 16px;
}

.contact_form .form-group textarea {
    width: 100%;
    height: 180px;
    padding: 12px;
    border: none;
    font-size: 16px;
}

.contact_form_row {
    row-gap: 24px;
}

.contact_form_row .btn_wrap_cont {
    padding: 0 12px;
}

.contact_form_row .btn_wrap_cont button {
    width: 100%;
}

.contact_section2 {
    position: relative;
}

.contact_bg2 {
    background: url('../images/cont2_bg.png') no-repeat center;
    background-size: cover;
    height: 560px;
}

.contact_section2 .map_wrapper {
    height: 550px;
}

/* About Us end */