/**------------------------------------------------------
Item Name: Borox - Personal Portfolio HTML Template.
Author: ashishmaraviya
Version: 2
Copyright 2023
-----------------------------------------------------------**/


/*------------------------------------------------------------------
[Table of contents]

01. Typography
02. Components
    - Common
    - Header
    - Footer
03. Layouts
    - Home
    - About
    - Service
    - Experience
    - Portfolio
    - News
    - Contact
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
# [Color codes]

Template contains couple color like:
$main-primary-color : #ff3131;

# */


/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/


/*--  Quicksand font  --*/

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}


/*--  Montserrat font  --*/

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

:root {
    --bs-body-color: #222222000;
}


/*===== Commen css =====*/

body {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Montserrat";
    font-weight: 400;
}

h1 {
    font-family: "Quicksand";
    font-weight: 700;
    letter-spacing: 0.01rem;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Quicksand";
    font-weight: 400;
    letter-spacing: 0.01rem;
}

.padding-tb-80 {
    padding: 80px 0;
}

.padding-t-80 {
    padding-top: 80px;
}

.padding-b-80 {
    padding: 0 0 80px 0;
}

p,
li,
span {
    letter-spacing: 0.02rem;
}

p {
    font-size: 18px;
    line-height: 28px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.navbar-dark .navbar-nav .nav-link {
    margin-left: 0;
}

a {
    text-decoration: none;
}

.bx-flash:after {
    content: "";
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: bx-flash 3s ease-in-out infinite;
    animation: bx-flash 3s ease-in-out infinite;
    z-index: 99;
}

.social-media-header .fa,
.footer-icon .fa,
.social-logos .fa {
    padding: 7px;
    font-size: 14px!important;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
}

.bx-about-section .personal-detail .content .right .email.pb ul li.nav-item.footer-icon i.fa.fa-whatsapp {
    color: #fff!important;
}

.social_icon {
    margin: 0 2px!important;
}

.social-media-header a,
.footer-icon a,
.social-logos a {
    display: inline-block;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    transition: all 0.5s;
}

.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    transition: all 0.5s;
}

.fa-youtube-play {
    background: #bb0000;
    transition: all 0.5s;
    color: white;
}

@-webkit-keyframes bx-flash {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
    }
}

.mb-m-30 {
    margin-bottom: -30px;
}

.m-r-5px {
    margin-right: 5px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-t-80 {
    margin-top: 80px;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.m-b-minus-24px {
    margin-bottom: -24px;
}

.m-tb-minus-12px {
    margin: -12px;
}

.ml-auto {
    margin-left: auto;
}


/* .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    padding: 10px 15px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
} */

.bx-btn,
.bx-btn-1 {
    border: none;
    background: #DF6C4F;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    padding: 12px 24px;
    width: auto;
    transition: all 0.5s;
    display: inline-block;
}


/* 
.bx-btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
} */

.bx-btn:hover,
.bx-btn-1:hover {
    text-decoration: none;
    color: #fff;
    background: #1379b7;
    transition: all 0.5s;
}

.get-started {
    padding: 12px 30px;
    border-radius: 16px;
    font-size: 15px;
    background-color: #6e5840;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.get-started:hover {
    color: #fff;
}

#bx-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bx-overlay .loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: #987654;
    left: -100px;
    -webkit-animation: shadowRolling 2s linear infinite;
    animation: shadowRolling 2s linear infinite;
}

@-webkit-keyframes shadowRolling {
    0% {
        -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    }
    12% {
        -webkit-box-shadow: 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    }
    25% {
        -webkit-box-shadow: 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    }
    36% {
        -webkit-box-shadow: 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0);
    }
    50% {
        -webkit-box-shadow: 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F;
        box-shadow: 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F;
    }
    62% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F;
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F;
    }
    75% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F;
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F;
    }
    87% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F;
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F;
    }
    100% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
    }
}

@keyframes shadowRolling {
    0% {
        -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    }
    12% {
        -webkit-box-shadow: 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    }
    25% {
        -webkit-box-shadow: 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    }
    36% {
        -webkit-box-shadow: 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0);
        box-shadow: 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F, 0px 0 rgba(121, 99, 224, 0);
    }
    50% {
        -webkit-box-shadow: 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F;
        box-shadow: 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F, 100px 0 #DF6C4F;
    }
    62% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F;
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F, 110px 0 #DF6C4F;
    }
    75% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F;
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F, 120px 0 #DF6C4F;
    }
    87% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F;
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #DF6C4F;
    }
    100% {
        -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
        box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
    }
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.bx-btn:active {
    -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.border-r {
    border-right: 10px dashed #fff;
}

.main-bg {
    height: 100%;
    background: #ff3131;
}

.bx-row {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-bg {
    background-color: #fff;
}

.bg-shape {
    background: #f9f9f9;
}

.section-title {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.section-title h2 {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #17181c;
}

.section-title h2 span {
    color: #987654;
}

.section-title .ligh-title {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Montserrat";
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    text-shadow: 1px 0 0 #222222, -1px 0 0 #222222, 0 1px 0 #222222, 0 -1px 0 #222222, 1px 1px #222222, -1px -1px 0 #222222, 1px -1px 0 #222222, -1px 1px 0 #222222;
    opacity: 0.05;
    z-index: 1;
}

section {
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show-section {
    display: block !important;
}

.hide-section {
    z-index: 7;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#overlay_shine {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    z-index: 15;
    display: block;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 0px;
    left: -50%;
    width: 200%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

#scrollup {
    display: inline-block;
    background: #000000;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    cursor: pointer;
}

#scrollup i {
    color: #fff;
}

#scrollup.show {
    opacity: 1;
    visibility: visible;
}

.bx-cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #555;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    -webkit-animation: morphing-image 10s linear infinite forwards;
    animation: morphing-image 10s linear infinite forwards;
    z-index: 999;
}

.bx-cursor-2 {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #555;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999;
}

.bx-hover-cursor {
    width: 50px;
    height: 50px;
    background-color: #6e5840;
    opacity: 0.5;
    z-index: 999;
}

.bx-cursorinnerhover {
    width: 30px;
    height: 30px;
    opacity: 0.5;
    z-index: 999;
}

@-webkit-keyframes morphing-image {
    0% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    10% {
        border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
    }
    20% {
        border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
    }
    30% {
        border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
    }
    40% {
        border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
    }
    50% {
        border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
    }
    60% {
        border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
    }
    70% {
        border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
    }
    80% {
        border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
    }
    90% {
        border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
    }
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}

@keyframes morphing-image {
    0% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    10% {
        border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
    }
    20% {
        border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
    }
    30% {
        border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
    }
    40% {
        border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
    }
    50% {
        border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
    }
    60% {
        border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
    }
    70% {
        border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
    }
    80% {
        border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
    }
    90% {
        border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
    }
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}


/*===== Header css =====*/

header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .navbar-brand img {
    width: 200px;
}

header .nav-sec {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin: 0;
}

header .nav-sec .active .nav-link,
header .nav-sec .nav-link:hover {
    color: #ff3131 !important;
    cursor: pointer;
}

header .nav-sec #navbarSupportedContent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .nav-sec .navbar-nav {
    margin-bottom: 0 !important;
}

header .nav-sec .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.show {
    color: #222222;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}

header .nav-sec .navbar-nav .nav-link:hover {
    color: #222222;
}

header .nav-sec .navbar-nav .nav-link:focus {
    color: #222222;
}

header form .fa-solid {
    margin: 0;
    padding: 20px;
    color: #777;
    border-left: 1px solid #dbdada;
}

.bx-static {
    width: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    right: 0;
    background-color: #fff;
}

.bx-fixed {
    margin: auto;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    right: 0px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(8, 91, 75, 0.1);
}

.bx-fixed .navbar-expand-lg {
    background: transparent;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.bx-static .container-fluid,
header.bg.bx-fixed .container-fluid {
    width: 1320px;
    max-width: 96%;
}


/*new add css s*/

.bx-static {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.bx-fixed {
    -webkit-animation: 0.95s ease 0s normal forwards 1 running bx-fixed;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running bx-fixed;
    -moz-animation: 0.95s ease 0s normal forwards 1 running bx-fixed;
    -ms-animation: 0.95s ease 0s normal forwards 1 running bx-fixed;
    -o-animation: 0.95s ease 0s normal forwards 1 running bx-fixed;
    animation: 0.95s ease 0s normal forwards 1 running bx-fixed;
}

@-moz-keyframes bx-fixed {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes bx-fixed {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes bx-fixed {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes bx-fixed {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}


/*new add css e*/

.bx-fixed .nav-sec {
    padding: 0;
}

.bg-clr {
    padding: 30px;
    background-color: #DF6C4F;
}

.bx-footer-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
}

.bx-footer-detail .bx-copy {
    color: #fff;
    font-size: 13px;
}

.bx-footer-detail .bx-copy .site-name {
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
}

.bx-footer-detail .bx-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}

.bx-footer-detail .bx-privacy a {
    margin: 0px 15px;
    color: #fff;
}


/*===== Hero section css =====*/


/* .bx-home:after {
    content: "";
    width: 100%;
    height: 300px;
    background-image: url(../img/bg/hero-shape.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
} */

.bx-home .parallax {
    position: absolute;
    z-index: 3;
}

.bx-home #shape1,
.bx-home #shape2,
.bx-home #shape3,
.bx-home #shape4,
.bx-home #shape5,
.bx-home #shape6,
.bx-home #shape7 {
    opacity: 0.7;
}

.bx-home #shape1 {
    width: 50px;
    left: 400px;
    bottom: 150px;
}

.bx-home #shape2 {
    width: 50px;
    top: 350px;
    right: 60px;
}

.bx-home #shape3 {
    width: 50px;
    top: 210px;
    left: 550px;
}

.bx-home #shape4 {
    width: 20px;
    bottom: 300px;
    left: 150px;
}

.bx-home #shape5 {
    width: 50px;
    bottom: 200px;
    right: 50px;
}

.bx-home .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


/* 
.bx-home .background-images:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: rgb(223, 108, 79, 0.7);
    width: 100%;
    height: 100%;
} */

.bx-home .carousel-item video,
.bx-home .carousel-item {
    width: 100%;
    float: left;
    object-fit: cover;
}


/* .bx-home .profile-img,
.bx-home .basic-details .info,
.bx-home .carousel-item video,
.bx-home .carousel-item {
    height: 750px;
    padding: 0;
} */

.bx-home .carousel-control-prev {
    left: 3vw;
}

.bx-home .carousel-control-next {
    right: 4vw;
}

.bx-home {
    width: 100%;
    /* background: url(../img/bnr-bg.png); */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center right;
    /* height: calc(750px + 80px); */
    background-repeat: no-repeat;
}

.bx-home .container,
.bx-home .container-fluid {
    height: 100%;
    position: relative;
    z-index: 5;
    max-width: 100%;
}

.bx-home .profile-img {
    padding: 0 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.bx-home .profile-img .profile-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bx-home .profile-img .profile-detail img {
    width: 530px;
    z-index: 1;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    padding: 10px;
    margin-left: 10.4vw;
}

.bx-home .basic-details .info {
    max-width: 500px;
    /* height: 600px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 0;
}

.bx-home .basic-details .info .primary-color {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    background: #DF6C4F;
    max-width: fit-content;
    padding: 6px 20px;
    border-radius: 10px;
    text-align: left;
}

.bx-home .basic-details .info h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
}

.bx-home .basic-details .info h2 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 700;
}

.bx-home .basic-details .info p {
    margin: 20px 0 30px 0;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.02rem;
}

@-webkit-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        opacity: 0;
    }
}

@keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes bg-move {
    0% {
        background-position: left;
        background-size: 100% 100%;
    }
    30% {
        background-position: right;
        background-size: 125% 125%;
    }
    60% {
        background-position: left;
        background-size: 125% 125%;
    }
    100% {
        background-position: right;
        background-size: 100% 100%;
    }
}

@keyframes bg-move {
    0% {
        background-position: left;
        background-size: 100% 100%;
    }
    30% {
        background-position: right;
        background-size: 125% 125%;
    }
    60% {
        background-position: left;
        background-size: 125% 125%;
    }
    100% {
        background-position: right;
        background-size: 100% 100%;
    }
}

.bx-home-water:after {
    background: none !important;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.bx-home-snow {
    background-attachment: fixed !important;
    overflow: hidden;
}

.bx-home-snow:after {
    content: none !important;
}

.bx-home-snow #canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.bx-home-insect {
    -webkit-animation: bg-move 30s infinite;
    animation: bg-move 30s infinite;
}

.bx-home-insect:after {
    content: none !important;
}


/*===== About css =====*/

.bx-about-section .title .light-txt {
    margin-bottom: 5px;
    font-size: 14px;
    color: #987654;
    text-transform: uppercase;
}

.bx-about-section .title h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
}

.bx-about-section .title h2 .primary-clr {
    color: #ECD06F;
}

section#contact p,
section#contact .content,
section#contact span.detail,
section#contact a span.detail,
section#contact .title h2 {
    color: #fff;
    transition: all 0.5s;
}

.modal_title,
.event_title {
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
}

.modal-content {
    border-radius: 20px;
}

.bx-about-section .title p {
    margin-bottom: 30px;
    color: #777;
}

.bx-about-section .title p:last-child {
    margin-bottom: 0px;
}

.bx-about-section .detailed-content p:last-child {
    margin-bottom: 25px;
}

.bx-about-section .personal-detail {
    padding: 30px;
    border: 1px solid #dee2e6;
    border-radius: 15px;
}

.bx-about-section .personal-detail .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bx-about-section .personal-detail .info {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.bx-about-section .personal-detail .pb {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bx-about-section .personal-detail .detail {
    font-size: 14px;
    line-height: 28px;
    color: #777;
}


/* .bx-about-section .sec-img:before {
    content: "";
    background-image: url(../img/about/shape-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 10px;
} */


/* .bx-about-section .sec-img:after {
    content: "";
    background-image: url(../img/service/shape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: 10px;
} */

.bx-about-section .sec-img img {
    width: 100%;
    border-radius: 15px;
}


/*===== Service css =====*/

.bx-service-section .title {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx-service-section .title:after {
    content: "";
    background-image: url(../img/about/shape-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 100px;
}

.bx-service-section .title:before {
    content: "";
    background-image: url(../img/about/shape-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 100px;
}

.bx-service-section .title .light-txt {
    margin-bottom: 5px;
    font-size: 14px;
    color: #987654;
    text-transform: uppercase;
}

.bx-service-section .title h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}

.bx-service-section .title h2 span {
    color: #987654;
    text-transform: capitalize;
}

.bx-service-section .section-card {
    font-family: "Quicksand";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bx-service-section .section-card .sr-no h6 {
    font-size: 50px;
    font-weight: 700;
    color: #987654;
    padding-right: 30px;
    opacity: 0.5;
}

body .light-txt {
    color: #987654;
}

.bx-service-section .section-card .card-description img {
    padding-left: 30px;
    border-left: 1px solid #ff3131;
}

.bx-service-section .section-card .card-description .detailed-txt {
    padding-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #dbdada;
}

.bx-service-section .section-card .card-description .detailed-txt h5 {
    font-size: 20px;
    font-weight: 700;
}

.bx-service-section .section-card .card-description .detailed-txt p {
    margin: 0;
    font-size: 15px;
    color: #777;
}

.bx-service-section .border-bottom {
    padding-top: 80px;
}


/*===== Resume css (EXPERIENCE & EDUCATION)=====*/

.education h4,
.experience h4 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #17181c;
}

.bx-experience-section {
    background-color: #ffd5d5;
}

.bx-experience-section:before {
    content: "";
    background-image: url(../img/achievement/bg-shape.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.bx-experience-section .title {
    padding-top: 80px;
    text-align: center;
}

.bx-experience-section .title p {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #987654;
}

.bx-experience-section .title h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
}

.bx-experience-section .title h2 .primary-clr {
    color: #987654;
    text-transform: uppercase;
}

.bx-experience-section .shape-1:before {
    content: "";
    background-image: url(../img/achievement/shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20%;
    right: 10%;
}

.bx-experience-section .shape-1:after {
    content: "";
    background-color: #ff8c4c;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.11);
    position: absolute;
    top: 20%;
    left: 10%;
}

.bx-experience-section .shape-2:before {
    content: "";
    background-image: url(../img/achievement/shape-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 20%;
    left: 10%;
}

.bx-experience-section .shape-2:after {
    content: "";
    background-image: url(../img/about/shape-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 20%;
    right: 10%;
}

.bx-experience-section .timeline {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    list-style: none;
    position: relative;
    border-left: 2px solid #dee2e6;
}

.bx-experience-section .timeline .timeline-item {
    padding-left: 24px;
    position: relative;
}

.bx-experience-section .timeline li {
    margin: 0;
}

.timeline-info span {
    font-size: 12px;
    font-weight: 500;
    color: #777;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}


/* .timeline-marker:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #ff3131;
    border-radius: 100%;
    display: block;
    background-color: #ffd5d5;
    position: absolute;
    top: 99px;
    left: -9px;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    z-index: -1;
} */


/* .timeline-marker:after {
    content: "";
    width: 20px;
    border: 1px solid #ff3131;
    border-radius: 100%;
    display: block;
    background-color: #ffd5d5;
    position: absolute;
    top: 106px;
    left: 7px;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    z-index: -1;
} */

.timeline-item:last-child,
.timeline-item:after {
    content: none;
}

.timeline-content {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.timeline-content .timeline-title {
    margin-top: 15px;
    color: #987654;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.timeline-content .timeline-title .sub {
    margin-left: 15px;
    color: #999;
    font-size: 14px;
}

.timeline-content p {
    /* margin-bottom: 0;
    font-size: 13px; */
    color: #777;
}


/** Start Portfolio Section **/

.bx-portfolio-section .portfolio .portfolio-content {
    width: 100%;
}

.bx-portfolio-section .portfolio-tabs {
    margin-bottom: 30px;
    text-align: end;
}

.bx-portfolio-section .portfolio-tabs ul {
    padding-left: 0;
    text-align: center;
}

.bx-portfolio-section .portfolio-tabs ul li {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    font-weight: 600;
    margin: 0px 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #17181c;
    font-size: 14px;
    line-height: 11px;
}

.bx-portfolio-section .portfolio-tabs ul li:hover {
    color: #987654;
}

.bx-portfolio-section .title {
    text-align: center;
}

.bx-portfolio-section .title p {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #987654;
}

.bx-portfolio-section .title h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}

.bx-portfolio-section .title h2 .primary-clr {
    color: #DF6C4F;
    text-transform: uppercase;
}

.bx-portfolio-section li.mixitup-control-active {
    color: #6e5840 !important;
}

.bx-portfolio-section .portfolio-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    border: 4px solid #6e5840;
    transition: all 0.5s;
}

.bx-portfolio-section .mix:hover .portfolio-img img {
    border-color: #DF6C4F;
    transition: all 0.5s;
}

.bx-portfolio-section .fancybox-image {
    padding: 0 15px;
}

.bx-portfolio-section .hovereffect {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid transparent;
    border-radius: 0;
    background: #fff;
}

.bx-portfolio-section .hovereffect img {
    display: block;
    position: relative;
}

.bx-portfolio-section .hovereffect .portfolio-img {
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.bx-portfolio-section .hovereffect .portfolio-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bx-portfolio-section .hovereffect .portfolio-img h3 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bx-portfolio-section .hovereffect .portfolio-img h3 span {
    margin: 0 0 10px 10px;
    padding: 12px 35px;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    background: #DF6C4F;
}

.bx-portfolio-section .hovereffect .overlay {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.bx-portfolio-section .hovereffect .overlay .overlay-info {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* .bx-portfolio-section .hovereffect:hover .portfolio-img img {
    -webkit-transform: rotate(-5deg) scale(1.2);
    transform: rotate(-5deg) scale(1.2);
} */

.bx-portfolio-section .hovereffect:hover .portfolio-img h3 {
    opacity: 0;
}

.bx-portfolio-section .hovereffect:hover .overlay {
    opacity: 1;
}

.bx-portfolio-section .hovereffect:hover a.info {
    opacity: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.bx-portfolio-section .hovereffect a.info {
    color: #fff;
    font-size: 13px;
}

.bx-portfolio-section .hovereffect a.info .fa-arrow-right {
    background-color: #6e5840;
    padding: 10px;
    border-radius: 7px;
}

.bx-portfolio-section .hovereffect h3 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

.bx-portfolio-section .fancybox-progress {
    background: #ff3131;
}


/** End Portfolio Section **/


/*===== Resume css (EXPERIENCE & EDUCATION)=====*/

.bx-news-section {
    background: #DF6C4F;
    position: relative;
    overflow: hidden;
}


/* .bx-news-section:before {
    content: "";
    background-image: url(../img/achievement/bg-shape.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
} */


/* .bx-news-section:before {
    position: absolute;
    content: "";
    left: 0;
    display: block;
    right: 0;
    border-top: 70px solid #fff;
    top: 0;
    border-right: 2170px solid transparent;
}

.bx-news-section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    border-bottom: 70px solid #fff;
    border-left: 2170px solid transparent;
    bottom: 0;
} */


/* .bx-home:after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 70px solid #fff;
    border-left: 2170px solid transparent;
    bottom: 0;
} */

.bx-news-section .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.bx-news-section .title p {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #987654;
}

.bx-news-section .title h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.bx-news-section .title h2 .primary-clr {
    color: #ECD06F;
    text-transform: uppercase;
}

.bx-news-section .shape-1:before {
    content: "";
    background-image: url(../img/service/shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20%;
    right: 10%;
}

.bx-news-section .shape-1:after {
    content: "";
    background-image: url(../img/about/shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20%;
    left: 10%;
}

.bx-news-section .shape-2:before {
    content: "";
    background-image: url(../img/bg/shape-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 20%;
    left: 10%;
}

.bx-news-section .shape-2:after {
    content: "";
    background-image: url(../img/bg/shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 20%;
    right: 10%;
}

.bx-news-section .right-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx-news-section .card {
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    border: none;
}

.bx-news-section .card .read-more-btn {
    margin-top: 15px;
    font-size: 14px;
    color: #987654;
    line-height: 1;
}

.bx-news-section .card .read-more-btn i {
    color: #987654;
}

.bx-news-section .card .news-card-img img {
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.bx-news-section .card .news-card-details {
    margin-top: 16px;
}

.bx-news-section .card .news-card-details .primary-clr {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 30px;
    color: #987654;
}

.bx-news-section .card .news-card-details .primary-clr span {
    font-size: 13px;
    color: #777;
}

.bx-news-section .card .news-card-details h5 {
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #dbdada;
}

.bx-news-section .bx-news-detail {
    position: relative;
}


/*.bx-news-section .news-slider {
    max-width: 800px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.bx-news-section .news-right-img img {
    width: 100%;
}


/** End event Section **/


/** Start Contact Section **/

.bx-contact-section .title {
    text-align: center;
}

.bx-contact-section .title p {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #987654;
}

.bx-contact-section .title h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
}

.bx-contact-section .title h2 .primary-clr {
    color: #987654;
    text-transform: uppercase;
}

.bx-contact-section form .border-box {
    /* border-radius: 15px; */
    overflow: hidden;
    /*    border: 1px solid #dbdada;*/
}

.bx-contact-section form .form-group {
    overflow: hidden;
}

.bx-contact-section.contact-info-bottom form .form-group input {
    padding: 10px 12px;
    height: auto;
    font-size: 14px;
    color: #777;
    border: 1px solid #dbdada;
    margin: 0 0 15px;
    border-radius: 10px;
}

.bx-contact-section form .form-group input:not(:last-child) {
    border-bottom: 1px solid #dbdada;
}

.bx-contact-section form .form-group input:focus,
.bx-contact-section form .form-group input:active {
    border-radius: 0;
    border-bottom: 1px solid #dbdada;
}


/*.bx-contact-section form .form-group .border-none {
    border: 0;
}*/

.bx-contact-section form .form-group .border-none:focus,
.bx-contact-section form .form-group .border-none:active {
    border-bottom: 0;
}

.bx-contact-section form .form-group textarea {
    padding: 10px 25px;
    font-size: 15px;
    color: #777;
    border: 1px solid #dbdada;
    border-radius: 15px;
}

textarea.form-control {
    height: 150px;
}

.bx-contact-section form .form-group textarea:focus,
.bx-contact-section form .form-group textarea:active {
    border-radius: 0;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx-contact-section .custom-btn {
    margin-top: 30px;
}


/** End Contact Section **/


/*# sourceMappingURL=style.css.map */

footer .logo img {
    width: 75%;
}

.bottom-menu ul li a {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    transition: all 0.5s;
}

footer .bottom-menu ul li a:hover,
.footer .phone-icon span.mobile_number:hover,
section#contact a span.detail:hover,
.footer .phone-icon a:hover span.mobile_number {
    color: #ECD06F;
    transition: all 0.5s;
}


/* .footer .phone-icon i {
    font-size: 14px;
    background: #ff8c4c;
    color: #fff;
    border-radius: 50%;
    padding: 6px 8px;
    margin-right: 5px;
} */

.footer .phone-icon {
    margin-top: 8px;
}

.phone-icon a {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding-top: 0;
    padding-bottom: 0;
}

.footer .phone-icon span.mobile_number {
    color: #fff;
    transition: all 0.5s;
}

.header .item-right .phone-icon a:hover {
    color: #DF6C4F;
}

.social-logos a {
    color: #fff;
    margin: 0 0 0 5px;
    font-size: 25px;
}


/*18-10-2023*/

ul.dropdown-menu.show {
    border: none;
    padding: 0;
    border-radius: 0px;
    margin-top: 15px;
}

ul.dropdown-menu.show li.nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.dropdown-menu.show li.nav-item:last-child {
    border-bottom: none;
}

.series_image {
    background: #fff;
    position: relative;
    padding-top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.series_image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}

.series_image a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px 15px 0 0;
}

.series_details h2 span {
    display: block;
    font-size: 16px;
    margin: 2px 0 0;
}

.series_details h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #987654;
    transition: all 0.5s;
}

.series_details a:hover h2 {
    color: #DF6C4F;
    transition: all 0.5s;
}

.before-remove:before {
    display: none;
}

.series_details .bx-btn,
.series_details .bx-btn-1 {
    display: inline-block;
}

.youtube_videos .series_image {
    padding-top: 56%;
}


/*18-10-2023*/


/*19-10-2023*/

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

.series_info {
    background: #fff;
    margin: 0 0 20px;
    transition: all 0.5s;
    border-radius: 15px;
}

.series_info:hover .series_details a h2 {
    color: #DF6C4F;
    transition: all 0.5s;
}

.series_details a:hover {
    text-decoration: none;
}

a.info:hover {
    text-decoration: none;
}

.detailed-content .title p:empty {
    display: none;
}

.news-card-details h5 {
    color: #222222;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
    outline: none;
    box-shadow: 0 0 0;
}


/*19-10-2023*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
        margin: 1.75rem auto;
    }
    .vid-popup-bg .modal-content .modal-dialog {
        max-width: 780px;
        margin: 1.75rem auto;
    }
    .vid-popup-bg iframe.video_url_series {
        height: 440px;
    }
}

.breadcrumb-bg .breadcrumb_ul span {
    padding: 0 5px;
    color: #fff;
}

.bread-cap-top ul li {
    display: inline-block;
}

.breadcrumb-bg {
    background: #DF6C4F;
    padding: 35px 0;
    text-align: center;
    margin: 0px;
}

.bread-cap-top ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.bread-cap-top ul li a {
    color: #fff;
}

.breadcrumb-bg h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
}

.event-section-bg .event_title {
    font-size: 21px;
    margin: 20px 0 10px;
    display: inline-block;
    color: #333;
    transition: all 0.5s;
}

.bx-portfolio-section .mix:hover>a .event_title {
    color: #DF6C4F;
    transition: all 0.5s;
}

.event-section-bg.bx-portfolio-section .hovereffect .portfolio-img h3 span {
    padding: 6px 11px;
    font-size: 15px;
}

.event-section-bg.bx-portfolio-section .hovereffect img,
.event-section-bg.bx-portfolio-section .hovereffect {
    border-radius: 15px;
}

.blog-details-bg .timeline-content .timeline-title {
    font-size: 21px;
    font-weight: 700;
}

.blog-details-bg .event-details-img img {
    border-radius: 15px;
}

.blog-details-bg .d-flex {
    gap: 25px;
}

.blog-details-bg .timeline-content .timeline-title span.sub {
    margin: 0;
}

.vid-popup-bg button.btn-close {
    filter: invert(1);
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: 13px;
}

.close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #DF6C4F;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 30px;
    z-index: 1;
    text-align: center;
}

.vid-popup-bg .modal-header {
    padding: 0;
    margin: 0;
}

.vid-popup-bg .modal-body {
    border-radius: 0;
    padding: 5px;
}

.vid-popup-bg .modal-content {
    border-radius: 0;
}

.bx-news-detail .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 100%;
}

.bx-news-section button.owl-next {
    position: absolute;
    right: -70px;
}

.bx-news-section button.owl-prev {
    position: absolute;
    left: -70px;
}

.bx-news-section button span {
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    line-height: 35px;
    background: #000;
    border-radius: 50%;
    font-weight: 400;
    font-size: 40px;
    transition: all 0.5s;
    box-sizing: border-box;
    filter: brightness(0.5) invert(1);
}

.bx-news-section button span:hover {
    background: #463737;
    transition: all 0.5s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    line-height: 28px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 23px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

.carousel-control-next-icon {
    background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    box-sizing: border-box;
    filter: brightness(0.5) invert(1);
}

.carousel-control-prev-icon {
    background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    filter: brightness(0.5) invert(1);
    box-sizing: border-box;
}


/*27-10-203*/

.dropdown-toggle::after {
    margin-left: 0.255em;
    content: "\f107";
    font: normal normal normal 15px FontAwesome;
    border: none;
    vertical-align: middle;
}

header .nav-sec .navbar-nav>.nav-item {
    margin: 0 25px 0 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    padding: 2px 10px;
}

header .nav-sec .navbar-nav>.nav-item:last-child {
    margin: 0;
}


/* 30-10 */

.navbar-expand-lg {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 20px 40px 0px rgba(8, 91, 75, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    top: 50%;
    bottom: inherit;
}

.bx-footer-detail .bx-copy .site-name:hover {
    color: #ECD06F;
    transition: all 0.5s;
}


/*01-11-2023*/

.bx-footer-detail .bx-copy a>img {
    filter: brightness(0) invert(1);
    width: 90px;
    object-fit: contain;
}


/*20-11*/

.phone-icon i {
    font-size: 14px;
    background: #1379b7;
    color: #fff;
    border-radius: 50%;
    padding: 7px 8px;
    margin-right: 5px;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-around;
}

.phone-icon .mobile_number {
    font-size: 15px;
}


/* 29-11 */

.image_div {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* Set a maximum width if needed */
    margin: 0 auto;
    /* Center the container on the page */
}

.best_videos {
    padding-bottom: 10px;
    height: 240px;
    object-fit: cover;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        /* padding: 20px 0 0 0; */
        background: transparent;
        border: none;
        /* top: 100%; */
        transition: all 0.5s;
        display: block;
        opacity: 0;
        transition: opacity 200ms linear;
        -moz-transition: all 200ms linear;
        -webkit-transition: opacity 200ms linear;
    }
    .about_us_li:hover ul.dropdown-menu,
    .series_li:hover ul.dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: opacity 200ms linear;
        -webkit-transition: opacity 200ms linear;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li.nav-item {
        background: #fff;
        padding: 5px 0;
        border-bottom: 1px solid #ffd5d5;
        margin: 0;
    }
}


/* .youtube-image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: contain;
	width: 100%;
	padding: 10px;
}
.youtube-image {
	background-color: var(--bs-white);
	text-align: center;
	border: 1px solid #F0F0F0;
	position: relative;
}
.min_height {
    min-height: 240px;
}
.instagram_image {
    height: 240px;
} */


/*new css 29-01-2024*/

canvas.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section#contact {
    background: #DF6C4F;
}


/* menu css */


/* new menu css */

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0;
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    width: auto;
    display: inline-block;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.header .item-right {
    display: flex;
    justify-content: end;
    width: auto;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 0;
    transition: color 0.3s ease;
    font-weight: 600;
}

.header .item-right a.inquiry-btn:hover {
    color: #fff;
}

.header .menu>ul>li>a .fa {
    margin-left: 7px;
}

.header .item-right .phone-icon a {
    color: #555555;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-right: 15px;
    padding: 15px 0;
}

.header .logo {
    padding: 15px 0;
}

.bx-fixed .header .logo,
.bx-fixed .header .menu>ul>li {
    padding: 10px 0;
}

.header .menu>ul>li:last-child {
    margin-right: 0px;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    padding: 20px 0px;
    transition: all 0.5s ease;
    margin-top: 13px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    border-radius: 0;
    border-top: 3px solid #DF6C4F;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        /* margin-top: 0; */
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
    padding: 10px 20px;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 6px;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    font-weight: 500;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1260px;
    width: 100%;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    padding: 0;
    width: 16%;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #DF6C4F;
    font-weight: 600;
    padding: 10px 8px;
    margin: 2px;
    font-family: "Montserrat";
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .menu>ul>li:hover>a {
    color: #DF6C4F;
    transition: all 0.5s;
}

.header .item-right a:hover {
    color: #ffffff;
    transition: all 0.5s;
}


/* banner section */

.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

.fx-height {
    height: calc(100vh - 213px);
}

img.twit {
    width: 20px;
}


/*responsive*/

@media(max-width: 1199px) {
    /* .header .item-center {
        order: 3;
        flex: 0 0 100%;
    } */
    .header .item-center {
        order: 0;
        flex: 0 0 0;
    }
    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active {
        transform: translate(0%);
    }
    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
        padding: 0px;
    }
    .bx-fixed .header .logo,
    .bx-fixed .header .menu>ul>li {
        padding: 0;
    }
    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
    .header .menu>ul>li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
        width: 100%;
    }
    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.menu-rgt {
    display: flex;
    width: auto;
    align-items: center;
    gap: 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title a {
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title a:hover {
    color: #DF6C4F;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item ul {
    padding: 0 0 15px 10px;
}


/* all gallery page */

.gallery-info-bg .hovereffect .portfolio-img {
    padding-top: 100%;
    position: relative;
}

.gallery-info-bg .hovereffect img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: contain;
    left: 0;
    right: 0;
    bottom: 0;
}

body.body-bg.modal-open {
    overflow: visible !important;
    padding: 0 !important;
}

.about-us-bg img {
    float: left;
    width: 45%;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 20px 20px 0;
}

.about-us-bg {
    text-align: left;
}

.about-us-content {
    margin-bottom: 0px;
}

.about-us-bg ul li {
    color: #777;
    width: 100%;
    display: inline-block;
    margin: 0 0 12px;
    line-height: 1.5;
}

.about-us-bg ul li:last-child {
    margin: 0;
}

.about-us-bg h1,
.about-us-bg h2,
.about-us-bg h3,
.about-us-bg h1,
.about-us-bg h4,
.about-us-bg h5 {
    font-size: 22px;
    font-weight: 600;
    color: #DF6C4F;
    transition: all 0.5s;
}

.about-us-bg a {
    color: #DF6C4F;
    transition: all 0.5s;
}

.about-us-bg a:hover {
    color: #1379b7;
    transition: all 0.5s;
}

.bx-news-section .bx-news-detail nav {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.bx-news-section .bx-news-detail nav span,
.bx-news-section .bx-news-detail nav a {
    background: #fff;
    border: none !important;
    border-radius: 15px;
    margin: 0 10px;
    letter-spacing: 0.02rem;
    font-weight: 500;
    color: #555;
    transition: all 0.5s;
}

.bx-news-section .bx-news-detail nav a:hover {
    background: #1379b7 !important;
    color: #fff;
    transition: all 0.5s;
}

.bx-news-section .bx-news-detail nav span {
    opacity: 0.9;
    transition: all 0.5s;
    pointer-events: none;
}

.event-details-info p:empty {
    display: none;
}

.gallery-info-bg {
    display: inline-block;
    width: 100%;
}

.bx-portfolio-section .portfolio-tabs li a {
    color: #6e5840;
}

.no-data-found {
    font-size: 25px;
    font-weight: 600;
    margin: 0 auto;
    border: 1px solid #333;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    color: #333;
}

.event-box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.event-section-bg.bx-portfolio-section .event-box .hovereffect .portfolio-img img,
.event-section-bg.bx-portfolio-section .event-box .hovereffect {
    height: auto !important;
    aspect-ratio: 16/16;
    object-fit: contain;
    border: none;
    border-radius: 15px 15px 0 0;
}

.event-detils-text {
    padding: 20px;
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}

.event-section-bg .event-box:hover .event_title {
    color: #DF6C4F;
}


/*hover effect default*/

.header .item-right a,
.bx-btn,
.bx-btn-1,
footer .social-logos a,
.footer-icon a,
.footer .phone-icon,
#scrollup,
.bx-news-section .bx-news-detail nav a,
.single-counter-up .icon a {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.header .item-right a:hover,
.bx-btn:hover,
.bx-btn-1:hover,
footer .social-logos a:hover,
.footer-icon a:hover,
.footer .phone-icon:hover,
#scrollup:hover,
.bx-news-section .bx-news-detail nav a:hover,
.single-counter-up .icon a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}


/*09-02-2024 feedback point*/

section#news .image_div {
    padding-top: 80%;
}

section#news .best_videos {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    width: 100%;
}

.single-counter-up {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-right: 1px solid rgba(7, 116, 255, 0.1);
}

.counter-up-area .col-lg-4:last-child .single-counter-up {
    border-right: none;
}

.counter-up-area {
    border-radius: 10px;
    border: 1px solid rgba(7, 116, 255, 0.1);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #0774FF;
    padding: 60px 30px;
    box-sizing: border-box;
}

.single-counter-up .icon a {
    display: inline-block;
}

.single-counter-up .icon i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    border-radius: 50%;
    color: #fff;
}

.single-counter-up p {
    margin: 0;
    color: #777;
}

.single-counter-up h2 {
    font-size: 40px;
    font-weight: 600;
}

.footer .phone-icon {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .social-logos .wa.fa {
    font-size: 28px !important;
    color: #fff;
    position: relative;
    top: 5px;
}


/* 21-11-2024 */

.eve-box .event-details-img {
    width: 196px;
    height: 260px;
    margin: 0 auto;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 50px;
}

.eve-box .event-details-info {
    text-align: center;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}

.eve-box .event-details-info .timeline-title {
    margin-bottom: 20px;
    font-size: 22px;
}

.eve-box .event-details-info .form-group+.form-group {
    margin-top: 15px;
}

.eve-box .event-details-info .form-group input {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

@media (max-width:767px) {
    .eve-box .event-details-info {
        max-width: 80%;
    }
}

@media (max-width:575px) {
    .eve-box .event-details-info {
        max-width: 100%;
    }
    .eve-box .event-details-info .timeline-title {
        font-size: 16px;
    }
    .eve-box .event-details-img {
        margin-bottom: 30px;
        width: 100%;
    }
}

.portfolio-content-items .pagination {
    justify-content: center;
}

.portfolio-content-items nav .pagination {
    margin-top: 30px;
}

.portfolio-content-items .pagination .page-item .page-link {
    position: relative;
    display: block;
    color: white;
    text-decoration: none;
    background-color: #DF6C4F;
    border: 1px solid white;
    border-radius: 6px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.portfolio-content-items .pagination .page-item+.page-item {
    margin-left: 10px;
}

.portfolio-content-items .pagination .page-item.active .page-link,
.portfolio-content-items .pagination .page-item .page-link:hover {
    background-color: white;
    color: #DF6C4F;
    border-color: #DF6C4F;
}

.portfolio-content-items .page-link:focus {
    z-index: 3;
    color: white;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}

.bx-news-detail ul.pagination {
    justify-content: center;
}

.bx-news-detail ul.pagination .page-item {
    padding: 0;
    margin: 0;
}

.bx-news-detail ul.pagination .page-item .page-link {
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid white !important;
    color: white;
}

.bx-news-detail ul.pagination .page-item:first-child .page-link {
    margin-right: 20px;
}

.bx-news-detail ul.pagination .page-item:last-child .page-link {
    margin-left: 20px;
}

.bx-news-detail ul.pagination .page-item.active .page-link {
    background-color: white;
    color: black;
}

.bx-news-detail ul.pagination .page-item .page-link:hover {
    color: black;
}

.bx-news-section .bx-news-detail nav a:hover {
    background: white !important;
    color: black;
    transform: translate(0);
}
.main-home-page .popup-box {
    overflow: visible;
    width: 500px;
}
.main-home-page .popup-close {
    top: -10px;
    right: -10px;
    
}