/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;600;700&display=swap");

/*-- Common Style --*/

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    color: #4c4d56;
    outline: none;
    background: #e4e4e4 0% 0% no-repeat padding-box;
    visibility: visible;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}

body[dir="rtl"] {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Comfortaa", sans-serif;
    color: #090d2f;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
}

.container-fluid {
    max-width: 89%;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px !Important;
    }


    h2 {
        font-size: 24px !Important;
    }


   h3 {
        font-size: 20px !Important;
    }
h4 {
    font-size: 18px !Important;
}
 h5 {
    font-size: 16px !Important;
}

h6 {
    font-size: 14px !Important;
}

}



p {
    margin-bottom: 0;
}





a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input {
    transition: all 0.3s linear;
    outline: 0;
}

a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0;
}

a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #005de0;
}

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

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}


/*-- Common Classes --*/

.container {
    max-width: 89%;
}

.section,
.main-wrapper {
    float: left;
    width: 100%;
}


/* ======= Navbar style ======= */


/* homw-swiper */

.home-banner .swiper {
    width: 100%;
    height: 100%;
}

.home-banner {
    position: relative;
     padding-top: 106px;
    overflow: hidden;
}

nav.navbar.navbar-expand-xl.navbar-dark {
    background: #1d1c24;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.home-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-banner .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
}

.banner h1 {
    font-size: 30px;
    color: #fff;
    padding: 2rem 0;
}




.home-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    border-radius: 0;
    border: 1px solid #fff;
    opacity: 1;
    background: #fff;
}

.home-banner .swiper-pagination-bullet-active {
    color: #000;
    border: 1px solid #fff;
    background: none !important;
    font-size: 1.5rem !important;
}

.home-banner .swiper-button-next:after,
.home-banner .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: unset !important;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    background: #000;
    padding: 1rem;
    color: #fff;
    line-height: 1;
}


/* .home-banner .swiper-button-next,
.home-banner .swiper-container-rtl .swiper-button-prev {
    left: 230px !important;
    right: unset !important;
}

.home-banner .swiper-button-prev,
.home-banner .swiper-container-rtl .swiper-button-next {
    left: 100px !important;
    right: unset !important;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.home-banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 1% !important;
    left: unset !important;
    left: 160px !important;
    width: unset !important;
} */

.home-banner img {
    position: relative;
}

.btn-light {
    color: #fff;
    background-color: #9b8453;
    border-color: #9b8453;
    border-radius: 0;
}

.home-banner .banner {
    position: absolute;
    top: 50%;
    left: 10%;
    text-align: left;
    color: #fff;
    transform: translate(0%, -50%);
}
.navbar-collapse {
 
    flex-grow: unset !important;
 
}

/* .home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    top: unset;
    bottom: 0 !important;
} */


/* product swiper */

section#product-range-warpper .swiper {
    width: 100%;
    height: 100%;
}

section#product-range-warpper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.widget-info ul li {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.info-icon {
    padding-right: 10px;
}

footer {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 60px 0;
}

h4.footer-widget-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

ul.link.d-flex li a {
    padding-right: 1.5rem;
    font-weight: 500;
    padding-top: 1rem;
    font-size: 16px;
}

.info-text {
    font-weight: 500;
    font-size: 16px;
}

ul.social {
    display: flex;
}

ul.social li {
    margin-right: 1rem;
}

section#product-range-warpper {
    padding-bottom: 60px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 59%);
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}


/* .home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    top: unset;
    bottom: 0 !important;
} */

.home-banner .swiper-pagination-bullet {
    width: 12px;
    border-radius: 0;
    height: 12px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    margin-right: 12px;
    color: #fff;
    opacity: 1;
    background: #fff;
}

.home-banner .swiper-pagination-bullet-active {
    color: #000;
    border: 1px solid #fff;
    background: none !important;
    font-size: 1.5rem !important;
}

.simple-mini {
    background-color: #1d1c24;
    color: #fff;
    padding: 100px 140px;
    text-align: center;
}

.simple-mini h4 {
    text-align: center;
    font: normal normal 300 45px/62px Comfortaa;
    letter-spacing: 0px;
    color: #b1b1b1;
    opacity: 1;
}

section#services-warpper {
    padding: 70px 0;
}

.services-wrap h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

button.accordion-button span {
    color: #b1b1b1;
    opacity: 1;
    padding-right: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://img.icons8.com/ios-filled/50/null/long-arrow-down.png);
    transform: rotate(-180deg);
}

.accordion-button::after {
    content: "";
    background-image: url(https://img.icons8.com/ios-filled/50/null/long-arrow-down.png);
}

.counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}

section#experience-warpper {
    background: #f3f3f3 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 70px 0;
}

.col-md-6.count-exper,
.col-md-6.exper-cont {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.count-up span {
    font-size: 2.5rem;
    color: #000;
}

.exper-cont h2 {
    font-size: 2.3rem;
    text-align: left;
}

.count-up {
    text-align: left;
}

.count-up h3 {
    font-size: 16px;
    border-top: 1px solid lightgray;
    padding-top: 10px;
}

p.counter-count {
    margin-top: 2rem;
}

section#add-services-warpper h4 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1rem;
}

section#our-team-warpper,
section#projects-verticals-warpper,
section#services-warpper {
    padding: 70px 0;
    position: relative;
}

section#add-services-warpper {
    padding: 70px 0;
    background: linear-gradient(45deg, #000000a3, #00000075), url(../images/bag-img.png) no-repeat fixed;
}

h2.add-services {
    color: #fff;
    padding: 1rem 0;
}

.add-services-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.add-services span {
    color: #b1b1b1;
    opacity: 1;
    padding-right: 1rem;
}

.nav-wrapper {
    width: 100%;
    scrollbar-width: none;
}

.nav-wrapper::-webkit-scrollbar {
    display: none;
}

.nav-tabs .nav-link {
    border-bottom-color: var(--bs-gray-300);
}

.nav-tabs .nav-link[aria-selected="true"] {
    border-bottom-color: transparent;
}

.nav-wrapper .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around !important;
}

.nav-wrapper .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffd279 !important;
}

ul.nav.nav-tabs.m-0.flex-nowrap {
    background: #fff;
    padding: 3rem 2rem;
}

.projects-verticals-wrap {
    background-color: #fff;
    padding: 3rem 0;
}

.vert-tab h4 {
    padding-top: 1rem;
}

#Photo-Grid-warpper .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
a.swipe-box:hover {
    background-color: #ffd279;
    padding: 1.5rem 0;
}

a.swipe-box {
    display: flex;
 padding: 1.5rem 0;
    align-items: center;
    justify-content: center;
}
section#Instagram-Feeds-warpper,
section#Photo-Grid-warpper {
    background-color: #1D1C24;
    padding: 70px 0;
}

section#contact-next-warpper {
    background-color: #F3F3F3;
    padding: 70px 0;
}

.Instagram-Feeds-wrap h2,
.Photo-Grid-wrap h4 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem;
}

a.view-more:hover {
    background-color: #ffc859;
    color: #000;
}

.Photo-Grid-wrap a.view-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    font-weight: 600 !IMPORTANT;
    width: 150px;
    margin: 2rem auto 0;
    height: 40px;
}


/* Create four equal columns that sits next to each other */

#Photo-Grid-warpper .column {
    -ms-flex: 33%;
    /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}

#Photo-Grid-warpper .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    #Photo-Grid-warpper .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    #Photo-Grid-warpper .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


/*  */


/* our-team */

.our-team-wrap h4 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem;
}

.team-cont,
.col-lg-4.team-img {
    display: flex;
margin-bottom: 2rem;
    align-items: flex-start;
    justify-content: center;
}

.team-name h4 {
    text-align: left;
    font-size: 18px;
}

.team-name h2 {
    color: #848484;
    text-transform: uppercase;
    opacity: 1;
}

.team-2 .team-name h2 {
    text-align: right;
}

.team-2 .team-name h4 {
    text-align: right;
    font-size: 18px;
}

.team-name p {
    text-align: justify;
}

#gallery-content {
    background: linear-gradient(to right, rgb(0 0 0 / 49%), rgb(0 0 0 / 57%)), url(http://dev.agtindia.co.in/great-indian-food/wp-content/themes/great-indian-food/assets/images/inner-bg.jpg) no-repeat;
    padding: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-attachment: fixed;
}

#gallery-content h2 {
    font-size: 50px;
    padding: 0px 0 50px 0;
    font-weight: 500;
    color: #fff;
    text-align: center;
}


/*insta feeds*/

.grid {
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    --card-width: 300px;
    --card-height: 400px;
    position: relative;
    min-width: var(--card-width);
    min-height: var(--card-height);
    margin: 1rem 2rem;
    display: grid;
    background-size: cover;
    box-shadow: 0 4.5px 3.6px rgba(0, 0, 0, 0.024), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 30.1px 24.1px rgba(0, 0, 0, 0.046), 0 100px 80px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: opacity 250ms ease;
}

.card--1 {
    grid-template-rows: repeat(2, 1fr);
    background-image: url('https://source.unsplash.com/4rDCa5hBlCs');
}

.card--1 .tile {
    background-image: url('https://source.unsplash.com/4rDCa5hBlCs');
    background-size: 200%;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

.card--1 .tile:nth-child(1) {
    background-position: 50% 29.5%;
}

.card--1 .tile:nth-child(2) {
    background-position: 50% 58%;
}

.card--1:hover .tile {
    clip-path: polygon(0 0, 0 100%, 101% 100%, 101% 0);
}

.card--1 .text-container p,
.card--1 .text-container a {
    transform: translateY(var(--y-offset));
}

.card--1 .text-container h1 .char::before {
    --color: #5aff44;
    transform: translateY(var(--y-offset));
}

.card--2 {
    grid-template-columns: repeat(2, 1fr);
    background-image: url('https://source.unsplash.com/nawbGwt_12U');
}

.card--2 .tile {
    background-image: url('https://source.unsplash.com/nawbGwt_12U');
    background-size: 300%;
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0);
}

.card--2 .tile:nth-child(1) {
    background-position: 20% 40%;
}

.card--2 .tile:nth-child(2) {
    background-position: 70% 40%;
}

.card--2:hover .tile {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

.card--2 .text-container p,
.card--2 .text-container a {
    transform: translateX(calc(var(--y-offset) * 0.2));
}

.card--2 .text-container h1 .char::before {
    --color: #3787ff;
    transform-origin: right bottom;
    transform: translateX(var(--y-offset)) rotate(10deg);
}

.card .tile {
    position: relative;
    width: 100%;
    height: 100%;
    transition: clip-path 350ms cubic-bezier(0.75, 0.85, 0.25, 1);
    transition-delay: calc(200ms + (var(--index) * 200ms));
    filter: grayscale(0.5);
}

.card .tile:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.card .text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
    padding: 1.2rem 1.5rem;
}

.card .text-container p,
.card .text-container a {
    font-family: "Montserrat";
    font-size: 0.85rem;
    opacity: 0;
    transition: transform 350ms ease, opacity 350ms ease;
    transition-delay: var(--delay);
}

.card .text-container h1,
.card .text-container p {
    margin-bottom: 0.4rem;
}

.card .text-container h1 {
    --delay: 150ms;
    font-family: Roboto;
    font-size: 2rem;
    background: none;
}

.card .text-container h1 .char {
    color: transparent;
}

.card .text-container h1 .char::before {
    --y-offset: 30%;
    position: absolute;
    content: attr(data-char);
    visibility: visible;
    color: var(--color, #fff);
    opacity: 0;
    transition: transform 350ms ease, opacity 350ms ease;
    transition-delay: var(--delay);
}

.card .text-container p {
    --y-offset: 25%;
    --delay: 50ms;
    color: #bebebe;
}

.card .text-container a {
    --y-offset: 100%;
    --delay: 0ms;
    text-decoration: none;
    color: #a0a0a0;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: right;
}

.card .text-container a:hover {
    color: #fff;
}

.card:hover::after {
    opacity: 1;
    transition-delay: 850ms;
}

.card:hover .text-container h1,
.card:hover .text-container p,
.card:hover .text-container a {
    opacity: 1;
    transform: translateY(0%) translateX(0%);
    transition-delay: var(--delay);
}

.card:hover .text-container h1 {
    --delay: 850ms;
}

.card:hover .text-container h1 .char::before {
    opacity: 1;
    transition-delay: calc(var(--delay) + var(--char-index) * 20ms);
    transform: translateY(0%);
}

.card:hover .text-container p {
    --delay: 950ms;
}

.card:hover .text-container a {
    --delay: 1050ms;
}

@media only screen and (max-width: 680px) {
    body {
        height: 100%;
    }
    .grid {
        flex-direction: column;
    }
}

.support {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    display: flex;
    z-index: 20;
}

.support a {
    margin: 0 10px;
    color: #333;
    font-size: 1.8rem;
    backface-visibility: hidden;
    transition: all 150ms ease;
}

.support a:hover {
    transform: scale(1.1);
}

.contact-next-wrap h4 {
    text-align: center;
    font-size: 2rem;
}


/* contact */

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .styled-input {
        width: 100%;
    }
    .home-banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .row.team-2 {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 3rem;
    }
    .team-2 .team-name h4,
    .team-2 .team-name h2,
    .team-name h2,
    .team-name h4 {
        text-align: center;
    }
    .col-lg-4.team-img {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

.styled-input label {
    color: #999;
    padding: 6px 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide {
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 12px;
    border: 1px solid #000;
    width: 100%;
    font-size: 1rem;
    background-color: transparent;
    color: white;
    /* border-radius: 4px; */
}

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

input:focus~span,
textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    display: inline-block;
    background-color: #1D1C24;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%), 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-lrg.submit-btn:hover {
    background-color: #ffd059;
    color: #000;
}
section#contact-next-warpper,
section#our-team-warpper {
    padding: 60px 0;
}
.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
.projects-verticals-wrap .swiper-button-prev,
.projects-verticals-wrap .swiper-button-next,
.projects-verticals-wrap .swiper-pagination{
display:none;
}
@media (max-width: 768px) {
    .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }

ul.link.d-flex {
    flex-direction: column;
}
.simple-mini {
 
    padding: 60px;
 
}
.simple-mini h4 {
 
    font: normal normal 300 24px/41px Comfortaa;
  
}
a.navbar-brand {
    width: 65%;
}
}

@media (max-width: 1024px) {
.projects-verticals-wrap .swiper-button-prev,
.projects-verticals-wrap .swiper-button-next,
.projects-verticals-wrap .swiper-pagination{
display:block;
}

 .widget-info.widget-info-2 {
    margin-bottom: 3rem;
}
 
 
 

}
input[type=checkbox]+label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked+label {
    color: #f00;
    font-style: normal;
}

.info-icon i {
    padding-right: 12px;
}

.widget-link ul li {
    padding-bottom: 1rem;
}

.card-header>h5>a {
    text-decoration: none;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

@media (min-width: "768px") {
    .responsive-tabs .nav-tabs {
        display: flex;
    }
    .responsive-tabs .card {
        border: none;
    }
    .responsive-tabs .card .card-header {
        display: none;
    }
    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: "767px") {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }

.add-services-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.counter .container {
    max-width: 100%;
}
}

@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }
    .responsive-tabs .card {
        border: none;
    }
    .responsive-tabs .card .card-header {
        display: none;
    }
    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }

}
@media (min-width: 525px) {
.home-banner {

    padding-top: 85px;

}
}
.vert-tab {
    text-align: center;
}

#project-types {
    display: flex;
    flex-direction: column;
    background: #ffff;
    padding: 60px 0 60px 0;
    position: relative;
}

.lsgf-right p {
    padding: 2rem 0;
}

#project-types h3 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 50px;
    padding-top: 10px;
}

section#project-types .swiper-button-next,
section#project-types .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 25 * 25);
    z-index: 10;
    padding: 10px;
    border-radius: 50px;
    color: #000;
    border: 2px solid;
}

section#project-types .swiper-button-next:after,
section#project-types .swiper-button-prev:after {
    font-size: 20px;
}

#project-types .swiper-pointer-events {
    touch-action: pan-y;
    padding: 30px;
    overflow: hidden;
}

.test-sec-1-top {
    display: flex;
    align-items: center;
}

.test-sec-1 span {
    font-size: 20px;
}

.test-sec-1 span p {
    font-size: 16px;
    font-weight: 600;
}
section#Instagram-Feeds-warpper {
    display: none;
}
section#project-types .swiper-button-prev {
    position: relative;
    top: 30px;
    bottom: 0px;
    left: 0%;
}

section#project-types .swiper-button-next {
    position: relative;
    top: 52px;
    bottom: 0px;
    left: 20%;
}

div#resident-wrapper {
    padding: 160px 0 60px 0px;
    position: relative;
}

.resident-wrap {
    margin-bottom: 60px;
}

.resident-wrap h2 {
    text-align: center;
    padding-bottom: 2rem;
}

.resident-wrap p {
    text-align: justify;
    font-size: 18px;
    padding-bottom: 2rem;
}

.transition {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.gallery-hover {
    position: relative;
    display: block;
    /* width: 400px; */
}

.gallery-hover a {
    color: white
}

.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
}

.gallery-hover h3 {
    position: relative;
    transition: .5s;
    left: 500px
}
.grid-inner {
    margin-bottom: 30px;
}
.gallery-hover a:hover .overlay {
       opacity: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.gallery-hover a:hover h3 {
    left: 0 !important;
}

section#Photo-Grid-warpper {
    background-color: #1D1C24;
    padding: 70px 0;
}

@media (min-width: 768px) { 
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
}
@media (max-width: 767px) { 
.dropdown:hover .dropdown-menu
    display: none;
    margin-top: auto; 
}