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

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

a,
img {
    transition: .4s
}

* {
    box-sizing: border-box;
}

:root {
    --first-clr: #222d66;
    --second-clr: #f5ee31;
    --third-clr: #000;
}

/* 

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

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

@font-face {
    font-family: 'Chakra Petch';
    src: url('../fonts/ChakraPetch-SemiBold.woff2') format('woff2'),
        url('../fonts/ChakraPetch-SemiBold.woff') format('woff');
    font-weight: 600;
    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-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-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




li {
    list-style: none
}

li,
p {
    font-family: 'Poppins';
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mulish";
    color: var(--first-clr);
    line-height: 1.3;
    font-weight: bold;
    transition: .4s ease;
}

a {
    font-family: 'Poppins';
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #000;
    transition: .4s ease;
}

.container {
    max-width: 1230px
}

.bg-color {
    background-color: #f3f7fa
}

img {
    max-width: 100%
}

.padd {
    padding: 60px 0
}

/* header  */

.top-line {
    width: 100%;
    height: 7px;
    background: #c9c9c9;
}

.top-bar {
    background: var(--first-clr);
    padding: 10px 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    padding-right: 8%;
    position: absolute;
    top: 0;
    width: 72%;
    right: 0;
}

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

.top-contact {
    display: flex;
    gap: 25px;
    justify-content: start;
    padding-left: 12%;
}

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

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

.top-icon i {
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    border: 1px solid var(--second-clr);
    border-radius: 100%;
    color: var(--second-clr);
}

.top-icon a {
    color: rgb(255 255 255);
}

.top-social ul li a {
    font-size: 17px;
    padding: 0px 7px;
    color: var(--second-clr);
}

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

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--second-clr);
    position: relative;
}

.main-logo {
    width: 24%;
    margin-left: auto;
}

.main-menu {
    width: 73%;
    margin-top: 20px;
}

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

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

ul.navbar-menu li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
}

.bottom-bar {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 0;
}


.nav-btn {
    background: var(--first-clr);
    padding: 8px 25px;
    /* border-radius: 30px; */
    font-size: 15px;
    color: rgb(255, 255, 255);
    position: relative;
    /* overflow: hidden; */
    cursor: pointer;
    transition: .4s ease;
    z-index: 9;
    display: inline-block;
    display: inline-block;
    transform: skewX(20deg);
    position: relative;
    /* z-index: 99; */
}

.nav-btn a {
    display: inline-block;
    transform: skewX(-20deg);
    color: white;
    position: relative;
    .4s
    animation-timing-function: ease;
    transition: .4s ease;
}

.nav-btn:hover {
    transform: inherit;
    background: #000;
}


.nav-btn a:after {
    content: '';
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 0; */
    /* height: 0; */
    /* background: rgba(255, 255, 255, 0.4); */
    /* border-radius: 50%; */
    /* z-index: -1; */
    /* transition: width 0.6s ease, height 0.6s ease; */
}

.nav-btn a:hover:after {
    /* width: 200px; */
    /* height: 200px; */
}

.nav-btn:before {
    position: absolute;
    content: "";
    width: 106%;
    height: 112%;
    background: transparent;
    border: 2px solid #222d66;
    left: -7px;
    top: 1px;
    z-index: -1;
}

.nav-btn:hover:before {
    /* transform: skewX(-20deg); */
    border-color: #000;
}

.nav-btn:hover a {
    transform: inherit;
}

.top-social {
    position: relative;
}

.top-social:before {
    /* position: absolute; */
    content: "";
    /* width: 2px; */
    /* height: 100%; */
    /* background: #aeaeae; */
    /* left: -15px; */
    /* opacity: .5; */
}

ul.dropdown-menu li:before {
    position: absolute;
    content: ">>";
    font-size: 15px;
    color: var(--first-clr);
    opacity: 0;
    transform: translateX(-15px);
    transition: .4s ease;
    left: 4px;
}

ul.dropdown-menu li:hover:before {
    transform: inherit;
    opacity: 1;
}

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

a.navbar-home {
    font-size: 17px;
    color: var(--first-clr);
    margin-right: 10px;
}

.web-forms input,
.web-forms textarea,
.web-forms select {
    width: 100%;
    border: none;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: white;
    border: none;
    color: #474747;
    font-family: 'Poppins';
    font-size: 15px;
}

.web-forms label {
    font-size: 15px;
    margin-bottom: 7px;
    font-family: 'Poppins';
    color: white;
}

.web-forms textarea {
    height: 110px;
}

.web-forms input[type="submit"] {
    background: var(--second-clr);
    color: #222d66;
    padding: 10px 40px;
    width: max-content;
    border-color: var(--second-clr);
    font-weight: 600;
    margin: 10px 0 0;
}

.modal-header .btn-close {
    background: var(--second-clr);
    opacity: 1;
    color: var(--first-clr);
    line-height: 0;
}

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



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

    to {
        transform: translateY(0)
    }
}

.sticky .main-logo {
    width: 20%;
}

/* banner  */

.banner-sec {
    background: var(--third-clr);
    position: relative;
}

.slide {
    position: relative;
    background-size: cover;
    z-index: 9;
}

.slide:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
    z-index: -1;
}


.slide__content--headings h2 {
    font-size: 43px;
    margin: 10px 0 20px;
    color: #fff;
    text-transform: capitalize;
}

.slide__content--headings p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
}

.slide__content--headings .animated {
    transition: all 0.5s ease;
}


.slider [data-animation-in] {
    transition: opacity 0.5s ease 0.3s;
}

.slide__content {
    padding: 110px 0;
    width: 80%;
    text-align: center;
    margin: auto;
}

.slide-imgs img {
    text-align: center;
    margin: 0 auto 20px;
}

/* Counter  */


.counter-box h4 {
    font-size: 50px;
    font-weight: 500;
}

.counter-box p {
    font-size: 18px;
    margin: 0;
}

.counter-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    width: 90%;
}


/* img hover  */

.about-img {
    width: 90%;
    height: auto;
    /* overflow: hidden; */
    /* border-radius: 20px; */
    /* display: flex; */
    /* justify-content: space-between; */
    position: relative;
}

.ab-1 {
    width: 85%;
    height: 510px;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
}

.ab-2 {
    width: 270px;
    height: 175px;
    border-radius: 10px;
    position: absolute;
    bottom: 15%;
    z-index: 9;
    overflow: hidden;
    right: 0;
    box-shadow: rgb(0 0 0 / 41%) 0px 3px 8px;
    border: 5px solid #fff;
    animation: slide 9s linear infinite;
}

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

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

.img-hover {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.img-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #01265a;
    opacity: .2;
    top: 0;
    z-index: 9;
    transition: all 0.5s ease;
}

.img-hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #01265a;
    opacity: .2;
    bottom: 0;
    z-index: 9;
    left: 0;
    transition: all 0.5s ease;
}

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

.img-hover:hover:before {
    height: 50%;
}

.img-hover:hover:after {
    height: 50%;
}

.ab-flex {
    display: flex;
    align-items: center;
    width: 100%;
    /*gap: 10px;*/
    margin-bottom: 5px;
}

.ab-icons {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    border-radius: 100%;
}

.about-flexes {
    /* display: flex; */
    margin: 20px 0;
    justify-content: space-between;
}
.ab-value-box {
    width: max-content;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    gap: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    border-left: 5px solid var(--second-clr);
    position: absolute;
    top: 18%;
    left: -45px;
    z-index: 9;
    background: white;
    animation: float 9s linear infinite;
}

.abv-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    border-radius: 100%;
    padding: 10px;
}

.ab-cont {
    width: 80%;
}

p.title-span {
    color: var(--first-clr);
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    width: auto;
    font-weight: 500;
}

p.title-span:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 85%;
    background: var(--second-clr);
    left: 0;
}

/* about cs  */

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

.about-text ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    opacity: .8;
}

.about-text ul li:before {
    position: absolute;
    content: ">";
    font-size: 17px;
    font-weight: bold;
    left: 0;
}


/* partner css  */

.partner-text {
    position: relative;
    background: #ececec;
    padding: 40px 30px;
}

.partner-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ececec;
    z-index: -1;
    top: 0;
    left: -75px;
}

.partner-slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner-img {
    width: 33%;
    text-align: center;
    margin: 20px 0;
}

.partner-img img {
    margin: auto;
}

/* services  */

.service-sec {
    /* background: url(../imgs/service-bg.jpg);
    background-size: cover;
    position: relative; */
}

.service-box {
    width: 100%;
    position: relative;
    border: 1px solid var(--second-clr);
    text-align: center;
    border-radius: 45px;
    overflow: hidden;
    background: var(--second-clr);
    transition: .4s ease;
}

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

.ser-img {
    overflow: hidden;
}

.ser-head {
    padding: 20px 15px;
    text-align: center;
}

.ser-para {
    padding: 20px;
    background: white;
}

.ser-btn {
    padding: 25px 20px;
}

.ser-btn a {
    display: inline-block;
    background: var(--first-clr);
    color: white;
    padding: 7px 15px;
}

.ser-head h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 19px;
}

.service-box:hover {
    background: var(--first-clr);
}

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

.service-box:hover h4 {
    color: white;
}

.service-box:hover .ser-btn a {
    background: var(--second-clr);
    color: var(--first-clr);
}


/* mission css  */

ul#myTab li button {
    border: none !important;
    background: #ecf3fe;
    color: var(--first-clr);
    margin: 0 20px 30px 0;
    border-radius: 5px !important;
}

ul#myTab li button.active {
    background: var(--first-clr);
    color: #Fff;
}

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

ul#myTab {
    border: none !important;
}

.misson-img {
    width: 45%;
    border-radius: 10px;
    height: 250px;
}

.mission-txt {
    width: 50%;
}

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


/* mission css end */

/* process sec  */

.work-img {
    width: 85%;
    margin: auto;
    border-radius: 20px;
    height: 350px;
}

.work-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.work-num {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Chakra Petch';
    color: var(--first-clr);
}

.work-txt {
    width: 80%;
}

.work-txt h4 {
    font-size: 24px;
}

.work-flex:nth-child(2) {
    flex-direction: row-reverse;
}

.work-flex:nth-child(2) .work-txt {
    text-align: right;
}

.work-flex:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../imgs/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 80px;
    filter: brightness(0.7);
}

.work-flex:nth-child(2):before {
    left: 0;
    right: inherit;
    transform: scaleX(-1);
}

.work-flex:last-child:before {
    display: none;
}

.work-flex:last-child {
    margin: 0;
}



/* news form  */

.newletter-sec {
    background-image: url(../imgs/form-banner.jpg);
    background-size: cover;
    background-position: center;
}

.home-form {
    /* background: #fff; */
    /* padding: 40px 50px; */
    /* border-radius: 25px; */
}

.home-txt {
    position: relative;
    padding-bottom: 20px;
}

.home-txt:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: var(--first-clr);
    bottom: 20px;
}

.form-flex {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
}

.form-flex i {
    width: 75px;
    height: 75px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
}

.form-flex>div {
    width: 80%;
}

.form-flex p {
    color: #fff;
    font-size: 18px;
}

.form-flex a {
    color: #fff;
}

.home-form-flex {
    width: 95%;
    margin-left: auto;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
}

.home-new-form img {
    width: 73%;
    margin: auto;
    animation: float 5s linear infinite;
}

.home-new-form {
    text-align: center;
}

.book-flex p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.book-flex label {
    color: var(--second-clr);
    font-size: 19px;
    font-family: 'Poppins';
    width: auto;
}

.book-flex input {
    width: 100%;
    border: none;
    padding: 9px;
    background: #455087;
    color: white;
    outline: none;
}

.book-flex input::placeholder {
    color: white;
}

.vehicle-options label {
    display: block;
    width: 80%;
}

input[type="radio"] {
    width: auto;
    height: auto;
}

.vehicle-options {
    width: 60%;
}

.booking-form input[type="submit"]{
    width: auto;
    border: none;
    background: var(--second-clr);
    padding: 10px 35px;
    color: var(--first-clr);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}


/* testimonial  */

.testimonial-sec {
    background: url(../imgs/tes-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 9;
}

.testimonial-box {
    background: white;
    padding: 30px;
    border-radius: 50px;
    position: relative;
    width: 95%;
    margin: 0 auto 30px;
    /*overflow: hidden;*/
    transition: .4s ease;
}

.testimonial-box p {
    color: #000;
    font-size: 16px;
}


.testimonial-box:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: url(../imgs/test-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* z-index: -1; */
    bottom: 0px;
    right: 0px;
    transition: .4s ease;
}

.testimonial-box:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #ffffff;
    z-index: -1;
    transform: rotate(25deg);
    bottom: -10px;
    left: 50px;
}


.testimonial-box:hover:before {
    filter: brightness(0.5);
    width: 130px;
    height: 130px;
}


.test-info {
    display: flex;
    align-items: center;
}

.test-info img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 15px;
    object-position: top;
}

.testimonial-pg  .testimonial-box {
    background: #f5f5f5;
}

.testimonial-pg .testimonial-box:after {
    background: #f5f5f5;
}


/* blog sec  */

.blog-box {
    width: 100%;
    position: relative;
}

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

.date-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.date {
    display: inline-block;
    background: var(--second-clr);
    padding: 14px 20px;
    height: 100%;
    font-family: 'Mulish';
    color: var(--first-clr);
    font-weight: 800;
    font-size: 16px;
    transform: skewX(-10deg);
    position: relative;
    transition: .4s ease;
}

.date:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--second-clr);
    top: 0;
    left: 0;
    z-index: -1;
    /* transform: skewX(-10deg); */
    transition: .4s ease;
}

.blog-box h3 {
    margin: 10px 0;
    font-size: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comments {
    color: var(--first-clr);
    font-size: 22px;
}

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

.author-flex img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
    object-position: top;
}

.author-flex p {color: var(--first-clr);font-weight: 500;}

.blog-box:hover .date ,.blog-box:hover .date:before {
    background: var(--first-clr);
    color: white;
}

.blog-box:hover h3 {
    color: #000000;
}

/* 
.blog-box.side-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.blog-box.side-box .blog-img {
    width: 30%;
}

.blog-box.side-box .blog-img img {
    height: 125px;
}

.blog-box.side-box .blog-text {
    width: 67%;
}

.blog-box.side-box .blog-text h2 {
    font-size: 22px;
    opacity: .9;
    font-weight: 400;
    margin: 10px 0;
}

 */

/* .date-2 {
    color: #2f2f2f;
}

.blog-box.latest-box {
    width: 95%;
} */



/* footer  */

.footer {
    background: url(../imgs/footer-bg.jpg);
    padding: 60px 0 20px;
        background-size: cover;
}

.footer-img img {
    width: 200px;
    height: auto;
}

h4.f-title {
    color: #fff;
    font-size: 27px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}

h4.f-title:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.footer-links ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer-links ul li a,
.footer p {
    color: #fff;
}

.footer-links ul li:before {
    position: absolute;
    content: ">";
    /* font-size: 18px; */
    left: 0;
    color: #fff;
    font-weight: bold;
    clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%);
    content: "";
    background: var(--second-clr);
    width: 10px;
    height: 10px;
    top: 7px;
}

ul.footer-box li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

ul.footer-box li i {
    width: 35px;
    height: 35px;
    border: 2px solid var(--second-clr);
    border-radius: 50%;
    margin: 0 5px 0 0;
    color: var(--second-clr);
    font-size: 14px;
    display: grid;
    place-content: center;
    margin-right: 10px;
}

ul.footer-box li a {
    width: 70%;
    color: #fff;
}

footer.footer form input[type="email"] {
    border: none;
    background: white;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Poppins';
}

footer.footer form {
    /* border-bottom: 1px solid #fff; */
    /* padding-bottom: 10px; */
    /* width: 100%; */
}

footer.footer form input[type="email"]::placeholder {
    font-size: 15px;
    font-family: 'Poppins';
}

footer.footer form input[type="submit"] {
    width: 100%;
    /* height: 25px; */
    /* font-size: 0; */
    background: var(--second-clr);
    border: none;
    /* border-radius: 100%; */
    position: relative;
    /* clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%); */
    /* transform: rotate(-30deg); */
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-family: 'Poppins';
}


.copy-sec{
    background: var(--second-clr);
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

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

.copy-sec:before {
    position: absolute;
    content: "";
    height: 90%;
    background: #222d66;
    top: 0;
    width: 46%;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}

.copyrights {}


.footer-padding {
    padding-left: 50px;
}


.social-icons ul li a {
    width: 40px;
    height: 40px;
    background: var(--first-clr);
    border-radius: 50%;
    margin: 0 7px 0 0;
    color: #fff;
    font-size: 17px;
    transition: .4s ease;
    display: grid;
    place-content: center;
}

.social-icons ul {
    display: flex
}


/* ======Inner pages ========== */

.inner-banner {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-attachment: fixed;
    z-index: 9;
}

.inner-text {
    width: 95%;
}

.inner-text h2 {
    color: var(--first-clr);
    font-size: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

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

.inner-text ul li a {
    color: var(--first-clr);
}

.inner-text ul li span {
    color: #ddd;
    margin: 0 5px;
}

.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(to right, #ffffff, #ffffff2e);
    z-index: -1;
}

.about-pg-img {
    position: relative;

}

.img-1 {
    position: relative;
    border-radius: 25px;
    width: 95%;
}

.img-1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
}

.img-2 img {
    width: 260px;
    height: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    border-radius: 0;
    border-bottom-right-radius: 25px;
}

.about-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 2px solid var(--first-clr);
    font-size: 17px;
    padding: 16px 9px;
    width: max-content;
    background: var(--first-clr);
    color: #fff;
}

.about-btn a i {
    font-size: 32px;
}

.about-btn {
    position: absolute;
    top: 0;
    padding: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);
    background: #fff;
    writing-mode: vertical-lr;
    margin-bottom: 2em !important;
    z-index: 9;
}

.about-btn a:hover {
    background: var(--second-clr);
    border-color: var(--second-clr);
    color: #fff;
}

.featured-flex {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    justify-content: flex-start;
    width: 43%;
}

.featured-sec {
    position: relative;
    background-size: cover;
    padding: 135px 0px;
    overflow: hidden;
}

.featured-box {
    width: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 38px 15px 28px 15px;
}

.featured-flex .featured-box:nth-child(2),
.featured-flex .featured-box:nth-child(3),
.featured-flex .featured-box:nth-child(6),
.featured-flex .featured-box:nth-child(7) {
    background: rgba(0, 0, 0, 0.1);
}

.featured-box img {
    margin-bottom: 10px;
}

.featured-box h5 {
    color: #fff;
}

.featured-text p {
	 color: #fff;
}

.work-process-sec {
    background-image: url(../imgs/background-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.tag-sec {
    background: #f5ee31;
    padding: 80px 0;
}

.tag-text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: auto;
}

.tag-text p {
    font-size: 24px;
    font-style: italic;
    color: var(--first-clr);
}

.tag-text i {
    font-size: 40px;
    color: var(--first-clr);
    position: absolute;
}

.tag-text i.fa-solid.fa-quote-left {
    top: -45px;
    left: 0;
}

.tag-text i.fa-solid.fa-quote-right {
    bottom: -45px;
    right: 0;
}

ul.blog-list {
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 15px;
}

ul.blog-list li span {
    color: var(--first-clr);
    font-weight: 500;
    border-bottom: 1px solid;
    margin-left: 5px;
}

h2.blog-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.blog-det-text h1 {
    font-size: 28px;
}

.blog-det-text h2 {
    font-size: 26px;
}

.blog-det-text h3 {
    font-size: 24px;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-share ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-share p {
    margin: 0;
    color: var(--first-clr);
    font-size: 19px;
    font-weight: 500;
}

.blog-share ul li {
    padding: 5px 15px;
    border: 1px solid #000;
    width: max-content;
    transition: .4s ease;
}

.blog-share ul li:hover {
    background: var(--first-clr);
    color: #fff;
}

.blog-share ul li:hover a {
    color: #fff;
}

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

span.prev-btn,
span.next-btn {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border: 2px solid #222d66;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    transition: .4s ease;
    background: var(--second-clr);
}

span.next-btn {
    top: 40%;
    left: -40%;
}

span.prev-btn {
    top: 40%;
    left: -50%;
}

span.prev-btn:hover,
span.next-btn:hover {
    background: var(--first-clr);
    color: #fff;
}

.portfolio-style {
    position: relative
}

.portfolio-style .portfolio-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 380px;
    width: 100%;
    border-radius: 10px;
}

.portfolio-style .portfolio-content,
.portfolio-style .portfolio-img img {
    transition: all 0.3s ease-in-out
}

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

.portfolio-style:hover .portfolio-content {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.portfolio-style .portfolio-content {
    left: 0px;
    bottom: -43px;
    background-color: #fff !important;
    opacity: 0;
    right: 0;
    margin: 0 20px;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease-in-out
}

.portfolio-style .portfolio-img:hover img {
    transform: scale(1.1);
}

.contact-form {
    width: 85%;
    margin-left: auto;
    background: var(--first-clr);
    padding: 40px 35px;
    border-radius: 20px;
}


.contact-box {
    width: 100%;
    height: 100%;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    display: flex;
    justify-content: space-between;
    padding: 50px 20px;
}

.contact-box i {
    font-size: 30px;
    color: var(--second-clr);
}

.contact-box>div {
    width: 87%;
}

.contact-box.last {
    border-right: none;
}

.cont-text a {
    display: inline-block;
    margin-bottom: 7px;
}

.contact-sec {
    background-image: url(../imgs/background-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.service-box.cat-box {
    background: #f5f5f5;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-box.cat-box .ser-up {
    flex-direction: column;
}

.service-box.box-2 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ser-title h3 {
    font-size: 30px;
}

.detail-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.detail-text li {
    margin: 0 0 6px;
}

.service-sidebar {
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    padding: 30px;
}

.service-sidebar ul li a {
    background-color: transparent;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    line-height: 1;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    transition: .4s ease;
}

.service-sidebar ul li a i {
    width: 38px;
    height: 38px;
    background-color: #f5f5f5;
    font-size: 13px;
    border-radius: 10px;
    display: grid;
    place-content: center;
    transition: .4s ease;
}

.service-sidebar ul li a:hover,
.service-sidebar ul li a.active-service {
    background-color: var(--first-clr);
    border-color: var(--first-clr);
    color: #fff;
}

.service-sidebar ul li a:hover i,
.service-sidebar ul li a.active-service i {
    color: var(--first-clr);
}


.service-ban {
    background-image: url(../imgs/service-ban.jpg);
    width: 100%;
    background-size: cover;
    padding: 150px 30px 30px;
    position: sticky;
    border-radius: 10px;
    overflow: hidden;
    top: 30px;
}

.service-ban:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(33, 37, 41, 0.9) 5%, transparent 80%);
    top: 0;
    left: 0;
}

.service-ban-text {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 9;
}

.service-ban-text i {
    font-size: 30px;
    color: #ffffff;
}

.service-ban-text a {
    color: #fff;
}

.service-ban-text a:first-child {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Chakra Petch';
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

ul.slick-dots li button {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border: 0;
    background: var(--second-clr);
    color: var(--first-clr);
    border-radius: 10px;
    margin: 0 5px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


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

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

.bag-1 img {
    width: 400px;
    height: 300px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: slide 9s linear infinite;
    z-index: -1;
}

@keyframes slide {
    0% {
        transform: translateX(-20px);
        /* Start from the left */
    }

    50% {
        transform: translateX(20px);
        /* Move to the right */
    }

    100% {
        transform: translateX(-20px);
        /* Return to start */
    }
}

.bag-1.mi-bg img {
    animation: float 6s ease-in-out infinite;
}


@keyframes float {

    0%,
    100% {
        transform: translateY(0);
        /* Start and end at the same position */
    }

    50% {
        transform: translateY(-20px);
        /* Float upwards */
    }
}

.information-sec {
    background-image: url(../imgs/information-bg.jpg);
    background-size: 100% 100%;
    padding: 110px 0;
}

.info-text {
    width: 80%;
}

.info-text  h3 {
    font-size: 40px;
}

.info-call a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    font-weight: 600;
    color: var(--first-clr);
    font-style: oblique;
}


div#popUp .modal-content {
    background: var(--first-clr);
}

div#popUp .modal-content h5 {
    color: white;
}

form br {
    display: none;
}

a.btn.toggle {
    display: none;
}

.bookpage-form {
    background: var(--second-clr);
    padding: 40px 50px;
    border-radius: 20px;
    width: 75%;
    margin: auto;
}

.bookpage-form input[type="submit"] {
    background: var(--first-clr);
    color: white;
}

.bookpage-form label {
    color: var(--first-clr);
    font-weight: 500;
    font-size: 16px;
}

form p {
    margin: 0;
}

form p label {
    width: 100%;
}

.wpcf7-checkbox span.wpcf7-list-item-label {
    color: white;
}





/*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) {
    
    .main-logo {
    width: 20%;
    margin: 10px auto;
}

ul.navbar-menu li a {
    padding: 10px 12px;
}





}

@media only screen and (max-width: 991px) {
    
    .container, .container-md, .container-sm {
        
        max-width: 720px;
    }
    
    ul#menu-primary-menu {
    display: none;
}

a.btn.toggle {
    display: inline-block;
    background: var(--first-clr);
    color: white;
}

.offcanvas {
    background: var(--first-clr);
}

.offcanvas-header .btn-close {
    background: var(--second-clr);
    opacity: 1;
    color: #000;
    line-height: 1;
}

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

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

ul.navbar-menu li a {
    width: 100%;
    color: white;
    padding: 7px 10px;
    border-bottom: 1px solid #cdcdcd2b;
    font-size: 13px;
}

.offcanvas-header img {
    background: white;
    padding: 10px;
    width: 120px;
    height: auto;
}

.ab-2 {
    display: none;
}

.ab-1 {
    height: auto;
    width: 70%;
    margin: inherit;
}

.ab-value-box {
    top: auto;
    bottom: 0;
    left: auto;
    right: 80px;
}

.newletter-sec {
    background: #222d66;
}

.home-new-form {
    display: none;
}

.book-flex p {
}

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

.info-text {
    width: 100%;
}

.info-text h3 {
    font-size: 30px;
}

.info-call a {
    font-size: 21px;
}

.footer-padding {
    padding-left: 0;
}

.copy-sec:before {
    width: 100%;
}

.social-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #ffffff;
    color: var(--first-clr);
}

h4.f-title {
    font-size: 20px;
    margin-top: 10px;
}

.author-flex img {
    width: 45px;
    height: 45px; 
}

.top-bar {
    position: revert;
    clip-path: none;
    width: 100%;
    padding: 7px 0;
}

.main-menu {
    width: 71%;
    margin: 0;
}

.bottom-bar {
    margin: 10px 0;
    justify-content: flex-end;
    padding-right: calc(var(--bs-gutter-x) * .5);
    gap: 20px;
}

.main-logo {
    width: 22%;
    margin: auto;
}

.header-flex {
    width: 100%;
    align-items: inherit;
}

.top-contact {
    justify-content: end;
    padding-right: calc(var(--bs-gutter-x) * .5);
    gap: 10px;
}

.top-icon .a-1 {
    display: none;
}

.top-icon i {
    width: 25px;
    height: 25px;
    font-size: 12px;
}

.main-logo img {
    padding: 0;
}

.sticky .main-logo {
    width: 20%;
}

.nav-btn {
    padding: 6px 17px;
}

.test-info img {
    width: 60px;
    height: 60px;
}

.testimonial-box:before {
    width: 80px;
    height: 80px;
    right: 17px;
}

ul.slick-dots li button {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.date {
    padding: 10px 15px;
    font-size: 14px;
}

.comments {
    font-size: 14px;
}

a {
    font-size: 14px;
}

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

.featured-flex {
    position: revert;
    width: 100%;
    margin: 20px 0;
}

.featured-sec {
    padding: 50px 0;
}

.tag-text p {
    font-size: 19px; 
}

.tag-sec {
    padding: 55px 0;
}

.inner-text h2 {
    font-size: 28px;
}

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

.inner-banner {
    padding: 80px 0 30px;
}

.inner-banner {
    padding: 80px 0 30px;
}

.img-2 img {
    display: none;
}

.about-btn a {
    font-size: 13px;
    padding: 15px 5px;
}

.img-1 img {
    height: auto;
}

.img-1 {
    width: 100%;
}

.footer-img img {
    width: 120px;
    margin: 0 0 15px;
}

.testimonial-box p {
    font-size: 14px;
}

.contact-form {
    width: 100%;
    margin: 20px 0;
    padding: 30px 25px;
}

span.wpcf7-list-item-label {
    color: white;
}

.map iframe {
    height: 250px;
}

form p {
    margin: 0;
}

.contact-box {
    padding: 20px 10px;
}

.contact-box i {
    font-size: 23px;
}

.cont-text h5 {
    font-size: 16px;
}

    
    
    

}


@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) {
    
.slide__content {
    padding: 80px 0;
    width: 90%;
}

p.title-span {
    font-size: 14px;
    margin: 0 0 5px;
}

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

.book-flex label {
    font-size: 15px;
}

.booking-form input[type="submit"] {
    padding: 7px 25px;
    font-size: 14px;
}

.ser-img img {
    height: auto;
}

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



    
    
    

}

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

}

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

}

@media only screen and (max-width: 575px) {
    
    
    .slide-imgs img {
    width: 170px;
    height: auto;
    margin: 0 auto 14px;
}

.ab-1 {
    width: 95%;
}

.ab-value-box {
    right: 0;
}

.blog-img img {
    height: auto;
}

.book-flex p {
    flex-direction: column;
    align-items: self-start;
}

.book-flex p span {
    width: 100%;
}

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

.copyrights {
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.social-icons ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
}

footer.footer form input[type="submit"] {
    font-size: 15px;
    padding: 8px 9px;
}

footer.footer form input[type="email"] {
    font-size: 15px;
}

.copyrights p, .copyrights a {
    font-size: 12px;
}

    
    

}

@media only screen and (max-width: 480px) {
    
    .main-logo {
    width: 161px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.sticky .main-logo {
    width: 130px;
}

.padd {
    padding: 40px 0;
}


}

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

}

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

}

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

}


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

}










