
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /*font-family: 'Poppins';*/
}

body {
    overflow-x: clip;
}

@font-face {
    font-family: 'Castoro';
    src: url('../fonts/Castoro-Regular.woff2') format('woff2'),
        url('../fonts/Castoro-Regular.woff') format('woff');
    font-weight: normal;
    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-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


dl,
ol,
ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

p,
li {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #454545;
    line-height: 1.6;
    font-weight: 500;
    /*letter-spacing: .2px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    color: var(--second-clr);
    line-height: 1.3;
    letter-spacing: 1px;
}

a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #454545;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.container {
    max-width: 1230px;
}

:root {
    --first-clr: #219ebc;
    --second-clr: #023047;
}

.bg-color {
    background-color: #ebebeb;
}

img {
    width: auto;
    max-width: 100%;
    transition: all 0.4s ease 0s;
}

.padd {
    padding: 60px 0px;
}

.top-bar {
    padding: 10px 0;
    background: var(--first-clr);
}

.bottom-bar {
    padding: 10px 0;
}

.bottom-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 120px;
    height: auto;
}

.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li a {
    display: inline-block;
    padding: 15px 20px;
    font-weight: 600;
}

.bt-cont {
    display: flex;
    align-items: center;
}

.bt-cont i {
    color: var(--first-clr);
    font-size: 24px;
    margin-right: 14px;
}

.web-btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--second-clr);
    color: #fff;
    cursor: pointer;
}

.top-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-icon i,
.top-icon a {
    color: #fff;
}

.banner-main {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.banner-cont h4 {
    font-size: 15px;
    color: #fff;
    background: var(--first-clr);
    display: inline-block;
    padding: 7px 20px;
    margin: 0 0 20px;
}

.banner-cont h2 {
    font-size: 52px;
    color: #fff;
}

.banner-cont p {
    color: #fff;
}

.banner-img img {
    width: 85%;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.ab-1 img {
    width: 80%;
    height: 500px;
    object-fit: cover;
}

.ab-main {
    position: relative;
    width: 96%;
}

.ab-2 img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.ab-2 {
    position: absolute;
    bottom: -35px;
    right: 0;
}

.ab-3 {
    width: 170px;
    position: absolute;
    bottom: -60px;
    left: -35px;
}

.ab-1 {
    position: relative;
}

.ab-1:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 90%;
    background: transparent;
    border: 3px solid #0478b5;
    border-radius: 20px;
    top: 78px;
    left: -35px;
    z-index: -1;
    left: -14px;
}

h2.title span {
    /*font-family: 'Castoro';*/
    color: var(--first-clr);
}

h2.title {
    font-size: 48px;
}

.ab-box {
    display: flex;
    align-items: center;
    width: 49%;
    margin-bottom: 25px;
}

.ab-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-content: center;
    border: 2px solid var(--second-clr);
    padding: 10px;
    border-radius: 100%;
    margin-right: 20px;
}

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

.ab-box h6 {
    font-size: 21px;
    width: 65%;
}

.about-txt ul li {
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.about-txt ul li:before {
    position: absolute;
    content: "";
    background: url(../imgs/list.png);
    width: 14px;
    height: 14px;
    top: 6px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.service-box {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.ser-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.ser-txt {
    position: relative;
    top: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #ffffffbf;
    transition: .4s ease;
    min-height: 325px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.s-icon {
    width: 80px;
    height: 80px;
    background: var(--second-clr);
    padding: 15px;
    display: grid;
    place-content: center;
    clip-path: polygon(50% 0, 100% 23%, 100% 76%, 51% 100%, 0 78%, 0 24%);
    margin-bottom: 10px;
}

.s-icon img {
    filter: brightness(100);
    padding: 5px;
}

.ser-img {
    position: relative;
    overflow: hidden;
    display: none;
}

a.read-mr {
    width: 25px;
    height: 25px;
    background: var(--second-clr);
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 14px;
}

.service-box:hover .ser-txt {
    background: #023047;
}

.service-box:hover .ser-txt h4,
.service-box:hover .ser-txt p {
    color: #fff;
}

.service-box:hover .s-icon,
.service-box:hover a.read-mr {
    background: var(--first-clr);
}

.service-box:hover .ser-img img {
    transform: scale(1.1);
}

.img-1 img {
    width: 93%;
    height: 600px;
    object-fit: cover;
}

.ab-box.ab-box-2 {
    width: 100%;
    align-items: flex-start;
}

.ab-box.ab-box-2>.ab-txt {
    width: 80%;
}

.ab-box-2 .ab-icon {
    background: var(--first-clr);
    border-color: var(--first-clr);
}

.ab-txt h6 {
    /*font-weight: 600;*/
    margin: 0;
}

section {
    position: relative;
        overflow-x: clip;
}

.form-box img {
    width: 90%;
    position: relative;
    left: -70px;
}

.form-box {
    position: relative;
}

.form-box:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 100%;
    background: var(--first-clr);
    top: -35px;
    left: 0;
}

.form-home input,
.form-home textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'Poppins';
}

textarea {
    height: 135px;
}

.form-home input[type="submit"] {
    background: var(--second-clr);
    color: #fff;
    font-size: 15px;
    width: max-content;
    padding: 10px 50px;
}

.blog-box {
    width: 95%;
    margin: auto;
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.date {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.blog-txt h3 {
    font-size: 26px;
    margin: 10px 0;
}

a.blog-arr {
    width: 70px;
    height: 70px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(320deg);
}

.blog-read a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--second-clr);
    font-weight: 600;
}

.blog-read a i {
    width: 22px;
    height: 22px;
    background: var(--first-clr);
    display: grid;
    place-content: center;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    transition: .4s ease
}

.blog-read a:hover i {
    transform: translateX(10px);
}

.blog-box:hover img {
    transform: scale(1.1);
}

.blog-img {
    overflow: hidden;
}


.blog-box:hover a.blog-arr {
    background: white;
    color: var(--second-clr);
}

.test-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testimonial-box {
    padding: 40px 30px;
    background: #fff;
    margin: 0 20px;
}

.test-txt p {
    margin: 15px 0 0;
}

.ts-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 100%;
}

.test-info span {
    color: var(--second-clr);
    font-weight: 600;
}

.newsletter {
    background: var(--second-clr);
    display:none;
}

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

.news-box h2 {
    font-size: 48px;
    color: #fff;
}

.news-box p {
    margin: 0;
    color: #fff;
}

.news-box form input[type="email"] {
    border: 0;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins';
    width: 54%;
    margin-right: 20px;
}

.news-box form {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.news-box form input[type="submit"] {
    width: 35%;
    border: none;
    padding: 13px;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Poppins';
    background: var(--first-clr);
    color: #fff;
}

.footer {
    padding: 50px 0;
    border-top: 2px solid var(--second-clr);
}

.footer-img img {
    width: 130px;
    margin-bottom: 20px;
}

.social-icon ul {
    display: flex;
    gap: 10px;
}

.social-icon ul li a {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    transition: .4s ease;
}

.social-icon ul li a:hover {
    background: var(--first-clr);
}

h.foot-title {
    font-size: 25px;
    font-family: "Bebas Neue", sans-serif;
    color: var(--second-clr);
    /* font-weight: 600; */
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

h.foot-title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: var(--second-clr);
    bottom: 0;
}

.footer-nav ul li {
    padding-left: 20px;
    margin: 0 0 5px;
    position: relative;
}

.footer-nav ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--first-clr);
    left: 0;
    top: 7px;
    clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%);
}

.foot-add {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.foot-add i {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    transition: .4s ease;
    margin-right: 10px;
}

.foot-add a {
    width: 80%;
}

.copyright {
    padding: 10px 0;
    background: var(--first-clr);
}

.copyright .container p {
    margin: 0;
    text-align: center;
}

.copyright .container p a {
    color: #fff;
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--second-clr);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, width 0.2s ease, height 0.2s ease, border 0.2s ease;
}



/* Cursor grows and changes color when hovering over interactive elements */
.interactive-element:hover~.custom-cursor {
    width: 40px;
    height: 40px;
    border-color: #21a1f1;
}

.page__banner {
    background-color: #023047;
    position: relative;
    overflow: hidden;
}

.page__banner-shape {
    position: absolute;
    right: 0;
    z-index: 1;
}

.page__banner-content {
    z-index: 3;
    position: relative;
}

.page__banner-content h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.13;
}

.page__banner-content span {
    font-size: 18px;
    color: #fff;
}

.page__banner-content span a {
    color: #fff;
    transition: 0.4s;
}

.page__banner-content span span {
    margin: 0 8px;
}

.page__banner-img {
    z-index: 2;
    position: relative;
}

.page__banner-shape img {
    filter: brightness(100);
    animation: float 3s ease-in-out infinite;
}

.client-img img {
    width: 120px;
    height: 65px;
    object-fit: contain;
}

.work-process-area__one-single-work {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    border: 1px solid #eee;
    padding: 40px 30px;
    border-radius: 20px;
    transition: .4s;
}

.work-process-area__one-single-work span {
    background: var(--second-clr);
    color: #fff;
    width: 65px;
    font-size: 32px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    margin-right: 18px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.work-process-area__one-single-work-content {
    width: calc(100% - 95px);
}

.work-process-area__one-single-work h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.work-sec {
    background: url(../imgs/work-process-bg.jpg);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.work-process-area__one-single-work-content p {
    margin: 0;
    color: #fff;
}

.work-img img {
    width: 90%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.work-img.work-2 img {
    /* width: 240px; */
    /* height: 240px; */
}

.work-main {
    position: relative;
}

.work-img.work-2 {
    /* position: absolute; */
    /* bottom: -75px; */
    /* right: -20px; */
    margin-top: 15px;
}

.work-process-area__one-single-work:hover {
    background: var(--second-clr);
    transform: translateY(-10px);
    border-color: var(--second-clr);
}

.award {
    background-color: #ffffff00;
    display: table;
    position: relative;
    margin-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
}

.award-wrapper {
    display: flex;
    align-items: center;
    padding: 35px 55px;
    border-left: 3px solid var(--second-clr);
    border-radius: 10px;
}

.award-icon {
    position: absolute;
    left: -10%;
    background-color: var(--primary-color-1);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    color: var(--text-white);
    font-size: 30px;
}

.award-icon {
    position: absolute;
    left: -10%;
    background-color: var(--first-clr);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}

.award-count {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.award-count h3 {
    font-weight: 600;
    font-size: 36px;
}

.award-wrapper span {
    font-size: 18px;
}

.faq-collapse-item {
    margin-bottom: 30px;
}

.faq-collapse-item-card {
    border-radius: 20px;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq-collapse-item-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 27px;
    cursor: pointer;
}

.faq-collapse-item-card-header-content {
    text-transform: none;
    padding: 0 30px 30px;
}

.faq-collapse-item-card-header h6 {
    font-size: 22px;
    margin: 0;
}

.faq-collapse-item-card-header .fa-minus-circle {
    color: var(--primary-color-1);
}

.faq-collapse-item-card-header i {
    color: var(--first-clr);
    font-size: 18px;
}

.display-none {
    display: none;
}

.single-contact-info {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
    min-height: 400px;
}

.info-content .title {
    font-size: 21px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

.info-content a {
    display: inline-block;
    margin: 5px 0;
}

.contact-form {
    padding: 50px;
    width: 70%;
    margin: auto;
    background: #f8f8f8;
}

.detail-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.detail-txt h2 {
    font-size: 30px;
}

.detail-txt h3,
.detail-txt h4 {
    font-size: 22px;
}

.detail-txt ul li {
   padding-left: 30px;
    margin-bottom: 10px;
    /* font-weight: 600; */
    position: relative;
}

.detail-txt ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: var(--second-clr);
    left: 0;
    top: 12px;
    border-radius: 10px;
}


.bloga-data ul {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.bloga-data ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    font-weight: 600;
}

.bloga-data ul li i {
    color: var(--first-clr);
    font-size: 20px;
}

.sidebar-item-single {
    background-color: var(--color-1);
    padding: 35px 40px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.blog-post-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog-post-single-img {
    width: 60%;
}

.blog-post-single-content {
    background-color: var(--bg-white);
    padding: 10px 13px;
    border-radius: 0 5px 5px 0;
}

.la-event {
    width: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 30px;
    border-radius: 5px;
    border: 2px solid var(--first-clr);
}

.la-event ul li {
    display: flex;
    /* align-items: center; */
    gap: 15px;
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.la-event ul li img {
    width: 70px;
    height: 70px;
    max-width: inherit;
    /* border-radius: 100%; */
    object-fit: cover;
    border: 2px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.evrnt-text p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.evrnt-text h5 {
    font-size: 13px;
    margin: 10px 0px;
    /* background: #000; */
    color: var(--first-clr);
    /* padding: 8px 10px; */
    display: inline-block;
    border-radius: 30px;
}

.service-formbox {
    width: 100%;
    padding: 30px;
    background-color: var(--second-clr);
    /* background-image: url(../imgs/new-bg.png); */
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0 0;
    position: sticky;
    top: 40px;
    border-radius: 5px;
}

.service-formbox h3 {
    font-size: 22px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.service-formbox p {
    margin: 0;
    color: #fff;
}

.service-formbox form {
    margin: 20px 0 0 0;
}

.service-input {
    padding: 10px;
    height: 40px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    outline: none;
    border: none;
    background: white;
    /* border-bottom: 2px solid #000; */
    border-radius: 5px;
}

input.service-submit {
    width: 100%;
    padding: 10px 0;
    background-color: var(--first-clr);
    color: #ffff;
    font-size: 17px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    margin: 20px 0 0 0;
    border-radius: 5px;
}

.service-submit:hover {
    color: #fff;
    background-color: #000;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    top: 0;
    animation: slidetop 1s ease-in-out backwards;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.sticky .top-bar {
    display: none;
}

.sticky .logo img {
    width: 100px;
}

ul.dropdown {
    position: absolute;
    background: #fff;
    min-width: 300px;
    transition: all 0.3s ease-out 0s;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
    transform: scale(1, 0);
    transform-origin: 0 0;
    left: -145px;
}

.menu ul li {
    position: relative;
}

.menu ul li:hover ul.dropdown {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

ul.dropdown {
    display: inherit;
    list-style: none;
}

ul.dropdown li a {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid var(--second-clr);
    transition: .4s ease;
}

ul.dropdown li a:hover {
    background: var(--second-clr);
    color: #fff;
    border-color: #fff;
}

.clk_btn {
    position: absolute;
    top: 10px;
    right: 0;
    color: var(--second-clr);
    font-size: 16px;
    cursor: pointer;
}

.menu ul li  ul.dropdown ul.dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.menu ul li ul.dropdown li:hover ul.dropdown {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.menu ul li ul.dropdown li .clk_btn {
    color: #219ebc;
    right: 10px;
}


.menu ul li ul.dropdown li ul.dropdown li ul.dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.menu ul li ul.dropdown li ul.dropdown li:hover ul.dropdown {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}


.menu ul li ul.dropdown li ul.dropdown li ul.dropdown li ul.dropdown  {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.menu ul li ul.dropdown li ul.dropdown li ul.dropdown li:hover ul.dropdown {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--second-clr);
}

.modal-body.pop-up {
    padding: 25px;
}

.modal-title {
    color: #fff;
}

.modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
}

.modal-body.pop-up input[type="submit"] {
    background: var(--first-clr);
}

.job-listing-form .form-group {
    position: relative;
    border-right: 1px solid #e3e3e3;
    padding-right: 10px;
    margin-top: 4px;
}

.job-listing-form .form-group .form-control {
    height: 50px;
    color: #000;
    border: none;
    background-color: transparent;
    font-size: 15px;
    padding: 10px 27px;
    width: 100%;
    border-radius: 3px;
    position: relative;
}

.job-listing-form .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 16px;
    color: var(--second-clr);
}

.job-listing-form .submit-btn {
    width: 100%;
    text-align: center;
    padding: 12px 30px;
    background-color: var(--second-clr);
    color: #fff;
    border: none;
    outline: none;
    transition: .4s ease;
    border-radius: 5px;
}

.job-listing-top {
    background-color: #f8f8f8;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.job-cont {
    display: flex;
}

.job-box {
    box-shadow: 0 0 15px 0 rgb(2 48 71 / 28%);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.job-icon img {
   width: 100px;
    height: auto;
    object-fit: cover;
     /*border-radius: 100%;*/
}

.job-txt {
    padding-left: 40px;
    width: 85%;
}

.job-txt h4 {
    font-size: 22px;
    font-weight: bold;
}

ul.job-list1 {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

ul.job-list1 li {
    font-size: 16px;
}

ul.job-list1 li i {
    color: var(--first-clr);
    margin-right: 7px;
}

.job-sub-content {
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: space-between;
}

ul.job-tags {
    display: flex;
}

ul.job-tags li {
    padding: 5px 10px;
    border: 1px solid var(--first-clr);
    border-radius: 30px;
    margin: 0 5px;
}

.apply a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--second-clr);
    color: #fff;
    cursor: pointer;
}

.pr-img {
    width: 90%;
    padding: 30px;
    background: #f5f5f5;
    display: grid;
    place-content: center;
    margin: 0 auto 25px;
    min-height: 165px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgb(2 48 71 / 28%);
    transition: .4s ease;
}

.pr-img:hover {
    background: var(--second-clr);
    transform: translateY(-15px);
}

.pr-img:hover img {
    filter: brightness(100);
}

.category-box {
    width: 100%;
    box-shadow: 0 4px 25px 0 rgb(2 48 71 / 28%);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    min-height: 300px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cat-img {
    width: 80px;
    height: 80px;
    background: var(--second-clr);
    padding: 15px;
    display: grid;
    place-content: center;
    clip-path: polygon(50% 0, 100% 23%, 100% 76%, 51% 100%, 0 78%, 0 24%);
    margin-bottom: 10px;
    margin: 0 auto 20px;
}

.cat-img img {
    filter: brightness(100);
    padding: 5px;
}

.category-box h3 {
    font-size: 24px;
    font-weight: 600;
}

a.cat-btn {
    color: var(--first-clr);
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid;
}

.deal-img img {
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.deal-img:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background: transparent;
    border: 3px solid #000;
    border-radius: 10px;
    right: -38px;
    z-index: -1;
    top: -30px;
}

.deal-img {
    position: relative;
    width: 90%;
}


/* detail  */

.shop-details .product-images>.row {
    margin: 0 -7.5px;
}

.shop-details .product-images>.row>div {
    padding: 0 7.5px;
}

.shop-details .product-images .content-thumbnail-scroll {
    position: relative;
    margin-top: 20px;
}

.shop-details .product-images .content-thumbnail-scroll .slick-list {
    padding: 0 !important;
}

.shop-details .product-images .content-thumbnail-scroll .img-item {
    padding-bottom: 15px;
    vertical-align: top;
    border: 0;
    cursor: pointer;
}

.shop-details .product-images .content-thumbnail-scroll .img-item .img-thumbnail-scroll {
    vertical-align: top;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid hsla(0, 0%, 67%, .25);
    overflow: hidden;
    margin: 1px;
    width: 120px;
}

.shop-details .product-images .content-thumbnail-scroll .img-item.slick-current .img-thumbnail-scroll {
    border-color: #000;
}

.shop-details .product-images .image-thumbnail .slick-slide.slick-current .img-thumbnail-scroll,
.shop-details .product-images .image-thumbnail .slick-slide:hover .img-thumbnail-scroll,
.shop-details .product-images .image-thumbnail .slick-slide:hover a,
.shop-details .product-images .image-thumbnail .slick-slide a.active {
    border-color: #000;
}

.shop-details .product-images .img-item img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

button.slick-prev.slick-arrow {
    border: none;
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    top: 40px;
    z-index: 9;
    left: -15px;
}

button.slick-next.slick-arrow {
    border: none;
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    z-index: 9;
    right: 15px;
}

span.img-thumbnail-scroll img {
    width: 100% !important;
    height: 90px !important;
}

.shop-details .product-info {
    padding-left: 30px;
}

.shop-details .product-info .title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 12px;
}

.shop-details .product-info .description {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #efefef;
    margin-bottom: 20px;
}

.shop-details .product-info .product-meta {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    border-color: #efefef;
    border-width: 1px 0;
    border-style: solid;
    padding: 20px 0;
    margin: 30px 0;
}

.shop-details .product-info .product-meta>span {
    display: inline-flex;
    color: #868686;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-right: 25px;
}

.shop-details .product-info .product-meta>span span,
.shop-details .product-info .product-meta>span a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-left: 5px;
}

.btn-wishlist {
    width: 100%;
}

.shop-details .product-tabs {
    margin-top: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.shop-details .product-tabs .product-tabs-wrap {
    /* max-width: 1110px; */
    margin-left: auto;
    margin-right: auto;
}

.shop-details .product-tabs .nav-tabs {
    text-align: left;
    padding: 35px 0 0;
    margin-bottom: 25px;
    border-bottom: none;
    display: block;
}

.shop-details .product-tabs .nav-tabs .nav-item {
    display: inline-block;
    margin: 5px 20px 0 0;
}

.shop-details .product-tabs .nav-tabs .nav-item a {
    border: none;
    font-size: 17px;
    color: #868686;
    padding: 0 0 8px 0;
    position: relative;
}

.shop-details .product-tabs .nav-tabs .nav-item a:before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 2px;
    background: #000;
}

.shop-details .product-tabs .nav-tabs .nav-item a:hover,
.shop-details .product-tabs .nav-tabs .nav-item a.active {
    color: #000;
}

.shop-details .product-tabs .nav-tabs .nav-item a:hover:before,
.shop-details .product-tabs .nav-tabs .nav-item a.active:before {
    width: 100%;
}

.shop-details .product-tabs .product-attributes th,
.shop-details .product-tabs .product-attributes td {
    border: 1px solid #e5e5e5;
    padding: 16px 30px;
    vertical-align: top;
}

.shop-details .product-tabs .product-attributes th {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}

h4, h5, h6 {
    color: #000;
}

.pdf-box h4 {
        font-size: 18px;
    font-weight: bold;
    margin: 0;
    word-break: break-word;
}

.pdf-box {
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: rgb(2 48 71 / 21%) 0px 3px 8px;
    padding: 30px 20px;
    border-radius: 30px;
    width: 32%;
    flex-wrap: wrap;
}

a.pdf-btn {
    padding: 10px 40px;
    background: var(--first-clr);
    color: #fff;
    border-radius: 30px;
}

.pdf-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.related-slider .service-box {
    width: 95%;
    margin: auto;
}

a.btn.toggle {
    display: none;
}


.sticky-btn {
    display: none;
}

.tab-content ul li {
    margin-bottom: 7px;
    list-style: inside;
}

.tab-content ul {
    margin-bottom: 10px;
}

.tab-content table {
    border: 1px solid #ddd;
}

.tab-content table tr td {
    padding: 8px 10px;
    font-size: 15px;
    border-left: 1px solid #ddd;
}

.footer-nav.col-footer ul li {
    display: inline-block;
    width: 48%;
}

.footer-nav.col-footer ul li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.job-p a {
    color: #023047;
    font-weight: 600;
}

.dealer-box ul li , .job-p ul li {
    margin-bottom: 10px;
}

.thank-page {
    padding: 60px 0;
    text-align: center;
    background:  var(--first-clr);
}

.thank-page h1 , .thank-page p {
    color: #fff;
}

.dealer-box ul li , .job-p ul li {
    position: relative;
    padding-left: 27px;
}

.dealer-box ul li:before , .job-p ul li:before  {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../imgs/list-icons.png);
    left: 0;
    top: 3px;
}

.dealer-box ul li strong , .dealer-box ul li b , .job-p ul li strong , .job-p ul li b   {
    color: var(--second-clr);
}

.dealer-box p strong ,  .dealer-box p b , .job-p p strong ,  .job-p p b {
    color: var(--first-clr);
}

.info-flex {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    /*margin-bottom: 5px;*/
}

.info-flex span {
    color: var(--second-clr);
    font-weight: 600;
    letter-spacing: .5px;
    margin-right: 2px;
}

.info-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.single-contact-info h6 {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 18px;
}

.about-video iframe {
    width: 95%;
    height: 350px;
}

.about-video {
    position: sticky;
    top: 0;
}

.ser-txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testimonial-sec {
    display: none;
}

.page__banner-img img {
    height: 330px;
    width: 100%;
    object-fit: contain;
}

  .customer-boxes {
    text-align: center;
}

.customer-head h4 {
    font-size: 26px;
    position: relative;
    color: #023047;
    margin-bottom: 40px;
}

.customer-head h4:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #023047;
    bottom: -5px;
    border-radius: 30px;
}

.customer-sliders {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.customer-box .slider-pr {
    /* padding: 10px; */
    /* width: 100%; */
    /* height: 100%; */
}

.customer-box img {
    width: 80%;
    height: 80px;
    object-fit: contain;
    /* margin: 0 auto 20px; */
}

.customer-box {
    width: 18%;
    height: 100px;
    display: grid;
    place-content: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
}

.customer-sliders button.slick-prev.slick-arrow,.customer-sliders button.slick-next.slick-arrow {
    top: 40%;
    /*bottom: -30px;*/
    color: #000;
    background: transparent;
    font-size: 15px;
}

.customer-sliders button.slick-prev.slick-arrow {
    left: -15px;
}

.customer-sliders button.slick-next.slick-arrow {
    right: -15px;
}

.our-customer-sec .row {
    position: relative;
}

/*.customer-head {*/
/*    background: #f5f5f5;*/
/*    padding: 60px 40px;*/
/*    position: relative;*/
/*    border-bottom: 1px solid;*/
/*}*/

.customer-flex {
    /*border-bottom: 1px solid #cdcdcd;*/
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

/*.customer-flex:before {*/
/*   position: absolute;*/
/*    content: "";*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    background: #f5f5f5;*/
/*    left: -25%;*/
/*}*/




/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {
    
    .menu ul li a {
    padding: 15px 15px;
}

}

@media only screen and (max-width: 991px) {

a.btn.toggle {
        display: inline-block;
        background: var(--first-clr);
        color: #fff;
        font-size: 16px;
}

.menu-1 {
    display: none;
}


.menu.menu-2 ul {
    flex-direction: column;
    align-items: flex-start;
}

.menu.menu-2 ul li {
    width: 100%;
}

.menu.menu-2 ul li a {
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.offcanvas-header .btn-close {
    background: var(--second-clr);
    opacity: 1;
    color: #fff;
    font-size: 17px;
    line-height: 0;
}

ul.dropdown li a {
    font-size: 13px;
}

.container, .container-md, .container-sm {
    max-width: 720px;
}

.ab-1 img {
    height: 350px;
}

.ab-main {
    margin-bottom: 65px;
}

.ab-2 {
    bottom: 0;
}

.ab-3 {
    bottom: 0;
}

.ab-2 img {
    width: 200px;
    height: 200px;
}

h2.title {
    font-size: 36px;
}

.img-1 img {
    height: 350px;
}

.home-form {
    background: none !important;
    background-color: #ebebeb !important;
}

.blog-txt h3 {
    font-size: 21px;
}

a.blog-arr {
    width: 50px;
    height: 50px;
    font-size: 16px;
}

.news-box {
    flex-direction: column;
    align-items: flex-start;
}

.news-box form {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
}

.news-box h2 {
    font-size: 36px;
}

h.foot-title {
    margin-top: 20px;
    font-size: 22px;
}

.clk_btn {
    display: grid;
    place-content: center;
    top: 3px;
    padding: 5px 10px;
    right: 5px;
}

ul.dropdown {
    position: revert !important;
    transform: inherit !important;
    opacity: 1 !IMPORTANT;
    visibility: visible !IMPORTANT;
    display: none;
    padding-left: 20px;
}

.page__banner-content span {
    font-size: 15px;
}

.page__banner-img {
    display: none;
}

.page__banner-content h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
}

.page__banner {
    padding: 80px 0;
}

.page__banner-shape {
    bottom: 0;
    opacity: .6;
}

.work-img.work-2 {
    bottom: 0;
    right: 0;
}

.job-listing-form .submit-btn {
    margin-top: 17px;
}

.pr-img {
    width: 100%;
}

.contact-form {
    width: 100%;
}

.single-contact-info {
    padding: 40px 30px;
}

.banner-cont h2 {
    font-size: 36px;
}

.offcanvas-header img {
    width: 85px;
    height: auto;
}

.blog-box {
    width: 100%;
}


.faq-collapse {
    margin-top: 25px;
}

.shop-details .product-tabs {
    margin-top: 30px;
}

.info-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.mb-4 {
    margin-bottom: 0.5rem !important;
}


.contact-form h2 {
    font-size: 25px;
    margin-bottom: 20px !important;
}



}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
.ab-3 {
 width: 100px;
}

.ab-1:before {
    left: -15px;
    top: 50px;
}

h2.title {
    font-size: 32px;
}

.ab-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.ab-box {
    width: 100%;
}

.ab-flex {
    flex-wrap: wrap;
}

.padd {
    padding: 40px 0;
}

.logo img {
    width: 100px;
}

.footer-img img {
    width: 100px;
}

.bt-cont>div {
    display: none;
}

.news-box h2 {
    font-size: 30px;
}

.detail-txt h2 {
    font-size: 26px;
}


}

@media only screen and (max-width: 667px) {
    a {
    font-family: 'Poppins';
    font-size: 14px;
    }
    
    p, li {
    font-family: 'Poppins';
    font-size: 14px
    }
    
    .ab-main {
    width: 90%;
}

.ab-1:before {
    left: 0;
    width: 100%;
}

.ab-3 {
    left: 0;
}

.ab-1 img {
    height: 300px;
}

.service-sec .col-md-6.text-end {
    text-align: left !important;
}

.img-1 img {
    height: 300px;
}

.ts-img img {
    width: 60px;
    height: 60px;
}

.footer {
    padding: 30px 0 20px;
}

}

@media only screen and (max-width: 575px) {
    
        h2.title {
        font-size: 30px;
    }
    
    .ser-img img {
    height: 300px;
}

.detail-img img {
    height: 280px;
}

.contact-form {
    padding: 30px;
}



}

@media only screen and (max-width: 500px) {
    
    .banner-cont h2 {
        font-size: 28px;
    }
    
    .ab-2 {
        display: none;
    }
    
    .ab-box h6 {
    font-size: 18px;
    }
    
    h2.title {
        font-size: 26px;
    }
    
    .testimonial-box {
    margin: 0 5px;
    }
    
    .top-icon i, .top-icon a {
    font-size: 13px;
}

.banner-main {
    padding: 60px 0;
}

.mt-5 {
    margin-top: 1rem !important;
}




}

@media only screen and (max-width: 450px) {
    
    .normal-btn {
    display: none;
}
    
    .sticky-btn {
    display: inline-block;
    position: fixed;
    z-index: 99;
    right: -45px;
    top: 200px;
    transform: rotate(-90deg);
}


.top-icon i {
    display: none;
}

.page__banner-content h2 {
    font-size: 30px;
}

.page__banner-content span {
    font-size: 14px;
}

.page__banner-shape {
    width: 300px;
}

.work-process-area__one-single-work {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 25px;
}

.work-process-area__one-single-work span {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.work-process-area__one-single-work-content {
    width: 100%;
}

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

.work-img.work-2 img {
    /* width: 150px; */
    /* height: 150px; */
}

.detail-txt h2 {
    font-size: 22px;
}

.logo img {
    width: 85px;
}

.ab-1 img {
    width: 90%;
}

.page__banner-content h2 {
    font-size: 27px;
}

.news-box form {
    flex-wrap: wrap;
}

.news-box form input[type="email"] {
    width: 100%;
    margin: 0;
}

.news-box form input[type="submit"] {
    margin-top: 20px;
    width: auto;
}

.about-video iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}

.sticky .logo img {
    width: 75px;
}





}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}