/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner Slider
  7. Contact  
  8. List Icon
  9. Video
  10. Contact Form
  11. Extra
  12. Responsive Css
------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
    /* Color Variable  */
    /* --themeht-primary-color: #6637ee;
    --themeht-secondary-color: #00ffc2;
    --themeht-text-color: #130646;
    --themeht-body-color: #6a7a77;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #160845;
    --themeht-bg-light-color: #eef5f1;
    --themeht-bg-light2-color: #FADCD9;
    --themeht-border-light-color: #D2F2EE;
    --themeht-border-dark-color: #303B40; */

    --bs-breadcrumb-divider: ">";

    --themeht-primary-color: #DF7DAA;
    --themeht-secondary-color: #D02F82;
    --themeht-text-color: #2c2c2c;
    --themeht-body-color: #6e6e73;
    --themeht-white-color: #ffffff;
    --themeht-bg-dark-color: #902b58;
    --themeht-bg-light-color: #fff1f5;
    --themeht-bg-light2-color: #fadce4;
    --themeht-border-light-color: #f3d3dc;
    --themeht-border-dark-color: #c2185b;

    /* Font Theme Variable */
    --themeht-typography-body-font-family: "Rethink Sans", sans-serif;
    --themeht-typography-secondary-font-family: "Playfair Display", serif;

    /* Main Logo Size  */
    --logo-desktop-height: 50px;
    --logo-tablet-height: 45px;
    --logo-mobile-height: 40px;
    --loader-img-height: 70px;
}
/* ------------------------
    General
------------------------*/

body {
    font-family: var(--themeht-typography-body-font-family);
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--themeht-body-color);
    overflow-x: hidden;
}
.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    color: var(--themeht-text-color);
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1,
.h1 {
    font-size: 65px;
    font-style: normal;
    line-height: 75px;
    font-weight: 700;
}
h2,
.h2 {
    font-size: 50px;
    font-style: normal;
    line-height: 60px;
    font-weight: 700;
}
h3,
.h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}
h4,
.h4 {
    font-size: 26px;
    font-style: normal;
    line-height: 36px;
    font-weight: 600;
}
h5,
.h5 {
    font-size: 22px;
    font-style: normal;
    line-height: 32px;
    font-weight: 600;
}
h6,
.h6 {
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    font-weight: 600;
}
ul {
    margin-left: 0;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}
.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.text-decoration {
    text-decoration: underline;
}
.rounded {
    border-radius: 20px !important;
}

/* @media (min-width: 1200px) {
.container {
    max-width: 1424px !important;
}
} */

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: var(--themeht-white-color);
}
.dark-bg {
    background-color: #d02f82;
}
.light-bg {
    background-color: var(--themeht-bg-light-color);
}
.theme-bg {
    /* background-color: var(--themeht-primary-color); */
    background-color: #d02f82;
}
.secondary-bg {
    background-color: var(--themeht-secondary-color);
}
.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: var(--themeht-primary-color);
}
.text-black {
    color: var(--themeht-text-color) !important;
}
.text-secondary {
    color: var(--themeht-secondary-color) !important;
}
.text-white {
    color: var(--themeht-white-color);
}

/* ------------------------
    Border color
------------------------*/
.border-primary {
    border-color: var(--themeht-secondary-color) !important;
}
.border-dark {
    border-color: var(--themeht-bg-dark-color) !important;
}
.border-light {
    border-color: var(--themeht-border-light-color) !important;
}
.lh-1{
    line-height: 19px !important;
}

/* ------------------------
    Background Image
------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-auto {
    background-size: auto;
}
.bg-pos-l {
    background-position: left;
}
.bg-pos-r {
    background-position: right;
}
.bg-pos-rt {
    background-position: right top;
}
.bg-pos-lt {
    background-position: left top;
}
.bg-pos-rb {
    background-position: right bottom;
}
.bg-pos-lb {
    background-position: left bottom;
}
.bg-repeat {
    background-repeat: repeat;
}

/* ------------------------
    Banner Slider
------------------------*/
.banner-slider .slider-img {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}
.banner-content {
    position: relative;
    z-index: 9;
}
.banner-1 .banner-content {
    padding: 250px 0 350px;
}
.slider-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-slider h1 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-slider p {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-slider .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-slider .swiper-slide-active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
}
.banner-slider .swiper-slide-active p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2000ms;
}
.banner-slider .swiper-slide-active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2500ms;
}
.banner-content .themeht-btn + .themeht-btn {
    margin-left: 20px;
}
.banner-content h1 span {
    font-style: italic;
    font-weight: 400;
    font-family: var(--themeht-typography-secondary-font-family);
}
.banner-content p {
    max-width: 80%;
}
.banner-slider.swiper .swiper-button-prev,
.banner-slider.swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.banner-slider.swiper .swiper-button-next:after,
.banner-slider.swiper .swiper-button-prev:after {
    font-size: 20px;
}
.banner-one .banner-text {
    padding: 100px;
}
.banner-two .banner-content {
    position: relative;
    z-index: 9;
    padding: 200px 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    color: var(--themeht-text-color);
    margin-bottom: 10px;
    /* display: flex; */
    /* align-items: center; */
}

.about-list .title{
    font-weight: 500;
}
.about-list .duration{
    font-weight: 500;
    color: #767676;
}

.list-icon li i {
    color: var(--themeht-white-color);
    margin-right: 10px;
    font-size: 14px;
    flex-shrink: 0;
    background: var(--themeht-primary-color);
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.text-white .list-icon li,
.text-white .list-icon li i {
    color: var(--themeht-white-color);
}

/* ------------------------
    Round Text
------------------------*/
.center .round-text {
    margin-left: auto;
    margin-right: auto;
}
.right .round-text {
    margin-left: auto;
}
.round-text {
    position: relative;
    width: 240px;
    overflow: hidden;
    height: 240px;
    display: inline-block;
}
.round-text text {
    text-transform: uppercase;
    font-size: 13px;
    fill: var(--themeht-text-color);
    letter-spacing: 2px;
    font-weight: 600;
}
.round-text svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -ms-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.about-text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: white;
    border-radius: 100%;
}
.about-text2 {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 30%;
}
.call-media {
    display: flex;
    align-items: center;
}
.call-media i {
    background: var(--themeht-bg-dark-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: white;
    margin-right: 15px;
    flex-shrink: 0;
}
.call-media a {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

/* ------------------------
  Video & Round Text
------------------------*/
.center .video-round-text {
    margin-left: auto;
    margin-right: auto;
}
.right .video-round-text {
    margin-left: auto;
}
.video-round-text {
    position: relative;
    width: 200px;
    overflow: hidden;
    height: 200px;
    display: inline-block;
    background: var(--themeht-white-color);
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%);
}
.video-round-text text {
    text-transform: uppercase;
    font-size: 14.5px;
    fill: var(--themeht-text-color);
    letter-spacing: 2px;
    font-weight: 600;
}
.video-round-text svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -ms-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
a.text-btn-icon {
    color: var(--themeht-primary-color);
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-white .video-round-text text {
    fill: var(--themeht-white-color);
}

/* ------------------------
Extra
------------------------*/
.img-overlay::before {
    background: linear-gradient(to right, var(--themeht-primary-color), var(--themeht-bg-dark-color), var(--themeht-bg-dark-color), var(--themeht-primary-color));
    opacity: 1;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.location-item {
    padding: 30px;
    position: relative;
    border: 1px solid var(--themeht-border-light-color);
    border-radius: 20px;
}
.location-item .location-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    font-size: 50px;
    line-height: 1;
    color: var(--themeht-primary-color);
    display: inline-block;
}
.location-item .location-icon i {
    display: inline-block;
}
.location-description p {
    margin-bottom: 0;
}
.location-item .plus-btn {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    align-items: center;
    justify-content: center;
}
.location-item .plus-btn i {
    line-height: 0;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
}
.countdown > li {
    font-weight: 700;
    text-align: center;
    list-style-type: none;
    display: table-cell;
    width: auto;
}
.countdown > li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    color: var(--themeht-secondary-color);
}
.countdown > li p {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--themeht-white-color);
}
.coming-soon .subscribe-form {
    margin: 0 auto;
}

/* ------------------------
    Contact
------------------------*/
.contact-media li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-media i {
    line-height: 1;
    font-size: 40px;
    color: var(--themeht-primary-color);
    margin-right: 20px;
    display: inline-block;
}
.contact-media p {
    margin-bottom: 0;
    line-height: 24px;
}
.contact-media p,
.contact-media a {
    color: var(--themeht-text-color);
    font-size: 18px;
}
.contact-media a:hover {
    color: var(--themeht-primary-color);
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
label {
    font-size: 14px;
    line-height: 1;
    color: var(--themeht-text-color);
}
.form-control {
    height: 50px;
    border-radius: 10px;
    color: var(--themeht-body-color);
    background-color: var(--themeht-white-color);
    border: 1px solid var(--themeht-border-light-color);
}
textarea.form-control {
    height: 150px;
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: var(--themeht-primary-color);
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
    color: var(--themeht-body-color);
}
iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}
.iframe-h {
    height: 500px !important;
}
.iframe-h-2 {
    height: 600px !important;
}
.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.form-control::-webkit-input-placeholder {
    color: var(--themeht-body-color);
}
.form-control::-moz-placeholder {
    color: var(--themeht-body-color);
}
.form-control:-ms-input-placeholder {
    color: var(--themeht-body-color);
}
.form-control:-moz-placeholder {
    color: var(--themeht-body-color);
}

.date-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
p {
    margin: 0 0 25px;
}

.line-ht{
    line-height: 0.9;
}

.portfolio-img img
{
    height: 420px !important;
}


.aon-scrolling-nav {
    padding-left: 0;
    position: fixed;
    top: 50%;
    right: 0px;
    list-style: none;
    z-index: 99;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aon-scrolling-nav li {
    width: 34px;
    height: 34px;
    line-height: 36px;
    position: relative;
    background: #d02f82;
    margin: 3px 2px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: flex;
}
.aon-scrolling-nav li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.aon-scrolling-nav li a i {
    font-size: 18px;
}
.aon-scrolling-nav li span {
    opacity: 0;
    position: absolute;
    top: 4px;
    right: 100%;
    line-height: 1;
    background: #d02f82;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.aon-scrolling-nav li span:before {
    rotate: 180deg;
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    border-color: transparent #d02f82 transparent transparent;
}

.aon-scrolling-nav li:hover {
    overflow: visible;
    background: #d02f82;
}
.aon-scrolling-nav li.active {
    overflow: visible;
    background: #d02f82;
}
.aon-scrolling-nav li:hover span {
    opacity: 1;
    right: 120%;
}
.aon-scrolling-nav li.actives span {
    opacity: 1;
    right: 120%;
}

.star-glow i{
    color: gold;
    font-size: large;
}
.setstyles{
    display: block;
    height: 100px;
    overflow: auto
}

.setstyles::-webkit-scrollbar {
width: 5px;
}

.setstyles::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 20px;
}

.setstyles::-webkit-scrollbar-thumb {
background: #aaaaaa;
border-radius: 20px;
}

.setstyles::-webkit-scrollbar-thumb:hover {
background: #646464;
}

.marquee-icon-box {
    /* width: 250px;  */
    width: auto; 
    height: 200px;
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
/* .marquee-icon-box .h5{
    height: 64px;
} */

.marquee-icon-box i {
    margin-bottom: 10px;
}

.setoncogy h4{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px ;
}


/* ------------------------
    Responsive Css
------------------------*/

@media (max-width: 1200px) {
    .right-nav {
        display: none !important;
    }
}
@media (max-width: 998px)  {
    .hideap {
        display: none !important;
    }
}
@media (min-width: 1265px){
    .hideap {
        display: none !important;
    }
}
@media (max-width:1262px){
    .hideapp{
        display: none !important;
    }
}
@media(max-width: 574px)
{
    .portfolio-img img
    {
        height: 16rem !important;
    }
}
@media (max-width: 768px) {
    .hide {
        display: none !important;
    }
}
@media (min-width:992px) {
    .hideapps{
        display: none;
    }
    
}
@media (max-width: 992px) {
    .mobile-bg-img[data-bg-img] {
        display: none !important;
    }
    .setp{
        padding: 30px 0 30px 0;
    }
    /*Banner*/
    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    /* .logo img {
        max-height: var(--logo-tablet-height);
    } */
    .themeht-sidebar {
        margin-top: 40px;
    }
    .banner-slider .slider-img {
        background-position: top center;
    }
    .post-card.style-1 {
        display: block;
    }
    .post-card.style-1 .post-image {
        width: 100%;
    }
    .post-card.style-1 .post-title {
        width: 100%;
        margin: 30px 0;
    }
    .post-card.style-1 .post-arrow {
        font-size: 40px;
        -webkit-text-stroke: 1px var(--themeht-primary-color);
        color: transparent;
        position: inherit;
        right: 0;
    }
    .testimonial.style-1 .testimonial-content {
        width: 100%;
    }
    .testimonial-content p {
        font-size: 18px;
        line-height: 1.4;
    }
    .bg-img-sec {
        min-height: 300px !important;
    }
    .service-item.style-2 .service-desc {
        padding: 20px;
        width: 95%;
    }
    .banner-5::after {
        display: none;
    }
    /* .mobile-bg-img {
        height: 400px !important;
    } */
    /* .header {
        margin: 0 20px 20px;
    } */
    .header-top {
        display: none;
    }
    .banner-one .banner-text {
        padding: 60px;
    }
    .form-overlap {
        margin-left: 0;
    }
    .mobile-mt-n0 {
        margin-top: 0 !important;
    }
    .mobile-custom-py {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .video-round-text,
    .round-text {
        width: 200px;
        height: 200px;
    }
    a.text-btn-icon {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .theme-title h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .theme-title h3 {
        font-size: 28px !important;
    }
    .theme-title p {
        font-size: 16px;
    }
    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .header-top,
    .right-nav {
        display: none !important;
    }
    /* .logo img {
        max-height: var(--logo-mobile-height);
    } */
    .navbar-brand.logo {
        margin-right: 0;
    }
    #header-wrap {
        padding: 10px 20px;
    }
    .counter span {
        font-size: 40px;
    }
    .counter-lg.counter span {
        font-size: 70px;
    }
    blockquote {
        padding: 140px 20px 20px 20px !important;
    }
    blockquote:after {
        width: 100%;
        height: 100px;
    }
    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: block;
    }
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        padding-right: 0;
    }
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding-left: 0;
        margin-top: 30px;
    }
    .header-middle {
        display: none;
    }
    .service-item.style-1 {
        display: block;
    }
    .service-item.style-1 .service-image,
    .service-item.style-1 .service-desc {
        width: 100%;
    }
    .service-item.style-3 .service-image {
        padding-right: 0;
    }
    .service-item.style-3 .service-desc {
        margin-top: 0;
        width: 100%;
    }
    .service-item.style-3 .service-icon {
        right: 20px;
        top: inherit;
        bottom: 20px;
        font-size: 50px;
    }
    .testimonial-content p {
        font-size: 18px;
        line-height: 1.4;
    }
    .banner-four .banner-content {
        padding: 100px 0 350px;
    }
    .banner-content p {
        max-width: 100%;
    }
    .banner-two .banner-content {
        padding: 100px 0;
    }
    .round-text {
        width: 150px;
        height: 150px;
    }
    .about-text2 {
        position: inherit;
        right: inherit;
        bottom: inherit;
        width: 100%;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    /*Banner*/
    .breadcrumb-item {
        line-height: 30px;
    }
    .page-title {
        padding: 100px 0;
    }

    /*Other*/
    .social-icons.footer-social li a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 26px;
    }
}






.modal-custom {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    padding-top: 15px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content-custom {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    padding-bottom: 10px;
    width: 75%;
    max-width: 450px;
    border-radius: 8px;
}

.close {
    font-size: 50px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
}

.video-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.video-wrapper blockquote {
    flex: 1 1 48%;
    max-width: 350px;
}

@media (max-width: 768px) {
    .video-wrapper {
        flex-direction: column;
    }

    .video-wrapper blockquote {
        flex: 1 1 100%;
    }
}

@media (max-width: 426px) {
    .instagram-media {
        min-width: 220px !important;
    }
    .modal-content-custom{
        width: 85%;
    }
    .modal-custom{
        padding-top: 60px;
    }
}

.list-l2 {
    list-style: none;
}
.list-l2 li i{
    background: white;
    color: #d02f82;
    font-weight: bold;
}