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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #000;

}



::-moz-placeholder {

    color: #000;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #000;

}



:-moz-placeholder {

    color: #000;

    opacity: 1;

}



ul {

    margin: 0 0 0px;

    padding: 0;

    list-style-type: none;

}



img {

    max-width: 100%
}





/***** Font Files *****/



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

}



@font-face {

    font-family: 'Jersey';

    src: url(../fonts/JerseyM54.ttf);

}





/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.mt-5 {

    margin-top: 50px;

}



.mb-5 {

    margin-bottom: 50px;

}



.mt-8 {

    margin-top: 80px;

}



.mt-4 {

    margin-top: 40px;

}



.mt-3 {

    margin-top: 30px;

}



.mt-2 {

    margin-top: 20px;

}



.pt-5 {

    padding-top: 50px;

}



.pb-1 {

    padding-bottom: 10px;

}



.pb-2 {

    padding-bottom: 20px;

}



.pb-3 {

    padding-bottom: 30px;

}



.pb-4 {

    padding-bottom: 40px;

}



.pb-8 {

    padding-bottom: 80px;

}



.m-0 {

    margin: 0 !important;

}



.p-0 {

    padding: 0 !important;

}



.pt-8 {

    padding-top: 80px;

}



.pt-4 {

    padding-top: 40px;

}



.pt-3 {

    padding-top: 30px;

}



.pt-2 {

    padding-top: 20px;

}



.all-section {

    padding: 80px 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.d-flex {

    display: flex;

    align-items: center;

}



.over-flow-h {

    overflow: hidden;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    color: #fff;

    font-size: 90px;

    margin: 0 0 0px;

    font-weight: 500;

    font-family: 'Jersey';

}



h2 {

    font-size: 60px;

    margin: 0 0 0px;

    font-weight: 500;

    color: #1a1a1a;

    font-family: 'Jersey';

}



h3 {

    font-size: 35px;

    margin: 0 0 0px;

    font-weight: 600;

    color: #1a1a1a;

    font-family: 'Jersey';

}



h4 {

    font-size: 25px;

    margin: 0 0 0px;

    font-weight: 500;

    color: #1a1a1a;

    font-family: 'Jersey';

}



h5 {

    color: #000;

    font-size: 16px;

    margin: 0 0 0px;

    font-weight: 500;

    font-family: 'Jersey';

}



h6 {

    color: #000;

    font-size: 14px;

    margin: 0 0 0px;

    font-weight: 500;

    font-family: 'Montserrat';

}



p {

    margin: 0px;

    font-size: 14px;

    font-weight: 400;

    color: #858585;

    letter-spacing: 0px;

    font-family: 'Montserrat';

}



.theme-btn-1 {

    border: none;

    display: flex;

    width: fit-content;

    border-radius: 8px;

    align-items: center;

    height: fit-content;

    transition: ease-in;

    justify-content: center;

    padding: 2px 5px 2px 2px;

    transition-duration: 0.5s;

    background-color: #1487b6;

}



.theme-btn-1 .theme-btn-1-text {

    color: #fff;

    font-size: 12px;

    font-weight: 500;

    padding: 15px 25px;

    border-radius: 7px;

    transition: ease-in;

    font-family: 'Montserrat';

    transition-duration: 0.5s;

    text-transform: uppercase;

    background-color: transparent;

}



.theme-btn-1 .theme-btn-1-img {

    width: 50px;

    height: 50px;

    display: flex;

    border-radius: 5px;

    align-items: center;

    transition: ease-in;

    justify-content: center;

    transition-duration: 0.5s;

    background-color: rgb(255, 255, 255);

    box-shadow: -5px 0px 15.66px 2.34px rgba(0, 0, 0, 0.13);

}



.theme-btn-1 .theme-btn-1-img img {

    width: 19px;

    height: 10px;

    object-fit: contain;

    filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(915%) hue-rotate(154deg) brightness(98%) contrast(90%);

}



.add-padding {

    width: 100%;

    margin: 0px auto;

    /* max-width: 1500px; */

    padding: 0 5%;

}



.section-heading {

    text-align: center;

    margin-bottom: 25px;

}



.section-heading h2 {

    font-weight: 300;

    text-align: center;

    margin-bottom: 5px;

}



.section-heading h2 span {

    color: #1487b6;

}



.section-heading p {

    width: 90%;

    color: #7c7c7c;

    max-width: 680px;

    margin: 0px auto;

}



/*header css start */



.menuSection {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 15px 0%;
    position: absolute;
}



.header-bg {

    padding: 12px 3%;

    border-radius: 10px;

    background-color: #fff;

}



.header-bg .row {

    align-items: center;

}



.header-logo {

    width: 100%;

    height: 25px;

}



.header-logo a,

.header-logo a img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: left;

}

.menuSec ul {
    gap: 2%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 5px;
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.menuSec ul li a.active {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    color: #1a1a1a;

}



.menuSec ul li a:hover {

    color: #fff;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

}



.menuSec ul li a:hover::before {

    width: 100%;

}



.menuSec ul li a::before {

    top: 0;

    left: 0;

    right: 0;

    width: 0;

    content: '';

    z-index: -1;

    margin: auto;

    height: 100%;

    position: absolute;

    transition: ease-in;

    border-radius: 5px;

    transition-duration: 0.5s;

    background-color: #1487b6;

}



.header-btn {

    display: flex;

    align-items: center;

    justify-content: flex-end;

}





/*header css start */





/*banner css start */



.main_slider {
    display: flex;
    min-height: 850px;
    padding: 150px 0%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.main_slider::before {

    top: 0;

    left: 0;

    width: 80%;

    content: '';

    height: 100%;

    position: absolute;

    background: linear-gradient(90deg, rgba(26, 26, 26, 1) 1%, rgb(26 26 26 / 94%) 76%, rgb(26 26 26 / 81%) 90%, rgb(26 26 26 / 43%) 100%);

}



.main_slider::after {

    top: 0;

    right: 0;

    width: 20%;

    content: '';

    height: 100%;

    position: absolute;

    background: linear-gradient(270deg, rgb(26 26 26) 1%, rgb(26 26 26 / 67%) 54%, rgb(26 26 26 / 43%) 100%);

}



.main_slider .row {

    z-index: 1;

    position: relative;

}



.banner_text {

    padding-left: 60px;

    position: relative;

}



.banner_text::before {

    top: 0;

    bottom: 0;

    left: 30px;

    width: 1px;

    height: 100%;

    content: '';

    margin: auto;

    position: absolute;

    background-color: #3a3a3a;

}



.banner_text::after {

    top: 0%;

    left: 30px;

    width: 1px;

    height: 10%;

    content: '';

    margin: auto;

    position: absolute;

    background-color: #1f7092;

    animation: bannerinfiniteMove 5s ease-in-out infinite;

}



@keyframes bannerinfiniteMove {



    0%,

    100% {

        top: 0%;

    }



    50% {

        top: 90%;

        opacity: 1;

    }

}



.banner_text h1 span {

    color: #1487b6;

    display: block;

}



.banner_text h1 {

    line-height: 85px;

    margin-bottom: 15px;

}



.banner_text p {

    margin-bottom: 25px;

}



/*banner css end*/



/* inner-banner */



.inner-banner {

    min-height: 550px;

}



.inner-banner .banner_text {

    margin-top: 80px;

}



.inner-banner .banner_text::after {

    height: 100%;

    animation: none;

}



/* inner-banner */



/* about-sec */



.about-sec {

    padding: 100px 0px;

}



.about-img {

    width: 100%;

    height: 500px;

    min-height: 100%;

    overflow: hidden;

    border-radius: 10px;

}



.about-img img {

    width: 105%;

    height: 100%;

    max-width: 105%;

    object-fit: cover;

    animation: moveLeftToRight 4s linear infinite;
    object-position: 0 -180px;

}



@keyframes moveLeftToRight {

    0% {

        transform: translateX(-5px);

    }



    50% {

        transform: translateX(5px);

    }



    100% {

        transform: translateX(-5px);

    }

}



.about-text {
    position: relative;
    border-radius: 10px;
    background-color: #1a1a1a;
    padding: 40px 30px 30px 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}



.about-text::before {

    top: 0;

    bottom: 0;

    left: 30px;

    width: 1px;

    height: 85%;

    content: '';

    margin: auto;

    position: absolute;

    background-color: #3a3a3a;

}



.about-text::after {

    top: 7.5%;

    left: 30px;

    width: 1px;

    height: 10%;

    content: '';

    margin: auto;

    position: absolute;

    background-color: #1f7092;

    animation: infiniteMove 5s ease-in-out infinite;

}



@keyframes infiniteMove {



    0%,

    100% {

        top: 7.5%;

    }



    50% {

        top: 83%;

        opacity: 1;

    }

}



.about-text h2 {

    color: #fff;

    margin-bottom: 10px;

}



.about-text p {

    font-weight: 500;

    color: #bbbbbb;

    margin-bottom: 20px;

}



.about-text h4 {

    color: #1487b6;

    margin-bottom: 15px;

}



.about-inner-text {

    margin-top: 30px;

}



.about-inner-text p {

    margin-bottom: 20px;

}



/* about-sec */



/*LATEST WORK SECTION*/



.latest_work_sec {

    overflow: hidden;

    padding: 5px 2% 100px;

}



.inner-gallery-sec {

    padding: 100px 2%;

}



.gallery-slicer-box {

    width: 100%;

    overflow: hidden;

    border-radius: 10px;

    transition: height 0.3s ease;

}



.gallery-slicer-box img {

    width: 105%;

    height: 100%;

    max-width: 105%;

    object-fit: cover;

    animation: moveLeftToRight 4s linear infinite;

}



.gallerySlider .slick-track {

    display: flex;

    align-items: center;

}



.gallerySlider .slick-slide {

    opacity: 1;

    margin: 0px 5px;

}



/* Default height */

.gallerySlider .slick-slide .gallery-slicer-box {

    height: 360px;

}



/* 2nd and 4th slides */

.gallerySlider .gallery-slide-near .gallery-slicer-box {

    height: 410px;

}



/* Center slide */

.gallerySlider .slick-center .gallery-slicer-box {

    height: 480px;

}







/*LATEST WORK SECTION*/



/* action-sec */



.latest-travel {

    padding: 0px 0px 100px;
    background: #1487b6;
    padding-top: 80px;
    margin-bottom: 80px;

}

section.latest-travel .section-heading h2 span {
    color: #fff !important;
}

section.latest-travel .lat-sm-txt-2 p {
    color: #fff;
}

section.latest-travel .lat-bt-txt p {
    color: #fff;
}

section.latest-travel .section-heading p {
    color: #fff;
}

.lat-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;

}



.lat-img .play-btn {

    top: 0px;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 1;

    margin: auto;

    display: flex;

    position: absolute;

    align-items: center;

    justify-content: center;

}



.lat-img .play-btn::before {

    top: 0;

    left: 0;

    bottom: 0;

    z-index: 1;

    width: 100%;

    content: '';

    height: 100%;

    opacity: 0.7;

    position: absolute;

    background-color: #000;

}



.lat-img .play-btn i {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 1;

    width: 65px;

    margin: auto;

    height: 65px;

    color: #fff;

    display: flex;

    font-size: 20px;

    border-radius: 50%;

    position: absolute;

    align-items: center;

    justify-content: center;

    background-color: #ffffff48;

    animation: pulse 2s infinite;

}



@-webkit-keyframes pulse {

    0% {

        -webkit-box-shadow: 0 0 0 0 #ffffff7e;

    }



    70% {

        -webkit-box-shadow: 0 0 0 10px #ffffff7e;

    }



    100% {

        -webkit-box-shadow: 0 0 0 0 #ffffff7e;

    }

}



@keyframes pulse {

    0% {

        -moz-box-shadow: 0 0 0 0 #ffffff7e;

        box-shadow: 0 0 0 0 #ffffff7e;

    }



    70% {

        -moz-box-shadow: 0 0 0 10px #ffffff7e;

        box-shadow: 0 0 0 10px #ffffff7e;

    }



    100% {

        -moz-box-shadow: 0 0 0 0 #ffffff7e;

        box-shadow: 0 0 0 0 #ffffff7e;

    }

}



.lat-img .play-btn img {

    width: 105%;

    height: 100%;

    max-width: 105%;

    object-fit: cover;

    animation: moveLeftToRight 4s linear infinite;

}



.lat-img .vid {

    width: 100%;

    height: 100%;

}



.lat-img .vid video {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.lat-sm-img {

    width: 100%;

    height: 150px;

    overflow: hidden;

    border-radius: 10px;

}



.lat-sm-img a,
.lat-sm-img a img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}

.lat-bt-txt {
    margin-top: 25px;
    margin-bottom: 30px;
}



.lat-bt-txt h3 {

    margin-bottom: 10px;

}

.lat-bt-txt h4 {
    color: #fff;
}


.lat-bt-txt p {

    max-width: 680px;

}



/* action-sec */



/* blog sec */



.blog-sec {

    padding: 0px 0% 20px;

}



.blogSlider .slick-slide {

    opacity: 0;

}



.blogSlider .slick-list {

    overflow: visible;

}



.blogSlider .slick-active {

    opacity: 1;

}



.blogSlider .slick-dots {

    display: flex;

    bottom: -60px;

    flex-wrap: wrap;

    position: absolute;

    align-items: center;

    justify-content: center;

}



.blogSlider .slick-dots li {

    width: 30px;

    height: 30px;

    opacity: 0.5;

    display: flex;

    border-radius: 50%;

    align-items: center;

    justify-content: center;

    border: 1px solid #7b2ade00;

}



.blogSlider .slick-dots li button {

    display: flex;

    align-items: center;

    justify-content: center;

}



.blogSlider .slick-dots li.slick-active {

    border: 1px solid #1487b6;

    opacity: 1;

}



.blogSlider .slick-dots li.slick-active button::before {

    color: #1487b6;

}



.blogSlider .slick-dots li button:before {

    width: 30px;

    height: 30px;

    display: flex;

    font-size: 15px;

    color: #bababa;

    align-items: center;

    justify-content: center;

}



.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail {

    transition: ease-in;

    transition-duration: 0.5s;

    background-color: #1487b6;

}



.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail * {

    color: #fff;

    transition: ease-in;

    transition-duration: 0.5s;

}



.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail ul li i {

    transition: ease-in;

    transition-duration: 0.5s;

    background-image: -webkit-lin
}



.blog-box:hover .blog-box-detail h6,

.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail h6 {

    display: none;

}



.blog-box:hover .blog-box-detail p,

.blogSlider .slick-slide.slick-current.slick-active.slick-center .blog-box .blog-box-detail p {

    -webkit-line-clamp: 8;

}



.blog-box:hover .blog-box-detail ul li i {

    transition: ease-in;

    transition-duration: 0.5s;

}



.blog-box:hover .blog-box-detail {

    transition: ease-in;

    transition-duration: 0.5s;

    background-color: #1487b6;

}



.blog-box:hover .blog-box-detail * {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.blog-box {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.blog-box img {
    width: 100%;
    height: 670px;
    object-fit: contain;
    border-radius: 10px;
}

.blog-box .blog-box-detail {
    width: 92%;
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
    transition: ease-out;
    margin: -100px auto 0px;
    transition-duration: 0.5s;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 81.48px 2.52px rgba(0, 0, 0, 0.19);
}



.blog-box .blog-box-detail h3 {

    font-size: 25px;

    font-weight: 300;

    color: #1a1a1a;

    margin-bottom: 10px;

}



.blog-box .blog-box-detail p {

    overflow: hidden;

    color: #7c7c7c;

    margin-bottom: 10px;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.blog-box .blog-box-detail h6 {

    text-transform: uppercase;

    text-decoration: underline;

}



.blog-box .blog-box-detail ul {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-bottom: 10px;

    justify-content: space-between;

}



.blog-box .blog-box-detail ul li {

    gap: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.blog-box .blog-box-detail ul li i {
    font-size: 14px;
    color: #1487b6;
    transition: ease-in;
    transition-duration: 0.5s;
}

.blog-box .blog-box-detail ul li h5 {
    font-size: 14px;
    color: #4d4d4d;
    font-family: 'Montserrat';
}

.inner-blog-sec {
    padding: 100px 2%;
}

/* blog sec */

/*Contact Us Start*/

.contact-us-sec {
    padding: 100px 0;
    position: relative;
}

.contact-us-form {
    position: relative;
    border-radius: 10px;
    background-color: #1a1a1a;
    padding: 40px 30px 50px 65px;
}

.contact-us-form::before {
    top: 0;
    bottom: 0;

    left: 30px;

    width: 1px;

    height: 85%;

    content: '';

    margin: auto;

    position: absolute;

    background-color: #3a3a3a;

}



.contact-us-form::after {

    top: 7.5%;

    left: 30px;

    width: 1px;

    height: 10%;

    content: '';

    margin: auto;

    position: absolute;

    background-color: #1f7092;

    animation: infiniteMove 5s ease-in-out infinite;

}



@keyframes infiniteMove {



    0%,

    100% {

        top: 7.5%;

    }



    50% {

        top: 83%;

        opacity: 1;

    }

}



.contact-us-form h2 {

    color: #fff;

    margin-bottom: 10px;

}



.contact-us-form p {

    font-weight: 500;

    color: #bbbbbb;

    margin-bottom: 20px;

}



.contact-us-form h4 {

    color: #1487b6;

    letter-spacing: 3px;

    margin-bottom: 8px;

}



.contact-us-form input {

    width: 100%;

    height: 55px;

    color: #fff;

    font-size: 14px;

    padding: 0 15px;

    font-weight: 500;

    border-radius: 8px;

    margin-bottom: 20px;

    border: 1px solid #454545;

    background-color: #1a1a1a;

}



.contact-us-form input::placeholder {

    color: #7e7e7e;

    font-weight: 500;

}



.contact-us-form textarea::placeholder {

    color: #7e7e7e;

    font-weight: 500;

}



.contact-us-form select {

    width: 100%;

    height: 55px;

    color: #fff;

    font-size: 14px;

    padding: 0 15px;

    font-weight: 500;

    border-radius: 8px;

    margin-bottom: 20px;

    border: 1px solid #454545;

    background-color: #1a1a1a;

}



.contact-us-form textarea {

    width: 100%;

    height: 130px;

    color: #fff;

    font-size: 14px;

    padding: 10px 15px;

    font-weight: 500;

    border-radius: 8px;

    margin-bottom: 20px;

    border: 1px solid #454545;

    background-color: #1a1a1a;

}



.contact-us-form .position-relative i {

    top: 17px;

    right: 35px;

    pointer-events: none;

    position: absolute;

    color: #b7b6b5;

}



.contact-us-images {

    width: 100%;

    height: 600px;

    min-height: 100%;

    overflow: hidden;

    border-radius: 10px;

}



.contact-us-images img {

    width: 105%;

    height: 100%;

    max-width: 105%;

    object-fit: cover;

    animation: moveLeftToRight 4s linear infinite;

}





/*Contact Us Ends*/



/*footer start*/



footer {

    overflow: hidden;

    padding-top: 50px;

    background-color: #1a1a1a;

}



footer a {

    color: #fff;

}



footer ul {

    text-align: center;

}



ul.footer-link {
    width: 100%;
    display: flex;
    /* max-width: 640px; */
    padding-top: 15px;
    position: relative;
    align-items: center;
    margin: 0px auto 6px;
    justify-content: center;
    gap: 40px;
}



ul.footer-link li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat';
}



ul.social-icons li i {

    font-size: 20px;

    color: #000;

}



ul.social-icons {

    display: flex;

    padding-top: 60px;

    margin-bottom: 0px;

    position: relative;

}



ul.social-icons:before {

    position: absolute;

    width: 167vh;

    left: -16px;

    height: 1px;

    background-color: #00000026;

    top: 35px;

    content: '';

}



.footer-txt {

    padding: 20px 0px;

    margin-top: 15px;

    position: relative;

}



.footer-txt::before {

    top: 0;

    left: 0;

    height: 1px;

    content: '';

    width: 100vw;

    position: absolute;

    background-color: #484848;

}



.footer-txt::after {

    top: 0;

    right: 0;

    height: 1px;

    content: '';

    width: 100vw;

    position: absolute;

    background-color: #484848;

}



ul.social-icons li {

    padding: 0px 21px;

}



.footer-links-2 {

    margin-top: 20px;

    text-align: center;

    padding: 30px 0px 20px;

}

.footer-links-2 p {
    color: #fff;
    max-width: 640px;
    text-align: center;
    margin: 30px auto 0px;
}

.footer-txt p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-links-2 .row {
    align-items: center;
}

ul.footer-link li {
    padding: 0px 10px;
}

.footer-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
    align-items: center;
    margin: 10px auto 20px;
    justify-content: space-evenly;
}

.footer-links-2 img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}


/*footer end*/

/* interview-sec */

.interview-sec {
    padding: 100px 0px;
}

.interview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.interview-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background: #fff;
}

.interview-card:hover {
    transform: translateY(-5px);
}

.interview-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.interview-card .card-body {
    padding: 15px;
}

.interview-card .card-body h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.interview-card .card-body p {
    font-size: 14px;
    color: #666;
}

/* interview-sec */


/* video-sec */


.video-sec {
    padding: 100px 0px;
}

.video-interview-box .lat-img {
    height: 700px;
}

/* video-sec */


.gallery_image a {
    display: block;
}

.gallery_image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.gallery_image {
    padding: 2px;
}


/*Media Query Start*/



@media only screen and (min-width: 1366px) and (max-width: 1920px) {}


@media only screen and (min-width: 1291) and (max-width: 1365px) {}


@media only screen and (min-width: 992px) and (max-width: 1290px) {
html {
    overflow-x: hidden;
}

h4 {
    font-size: 20px;

}
.menuSec ul {
    gap: 5px;
}

.menuSec ul li a {
    font-size: 11px;
    padding: 5px 2px;
}
.banner_text h1 {
    font-size: 75px;
}
.main_slider {
    min-height: 550px;
    padding: 150px 0% 100px;
}
.footer-links-2 {
    margin-top: 0px;
    padding: 0px 0px 20px;
}
.inner-banner .banner_text {
    margin-top: 0px;
}



    
    
}


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

html {
    overflow-x: hidden;
}
.add-padding {
    padding: 0 0%;
}
.menuSec ul li a {
    padding: 4px 5px;
    font-size: 9px;
}

.header-btn .theme-btn-1 .theme-btn-1-text {
    padding: 15px 5px;
    font-size: 11px;
}

.header-btn .theme-btn-1 .theme-btn-1-img {
    width: 30px;
    height: 30px;
}

.menuSec ul {
    gap: 0;
    margin-left: 0;
}

.menuSec {
    margin-left: 0;
}

.menuSection .container-fluid.add-padding {
    padding: 0 0;
}

.menuSection .header-bg {
    padding: 10px 0%;
    margin: 0px 20px;
}
.about-text {
    padding: 40px 30px 30px 40px;
}
.banner_text h1 {
    font-size: 80px;
}

.about-text {
    padding: 40px 30px 30px 40px;
}

.latest-travel .section-heading h2 {
    font-size: 50px;
}

.lat-sm-txt-2 h4 {
    font-size: 16px;
}

.lat-sm-txt-2 p {
    font-size: 10px;
    line-height: 24px;
}
.latest_work_sec h2 {
    font-size: 50px;
}
.contact-us-form {
    padding: 40px 14px 50px 15px;
}

.contact-us-form.wow.fadeInLeft {}

.contact-us-form::before {
    display: none;
}

.contact-us-form::after {
    display: none;
}

ul.footer-link {
    gap: 10px;
}

ul.footer-link li a {
    font-size: 14px;
}
.footer-links-2 {
    margin-top: 0;
    padding: 0px 0px 20px;
}


}


@media only screen and (min-width: 520px) and (max-width: 767px) {
    
html {
    overflow-x: hidden;
}
h2 {
    font-size: 50px;
}
h4 {
    font-size: 32px;
}
p {
    font-size: 14px;
}
.menuSection .col-12 {
    width: 50%;
}

.menuSection .container-fluid.add-padding {
    padding: 0 0%;
}

.menuSection .theme-btn-1 .theme-btn-1-text {
    padding: 12px 15px;
    font-size: 13px;
}

.menuSection .theme-btn-1 .theme-btn-1-img {
    width: 35px;
    height: 35px;
}
.menuSection {
    position: relative;
}
section.main_slider .banner_text {
    padding-left: 0;
    margin-top: 0;
}

section.main_slider .banner_text h1 {
    font-size: 52px;
    line-height: 55px;
}

section.main_slider .banner_text::before {
    left: -10px;
}

section.main_slider .banner_text::after {
    left: -10px;
}
.main_slider {
    min-height: auto;
    padding: 50px 0%;
}
.about-img img {
    object-position: 0 0px;
    width: 100%;
    height: auto;
    max-width: auto;
}
.about-img {
    height: auto;
    margin-bottom: 10px;
}
.about-text {
    padding: 40px 15px 30px 25px;
}

.about-text::before {
    left: 10px;
}

.about-text::after {
    left: 10px;
}
.latest-travel h2 {
    font-size: 36px;
}

.lat-sm-img {
    height: auto;
}

.lat-sm-img img {
    height: 440px !important;
    object-fit: cover;
    margin-bottom: 20px;
    object-position: top;
    width: 100%;
}
.wow {
    visibility: visible !important;
}
.latest_work_sec p {
    width: 100%;
    max-width: 100%;
}
.latest_work_sec .section-heading h2 {
    font-size: 35px;
}

.latest_work_sec .section-heading p {
    width: 100%;
    max-width: 100%;
}
.contact-us-sec .contact-us-form {
    padding: 30px 10px 20px 15px;
    margin-bottom: 20px;
}

.contact-us-form::before {
    left: 10px;
}

.contact-us-form::after {
    left: 10px;
}
.contact-us-sec .contact-us-form {
    padding: 40px 30px 50px 25px;
}

.contact-us-form::before {
    left: 10px;
}

.contact-us-form::after {
    left: 10px;
}

ul.footer-link {
   display: block;
}

ul.footer-link li a {
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-box img {
    height: auto;
}
.blog-box img {
    height: auto;
}
.about-sec {
    padding: 30px 0px;
}
.latest-travel {
    padding: 0px 0px 30px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.add-padding {
    width: 100%;
    margin: 0px auto;
    padding: 0 4%;
}
.gallery-slicer-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.gallerySlider .slick-slide .gallery-slicer-box {
    height: 300px;
}
.latest_work_sec {
    overflow: hidden;
    padding: 5px 0% 20px;
}
.section-heading p {
    width: 100%;
}
.bslide .slick-slide {
    margin: 0px 0px;
}
.contact-us-form input {
    height: 48px;
    font-size: 14px;
    margin-bottom: 14px;
}
.contact-us-sec {
    padding: 20px 0;
    position: relative;
}
footer {
    padding-top: 0px;
}
.footer-links-2 {
    margin-top: 0px;
    padding: 0px 0px 0px;
}
.gallery_image img {
    height: 400px;
    /* object-fit: contain; */
}
.lat-img .play-btn img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}
.slicknav_nav a:hover {
    background: #1485b4;
}
.inner-blog-sec {
    padding: 30px 1%;
}
.video-interview-box .lat-img {
    height: auto;
}
.video-sec {
    padding: 30px 0px;
}
.interview-sec {
    padding: 20px 0px;
}
.contact-us-images img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.contact-us-images {
    height: auto;
}

    
    
    
    
}


@media only screen and (min-width: 300px) and (max-width: 519px) {
    
html {
    overflow-x: hidden;
}
h2 {
    font-size: 40px;
}
h4 {
    font-size: 20px;
}
p {
    font-size: 12px;
}
.menuSection .col-12 {
    width: 50%;
}

.menuSection .container-fluid.add-padding {
    padding: 0 0%;
}

.menuSection .theme-btn-1 .theme-btn-1-text {
    padding: 9px 6px;
    font-size: 11px;
}

.menuSection .theme-btn-1 .theme-btn-1-img {
    width: 35px;
    height: 35px;
}
.menuSection {
    position: relative;
}
section.main_slider .banner_text {
    padding-left: 0;
    margin-top: 0;
}

section.main_slider .banner_text h1 {
    font-size: 42px;
    line-height: 55px;
}

section.main_slider .banner_text::before {
    left: -10px;
}

section.main_slider .banner_text::after {
    left: -10px;
}
.main_slider {
    min-height: auto;
    padding: 50px 0%;
}
.about-img img {
    object-position: 0 0px;
    width: auto;
    height: auto;
    max-width: auto;
}
.about-img {
    height: auto;
    margin-bottom: 10px;
}
.about-text {
    padding: 40px 15px 30px 25px;
}

.about-text::before {
    left: 10px;
}

.about-text::after {
    left: 10px;
}
.latest-travel h2 {
    font-size: 34px;
}

.lat-sm-img {
    height: auto;
}

.lat-sm-img img {
    height: 350px !important;
    object-fit: cover;
    margin-bottom: 20px;
    object-position: top;
}
.wow {
    visibility: visible !important;
}
.latest_work_sec p {
    width: 100%;
    max-width: 100%;
}
.latest_work_sec .section-heading h2 {
    font-size: 35px;
}

.latest_work_sec .section-heading p {
    width: 100%;
    max-width: 100%;
}
.contact-us-sec .contact-us-form {
    padding: 30px 10px 20px 15px;
    margin-bottom: 20px;
}

.contact-us-form::before {
    left: 10px;
}

.contact-us-form::after {
    left: 10px;
}
.contact-us-sec .contact-us-form {
    padding: 40px 30px 50px 25px;
}

.contact-us-form::before {
    left: 10px;
}

.contact-us-form::after {
    left: 10px;
}

ul.footer-link {
   display: block;
}

ul.footer-link li a {
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-box img {
    height: auto;
}
.blog-box img {
    height: auto;
}
.about-sec {
    padding: 30px 0px;
}
.latest-travel {
    padding: 0px 0px 30px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.add-padding {
    width: 100%;
    margin: 0px auto;
    padding: 0 2%;
}
.gallery-slicer-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.gallerySlider .slick-slide .gallery-slicer-box {
    height: 300px;
}
.latest_work_sec {
    overflow: hidden;
    padding: 5px 0% 20px;
}
.section-heading p {
    width: 100%;
}
.bslide .slick-slide {
    margin: 0px 0px;
}
.contact-us-form input {
    height: 48px;
    font-size: 14px;
    margin-bottom: 14px;
}
.contact-us-sec {
    padding: 20px 0;
    position: relative;
}
footer {
    padding-top: 0px;
}
.footer-links-2 {
    margin-top: 0px;
    padding: 0px 0px 0px;
}
.gallery_image img {
    height: 300px;
}
.lat-img .play-btn img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}
.slicknav_nav a:hover {
    background: #1485b4;
}
.inner-blog-sec {
    padding: 30px 1%;
}
.video-interview-box .lat-img {
    height: auto;
}
.video-sec {
    padding: 30px 0px;
}
.interview-sec {
    padding: 20px 0px;
}
.contact-us-images img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.contact-us-images {
    height: auto;
}




}


/*Media Query End*/



.about-img img {
    height: 970px;
}



.contact-us-form h3 {
    color: white;
    font-size: 23px;
    font-weight: 200;
    margin-bottom: 20px !important;
}

.inner-banner .row {
    align-items: end;
}



section.imgsection img {
    width: 30%;
    margin-top: 20px;
}