            html {
                scroll-behavior: smooth;
            }

            * {
                margin: 0;
                box-sizing: border-box;
                padding: 0px;
            }

            body {
                font-family: 'Work Sans', sans-serif;
            }
            .Playfair{  font-family: 'Playfair Display', serif;  }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-weight: bold;
                color: var(--heading_color);
            }

            h1 {
                font-size: 54px;
                line-height: 1.2;
                color: #212121;
                font-family: 'Playfair Display', serif;
                font-weight: 400;
            }

            h2 {
                font-size: 42px;
                line-height: 1.2;
            }

            h3 {
                font-size: 36px;
                line-height: 1.2;
            }

            .secondary-color {
                color: var(--secondary_color);
            }

            h4 {
                font-size: 28px;
                line-height: 1.2;
            }

            h5 {
                font-size: 24px;
                line-height: 1.2;
            }

            h6 {
                font-size: 18px;
                line-height: 1.2;
            }

            @media(max-width:991px) {
                h1 {
                    font-size: 48px;
                }

                h2 {
                    font-size: 36px;
                }

                h3 {
                    font-size: 32px;
                }

                h4 {
                    font-size: 24px;
                }

                h5 {
                    font-size: 22px;
                }

                h6 {
                    font-size: 18px;
                }
            }

            @media(max-width:767px) {
                h1 {
                    font-size: 35px;
                }

                h2 {
                    font-size: 30px;
                }

                h3 {
                    font-size: 26px;
                }

                h4 {
                    font-size: 24px;
                }

                h5 {
                    font-size: 20px;
                }

                h6 {
                    font-size: 16px;
                }
            }

            img {
                width: 100%;
            }

            .section {
                padding: 80px 0px;
            }

            .sectiontop {
                padding-top: 80px;
            }

            .sectionbottom {
                padding-bottom: 80px;
            }

            :root {
                --primary_color: black;
                --secondary_color: #D6A354;
                --heading_color: #333333;

                --body_text_color: black;

            }

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

            a {
                text-decoration: none;
            }

            .equal-col {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .primary_button {
                background: var(--primary_color);
                font-weight: 500;
                color: white;
                padding: 12px 50px;
                border-radius: 5px;
                font-size: 18px;
                display: inline-block;
                border: 1px solid transparent;
                -webkit-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }


            .secondary_button {
                background-color: var(--secondary_color);
                color: black;
            }
            .secondary_button:hover{ color: white !important; background-color: var(--primary_color) !important;}
            .weight-500 {
                font-weight: 500;
                font-size: 30px;
                color: var(--secondary_color);
            }
            .primary_button:hover {
                background-color:var(--secondary_color);
                color: var(--heading_color);
            }

            .hero-btn:hover {
                background-color: white;
                color: black;
                border-color: black;
            }

            .secondary-button {
                background-color: white;
                border-color: white;
                color: #4460CD;
            }

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

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

            a {
                text-decoration: none;
                display: block;
            }
* fixed social*/
#fixed-social {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 444;
    left: 15px;
}
 
 #fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
     line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
 }
 #fixed-social a:hover>span{
     visibility: visible;
   left: 41px;
   opacity: 1;
 } 
 #fixed-social a span {
     line-height: 40px;
     left: 60px;
     position: absolute;
     text-align: center;
     width: 120px;
     visibility: hidden;
     transition-duration: 0.5s;
  
     opacity: 0;
     z-index: 444;
 }
  .fixed-facebook{
      background-color:#4267B2;
  }
  .fixed-facebook span{
     background-color:#4267B2;
  }
  .fixed-twitter{
     background-color: #26D367;
 
  }
  .fixed-twitter span{
      background-color: #26D367;
  }
  .fixed-gplus{
     background-color: black;
 
  }
  .fixed-gplus span{
      background-color:black;
  }
  .fixed-linkedin{
     background-color:black;
 
  }
  .fixed-linkedin span{
      background-color: black;
  }
 .fixed-instagrem {
    background-image: linear-gradient(135deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);
}


  .fixed-instagrem span{
    background-image: linear-gradient(135deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);
  }
#fixed-social {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 444;
    left: 15px;
}
 
            .header .logo a {
                font-size: 30px;
                text-transform: uppercase;
                color: #e91e63;
                font-weight: 500;
            }

            .sticky {
                position: fixed;
                top: 0;
                width: 100%;
                z-index: 999;
                transition: top 5s ease-in-out;
            }

            .header {
                background-color: white;
                position: relative;
                z-index: 900;
            }

            .header .nav-menu {
                padding: 0 15px;
            }

            .header-main {
                background-color: #fff;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .header .menu>.menu-item {
                display: inline-block;
                margin-left: 30px;
                position: relative;
            }

            .header .menu>.menu-item>a {
                display: block;
                font-size: 16px;
                padding: 12px 0;
                color: #000;
                text-transform: capitalize;
                font-weight: 600;
                transition: all 0.3s ease-in-out;
                text-transform: uppercase;
                font-weight: 400;
            }

            .header .menu>.menu-item>a .plus {
                display: inline-block;
                height: 12px;
                width: 12px;
                position: relative;
                margin-left: 5px;
                pointer-events: none;
            }

            .header .menu>.menu-item>a .plus::before,
            .header .menu>.menu-item>a .plus::after {
                content: '';
                position: absolute;
                background: #000;
                box-sizing: border-box;
                left: 50%;
                top: 50%;
                height: 2px;
                width: 100%;
                transform: translate(-50%, -50%);
                transition: all 0.3s ease-in-out;
            }

            .header .menu>.menu-item>a .plus::after {
                transform: translate(-50%, -50%) rotate(-90deg);
            }

            .header .menu>.menu-item:hover>a .plus::before,
            .header .menu>.menu-item:hover>a .plus::after {
                background-color: var(--secondary_color);
            }

            .header .menu>.menu-item:hover>a {
                color:var(--secondary_color);
            }

            .header .menu>.menu-item>.sub-menu {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                width: 220px;
                position: absolute;
                left: 0;
                top: 100%;
                background-color: #fff;
                padding: 10px 0;
                border-top: 3px solid var(--primary_color);
                transform: translateY(10px);
                transition: all 0.3s ease-in-out;
                opacity: 0;
                visibility: hidden;
            }

            @media(min-width:992px) {
                .header .menu>.menu-item-has-children:hover>.sub-menu {
                    transform: translateY(0px);
                    opacity: 1;
                    visibility: visible;
                }

                .header .menu>.menu-item-has-children:hover>a .plus::after {
                    transform: translate(-50%, -50%) rotate(0deg);
                }
            }

            .header .menu>.menu-item>.sub-menu>.menu-item {
                display: block;
            }

            .header .menu>.menu-item>.sub-menu>.menu-item a {
                display: block;
                padding: 10px 20px;
                font-size: 16px;
                color: #000;
                text-transform: capitalize;
                font-weight: 400;
                border-bottom: 1px solid #ddd;
                transition: all 0.3s ease-in-out;
            }

            .header .menu>.menu-item>.sub-menu>.menu-item:last-child a {
                border-bottom-width: 0px;
            }

            .header .menu>.menu-item>.sub-menu>.menu-item a:hover {
                color:var(--secondary_color);
            }

            .menu .active {
                color: var(--secondary_color) !important;
            }

            .header-sec {
                width: 100%;
                display: block;
                min-height: 100vh;
                background: url(../img/working.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                z-index: 1;
            }

            .header .open-nav-menu {
                height: 34px;
                width: 40px;
                margin-right: 15px;
                position: relative;
                display: none;
                align-items: center;
                cursor: pointer;
            }

            .header .open-nav-menu span {
                display: block;
                height: 3px;
                width: 24px;
                background-color: #000;
                position: relative;
            }

            .header .open-nav-menu span::before,
            .header .open-nav-menu span::after {
                position: absolute;
                content: '';
                background-color: #000;
                left: 0;
                height: 100%;
                width: 100%;
                box-sizing: border-box;
            }

            .header .open-nav-menu span::before {
                top: -7px;
            }

            .header .open-nav-menu span::after {
                top: 7px;
            }

            .nav-menu>.close-nav-menu {
                height: 34px;
                width: 40px;
                margin: 0 0 15px 15px;
                margin-left: auto;
                position: relative;
                display: none;
                align-items: center;
                cursor: pointer;
            }

            .nav-menu>.close-nav-menu span {
                display: block;
                height: 3px;
                width: 24px;
                background-color: #fff;
                position: relative;
                transform: rotate(45deg);
            }

            .nav-menu>.close-nav-menu span::before {
                position: absolute;
                content: '';
                background-color: #fff;
                left: 0;
                height: 100%;
                width: 100%;
                box-sizing: border-box;
                transform: rotate(90deg);
            }

            .sticky {
                position: fixed;
                top: 0;
                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
                -webkit-animation: sticky 1s;
                animation: sticky 1s;
            }

            @-webkit-keyframes sticky {
                0% {
                    transform: translateY(-100%);
                }

                100% {
                    transform: translateY(0%);
                }
            }

            @keyframes sticky {
                0% {
                    transform: translateY(-100%);
                }

                100% {
                    transform: translateY(0%);
                }
            }

            .header-sec::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                bottom: 0;
                width: 100%;
                background: #0000009c;
                z-index: -1;
            }

            @media(max-width:991px) {
                .header .menu-overlay {
                    position: fixed;
                    z-index: 9;
                    background-color: rgba(0, 0, 0, 0.5);
                    top: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    visibility: hidden;
                    opacity: 0;
                    transition: all 0.3s ease-in-out;
                }

                .header .menu-overlay.active {
                    visibility: visible;
                    opacity: 1;
                }

                .header .nav-menu {
                    position: fixed;
                    right: -75%;
                    visibility: hidden;
                    top: 0;
                    width: 75%;
                    height: 100%;
                    overflow-y: auto;
                    background-color: #000;
                    z-index: 9;
                    padding: 15px 0;
                    transition: all 0.3s ease-in-out;
                }

                .header .nav-menu.open {
                    visibility: visible;
                    left: 0px;
                }

                .header .menu>.menu-item {
                    display: block;
                    margin: 0;
                }

                .header .menu>.menu-item-has-children>a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                .header .menu>.menu-item>a {
                    color: #fff;
                    padding: 12px 15px;
                    border-bottom: 1px solid #333;
                }

                .header .menu>.menu-item:first-child>a {
                    border-top: 1px solid #333;
                }

                .header .menu>.menu-item>a .plus::before,
                .header .menu>.menu-item>a .plus::after {
                    background-color: #fff;
                }

                .header .menu>.menu-item-has-children.active>a .plus::after {
                    transform: translate(-50%, -50%) rotate(0deg);
                }

                .header .menu>.menu-item>.sub-menu {
                    width: 100%;
                    position: relative;
                    opacity: 1;
                    visibility: visible;
                    background-color: transparent;
                    box-shadow: none;
                    border: none;
                    transform: translateY(0px);
                    padding: 0px;
                    left: auto;
                    top: auto;
                    opacity: 0;
                    height: 0;
                    visibility: hidden;
                    overflow: hidden;
                    transition: all 0.3s ease-in-out;
                }

                .header .menu>.menu-item-has-children.active>.sub-menu {
                    opacity: 1;
                    height: 100%;
                    visibility: visible;
                }

                .header .menu>.menu-item>.sub-menu>.menu-item a {
                    padding: 12px 45px;
                    color: #fff;
                    border-bottom: 1px solid #333;
                }

                .header .open-nav-menu,
                .nav-menu>.close-nav-menu {
                    display: flex;
                }
            }

            /* hero---section */

            .hero_slider-seciton {
                overflow: hidden;
            }
           
            .baner-img-2::before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #dfc49b;
                content: "";
                z-index: -1;
            }
            .hero_slider-seciton {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                height: 80vh;
                display: flex;
                align-items: center;
                position: relative;
            }

            .hero_slider-seciton .container {
                position: relative;
            }

         
            .hero_section {
                padding: 96px 0px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .button-group {
                display: inline-block;
            }

            .inner-form {
                background: white;
                padding: 40px;
                border-radius: 10px;
            }

            .form-control {
                background-color: white;
                border-radius: 10px;
                border: 1px solid #CBD4F8;
                margin-bottom: 10px;
                padding: 18px 15px;
            }

            .form-button {
                margin-top: 20px;
            }

            .hero_section .inner-box p {
                color: white;
                margin-bottom: 66px;
            }

            .form-heading {
                margin-bottom: 45px;
            }

            .form-heading h3 {
                text-transform: uppercase;
            }

            /* end */
            /* about */
            .inner-banner-section{ display: flex; align-items: center;  background-position: center; background-color: #000; background-repeat: no-repeat;background-size: cover; height: 500px;}
            .about-section .inner-box {
                min-height: 360px;
                box-shadow: 0 0 14px 2px #00000000;
                background: white;
                border-radius: 10px;
                z-index: 30;
                padding: 35px;
                margin: 0 -56px;
                left: 56px;
                position: relative;
            }
            .bg-dark a:hover{ color: white;}
            .right-about .inner-box {
                margin: 0 -43px !important;
                left: -42px !important;
            }
            .slick-dotted.slick-slider{  margin-bottom: 0px !important;}
            .about-section img {
                border-radius: 10px;
                object-fit: cover;
                object-position: center;
            }
            .image-overy {
                position: relative;
                overflow: hidden;
            }
           
            .addres-cards .inner-box {
                padding: 30px;
                box-shadow: 0 0 9px 2px #00000024;
                border-radius: 5px;
                text-align: center;
                min-height: 250px;
                margin-bottom: 20px;
            }
            .addres-cards  .icon {
                width: 60px;
                height: 60px;
                background: var(--secondary_color);
                margin: auto;
                display: flex;
                align-items: center;
                font-size: 30px;
                justify-content: center;
                border-radius: 5px;
                margin-bottom: 28px;
            }
            .bg-color{  background-color: #f5f5f5;}
            .bg-color h2{  margin: 0px;}
            .image-overy img{   transition: all 0.5s ease-in-out;}
            .image-overy:hover img{  transform: scale(1.05);}
            .image-overy img{  padding: 0px !important; height: 390px;}
            .image-overy:hover:before { opacity: 1;}
           

           
           

            /* end */
            /* feautures-slider */

            /* our work */

.our_work .img-gallery-magnific img{  margin-bottom: 23px;}


            /* end */

            .features_seciton {
                background-color: #F8F8F8;
            }

            .feautures-slider .items-blog {
                margin: 0px 15px;
            }

            .feautures-slider .items-blog img {
                margin-bottom: 30px;
            }

            .feautures-slider .items-blog h4 {
                color: #4460CD;
                margin-bottom: 30px;
            }

            .slick-prev,
            .slick-next {
                width: 50px !important;
                height: 50px !important;
                border-radius: 50% !important;
                background-color: white !important;
                box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
                z-index: 99;
            }
            .slick-prev:hover, .slick-next:hover {
                background: var(--secondary_color)!important;
            }

            .slick-next {
                right: 25px !important;
            }

            .slick-prev {
                left: 25px !important;
            }

            .slick-prev:before {
                font-family: "Font Awesome 5 Free" !important;
                font-weight: 900;
                content: "\f104" !important;
                color: var(--primary_color) !important;
            }

            .slick-next:before {
                font-family: "Font Awesome 5 Free" !important;
                font-weight: 900;
                content: "\f105" !important;
                color: var(--primary_color) !important;
            }

            .slick-dots {
                display: flex;
                justify-content: center;
                margin: 0;
                padding: 1rem 0;
                list-style-type: none;
                bottom: 5px !important;
            }

            .slick-dots li {
                margin: 0 0.25rem;
            }

            .slick-dots button {
                display: block;
                width: 1rem;
                height: 1rem;
                padding: 0;
                border: none;
                border-radius: 100%;
                background-color: var(--secondary_color) !important;
                text-indent: -9999px;
            }

            li.slick-active button {
                background-color: black !important;
            }
            textarea::placeholder{  color: #000 !important;}
            /* end */
            /* pricing */

            .plan-body .list p {
                margin: 0px;
                font-family: 'Oswald';
            }

            .plan-body li {
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                gap: 7px;
            }

            span.icon {
                display: inline-block;
            }

            .heading {
                display: inline-block;
            }

            .plan {
                padding-bottom: 31px;
                border-bottom: 1px solid rgb(68 96 205 / 10%);
            }

            .plan-body {
                padding-top: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .yellowcolor {
                background-color: #F0B034;
                color: white;
            }

            .primary-color {
                background-color: #4460CD;
            }

            .primary-color .plan {
                border-bottom: 1px solid rgb(255 255 255 / 10%);
            }

            .price-btn:hover {
                background-color: black;
                color: white;
                border-color: black;
            }

            .plan-body .button-group {
                margin-top: 20px;
            }

            .free {
                color: #4460CD;
            }
/* cta */

.cta-section {
    position: relative;
    background-image: url(../image/ghy/wepik-export-202307280334530LYk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* This creates parallax */
    padding: 120px 0px;
}

.cta-sectionghy {
    position: relative;
    background-image: url(../image/ghy/wepik-export-202307280334530LYk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* This creates parallax */
    padding: 120px 0px;
}

.cta-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
   
    content: "";
    z-index: 1;
    opacity: 0.5;
    background-image: linear-gradient(to left, #00000045 , #17171787);
}
.cta-section .container{ position: relative; z-index: 44;}

/* end */
.map-section iframe {
    width: 100%;
}
            .pricing_seciton .inner-box {
                padding-top: 30px;
                padding-bottom: 30px;
                border-radius: 10px;
            }

            .pricing_seciton {
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            .footer-section h3 {
                color: white;
                margin-bottom: 41px;
                font-size: 36px;
                font-weight: 600;
            }

            .inner-items li {
                display: flex;
                gap: 20px;
                color: white;
                margin-bottom: 30px;
            }

            .icon-group {
                width: 40px;
                height: 40px;
                background-color:var(--secondary_color);
                border-radius: 50%;
                display: flex;
                padding: 20px;
                align-items: center;
                justify-content: center;
            }
            .icon-group i{  color: #000;}
            .menu-itemm {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .footer-section p {
                color: white;
                font-size: 20px;
            }

            .list-items a {
                color: white;
                padding-bottom: 15px;
                transition: all 0.5s ease-in-out;
            }

            .footer-section hr {
                background-color: white;
                opacity: .30;
            }

            .list-items a:hover {
                color: var(--secondary_color);
            }

            inner-items li:last-child {
                margin: 0;
            }
/* Example CSS */
.slick-slider {
  background-color: transparent; /* Set the background color of the slider container */
}

.slick-slide {
  background-color: transparent; /* Set the background color of the slide elements */
}

.slick-slider {
  z-index: 10;
}

            /* end */
            /* accordian */

            .accordion-button {
                padding: 20px;
            }

            .accordion-button {
                font-family: 'Open Sans', sans-serif;
                font-weight: 600;
                border: 0px;
            }

            .accordion-item {
                border: 0px !important;
                margin-bottom: 15px;
                background-color: white;
                border-radius: 6px;
                padding: 20px;
            }

            .accordion-button:focus {
                border: 0px;
                box-shadow: none;
            }

            .accordion-button:not(.collapsed)::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                transform: rotate(-180deg)
            }

            .accordion-button:not(.collapsed) {
                background-color: transparent;
                box-shadow: none;
            }

            .accordion-button {
                padding: 0px;
            }

            .accordian {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .accordion-body {
                padding: 0px;
                margin-top: 10px;
            }

            .accordion-button:not(.collapsed) {
                color: black;
            }

            /* end */
            /* footer */

            .list-items i {
                margin-right: 10px;
            }

            /* end */
            /* desktop */
  @media(max-width:1200px) {

 .primary_button{      padding: 10px 20px;}

}

            @media(max-width:1100px) {

                .footer-contact,
                .list-items a {
                    font-size: 14px;
                }
               

                .footer-section p {
                    font-size: 18px;
                }

                .slick-next {
                    right: 20px !important;
                }

                .slick-prev {
                    left: 20px !important;
                }
            }

            /* end */
            /* tablet */

            @media(max-width: 992px) {
                body {
                    font-size: 16px;
                }

                h1 {
                    margin-bottom: 20px;
                    font-size: 45px;
                }

                h2 {
                    font-size: 35px;
                }

                h3 {
                    margin-bottom: 25px;
                }

                .section {
                    padding: 60px 0px;
                }

                .sectionbottom {
                    padding-bottom: 60px;
                }

                .sectiontop {
                    padding-top: 60px;
                }

                /* hero-section */
                .hero_section {
                    padding: 60px 0px;
                }

                .hero_section .inner-box p {
                    margin-bottom: 20px;
                }
 .hero_slider-seciton h1{ color: white; }

                .pricing_seciton .inner-box {
                    margin-bottom: 20px;
                }

                .feautures-slider .items-blog h4 {
                    margin-bottom: 15px;
                }

                .feautures-slider .items-blog img {
                    margin-bottom: 15px;
                }
 .hero_slider-seciton::before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background-color: #00000085;content: "";  }

                /* end */
            }

            /* mobile css */

            @media(max-width:768px) {
                body {
                    font-size: 16px;
                }

                h1 {
                    margin-bottom: 20px;
                    font-size: 40px;
                }

                h2 {
                    font-size: 30px;
                }

                h3 {
                    margin-bottom: 20px;
                }

                .section {
                    padding: 50px 0px;
                }

                .sectionbottom {
                    padding-bottom: 50px;
                }

                .sectiontop {
                    padding-top: 50px;
                }
.inner-banner-section {
        height: 250px;
}
.happy_clients_section .inner-box{     margin-bottom: 30px;}
                /* hero-section */
                .hero_section {
                    padding: 50px 0px;
                }
              
                .hero_section .inner-box {
                    margin-bottom: 25px;
                }

                .hero_section .inner-box p {
                    color: white;
                    margin-bottom: 20px;
                }
                #fixed-social {
                   
                    right: 15px;
                    left: inherit;
                }
                .about-seciton .row {
                    flex-direction: column-reverse;
                }
                .map-section {
                    margin-top: 30px;
                }
                .about-seciton .inner-box {
                    margin-top: 25px;
                }
                .about-section .inner-box {
                 
                    margin: 0 0 !important;
                    left: 0 !important;
                    padding-top: 20px !important;
                    padding: 0px;
                    box-shadow:none;
                  border-radius: 0px;
                  min-height: auto !important;
                  background-color: transparent;
                    
                }
                .right-about .row {
                    flex-direction: column !important;
                }
                .hero_slider-seciton {
                       background-position: 25% 100%;
                    padding: 80px 30px;
    
}
.banner-1{     background-position: center !important;}
  
            
        
                 
                  
                
               
                .hair_width{  margin-bottom: 20px;}
                .about-section .inner-img img{  height: 100% !important;}
.about-section .row{  flex-direction: column-reverse;}
.bg-whtie-color{  background-color: white !important; padding: 50px 0px !important;}
.padding-0{  padding: 0px !important; margin-top: 20px;}
                .menu-itemm {
                    align-items: start;
                }
                .p-50{  padding: 50px 0px !important;}
                .section-title:before {
                    width: 125px;
                }

                /* end */
            }
            /* services */

            .happy_clients_section .image svg {
                width: 78px;
                height: auto;
                margin-bottom: 23px;
            }
            .happy_clients_section  .descripiton h2{  margin-bottom: 20px;}

            .happy_clients_section .inner-box{  text-align: center;}
            .happy_clients_section{  background-color: black;}
            /* end */

            

            .kdfjn {
                height: 356px !important;
                margin-bottom: 14px;
            }

            .form-s {
                background-color: #fff;
            }

            .image-overy img {
                padding: 0px !important;
                height: auto;
            }
            .form_up input::placeholder,textarea::placeholder{ color: black;}
           
            .form_up input{
                background-color: #FFFFFF52;
    border-color: rgba(0,0,0,.18823529411764706);
    border-width: 0 0 1px;
    border-radius: 0;
    font-family: "Poppins",Sans-serif;
    font-size: .9rem;
    font-weight: 400;
            }
            

            .form-up select{
                background-color: #FFFFFF52;
                border-color: rgba(0,0,0,.18823529411764706);
                border-width: 0 0 1px;
                border-radius: 0;
                font-family: "Poppins",Sans-serif;
                font-size: .9rem;
                font-weight: 400;
                border: none !important;
            }

            .form-select{
                display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-bottom: 1px solid #ced4da;
   
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    padding: 18px 15px;
            }
            textarea{   padding: 18px 15px;}
















