<style>
/*
    Theme Name: Zumon Hossain
    Author: zumonhossain.com
    Support: zumonhossain@gmail.com
    Description: Creative  HTML5 template.
    Version: 1.0
    */

/* CSS Index
    -----------------------------------
    1. Google Fonts
    2. Theme Default
    3. Section Heading
    4. Header
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    */

/*
    ==========================================
        Google Fonts
    ==========================================
    */
/* font-family: 'Rubik', sans-serif;  */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&amp;display=swap');

/*
    ==========================================
        Theme Default Css
    ==========================================
    */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

:root {
    --themeColor: #F69322;
    --white: #ffffff;
    --black: #323232;
    --text: #686a6f;
    --hoverColor: #F05123;
}

img {
    max-width: 100%;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    color: #4d4d5c;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-moz-selection {
    background: #ffffff;
    color: rgb(74, 74, 226);
    text-shadow: none;
}

::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

.section_padding {
    padding: 40px 0px;
}

.section_padding_top {
    padding-top: 40px;
}

.section_padding_bottom {
    padding-bottom: 40px;
}

.section_top_space {
    padding-top: 30px;
}

/*
    ==============================================================
        Section Heading Css
    ==============================================================
    */
.section_title {
    position: relative;
}

.section_title h2 {
    position: relative;
    font-size: 35px;
    display: block;
    line-height: 38px;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0;
}

/*
    ==============================================================
        Header Area Css
    ==============================================================

    /*
    ==============================================================
        Intro  Feature Area Start Css
    ==============================================================
    */

.section_bg {
    background-color: #e2ecf6;
}

.intro_feature_area {
    padding: 60px 0px;
}

.single_intro_feature_content {
    /* white-bg border-radius10 transition5 */
    background-color: #fff;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0px 5px 60px 0px rgba(2, 24, 93, 0.08);
    padding: 55px 48px 35px 48px;
}

.intro_icon {
    margin-bottom: 30px;
}

.intro_icon img {
    width: 100%;
    height: 100%;
}

.intro_feature_text h4 {
    margin-bottom: 22px;
    font-size: 22px;
}

.intro_feature_text p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    color: #4d4d5c;
}

.second_items {
    margin-top: 60px;
}

.intro_feature_icon {
    position: absolute;
    top: 28%;
    left: 7%;
}



/* zoom-animation */
.zoom_animation {
    animation: zoom-animation 4s infinite alternate;
    -webkit-animation: zoom-animation 4s infinite alternate;
}

/* heartbeat-middle */
@-webkit-keyframes zoom-animation {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}






/*
    ==============================================================
        Intro  Feature Area Start Css
    ==============================================================
    */


.about_content_wrapper {
    padding-top: 170px;
    padding-bottom: 110px;
    /* background-color: #E2ECF6; */
}

.about_img_wrapper {
    position: relative;
}

.about_img {
    position: relative;
    z-index: 11;
}

.about_img_over {
    /* pl-50 transition5 d-inline-block position-relative */
    position: relative;
    transition: 0.5s;
    display: inline-block;
    padding-left: 50px;
}


.about_img_over::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 64px;
    background: #80db66;
    right: 55px;
    bottom: -32px;
    z-index: 111;
}

/* .about_img_over::after {
        position: absolute;
        content: "";
        background: #E2ECF6;
        background-image: url(https://ethemestudio.com/demo/thames/1_home_main/images/about/about-img-shape.jpg);
        width: 65px;
        height: 65px;
        right: -9%;
        top: 137px;
        transform: rotate(42deg);
        z-index: 11;
    } */

.about_img {
    position: relative;
    z-index: 11;
}

.about_img img {
    border-radius: 10px;
    position: relative;
    z-index: 11;
}

.about_shape1 {
    position: absolute;
    width: 133px;
    height: 134px;
    border: 4px solid #80db66;
    right: -25px;
    top: -25px;
}

.about_shape2 {
    position: absolute;
    z-index: 11;
    background: #80db66;
    width: 91px;
    height: 91px;
    top: 70px;
    left: -12px;
}

.about_download_wrapper {
    position: absolute;
    z-index: 11;
    left: -75px;
    bottom: -125px;
}

.cv_download_link {
    transition: 0.5s;
}

.download_bg {
    display: inline-block;
}

.rotate-animation {
    animation: rotation 10s infinite linear;
    -webkit-animation: rotation 10s infinite linear;
}


.slider-social-link .social li:hover {
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.d_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/* About Content  */
.about_content {
    position: relative;
}

.about_content_title {
    position: relative;
}

.title span {
    font-size: 18px;
    letter-spacing: 7px;
    color: var(--themeColor);
    font-weight: 400;
}

.title h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.title h2::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: var(--themeColor);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.about_content_dec1 {
    margin-bottom: 30px;
}

.long-description button {
    border: 1px solid var(--themeColor);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: ease-out 0.5s;
}

.long-description button:hover {
    color: #000;
    box-shadow: inset 0 -100px 0 0 rgb(74 222 128);
}

.about_content_dec2 {
    margin-bottom: 20px;
}

.about_info_wrapper {
    border-top: 1px solid #bcc7d3;
    border-bottom: 1px solid #bcc7d3;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.about_info li {
    display: inline-block;
}

.about_info {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about_info_left p {
    font-weight: 600;
    font-family: "Jost", serif;
}

.about_info li p {
    margin-bottom: 6px;
}

.about_footer_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.about_footer_content .signature {}

.about_icon {
    position: absolute;
    right: 3%;
    top: 5%;
    z-index: 11;
}

.about-text-style {
    font-size: 271px;
    line-height: 1;
    transform: matrix(0, -1, 1, 0, 0, 0);
    -moz-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
    -ms-transform: matrix(0, -1, 1, 0, 0, 0);
    bottom: 212px;
    right: 69%;
}

.section-text-color {
    color: #e2ecf6;
    font-family: "Jost", serif;
}

.meta_text_color {}

.about_footer_content_right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.about_footer_content_right h6 {
    font-size: 20px;
    text-transform: uppercase;
}

/* Aos Aniamtion Css  */
/*
    ==============================================================
        Fun Fact Section
    ==============================================================
    */

.fun_fact_area {
    background: #25262f;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 120px;
}

.fun_fact_content p {
    color: #a0a0bb;
}

.single_fact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 10px;
    padding: 48px 30px;
    border: 1px solid rgb(204, 211, 217, 0.2);
    margin-bottom: 20px;
}

.single_fact h3 {
    font-size: 21px;
    line-height: 1.5;
}

.counter_box span {
    font-size: 72px;
    line-height: 0.4;
    color: var(--themeColor)
}

.counter_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
    ==============================================================
       Blog Section Area Start
    ==============================================================
    */

.blog_area {
    background-color: #E2ECF6;
    padding-top: 100px;
    padding-bottom: 60px;
}

.single_blog {
    margin-bottom: 50px;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    overflow: hidden;
}

.single_blog:hover {
    box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.06);
}

.blog_img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
}

.blog_img img {
    transition: transform 0.5s ease-in-out;
}

.blog_img:hover img,
.zoom-img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.single_blog_content {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.05);
    background-color: #fff;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 30px;
}

.blog_meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog_meta li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog_meta li .blog_icon {
    color: var(--themeColor);
    font-size: 16px;
}

.blog_meta li .blog_text {
    color: #9b9db1;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.single_blog_content h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: "Jost", serif;
    margin-top: 8px;
}

.single_blog_content a {
    color: #000;
    transition: all 0.5s ease-in-out;
}

.single_blog_content a:hover {
    color: var(--themeColor);
}

/*
    ==============================================================
       Blog Details Area Start
    ==============================================================
    */


.blog_modal_area .modal-dialog {
    max-width: 1180px;
    margin: 0 auto;
}

.blog_modal_body {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.modal-header.modal_closed_icon {
    padding: 30px;
    border-bottom: none !important;
}


.modal_closed_icon button {
    position: absolute;
    right: 10px;
    border: none !important;
    background-color: inherit !important;
}

.modal_closed_icon button span {
    font-size: 18px;
    color: var(--themeColor);
    background: #e7e1e1;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    border-radius: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.blog_modal_img img {
    border-radius: 50px;
}

.content_wrapper .modal_title {
    font-size: 36px;
    padding: 50px 0px 20px 0px;
    line-height: 1.32;
    font-family: "Jost", serif;
    font-weight: 600;
}

.content_wrapper .blog_meta {
    margin-bottom: 25px;
}

.content_wrapper p {
    margin-bottom: 16px
}

.pro_modal_footer mt-30 mb-45 {
    margin-top: 30px;
    margin-bottom: 45px;
}

.pro_modal_footer {
    padding-top: 15px;
}

.pro_modal_footer h6 {
    font-size: 18px;
}

.modal_tags li a {
    color: #9b9db1;
    font-family: "Open Sans", sans-serif;
}

.modal_tags .tag_list {
    display: flex;
    align-items: center;
    gap: 14px;
}

.modal_tags {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pro_modal_footer h6 {
    font-size: 16px;
}

.social_link {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pro_modal_social_link {
    gap: 15px;
}

.linkedin_bg {
    background: #0077b5;
}

.facebook_color {
    color: #1877f2;
}

.twitter_color {
    color: #1da1f2;
}

.instagram_color {
    color: #405de6;
}

.linkedin_color {
    color: #0077b5;
}

/*
    ==============================================================
      content Me area Start sm
    ==============================================================
    */

.contact_me_area {
    padding-bottom: 80px;
    padding-top: 80px;
}


/* contact_location s_contact mb-20 transition-3 d-lg-flex align-items-center */

.s_contact {
    margin-bottom: 20px;
    transition: 0.3s;
    display: flex;
    align-items: start;
    gap: 20px;
}

.contact_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.contact_text h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.contact_text p {
    color: #4d4d5c;
}

.contact_text p a {
    color: #4d4d5c;
    transition: 0.5s;
}

.contact_text p a:hover {
    color: var(--themeColor)
}


/* name w-100 theme-border pl-20 pt-15 pb-15 pr-10 form-color border-radius5 openS-font-family */

.contact_info input,
.contact_info textarea {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    border: 1px solid #c8ccd4;
    color: #9b9db1;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.contact_info .massage {
    min-height: 200px;
}

.common_button_style {
    position: relative;
}


.common_button_style {
    padding: 14px 40px 13px 40px;
    font-size: 16px;
    background-color: var(--themeColor);
    color: #ffffff;
    border-radius: 5px;
    outline: 0 none;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    text-transform: uppercase;
}

.common_button_style::after {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 155px;
    left: -75px;
    opacity: 0.2;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;

}

.common_button_style:hover::after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.common_button_style:hover {
    color: #ffffff;
}

/* Map Area  */

.map_container {
    margin-top: 60px;
    z-index: 1;
    position: relative;
}

.map_container #map {
    width: 100%;
    min-height: 340px;
    background: #f9f9f9;
    border-radius: 10px;
}



/* Footer Area Section Start  */

/* Banner Images  */

.slider_area {
    background-color: #25262f;
}

.slider_height {
    min-height: 900px;
}

.single_slider {
    position: relative;
}

/* hero_shape hero_shape1 position-absolute d-none d-lg-inline-block */

.hero_shape {}

.hero_shape1 {
    top: 18%;
    right: 5%;
    position: absolute;
}

.hero_shape2 {
    bottom: 17%;
    right: 12%;
    position: absolute;
}

.hero_shape3 {
    bottom: 8%;
    left: 6%;
    position: absolute;
}

.hero_shape4 {
    top: 21%;
    left: 47%;
    position: absolute;
}

.hero_shape_container {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider_wrapper {
    position: relative;
    z-index: 99;
}

.text_capitalize #typed {
    color: var(--themeColor) !important;
}

#typed-cursor {
    color: #80db66;
    /* Set cursor color to #80db66 */
    font-weight: bold;
    font-size: 2rem;
    /* Match the size to text */
}


.slider_content h1 {
    font-size: 56px;
    line-height: 62px;
    color: #fff;
    margin-top: 18px;
}

.mohasagor_logo img {
    width: 180px;
    /* background-color: #fff; */
    border-radius: 5px;
    margin-top: 20px;
}

/* .slider_content .sub-heading {
        display: block;
        text-transform: uppercase;
        color: var(--themeColor);
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 7px;
        font-weight: 400;
    } */

.slider_content .sub-heading {
    /* display: block; */
    text-transform: uppercase;
    color: var(--themeColor);
    font-size: 18px;
    line-height: 20px;
    /* letter-spacing: 4px; */
    font-weight: 500;
    background: rgba(26, 31, 43, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 50px;
}

.slider_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}



.hero_btn_groups {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.hero_common_btn {
    padding: 12px 28px;
    font-weight: 500;
    border-radius: 8px;
}

.exploreBtn {
    background-color: rgb(74 222 128);
    color: #1F2937 !important;
    margin-right: 16px;
    transition: background-color 0.3s ease;
    /* Add transition */
}

.exploreBtn:hover {
    background-color: rgb(34 197 94);
    /* Slightly darker green on hover */
}

.let_talk_btn {
    border: 1px solid rgb(74 222 128);
    color: var(--white) !important;
    position: relative;
    transition: ease-out 0.5s;
}

.let_talk_btn:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 rgb(74 222 128);
}

.let_talk_btn:active {
    transform: scale(0.9);
}



.let_talk_btn svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}


.slider-img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -18px;
    left: 78px;
}

.slider-img {
    z-index: 9;
    width: 450px;
    height: 450px;
}

.slider-img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -18px;
    left: 78px;
    background-color: rgb(59, 60, 70);
    border-radius: 50%;
    border: 5px solid var(--themeColor);
    object-fit: cover;
}

/* .slider-img::before {
        position: absolute;
        content: "";
        border-radius: 50%;
        background-color: rgb(59, 60, 70);
        opacity: 0.529;
        left: 5%;
        top: 0;
        width: 570px;
        height: 561px;
        z-index: -1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        animation: heartbeat-middle 5s infinite alternate;
        -webkit-animation: heartbeat-middle 5s infinite alternate;
    } */

/* heartbeat-middle */
@-webkit-keyframes heartbeat-middle {
    to {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
}

/* slider-social-link position-absolute right-0 d-none d-md-block z-index11 */


.slider-social-link {
    z-index: 9999999;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    right: 0;
}

.slider-social-link .social {
    padding-right: 60px;
}

.slider-social-link .social li {
    /* border: 1px solid rgb(204, 211, 217, 0.2); */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px !important;
}

.slider-social-link .social li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.slider-social-link .social li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 30px !important;
}

/* .slider-social-link .social li:hover {
        background: var(--themeColor);
        border: 1px solid var(--themeColor);
    } */

.rotate-hover:hover span.rotate,
.rotate-hover:hover a.rotate {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


/* Who Area Area Section  */

.who_we_area {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.who_content_wrapper_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.who_content_wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.who_content_wrapper p {
    margin-bottom: 16px;
    padding-right: 40px;
}

.who_content_right {
    margin-left: 30px;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: inherit !important;
}



/* Gallery Section Area Start  */


.gallery_img_container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 16px 0;
}

.gallery_item {
    overflow: hidden;
}


.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.gallery_item img:hover {
    transform: scale(1.05);
}



.gallery_img_area {
    padding-bottom: 40px;
    background-color: white;
    padding-top: 40px;
}



/* Header Area  */

.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999999999;
    transition: 0.3s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}


.main-menu ul li {
    display: inline-block;
    margin-left: 36px;
    position: relative;
}



/* 2. header
--------------------------------------------------- */
.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22;
    transition: 0.3s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.sticky-menu {
    /* background-color: #fff; */
    -webkit-animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999;
}

.logo a {
    display: block;
}

.sticky-menu .logo {
    margin: 0 0;
}

.sticky-menu .logo img {
    max-width: 72%;
}

.sticky-menu .logo a.header-sticky-logo {
    display: block;
}

.sticky-menu .header {
    background: #25262f;
    -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
    -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
    box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sticky-menu .main-menu ul li>a {
    padding: 24px 0;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 36px;
    position: relative;
}

.main-menu ul li>a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    text-transform: capitalize;
    padding: 18px 0;
    position: relative;
}

.main-menu ul li:hover>a,
.main-menu ul li.active a,
.mean-container .mean-nav ul li a:hover {
    color: var(--themeColor);
}

.main-menu ul li>a:hover::before,
.main-menu ul li>a:hover a.active::before {
    background: var(--themeColor);
    width: 100%;
    left: 0;
}


.header-btn {
    padding-left: 40px;
}

.header-btn a {
    padding: 12px 28px 11px 28px;
    border: 1px solid var(--themeColor);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 15px;
}

.header-btn a:hover,
.sticky-menu .header-btn a:hover {
    background: var(--themeColor);
    color: #ffffff;
}

.sticky-menu .header-btn a {
    padding: 8px 20px 7px 20px;
}

/* .header-sidebar.sticky-menu .logo img {max-width: 90%;} */
.header-sidebar.sticky-menu .header-btn a {
    padding: 12px 28px 11px 28px;
}

.main-menu nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25262f;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}



/* Work Experens sm2 */

.experience_area {
    padding-bottom: 60px;
    padding-top: 60px;
}

.experience_img {
    width: 100%;
    height: 100%;
}

.experience_img img {
    width: 100%;
    border-radius: 10px;
}


.experience_margin {
    /* experience-margin mt-160 pb-80 pl-100 mb-50 */
    /* padding-left: 60px; */
}

.experience-ser-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #dddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.experience-ser-icon img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.who_content_right p {
    font-size: 16px;
    line-height: 22px;
}

.experience-ser-icon i {
    color: #000;
    font-size: 40px;
}

.experience-ser-icon svg {
    width: 50px;
    height: 50px;
}

.experience_content_items {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f7f7f7;
    border: 1px solid var(--themeColor);
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    text-align: center
}

.experience_content {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}


.experience-service-text h3 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 24px;
}

.experience-service-text h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}


.experience-service-text span {
    font-size: 14px;
    color: #9b9db1;
}

.experience-service-text p {
    font-size: 15px;
    color: #4B5563;
    line-height: 20px;
}




/* Travel Section Area Start  */


.portfolio-section {
    padding: 3rem 1rem;
    text-align: center;
}

.gallery-item {
    /* position: relative; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1 / 1
}

.destination-text {
    padding-top: 5px;
    color: black;
    font-size: 16px;
    line-height: 22px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.1);
    opacity: 0.8;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.overlay-text {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: white;
}

/* Dots styling */
.owl-dots {
    margin-top: 30px;
}

.owl-dot {
    border: 2px solid transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #bec9ca;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 4px;
}

.owl-dot.active {
    border: 2px solid var(--themeColor);
    background-color: var(--themeColor)
}

.blog_acitve_slide .owl-prev {}

.blog_acitve_slide .owl-nav {
    position: absolute;
    top: -84px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.blog_icon_slide {
    width: 42px;
    height: 42px;
    line-height: 41px !important;
    background: transparent;
    color: var(--themeColor);
    font-size: 18px;
    border: 1px solid #c8ccd4;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    text-align: center;
}

.blog_icon_slide:hover {
    background-color: var(--themeColor);
    color: #ffffff;
}






/* Footer Area Section  */





.footer_area {
    padding: 100px 0 90px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 solid #e1e1e1;
}

.footer_menu_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.footer_menu_list.footer_left ul {
    justify-content: end;
}

.footer_menu_list.footer_right ul {
    justify-content: start;
}





.custom-footer-menu ul li {
    position: relative;
}

.custom-footer-menu ul li a {
    color: #000;
    position: relative;
    transition: color 0.2s ease-out;
    font-weight: 500;
    font-size: 17px;
}

.custom-footer-menu ul li a:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(.16, .21, 0, .95);
}

.custom-footer-menu ul li a:hover:before {
    transform: scaleX(1);
}

.custom-footer-menu ul li a:hover {
    color: var(--themeColor);
}

.footer_menu_content {
    position: relative;
}

.footer_menu_content::before {
    content: '';
    width: 76px;
    height: 4px;
    background-color: var(--themeColor);
    top: 132%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    border-radius: 20px;
}

.footer-social {
    color: #000;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}

.footer-social p {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 16px;
}

.sub_sub_heading {
    color: #ffffff;
}

.sub_sub_heading span {
    display: block;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--themeColor);
}

.social-icon i {
    display: inline-block;
    font-size: 20px;
}

.menu_list_two ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.menu_list_two ul li a {
    color: #000;
    position: relative;
    transition: color 0.2s ease-out;
    font-weight: 500;
    font-size: 14px;
}

.mobile_menubar i {
    color: var(--themeColor);
    font-size: 20px;
    border: 2px solid transparent;
    padding: 5px 10px;
    border-radius: 3px;
}


.mobile_menu_content .offcanvas {
    background-color: var(--themeColor)
}

.mobile_closed .btn-close {
    background-color: #e7e1e1;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #000 !important;
}

.mobile_menu_content .offcanvas-header {
    align-items: end;
    justify-content: end;
}

.menu_list_mobile {
    padding: 10px 0px 0px 20px;
}

.menu_list_mobile ul li {
    margin-bottom: 14px
}

.menu_list_mobile ul li a {
    color: #ffffff;
    border: 0;
    font-weight: 400;
    /* padding: 8px 5%; */
    border-color: transparent;
    text-transform: capitalize;
}

/* social link-color css */

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


.menu_list_mobile ul li a {
    color: #ffffff;
    border: 0;
    font-weight: 400;
    /* padding: 8px 5%; */
    border-color: transparent;
    text-transform: capitalize;
}

.social_mobile li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.soclial_list {
    padding: 10px 0px 0px 20px;
}

.facebook-bg {
    background: #1877f2;
}

.twitter-bg {
    background: #1da1f2;
}

.instagram-bg {
    background: #405de6;
}

.linkedin-bg {
    background: #0077b5;
}

.facebook-color {
    color: #1877f2;
}

.twitter-color {
    color: #1da1f2;
}

.instagram-color {
    color: #405de6;
}

.linkedin-color {
    color: #0077b5;
}

.soclial_list h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;

}








/* ====================== */
/* Our Project Start  */

.our_project_img_wrapper {
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}

.project-details {
    padding: 10px;
}

.project-details h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}

.project-details p {
    font-size: 16px;
    line-height: 20px;
}

.our_project_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.our_project_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}

.our_project_img img:hover {
    transform: scale(1.5);
    transition: all ease-in-out 0.5s;
}


.our_project_area {
    background-color: #fff;
    padding: 60px 0px;
}


.modal_project_img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.modal_project_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

.download_icon button {
    background-color: var(--themeColor);
    border-radius: 5px;
    color: #fff;
    padding: 8px 18px;
    border: none;
    margin-top: 10px;
    margin-bottom: 4px;
}

.button-groups {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}


.download_icon a {
    background-color: #dc3545;
    border-radius: 5px;
    color: #fff;
    padding: 8px 18px;
    border: none;
    margin-top: 10px;
    margin-bottom: 4px;
    margin-left: 5px;
}

.download_icon {
    display: flex;
    align-items: end;
    justify-content: end;
}

.gallery_popup_area .gallery_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.gallery_popup_area .gallery_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
}

.blog_modal_area .modal-dialog {
    margin-top: 83px;
}

/* .download_icon svg {
        width: 40px;
        height: 40px;
        color: white;
} */

.mobile-m-bar {
    display: none;
}

/*
    ==============================================================
        Responsive Area Css
    ==============================================================
    */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .single_fact h3 {
        font-size: 18px;
        text-align: left;
    }

    .single_fact span {
        font-size: 48px;
    }

    .single_fact {
        padding: 40px 20px;
        text-align: center;
    }

    .hero_shape1 {
        top: 65px;
        right: 8%;
        position: absolute;
        width: 46px;
    }

    .hero_shape4 {
        top: 66px;
        left: 30px;
        position: absolute;
        width: 50px;
    }
}



@media screen and (max-width: 1028px) {
    .experience_content {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 992px) {
    .slider_content h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 16px;
        margin-top: 8px;
        color: #fff;
    }

    .hero_btn_groups {
        margin-top: 30px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .about_footer_content {
        flex-direction: column;
    }

    .slider_wrapper {
        text-align: center;
        margin-top: 35px;
    }

    .experience_area {
        padding-top: 0px;
    }

    .slider-img::before {
        left: 9%;
        top: 32%;
        width: 350px;
        height: 350px;
    }


    .project-details p {
        font-size: 14px;
        line-height: 20px;
    }

    .project-details h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .experience_content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .experience_content_items {
        padding: 8px 4px;
    }

    .experience-service-text h3 {
        margin-top: 10px;
    }

    .slider-img img {
        min-width: auto;
        min-height: auto;
        /*border-radius: 12px;*/
        /*-webkit-border-radius: 12px;*/
        /*-moz-border-radius: 12px;*/
        /*-ms-border-radius: 12px;*/
        /*-o-border-radius: 12px;*/
        top: 0;
        left: 0;
    }

    .second_items {
        margin-top: 0px;
    }

    .about_content_wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about_content {
        margin-top: 90px;
    }

    .about_img_over {
        padding-left: 0px;
    }

    .experience_margin {
        padding-left: 0px;
        margin-top: 30px;
    }

    .experience-ser-icon span {
        width: 40px;
        height: 40px;
    }

    .experience_content_items {
        /* gap: 18px; */
    }

    .experience-service-text h3 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 17px;
    }


    .experience_area {
        margin-bottom: 0px;
    }

    .fun_fact_area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .who_content_wrapper {
        margin-left: 0px;
        margin-top: 20px;
    }

    .blog_area {
        background-color: #E2ECF6;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .blog_modal_body {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .blog_modal_img img {
        border-radius: 10px;
    }

    .content_wrapper .modal_title {
        font-size: 32px;
        padding: 22px 0px 18px 0px;
        line-height: 40px;
    }

    .content_wrapper .blog_meta {
        margin-bottom: 14px;
    }

    .modal_tags {
        margin-bottom: 10px;
    }

    .contact_me_area {
        padding-bottom: 60px;
        /* padding-top: 60px; */
    }

    .contact_icon {
        width: 50px;
        height: 50px;
    }

    .s_contact {
        gap: 20px;
    }

    .contact_text h4 {
        font-size: 22px;
        margin-bottom: 2px;
    }

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

    .footer_area {
        padding: 50px 0 50px;
    }

    .sticky-menu .header {
        /* padding: 14px 0px; */
    }

    .experience-ser-icon {
        width: 100px;
        height: 100px;
    }

    /* .slider_height {
            min-height: 850px;
        } */


    .sub_sub_heading {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 0px !important;
    }

    .slider-img {
        width: 340px;
        height: 340px;
        border-radius: 50%;
    }

    .slider-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .mobile-m-bar {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0px;
    }

    .mobile_menu_list ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .mobile_menu_list ul li a {
        color: #ffffff;
        border: 0;
        font-weight: 400;
        padding: 8px 5%;
        border-color: transparent;
        text-transform: capitalize;
    }

    .mobile_menu_list ul .active a {
        color: var(--themeColor);
    }

    .mobile_menu_list {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .slider-social-link {
        bottom: 50px !important;
        top: inherit !important;
        transform: inherit !important;
    }

    .slider-social-link .social {
        padding-right: 10px;
    }

    .slider-social-link .social li svg {
        width: 40px;
        height: 40px;
        margin-bottom: 15px !important;
    }

    .slider-social-link .social li:hover {
        background: var(--themeColor);
        border: 1px solid var(--themeColor);
    }

    .blog_icon_slide {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
    }



    .slider-social-link .social li {
        margin-bottom: 10px;
    }

    .who_content_right p {
        padding-right: 0px;
    }
}




@media screen and (max-width: 767px) {
    .title h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .about_shape1 {
        width: 110px;
        height: 110px;

    }

    .about_shape2 {
        width: 75px;
        height: 75px;
        left: -50px;
    }

    /* .about_img_over::after {
            right: -45px;
        } */

    .gallery_img_container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        ;
    }

    .map_container {
        margin-top: 40px;
    }

    .contact_info input,
    .contact_info textarea {
        margin-bottom: 15px;
    }

    .blog_icon_slide {
        width: 30px;
        height: 30px;
        line-height: 30px !important;
        font-size: 13px
    }

    .destination-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 600px) {
    .slider-img::before {
        left: 0;
        top: 13%;
        width: 350px;
        height: 350px;
    }

    .single_intro_feature_content {
        padding: 45px 30px 25px 30px;
    }

    .about_download_wrapper {
        left: -50px;
        bottom: -75px;
        max-width: 150px;
    }

    .hero_common_btn {
        padding: 12px 10px;
        font-weight: 500;
        border-radius: 8px;
        font-size: 14px;
    }



}

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

@media screen and (max-width: 360px) {
    .about_shape2 {
        width: 60px;
        height: 60px;
        left: -45px;
    }
}

</style>
