@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Ananda Namaste';
    src: url('../fonts/AnandaNamaste.woff2') format('woff2'),
        url('../fonts/AnandaNamaste.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
    --ananda-namaste-font : 'Ananda Namaste';
}
*,
*:hover,
*:focus{
    outline: none;
    transition: 0.4s all;
}
body{
    font-family: 'Poppins' !important;
}
a,p,h1,h2,b,strong,h3,h4,h5,h5,em{
    font-family: 'Poppins' !important;
}
.nav-primary-1,
.moved-item-nav-primary-1{
    display: none !important;
}
.header-links {
    display: flex;
    justify-content: space-between;
}
.site-header>.wrap-main>.wrap {
    max-width: 95%;
}
.header-links {
    display: flex;
    justify-content: space-between;
}
.header-links ul {
    display: flex;
    gap: 23px;
}
.header-navmenu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header,
.site-header.dark{
    position: unset;
    /* background: #B33904; */
    transition: 0.4s all;
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
}
.site-header.dark{
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.4s all;
}
.genesis-nav-menu > .menu-item > a{
    border: none !important;
    transition: 0.4s all;
}
.genesis-nav-menu > .menu-item > a {
    border: none !important;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 31px;
    padding: 53px 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.4s all;
}
.site-header.dark .genesis-nav-menu > .menu-item > a {
    padding: 40px 0 !important;
    transition: 0.4s all;
}
.nav-primary ul#menu-header-menu {
    display: flex;
    gap: 79px;
}
.header-logo {
    margin-left: 350px;
}
.full-width-content .content{
    padding: 0;
}
.entry {
    margin-bottom: 0;
}
.site-inner{
    margin-top: 0;
    max-width: 100%;
}
.entry-header, .entry-footer {
    display: none;
}
.left-imgs img {
    width: 100% !important;
    height: 273px !important;
    object-fit: cover;
}
.left-imgs figure {
    width: 100%;
}
.home-btn ul li {
    list-style: none;
}
.home-btn ul {
    padding: 0;
    margin: 0;
}
.vc_column_container>.vc_column-inner{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.left-imgs .wpb_single_image {
    margin-bottom: 10px !important;
}
.left-imgs .wpb_single_image:last-child{
    margin-bottom: 0 !important;
}
.slider-section-home .slider-home {
    margin-bottom: 0 !important;
    height: 100% !important;
}
.slider-section-home{
    height: 100% !important;
}
.slider-section-home div{
    height: 100% !important;
}
.panel-one .vc_row.wpb_row.vc_inner.vc_row-fluid{
    display: flex;
}
.slider-home img{
    height: 556px !important;
    object-fit: cover;
    width: 100%;
}
.container-fix {
    width: 100% !important;
    max-width: 97%  !important;
    margin: auto !important;
    float: none !important;
}
body {
    overflow-x: hidden;
}
.home-btn a {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding: 0 42px;
    /* background: #b33910; */
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
    color: #fff;
    height: 179px;
    justify-content: center;
}
.home-btn a:hover{
    background: #b33910;
}
.home-btn a h5 {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 31px;
    text-transform: uppercase;
}
.home-btn a h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 51px;
    margin: 0;
    text-transform: uppercase;
}
.home-btn ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.panel-one.vc_row {
    margin-top: 10px !important;
}
.ananda-namaste-font h1,
.ananda-namaste-font h2,
.ananda-namaste-font h3,
.ananda-namaste-font h4,
.ananda-namaste-font h5,
.ananda-namaste-font h6,
.ananda-namaste-font p{
    font-family: var(--ananda-namaste-font) !important;
}
.learg-titel h1,
.learg-titel h2,
.learg-titel h3,
.learg-titel h4,
.learg-titel h5,
.learg-titel h6{
    font-size: 48px !important;
    color: #b33910;
}
.medium-titel h1,
.medium-titel h2,
.medium-titel h3,
.medium-titel h4,
.medium-titel h5,
.medium-titel h6{
    font-size: 24px !important;
}
.small-titel h1,
.small-titel h2,
.small-titel h3,
.small-titel h4,
.small-titel h5,
.small-titel h6{
    font-size: 22px !important;
}

.reguler-pre, .reguler-pre p{
    font-size: 14px !important;
}
.imagegallery .img-container figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
    position: relative;
}
  
  .imagegallery .img-container figure > a {
    grid-row: 1 / -1;
    grid-column: 1;
  }
  
  .imagegallery .img-container figure a {
    color: black;
    text-decoration: none;
  }  
  .imagegallery .img-container {
    column-count: 4;
    column-gap: 10px;
  }
  .slick-lightbox-inner button.slick-arrow {
    position: absolute;
    background-color: #B33904;
    border-color: #B33904;
    top: 50%;
}
.cust-col-md-4 img {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    float: left;
}
.shere-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    padding: 8px 0;
}

.imagegallery .img-container .cust-col-md-4 img:hover{
    transform: scale(1);
}
.home-gallery-old{
    display: none !important;
}

/* Footer */
footer.site-footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    margin: auto;
}
.site-footer::before,
.site-footer::after{
    display: none;
}
footer.site-footer{
    padding: 20px 0;
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
}
.site-footer .header-logo {
    margin-left: 40px;
}
.site-footer p{
    font-weight: 500;
    text-transform: unset;
}
span.span-slogan {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Ananda Namaste';
    margin-right: 150px;
    color: #b33910;
}
.imagegallery.img-galler-list {
    margin: 50px 0;
}
.slick-lightbox-inner button.slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    border: none;
    background: #B33904 url(../images/arrow.svg) no-repeat center;
    background-size: 30%;
    z-index: 111111;
}
button.slick-prev.slick-arrow {
    transform: rotate(180deg);
}
.feture-image-area .wpb_content_element {
    margin-bottom: 0 !important;
}
.fetur-img-sec-inn h1 {
    text-align: center;
    font-family: var(--ananda-namaste-font) !important;
    font-size: 65px;
    color: #fff;
    position: relative;
    z-index: 1111;
}
.feture-image-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    display: inline-block !important;
}
.feture-image-area {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 !important;
}
.feture-image-area .vc_column-inner {
    padding-top: 0 !important;
}
.fetur-img-sec {
    padding: 110px 0;
}
.form-section form {
    width: 850px;
    margin: auto;
    padding: 20px 30px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%);
}
.form-section form input,
.page form input{
    border: 1px solid #a3a3a3;
    box-sizing: border-box !important;
    line-height: 50px;
    padding: 0 20px !important;
    font-weight: 400;
    width: 100% !important;
}
.form-section form textarea,
.page form textarea {
    border: 1px solid #a3a3a3;
    box-sizing: border-box !important;
    line-height: 50px;
    padding: 0 20px !important;
    font-weight: 400;
    width: 100% !important;
}
.form-section form textarea,
.page form textarea {
    height: 110px !important;
    font-weight: 400;
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1px solid #a3a3a3;
    padding-left: 20px !important;
    padding-right: 20px;
}
.form-section form .file-upload-btn input::before,
.form-section form .file-upload-btn input:hover::before,
.form-section form .file-upload-btn input:focus::before,
.page form .file-upload-btn input::before,
.page form .file-upload-btn input:hover::before,
.page form .file-upload-btn input:focus::before{
    content: "Upload Photos";
    display: inline-block;
    border: none;
    border-radius: 0;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    color: #a3a3a3;
    margin-left: 0;
    text-transform: capitalize;
    border-color: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
    color: #fff;
    line-height: 110%;
}
.form-section form .file-upload-btn input::-webkit-file-upload-button,
.page form .file-upload-btn input::-webkit-file-upload-button {
    visibility: hidden;
}
.form-section form .file-upload-btn input:active::before,
.page form .file-upload-btn input:active::before {
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
}
.form-section form .file-upload-btn input,
.page form .file-upload-btn input {
    font-size: 13px !important;
}
.form-section form input[type="submit"],
.page form input[type="submit"] {
    display: inline-block !important;
    width: auto !important;
    padding: 0 30px !important;
    border: none !important;
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%) !important;
    line-height: 45px !important;
    margin: 0 !important;
    font-weight: 500;
}
.form-section form {
    margin-bottom: 40px;
}
.form-section form .validation_message,
.page form .validation_message {
    padding: 0 !important;
    border: transparent !important;
    background: transparent !important;
    font-weight: 500;
    font-family: 'Poppins' !important;
}
.gform_wrapper .gform_validation_errors {
    display: none !important;
}
.form-section {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
}
.vc_row{
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
}
img.sgpb-popup-close-button-1 {
    top: 9px !important;
}
.sgpb-theme-1-content{
    border: none !important;
}
.panel-one .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.slider-section-home {
    padding: 0 10px !important;
}
.single-image_gallery .img-sec {
    text-align: center;
    padding: 100px 0;
}
.download-img-link a.download-img-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
    color: #fff;
}
.gallery-section{
    padding: 40px 0;
}

body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px -webkit-radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
	background-color: #F5F5F5;
	border-radius: 10px;
}

body::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 30;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 1.84615384;
    text-indent: 0;
    height: 24px;
    width: 24px !important;
    max-width: none;
    padding: 0 3px 0 24px !important;
    margin: 0;
    color: #c3c4c7;
    background-color: rgba(255,255,255,0);
    border: none;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box !important;
    transition-duration: .4s;
    transition-property: width,background;
    transition-timing-function: ease;
}
#wpadminbar #adminbarsearch .adminbar-button{
    height: auto;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 2.46153846 !important;
    border-radius: 0;
    box-sizing: content-box !important;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background: transparent !important;
}
.html-title-forms h2 {
    font-weight: 500;
    color: #fe5b29;
    font-family: 'Poppins' !important;
}
.html-title-forms p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}
.footer-wrap .header-links ul {
    align-items: center;
}
.social-shere-contect {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    margin: auto;
    max-width: 850px;
    grid-gap: 20px;
}
.social-shere-contect p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #fe5b29;
    font-size: 14px;
}
.social-shere-contect .social-shere-div {
    margin: 10px !important;
    border: 9px groove #fe5b29;
    padding: 10px;
}
.social-shere-div img {
    object-fit: contain;
}
.container-fix {
    max-width: 80% !important;
    width: 100% !important;
    margin: auto;
    float: none;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction{
    font-size: 12px;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}
@media only screen and (max-width:1499px){
    .nav-primary ul#menu-header-menu {
        display: flex;
        gap: 20px;
    }
    .header-logo {
        margin-left: 140px;
    }
    .home-btn a h5{
        font-size: 16px;
    }
    .home-btn a h4{
        line-height: 110%;
        line-height: 110%;
    }
    .slider-home img{
        height: 450px !important;
    }
    .left-imgs img{
        height: 220px !important;
    }
    .home-btn a{
        height: 144px;
    }
    .form-section{
        padding: 30px 0;
    }
}
@media only screen and (max-width:1399px){
    .genesis-nav-menu > .menu-item > a{
        font-size: 16px;
        line-height: 110%;
    }
}
@media only screen and (max-width:1199px){
    .fetur-img-sec {
        padding: 80px 0;
    }
    .gallery-section {
        padding: 0px 0 40px 0;
    }
    .container-fix{
        max-width: 96% !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:990px){
    .slider-home img{
        height: 300px !important;
    }
    .left-imgs img{
        height: 145px !important;
    }
    .home-btn a{
        padding: 0 10px;
        height: 93px;
    }
    .home-btn a h5{
        font-size: 13px;
    }
    .home-btn a h4{
        font-size: 20px;
    }
    .learg-titel h1, .learg-titel h2, .learg-titel h3, .learg-titel h4, .learg-titel h5, .learg-titel h6 {
        font-size: 32px !important;
    }
    .header-logo {
        margin-left: 180px;
    }
    .header-logo img {
        width: 60%;
        object-fit: contain;
    }
    .form-section form,
    .social-shere-contect{
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:800px){
    .site-inner, .wrap{
        padding: 0 !important;
    }
    .header-navmenu-area .nav-area {
        order: 3;
    }
    .header-navmenu-area .header-logo {
        order: 1;
    }
    .header-navmenu-area .header-links {
        order: 2;
    }
    .header-logo {
        margin-left: 0;
    }
    .header-navmenu-area .header-logo a, .header-navmenu-area .header-logo {
        display: inline-flex;
        align-self: center;
        align-items: center;
    }
    .header-navmenu-area {
        display: flex;
        justify-content: unset;
        align-items: center;
        gap: 30px;
    }
    .header-navmenu-area .header-logo {
        width: 80%;
    }
    .site-header .wrap-main {
        padding: 10px 0;
    }
    .menu-toggle::before,.menu-toggle::before, .menu-toggle.activated::before {
        margin: 0;
    }
    .home-btn a h5 {
        font-size: 12px;
        line-height: 110%;
    }
    nav#genesis-nav-primary {
        position: absolute;
        left: 0;
        width: 100%;
        background: radial-gradient(circle at 194% 115%, #fdf497 18%, #fdf497 -5%, #fd5949 45%,#ff5e00 65%,#285AEB 130%);
        z-index: 111;
        top: 70px;
    }
    .nav-primary ul#menu-header-menu {
        flex-direction: column;
        gap: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a,
    .site-header.dark .genesis-nav-menu > .menu-item > a {
        padding: 15px 20px !important;
        border-top: 1px solid #fff !important;
    }
    .menu-toggle {
        background: #fff;
        color: #b33910;
        padding: 10px;
    }
    .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        background: #fff;
    }
    .imagegallery .img-container{
        column-count: 3;
    }
}
@media only screen and (max-width:767px){
    .left-imgs .vc_column-inner>.wpb_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 0 10px;
    }
    .home-btn {
        padding: 0 10px;
    }
    .sg-popup-content{
        min-width: 90% !important;
    }
    .social-shere-contect{
        grid-template-columns: repeat(2,1fr);
    }
    .fetur-img-sec-inn h1{
        font-size: 38px;
    }
}
@media only screen and (max-width:575px){
    .imagegallery .img-container{
        column-count: 2;
    }
    footer.site-footer .footer-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .footer-wrap .header-links ul{
        flex-direction: row-reverse;
    }
    .site-footer .header-logo {
        margin-left: 0;
    }
    .header-logo img{
        width: auto;
    }
    h2 {
        font-size: 18px;
    }
    .html-title-forms p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
    }
    .html-title-forms h2{
        margin-bottom: 5px;
    }
}
@media only screen and (max-width:481px){
    .imagegallery .img-container{
        column-count: 1;
    }
    .social-shere-contect{
        grid-template-columns: repeat(1,1fr);
    }
    .header-logo img {
        width: 80%;
    }
}
@media only screen and (max-width:389px){
    .header-logo img {
        width: 80%;
    }
}