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

@font-face {
    font-family: 'After Disaster';
    src: url(../fonts/AfterDisaster.woff2) format("woff2"), url(../fonts/AfterDisaster.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'After Disaster';
    src: url(../fonts/AfterDisaster.woff2) format("woff2"), url(../fonts/AfterDisaster.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

::selection {
    background: var(--primary-color);
    color: #fff;
}

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

li {
    list-style: none
}

a {
    color: #00008b;
    text-decoration: none
}

p,
li {
    font-family: 'Manrope';
    font-size: 16px;
    color: #000;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'After Disaster';
    color: #000;
    line-height: normal
}

a {
    font-family: 'Manrope';
    font-size: 17px
}

.container {
    max-width: 1230px
}

:root {
    --primary-color: #001228;
    --secondary-color: #fbbc17;
}

.top-info {
    display: flex;
    align-items: center;
    padding-right: 95px
}

.top-info i {
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    display: grid;
    place-content: center;
    font-size: 21px
}

.top-info>div {
    padding-left: 20px
}

.top-info p {
    margin: 0;
    color: var(--primary-color);
    font-weight: 600
}

.top-info a {
    color: #000;
    font-weight: 600
}

.top-socail ul {
    display: flex;
    gap: 20px
}

.top-socail ul li a {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: var(--primary-color);
    font-size: 22px;
    color: #fff;
    transition: .4s ease;
}

.top-bar {
    padding: 20px 0
}

ul.menu {
    display: flex;
    display: flex;
    margin-top: -99px;
}

img {
    width: auto;
    max-width: 100%;
    transition: .4s ease
}

.logo img {
    width: 100%;
    height: auto;
    padding: 10px
}

.bottom-bar {
    background: var(--primary-color);
    height: 100px;
    position: relative;
}

ul.menu li a {
    color: #fff;
    font-size: 17px;
    padding: 20px 14px;
}

.get-qoute {
    position: relative;
    margin-top: -100px;
    background: var(--secondary-color);
    padding: 35px 55px;
    position: relative;
    clip-path: polygon(25% 1%, 100% 0, 100% 100%, 0% 100%);
    cursor: pointer;
}

.logo {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 100%;
    display: grid;
    place-content: center;
    position: relative;
    top: -100px;
    left: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.get-qoute a {
    color: #000;
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
}

.web-btn a {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 9px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: .4s ease;
}

.web-btn a:hover {
    background: var(--primary-color);
    color: #fff;
}

.banner-sec {
    position: relative
}

.banner-sec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, black, #00000040);
    top: 0;
    left: 0
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: left
}

.banner-sec img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top
}

.flex-txt {
    display: flex;
    justify-content: left;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px
}

.flex-txt h4 {
    color: var(--primary-color);
    margin: 0;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600
}

.flex-txt .line {
    width: 60px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 5px
}

.dots {
    width: 3px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 100%;
    margin: 0 2px
}

.banner-txt h2 {
    font-size: 66px;
    color: #fff
}

.banner-txt h2 span {
    color: var(--secondary-color)
}

.banner-txt p {
    color: #fff;
    width: 80%
}

.padd {
    padding: 60px 0;
}

.ab-img {
    position: relative
}

.title h2 {
    font-size: 44px;
    color: var(--primary-color);
    text-transform: capitalize
}

p.title-para {
    width: 80%;
    margin: 10px auto
}

.banner-txt .flex-txt h4 {
    color: #fff;
    font-weight: 400
}

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

.ab-2 {
    position: absolute;
    right: 60px;
    top: 0
}

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

.ab-3 {
    position: absolute;
    bottom: 65px;
    right: 60px;
    z-index: -1
}

.ab-3 img {
    width: 220px;
    height: 265px;
    object-fit: cover
}

.ab-contact .top-info {
    padding-right: 0
}

.ab-contact {
    width: max-content;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    padding: 10px 30px;
    position: relative;
    left: 70px;
    background: #fff;
    margin-top: 30px
}

.ab-contact .top-info a {
    font-size: 35px;
    font-family: 'After Disaster';
    font-weight: 400
}

.ab-img:before {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    width: 75%;
    height: 70%;
    z-index: -1;
    left: 40px;
    top: 40px
}

.ab-text {
    width: 90%;
    margin-left: auto
}

.ab-number h4 {
    font-size: 60px;
    color: var(--primary-color)
}

.ab-number p {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

.ab-number {
    padding-right: 65px
}

.service-box {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 40px
}

.ser-img img {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    object-fit: cover;
    border: 5px solid #fff
}

.service-sec {
    background: var(--secondary-color)
}

.ser-txt {
    margin-top: 30px;
}

.ser-txt h3 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase
}

.ser-txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 80%;
    margin: 10px auto
}

.read-m a {
    font-weight: 700;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.ser-icon h5 {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: #fff;
    display: grid;
    place-content: center;
    font-size: 36px;
    border-radius: 100%
}

.ser-icon {
    position: absolute;
    bottom: 50px;
    right: 35px
}

.ser-img {
    position: relative
}

.service-sec .web-btn a {
    background: var(--primary-color);
    color: #fff
}

.choose-sec {
    background: url(../imgs/why-bg.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
    padding: 60px 0 115px
}

.form-sec {
    background: url(../imgs/bg-2.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 9
}

.choose-sec:before,
.form-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #001228e8;
    z-index: -1;
    top: 0
}

.ch-txt .line,
.ch-txt .dots {
    background: #fff
}

.ch-txt h4 {
    color: #fff
}

.ch-title h2 {
    color: #fff
}

.ch-title h2 span {
    color: var(--secondary-color)
}

.choose-sec p {
    color: #fff
}

.ch-btn a {
    background: #fff
}

.ch-img {
    position: absolute;
    bottom: 0;
    right: 155px;
    height: 530px;
    overflow: hidden
}

.ch-img img {
    height: auto;
    padding: 30px 0 0
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding: 15px 0;
    width: 100%;
    background: var(--secondary-color);
    margin-top: -55px;
    z-index: 999
}

#counter .item {
    background: transparent;
    width: max-content;
    margin: 10px;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}

#counter .item:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background: #fff;
    right: -105px
}

#counter .item:last-child:after {
    display: none
}

#counter .item .count {
    color: var(--primary-color);
    margin-bottom: 5px;
    font-size: 44px;
    font-weight: bolder
}

#counter .item h3 {
    font-size: 17px;
    font-family: 'Manrope';
    font-weight: 400;
    text-align: center;
    font-weight: 600
}

.count-h1 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 10px 0
}

.count-h1 span {
    font-size: 38px;
    font-weight: bolder;
    font-family: 'After Disaster'
}

.count-img img {
    width: 65px;
    max-width: max-content
}

#counter .item:hover .count-txt {
    filter: inherit
}

.counter-sec {
    position: relative;
    z-index: 9
}

.gal-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    ;
    margin-bottom: 30px
}

.gal-img {
    overflow: hidden;
}

.gal-img:hover img {
    transform: scale(1.1)
}

.home-form input,
.home-form textarea,
.home-form select {
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 20px;
    padding: 10px;
    font-family: 'Manrope';
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #757575
}

.home-form input[type=submit] {
    border: none;
    padding: 10px 40px;
    width: 100%;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 5px
}

.ab-contact.form-cont {
    position: revert
}

.form-left {
    width: 90%;
    margin-left: auto
}

.home-form textarea {
    height: 100px
}

.testimonial-box {
    position: relative
}

.testimonial-main {
    position: relative;
    z-index: 9
}

.test-para {
    position: relative;
    background: #fff;
    padding: 40px 20px 20px;
    background: var(--secondary-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0
}

.test-ar-1 {
    position: absolute;
    left: 20px;
    top: 55px
}

.test-ar-2 {
    position: absolute;
    right: 22px;
    bottom: -23px;
    z-index: -1
}

.test-icon img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    z-index: 9
}

.testimonial-imgs img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.test-icon {
    display: flex;
    gap: 20px;
    margin-top: 30px
}

.test-icon h3 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color);
    margin: 0
}

.blog-box {
    width: 100%;
    margin-top: 30px
}

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

.date {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    background: var(--secondary-color);
    padding: 6px 10px;
    font-weight: bold;
    transition: .4s ease;
}

.blog-box h2 {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Manrope';
    color: var(--primary-color);
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    transition: .4s ease;
}

a.rd-more {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 15px
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.footer {
    width: 100%;
    padding: 70px 0 20px;
    background: var(--primary-color)
}

.footer_box img {
    margin-bottom: 10px
}

.footer_box p {
    padding: 10px 0 0;
    color: #fff
}

.footer_icon {
    width: max-content;
    margin: 20px 0 0;
}

.footer_icon ul {
    display: flex;
    justify-content: flex-start;
    padding: 0
}

.footer_icon ul li a {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
    font-size: 17px;
    color: #fff;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff
}

.footer_icon ul li a:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.footer_box h4 {
    display: inline-block;
    font-size: 20px;
    padding: 0;
    margin: 0 0 10px;
    position: relative;
    color: var(--secondary-color);
    font-size: 34px;
    position: relative;
    padding-bottom: 10px
}

.footer_box h4:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: var(--primary-color);
    bottom: 0
}

.footer_links {
    padding: 0
}

.footer_links li {
    position: relative;
    padding-left: 20px
}

.footer_links li:before {
    position: absolute;
    content: "";
    background: url(../imgs/list-ar.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 10px;
    left: 0
}

.footer_links li a {
    display: inline-block;
    font-size: 16px;
    margin: 4px 0;
    transition: all .5s;
    color: #fff;
    border-bottom: 1px solid #dddddd36;
    padding-bottom: 2px
}

.footer_links li a:hover {
    color: var(--secondary-color);
}

.footer_contact {
    padding: 0
}

.footer_contact li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.link-icon {
    font-size: 14px;
    color: var(--primary-color);
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: grid;
    place-content: center
}

.link-text {
    width: 85%
}

.link-text span {
    transition: all .5s;
    color: #fff
}

.link-text a {
    transition: all .5s;
    color: #fff
}

.link-text h6 {
    color: var(--secondary-color);
    margin: 0;
    font-size: 17px;
    font-family: 'Manrope';
    font-weight: 700
}

.footer_box.footer-second {
    padding-left: 50px
}

section.copyright a,
section.copyright p {
    margin: 0;
    padding: 10px 0;
    color: var(--secondary-color)
}

section.copyright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #ffffff7a;
    background: #001228
}

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

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

    to {
        transform: translateY(0)
    }
}

.sticky .logo {
    top: 0;
    width: 100px;
    height: 100px;
}

.sticky ul.menu {
    margin: 0;
}

.sticky .get-qoute {
    margin: 0;
    padding: 35px 55px;
}

.top-socail ul li a:hover {
    background: var(--secondary-color);
}

.service-box:hover img {
    transform: scale(1.1);
    border-color: var(--primary-color);
}

.service-box:hover .ser-icon h5 {
    background: #fff;
    color: var(--primary-color);
}

.pop-form {
    background: var(--primary-color);
    padding: 20px;
}

.pop-form h2 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.pop-form .btn-close {
    opacity: 1;
    background: #fff;
    color: #000;
    font-size: 19px;
    line-height: 1;
}

.pop-form input,
.pop-form textarea {
    border-color: #fff;
    color: #000;
}

.pop-form input[type=submit] {
    background: var(--secondary-color);
    color: #000;
}

.inner-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner-banner {
    position: relative;
}

.inner-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000c2;
}

.inner-content {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.inner-content h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

ol.breadcrumb.text-uppercase.mb-0 li {
    font-size: 15px;
    color: #fff;
}

li.breadcrumb-item a {
    font-size: 15px;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.ab-img.ab-pg-img:before {
    height: 100%;
    top: 0;
}

.ab-pg-img .ab-3 {
    bottom: -50px;
    right: 0;
}

.ab-pg-img .ab-1 {
    position: relative;
    top: -25px;
    left: 25px;
}

.feature-one__single {
    position: relative;
    display: block;
    border: 1px solid #001228;
    padding: 39px 39px 36px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover {
    border: 1px solid transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.feature-one__shape-1 {
    position: absolute;
    right: -1px;
    top: 40px;
    width: 130px;
    height: 64px;
    background-image: -moz-linear-gradient(0deg, rgba(254, 253, 253, 0) 0%, rgb(233, 239, 229) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 220 131) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(254, 253, 253, 0) 0%, rgb(233, 239, 229) 100%);
}

.feature-one__icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 10px;
    display: grid;
    place-content: center;
}

.feature-one__icon img {
    filter: invert(1);
    padding: 5px;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(0.9);
}

.feature-one__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 19px;
    font-family: 'Manrope';
}


.feature-one__text {
    font-size: 14px;
    line-height: 26px;
}

.ab-text.ab-page-txt {
    width: 100%;
}

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

.ab-ch ul li {
    width: 48%;
    color: #fff;
    margin: 10px 0px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.ab-ch ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../imgs/tick-icon.png);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #283c28;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    background-color: #f5f5f5;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #fbbc17;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 30px 21px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--primary-color);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 23px;
    padding-left: 30px;
    padding-right: 35px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-page__content {
    position: relative;
    display: block;
    background-color: #000;
    border-radius: 10px;
    padding: 40px 40px 39px;
    z-index: -1;
}

.faq-page__content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    mix-blend-mode: luminosity;
    opacity: .10;
    z-index: -1;
}

.faq-page__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    font-size: 19px;
    color: #fff;
    z-index: 9;
}

.faq-page__content-title {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 22px;
    font-family: 'Manrope';
}

.faq-page__call {
    position: relative;
    display: block;
}

.faq-page__call-sub-title {
    font-size: 19px;
    color: #fff;
    line-height: normal;
}

.faq-page__call-number {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 3px;
    letter-spacing: 0;
}

.faq-page__call-number a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-2 img {
    border-color: var(--secondary-color);
    box-shadow: rgb(99 99 99 / 55%) 0px 2px 8px 0px;
}

.gal-2 {
    border: 10px solid #766c5085;
    margin-bottom: 25px;
    height: 300px;
}

.gal-2 img {
    height: 100%;
}

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

.blog-box:hover h2 {
    color: var(--secondary-color);
}

.blog-box:hover .date {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.newletter {
    background: url(../imgs/banner-1.jpg);
    padding: 50px 0px;
    position: relative;
    z-index: 9;
}

.newletter:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fbbc1747;
    top: 0;
    z-index: -1;
}

.newletter h3 {
    color: var(--primary-color);
    font-size: 40px;
}


.newletter input {
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 15px;
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    font-family: 'Manrope';
}

.newletter input::placeholder{
    color: #fff;
}

.newletter input[type="submit"] {
    border: none;
    padding: 10px 40px;
    width: 100%;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'Manrope';
    font-weight: bold;
}

.news-img {
    position: absolute;
    top: -50px;
}

.news-img img {
    width: 75%;
    filter: drop-shadow(2px 4px 6px black);
}

.contact-info-content{
    padding: 30px 35px;
    box-shadow: 0px 5px 30px rgb(0 18 40 / 17%);
    border-radius: 10px;
    text-align: center;
    border-bottom: 5px solid #001228;
    transition: .4s ease;
}

.contact-info-icon {
    width: 100px;
    height: 100px;
    line-height: 115px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 159, 13, 0.1);
    color: var(--secondary-color);
    font-size: 45px;
    margin: 0 auto;
    transition: 0.3s;
    display: grid;
    place-content: center;
}

.contact-info-content h6 {
    font-size: 32px;
    margin: 20px 0;
}

.contact-info-content:hover .contact-info-icon{
    background: var(--primary-color);
    color: #ffffff;
}

.contact-info-content:hover {
    transform: translateY(-20px);
    border-color: #fbbc17;
}

.contact-form{
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.contact-map iframe{
    max-width: 980px;
    width: 100%;
    height: 600px;
}

.map-shape {
    position: relative;
    right: 0;
    top: 50%;
    z-index: -1;
}

.pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(-7%);
    width: 50%;
    height: 608px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    z-index: -1;
}

@keyframes slide{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 1920px 0;
    }
}

.contact-form-wrapper{
    max-width: 630px;
    background: var(--primary-color);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 50px 40px;
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
}

.about-pg {
    padding-top: 90px;
}

.service-detail {
    width: 100%;
}

.service-sidebar {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.service-list {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: var(--primary-color);
}


.service-list ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.service-list ul li {
    margin: 0 0 10px 0;
    background-color: #ffffff;
    position: relative;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 9;
}

.service-list li a {
    display: block;
    padding: 15px;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    z-index: 9;
    color: #001228;
}

.service-list ul li img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 5px;
}

.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--secondary-color);
    transition: all 0.5s;
    color: #000;
    z-index: -1;
}

.service-list ul li a:hover {
    color: var(--tertiary-color);
}

.service-list ul li:hover::before {
    width: 100%;
}

.detail-text {
    width: 100%;
}

.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h1,
.detail-text h5,
.detail-text h6 {
    font-size: 30px;
    /* font-family: 'Ubuntu'; */
    margin: 30px 0 0;
}

.detail-text h2 span,
.detail-text h3 span,
.detail-text h4 span,
.detail-text h1 span,
.detail-text h5 span,
.detail-text h6 span {
    color: var(--secondary-color);
}

.detail-image {
    overflow: hidden;
}

.detail-image img:hover {
    transform: scale(1.1);
}

.detail-image {
    width: 100%;
    height: 400px;
    margin: 20px 0 0 0;
    box-shadow: rgb(99 99 99 / 56%) 0px 2px 8px 0px;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.detail-text p {
    margin: 20px 0 0 0;
}

.detail-text ul {
    /* padding-left: 3%; */
    margin: 0;
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-text li {
    /* font-size: 16px; */
    /* width: 48%; */
    margin: 20px 0 0 0;
    /* font-style: italic; */
    position: relative;
    padding-left: 2%;
}

.detail-text li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../imgs/list-ar.png);
    left: 0;
    top: 7px;
    background-repeat: no-repeat;
}


.detail-text ul li b {
    margin-right: 10px;
    color: var(--primary-color);
}

.service-sidebar .home-form {
    width: 100%;
    padding: 30px 20px;
    background: var(--primary-color);
}

.service-sidebar .home-form h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.de-txt h4 {
    color: #fff;
}

.de-txt h2 {
    color: #fff;
    font-family: 'Manrope';
    font-size: 20px;
}

.heading-ser h2 {
    font-size: 34px;
    color: var(--primary-color);
}

.heading-ser h2 span {
    color: var(--secondary-color);
}

.la-event {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    background: var(--primary-color);
}

.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: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: max-content;
}

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

.evrnt-text h5 {
    font-size: 13px;
    margin: 7px 0px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-family: 'Manrope';
}

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

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

.service-formbox p {
    font-size: 17px;
    margin: 0;
    color: #fff;
}

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

.service-input {
    padding: 10px;
    height: 40px;
    width: 100%;
    font-size: 17px;
    color: #000;
    outline: none;
    border: none;
    border-radius: 4px;
}

.service-submit {
    width: 100%;
    padding: 10px 0;
    background-color: #fbbc17;
    color: #001228;
    font-size: 18px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    margin: 20px 0 0 0;
    /* border: 2px solid #fff; */
    border-radius: 8px;
}

form p {
    margin: 0;
}

a.toggle-icon {
    display: none;
}

.about-sec {
    overflow: hidden;
}

.testimonial-box-cont .flex-txt{
	justify-content:center;
}

.testimonial-box-cont .title h2{
	margin:0;
}

.testimonial-box-cont .container{
	max-width:90%;
	margin: 0 auto;
}

.testimonial-box-row{
	justify-content:center;
	column-gap:25px;
}

.testimonial{
	width:31%;
	background:#fbbc1742;
	padding:30px;
	border-radius:10px;
	margin:40px 0 0 0;
	text-align:left;
}

.testimonial-text{
	width:100%;
	margin:0 0 20px 0;
}

.testimonial-text p{
	margin:0;
}

.client-box{
	width:100%;
}

.client-icon{
	width:60px;
	height:60px;
}

.client-icon img{
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
	object-position:top;
}

.client-text{
	width:calc(100% - 80px);
}

.client-text h4{
	font-size:20px;
	margin:0 0 5px 0;
}

.client-text p{
	font-size:15px;
	margin:0;
}

.blog-sec{
	display:none;
}

/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {
    
    .contact-map iframe {
    max-width: 800px;
}

.contact-form-wrapper {
    left: 30%;
}

}

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

@media only screen and (max-width: 1140px) {
    
    .top-info {
    padding-right: 35px;
    }
    
    .ab-text {
    width: 100%;
    }

}

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

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

@media only screen and (max-width: 1024px) {
    
   .link-text a {
    word-break: break-word;
    }
    
    
    .get-qoute {
    padding: 35px 22px 35px 40px;
}

.top-socail ul {
    gap: 10px;
}

.top-info {
    padding-right: 25px;
}


.contact-info-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.contact-info-content h6 {
    font-size: 28px;
}

}

@media only screen and (max-width: 991px) {
    
    ul#menu-header-menu {
    display: none;
    }
    
    
     a.toggle-icon {
    display: grid;
    background: var(--secondary-color);
    width: 35px;
    height: 35px;
    place-content: center;
    font-size: 19px;
    color: var(--primary-color);
    border-radius: 5px;
    order: 3;
    margin-top: -60px;
}

.sticky a.toggle-icon {
    margin: 0;
}

ul.menu li a {
    display: block;
    padding: 5px 0;
}

.offcanvas-header img {
    width: 130px;
    height: auto;
    background: #fff;
    padding: 5px;
}

.offcanvas-header .btn-close {
    background: var(--secondary-color);
    color: var(--primary-color);
    opacity: 1;
    line-height: 0;
    font-size: 20px;
}

.offcanvas-header {
    border-bottom: 1px solid #ddd;
}

.offcanvas.offcanvas-start {
    background: var(--primary-color);
}

ul#menu-header-menu-1 {
    margin: 0;
    flex-direction: column;
}

.logo {
    width: 160px;
    height: 160px;
    top: -60px;
}

.get-qoute {
    clip-path: inherit;
    margin-top: -60px;
}

.banner-txt h2 {
    font-size: 54px;
}

.ab-img:before {
}

.ab-img {
    width: 80%;
    margin: 20px 0px;
}

.ser-img img {
    width: 220px;
    height: 220px;
}

.ser-icon h5 {
    width: 50px;
    height: 50px;
    font-size: 30px;
}

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

.testimonial-imgs {
    display: none;
}

.form-left {
    width: 100%;
    margin-bottom: 20px;
}

.footer_box.footer-second {
    padding: 0;
}

.ab-ch ul li {
    width: 100%;
    padding-right: 0;
}

.faq-img {
    display: none;
}

.faq-sec .row {
    flex-direction: column-reverse;
    margin-top: 0 !IMPORTANT;
}

.faq-page__content {
    margin: 20px 0px;
}

.about-pg {
    padding-top: 40px;
}

.la-event {
    margin-top: 20px;
}

.contact-info-content {
    padding: 20px;
    margin-bottom: 20px;
}

.contact-info-content h6 {
    font-size: 26px;
    margin: 10px 0px;
}

.contact-form-wrapper {
    position: revert;
    max-width: max-content;
}


.contact-map iframe {
    max-width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.contact-form {
    padding-right: 15px;
    padding-left: 15px;
}

.service-list {
    margin-top: 20px;
}
	
	.testimonial-box-row{
	justify-content:space-between;
	column-gap:0;
}

.testimonial{
	width:48%;
	}
	
	.testimonial:last-child{
		margin:40px auto 0 auto;
	}
	
}


@media only screen and (max-width: 980px) {
    
 .top-socail {
   display: none;
}

}

@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) {
    
    .top-info i {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.top-info a , .top-info p {
    font-size: 15px;
}

.banner-txt {
    width: 80%;
    left: 48%;
}

.banner-txt h2 {
    font-size: 42px;
}

.padd {
    padding: 40px 0px;
}

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

.ab-contact .top-info a {
    font-size: 24px;
}

.ab-number h4 {
    font-size: 40px;
}

.ch-img {
    overflow: auto;
    position: revert;
    height: 400px;
}

.ch-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.choose-sec {
    padding: 60px 0 0;
}

.footer_box h4 {
    margin: 20px 0 10px;
    font-size: 28px;
}

#counter {
    flex-wrap: wrap;
}

#counter .item {
    width: 22%;
    margin: 0;
}

#counter .item:after {
    display: none;
}

.count-img img {
    width: 40px;
    height: 40px;
}

#counter .item .count {
    font-size: 34px;
}

.count-h1 span {
    font-size: 24px;
}

#counter .item h3 {
    font-size: 14px;
}

.top-info>div {
    display: none;
}

.ser-txt h3 {
    font-size: 17px;
}

.feature-one__single {
    margin-bottom: 15px;
    padding: 25px;
}

.feature-one__icon {
    width: 50px;
    height: 50px;
}

.feature-one__title {
    font-size: 16px;
    margin: 5px 0;
}

.ab-ch.mt-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 20px;
}

.feature-one__shape-1 {
    width: 95px;
}

.inner-content {
    bottom: 0;
    width: 90%;
}

p.title-para {
    width: 90%;
}

}

@media only screen and (max-width: 631px) {
	.client-text{
		width:100%;
		margin:10px 0 0 0;
	}
}

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

}

@media only screen and (max-width: 575px) {
    
.logo {
    width: 130px;
    height: 130px;
    top: -30px;
}

.get-qoute {
    margin-top: -30px;
    padding: 10px;
}

.get-qoute a {
    font-size: 14px;
}

.sticky .get-qoute{
      padding: 10px;
}

a.toggle-icon {
    margin-top: -30px;
}

.banner-txt .flex-txt h4 {
    font-size: 14px;
}

.ab-img {
    width: 100%;
}

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

.ab-2 {display: none;}

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

.ab-contact .top-info>div {
    display: block;
}

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

.ser-icon {
}

.blog-box h2 {
    font-size: 18px;
}    

.ab-number {
    padding-right: 0;
}

.ab-3 {
    right: 0;
}

.web-btn a {
    font-size: 14px;
}

.footer_box img {
    width: 140px;
    height: auto;
}

p, li {
    font-size: 15px;
}

.faq-page__content-title {
    font-size: 18px;
    margin: 7px 0;
}

.faq-page__content-title br {
    display: none;
}

.faq-page__call-sub-title {
    font-size: 15px;
}

.inner-content h2 {
    font-size: 24px;
}

ol.breadcrumb.text-uppercase.mb-0 li , li.breadcrumb-item a {
    font-size: 13px;
}

.inner-banner img {
    height: 220px;
}

.ab-pg-img .ab-1 {
    left: 0;
}

.detail-image {
    height: 260px;
}

.heading-ser h2 {
    font-size: 28px;
}
	
	.testimonial{
		width:100%;
	}
	
	.testimonial:last-child{
		margin:40px  0 0 0;
	}

}

@media only screen and (max-width: 480px) {
    
    .title h2 {
        font-size: 24px;
    }
    
    #counter .item {
    width: 49%;
    margin-bottom: 10px;
    }
    
    .banner-txt h2 {
    font-size: 34px;
}

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

.ab-3 img {
    width: 150px;
    height: 180px;
}

.ab-contact .top-info a {
    font-size: 20px;
}

.ab-number p {
    font-size: 15px;
}

.gal-img img {
    height: 260px;
    margin-bottom: 10px;
}

.gal-2 {
    height: 260px;
}

}

@media only screen and (max-width: 414px) {
    
    .logo {
    width: 110px;
    height: 110px;
    top: -10px;
}

.get-qoute , a.toggle-icon {
    margin-top: -10px;
}

}

@media only screen and (max-width: 375px) {
    
    .get-qoute {
    position: fixed;
    right: -40px;
    margin: 0;
    top: 300px;
    z-index: 9;
    transform: rotate(-90deg);
}

}

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

}


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

}