.header-section {
    /* position: fixed; */
    top: 0;
    z-index: 1000;
    width: 100%;
}

.carousel-caption {
    top: 40%;

}

/* Style for the dropdown menu */
.dropdown-menu {
    display: none;
    /* Hide the dropdown menu by default */
    position: absolute;
    z-index: 1000;
    /* Adjust as needed */
    background-color: #fff;
    /* Background color of the dropdown menu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow */
}

/* Style for the dropdown menu items */
.dropdown-menu li {
    display: block;
}

/* Show the dropdown menu when hovering over the parent menu item */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.home-banner {
    border: 1px solid white;
    height: 100px;
    opacity: 5px gray;
    background-color: #141313c4;
    box-shadow: 3px 0px 20px 6px #848080;
}

.carousel-caption h1 {
    color: white;
}

.carousel-caption p {
    color: white;
}

.carousel-caption1 {
    top: 40% !important;
    /* border: 1px solid white; */
    /* height: 100px; */
    opacity: 5px gray;
    /* background-color: #141313c4; */
    /* box-shadow: 3px 0px 20px 6px #848080; */
    position: absolute;
    align-items: center;
    text-align: center;
    margin: auto;
    left: 43%;
}

.carousel-caption1 h1 {
    color: white;
}

.carousel-caption1 p {
    color: white;
}

.social a {
    margin-right: 15%;
    float: right;
}

.social a {
    margin-right: 15%;
    float: right;
}

.social a i {
    color: #d30b32;
    font-size: 20px;
}

.social a i:hover {
    color: #70c704;
}

.nav li a {
    /* color: #e70101; */
    color: #d30b32;
    font-size: 17px;
    margin: 0 20px;
    font-weight: 500;
    background-color: transparent;
    /* text-decoration: none; */
}

.nav li a:hover {
    /* color: #e70101; */
    color: #70c704;
    font-size: 17px;
    margin: 0 20px;
    font-weight: 500;
    /* text-decoration: none; */
    background-color: transparent;
}

/* -----------------------------------FIRST SECTION START---------------------------------------- */
.p-t60 {
    padding-top: 60px;
}

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

.section-head {
    position: relative;
    /* z-index: -1; */
    margin-bottom: 15px;
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}

.text-center.section-head p {
    /* max-width: 900px; */
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;

}

.section-head p:last-child {
    margin-bottom: 0;
}

.section-head p {
    padding-top: 20px;
}

.section-head h1:after,
.section-head h2:after,
.section-head h3:after {
    position: absolute;
    content: attr(data-title);
    /* color: rgba(210, 210, 210, 0.3); */
    color: #ffbbbb4d;
    font-weight: 900;
    /* font-size: 48px; */
    text-transform: uppercase;
    top: -15px;
    left: 50%;
    width: 100%;
    z-index: -1;
    transform: translateX(-50%);
}

.wt-separator {
    height: 2px;
    width: 40px;
    position: relative;
    margin-bottom: 5px !important;
    transition: width 0.3s ease;
    display: block;
    margin: auto;
}

.separator {
    height: 35px;
    text-align: center;
    /* border: 1px solid grey; */
    align-items: center;
    margin: 0px;
    padding: 8px;
}

.section-head:hover .wt-separator {
    width: 60px;
}

.section-head1:hover .wt-separator {
    width: 60px;
}

.wt-separator2 {
    height: 2px;
    width: 60px;
    position: relative;
    transition: width 0.3s ease;
    display: block;
    margin: auto;
}

.section-head:hover .wt-separator2 {
    width: 40px;
}

.section-head1:hover .wt-separator2 {
    width: 40px;
}

.text-center.section-head p {
    /* max-width: 900px; */
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;

}


.section-head p:last-child {
    margin-bottom: 0;
}

.section-head p {
    padding-top: 0px;
}

.shadow-effect {
    position: relative;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bg-primarys {
    color: #fff;
    /* background-color: #337ab7; */
    /* background-color: #00897b !important; */
    background-color: #d30b32;
}

.card-border {
    /* border: 1px solid #d30b32; */
    padding: 5px;
    /* background-color: #d30b32; */
    border-radius: 10px;
}

.card-border h4 {
    color: white;
}

.card-border p {
    color: white;
}

.card {
    background-color: transparent;
}

.card p {
    color: rgb(201, 201, 201);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.card h3 {
    color: rgb(243, 243, 243);
}

.servce-icon i {
    color: #cccccc;
    font-size: 48px;
}

.slider .image-items {
    height: 100%;
    padding-bottom: 5%;
}

/* -----------------------------------FIRST SECTION END---------------------------------------- */
.section-head h1:after,
.section-head h2:after,
.section-head h3:after {
    position: absolute;
    content: attr(data-title);
    /* color: rgba(210, 210, 210, 0.3); */
    color: #ffbbbb4d;
    font-weight: 900;
    /* font-size: 48px; */
    text-transform: uppercase;
    top: -15px;
    left: 50%;
    width: 100%;
    z-index: -1;
    transform: translateX(-50%);
}

.wt-separator {
    height: 2px;
    width: 40px;
    position: relative;
    margin-bottom: 5px !important;
    transition: width 0.3s ease;
    display: block;
    margin: auto;
}

.section-head:hover .wt-separator {
    width: 60px;
}

.wt-separator2 {
    height: 2px;
    width: 60px;
    position: relative;
    transition: width 0.3s ease;
    display: block;
    margin: auto;
}

.bg-primarys {
    background-color: #d30b32;
}

.slider {
    /* margin: 0 40px; */
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.section-head:hover .wt-separator2 {
    width: 40px;
}

.slider .image-items .image img {
    height: 200px;
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.arrowButton {
    position: absolute !important;
    top: 50% !important;
    color: black !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: white !important;
    padding: 10px !important;
}

.arrowButton::after {
    font-size: 20px !important;
}

/* FIRST SECTION END */
/* -----------------------------------SECOND SECTION START---------------------------------------- */
#slideshow {
    margin: 0 auto;
    /* padding-top: 10px; */
    padding-bottom: 50px;
    height: auto;
    width: 100%;
    /* background-color: #6adecd; */
    /* background-image: url('img/gc_banner.jpg'); */
    box-sizing: border-box;
}

.slideshow-title {
    font-family: 'Allerta Stencil';
    font-size: 62px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 25%;
    letter-spacing: 3px;
    font-weight: 300;
}

.sub-heading {
    padding-top: 50px;
    font-size: 18px;
}

.sub-heading-two {
    font-size: 15px;
}

.sub-heading-three {
    font-size: 13px;
}

.sub-heading-four {
    font-size: 11px;
}

.sub-heading-five {
    font-size: 9px;
}

.sub-heading-six {
    font-size: 7px;
}

.sub-heading-seven {
    font-size: 5px;
}

.sub-heading-eight {
    font-size: 3px;
}

.sub-heading-nine {
    font-size: 1px;
}

.entire-content {
    margin: auto;
    width: 190px;
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
}

.content-carrousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotar 15s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.content-carrousel figure {
    width: 100%;
    height: 120px;
    border: 1px solid #d30b32;
    overflow: hidden;
    position: absolute;
}

.content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
    transform: rotateY(360deg) translateZ(300px);
}

.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.content-carrousel img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

.content-carrousel img:hover {
    transform: scale(1.2);
    transition: all 300ms;
}

/* @keyframes rotar {
from {
  transform: rotateY(0deg);
} to {
  transform: rotateY(360deg);
}
} */
/* -------------------------------------------------------------------------- */
#slideshow1 {
    margin: 0 auto;
    /* padding-top: 10px; */
    padding-bottom: 50px;
    height: auto;
    width: 100%;
    /* background-color: #6adecd; */
    /* background-image: url('img/gc_banner.jpg'); */
    box-sizing: border-box;
}





.entire-content1 {
    margin: auto;
    width: 100px;
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
}

.content-carrousel1 {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotar 15s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel1:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.content-carrousel1 figure {
    width: 100%;
    height: 80px;
    border: 1px solid #d30b32;
    overflow: hidden;
    position: absolute;
}

.content-carrousel1 figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(180px);
}

.content-carrousel1 figure:nth-child(10) {
    transform: rotateY(360deg) translateZ(180px);
}

.shadow1 {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.content-carrousel1 img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

.content-carrousel1 img:hover {
    transform: scale(1.2);
    transition: all 300ms;
}

@keyframes rotar {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

/* -----------------------------------SECOND SECTION END---------------------------------------- */
/* -----------------------------------FORTH SECTION END---------------------------------------- */
.css {
    position: relative;
    top: 10px;
    /* left:25px; */
    /* height:40px; */
    margin-bottom: 10px;
}

/* -----------------------------------FORTH SECTION END---------------------------------------- */
/* -----------------------------------FIFTH SECTION END---------------------------------------- */
@media screen and (max-width: 768px) {
    .incredible {
        font-size: 2rem;
        text-align: left;
        font-weight: 400;
        color: #d30b32;
    }
}

@media (min-width: 769px) {
    .incredible {
        font-size: 3.5rem;
        text-align: left;
        font-weight: 400;
        color: #d30b32;
    }
}

.btn-desgn {
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #d30b32;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
}

.btn-desgn:hover {
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
}

/* -----------------------------------FIFTH SECTION END---------------------------------------- */
/* -----------------------------------SIXTH SECTION END---------------------------------------- */
.award {
    /* height: 500px; */
    width: 100%;
    object-fit: cover;
}

/* .top-left {
  position: relative;
  top: 4%;
  left: 9%;
}
.pager-header p {
color: #ddd;
width: 65%;
} */
@media screen and (max-width: 768px) {
    .award {
        height: auto;
        width: 100%;
    }

    .text-block {
        position: absolute;
        top: 0;
        left: 5%;
        /* background-color: black; */
        color: white;
        padding: 20px;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        width: 70%;
        text-align: justify;
    }

    .award-h {
        font-size: 1.5rem;
    }

    .award-p {
        font-size: 15px;
    }
}

@media (min-width: 769px) {
    .text-block {
        position: absolute;
        top: 40%;
        left: 5%;
        /* background-color: black; */
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
        text-align: justify;
        font-size: 20px;
    }
}

/* -----------------------------------SIXTH SECTION END---------------------------------------- */

/* -----------------------------------ABOUT SECTION START---------------------------------------- */
.breadcrumb li {
    text-align: center;
    align-items: center;
    margin: auto;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    /* background-color: #eee; */
    width: 30%;
    text-align: center;
    align-items: center;
    margin: auto;
}

ul.breadcrumb li {
    display: inline;
    font-size: 30px;
    color: #d30b32;
    font-weight: 500;
}

ul.breadcrumb li+li:before {
    /* padding: 8px; */
    color: #000000;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

ul.breadcrumb li a:hover {
    color: #d30b32;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .mobile-view {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    ul.breadcrumb {
        /* padding: 10px 16px; */
        list-style: none;
        /* background-color: #eee; */
        width: 100%;
        text-align: center;
        align-items: center;
        margin: auto;
    }

    ul.breadcrumb li {
        display: inline;
        font-size: 25px;
        color: #d30b32;
        font-weight: 500;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {

    /* .carousel-caption{
    top:15%;
  } */
    ul.breadcrumb {
        padding: 10px 16px;
        list-style: none;
        /* background-color: #eee; */
        width: 50%;
        text-align: center;
        align-items: center;
        margin: auto;
    }

    ul.breadcrumb li {
        display: inline;
        font-size: 25px;
        color: #d30b32;
        font-weight: 500;
    }
}


/* -----------------------------------------ABOUT SECOND SECTION START----------------------------------------------------- */
.bg-3 {
    background: url(public/img/about4.jpg) repeat scroll 0 0 / cover;
}

.section-titel.two {
    margin-left: 100px;
}

.section-titel {
    margin-bottom: 40px;
    margin-right: 100px;
}

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

.section-titel.two h2::after {
    left: -102px;
}

.section-titel h2::after {
    border-bottom: 2px dashed #e2a750;
    bottom: 10px;
    content: "";
    height: 70px;
    position: absolute;
    right: -100px;
    width: 70px;
}

.section-titel.two h2,
.section-titel.two p {
    color: #fff;
    position: relative;
}

.slider {
    /* margin: 0 40px; */
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider .image-items {
    height: 100%;
    padding-bottom: 5%;
    align-items: center;
    text-align: center;
}

.slider .image-items .image {
    height: 100%;
}

.about-swiper .arrowButton {
    position: absolute !important;
    top: 25% !important;
    color: black !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: white !important;
    padding: 10px !important;
}

/* -----------------------------------------ABOUT SECOND SECTION START----------------------------------------------------- */
/* -----------------------------------------ABOUT THIRD SECTION START----------------------------------------------------- */
.about-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(228, 235, 239); */
    padding: 20px;
}

/* -----------------------------------------ABOUT THIRD SECTION END----------------------------------------------------- */
.ourteam-area .section-titel.two h2,
.ourteam-area .section-titel.two p {
    color: #555555;
}

.section-titel h2 {
    display: block;
    margin-bottom: 14px;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.ourteam-area .section-titel.two h2,
.ourteam-area .section-titel.two p {
    color: #555555;
}

.thumb-content {
    display: block;
    overflow: hidden;
}

.thumb-content {
    margin-top: 30px;
}

.teamper-titel>h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
}

.teamper-titel>h5::after {
    border-bottom: 1px dashed #e2a750;
    bottom: 0;
    content: "";
    height: 70px;
    position: absolute;
    right: 0;
    width: 70px;
}

.teamper-titel>h5 {
    font-size: 20px;
    font-weight: 500;
}

.teamper-titel>span {
    color: #555555;
}

.team-social {
    margin-bottom: 35px;
    margin-top: 22px;
}

.text-right {
    text-align: right;
}

.team-social ul li {
    list-style: none;
    display: inline-block;
}

.team-social ul li a {
    border: 1px solid #555555;
    border-radius: 100px;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    text-align: center;
    width: 30px;
    color: #555555;
    transition: .3s;
}

/* -----------------------------------------ABOUT FORTH SECTION END----------------------------------------------------- */




/*-----------FOOTER START----------- */
.footer-dark .footer-top {
    color: #d7d7d7;
    /* background-color: #3d5a6c; */
    background-color: #1a425e;
}

.footer-dark .footer-bottom {
    /* background-color: #3d5a6c; */
    background-color: #163346 !important;
}

.footer-top {
    padding: 50px 0px 10px 0px;
}

.widget {
    margin-bottom: 40px;

}

.logo-footer {
    display: table;
    width: 100%;
    height: 48px;
    vertical-align: middle;
    padding: 0;
    font-size: 20px;
    color: #1bbce8;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 9;
}

a {

    color: #fff;
    outline: 0 none;
    text-decoration: none !important;
}

/* p {
margin: 0 0 10px;
} */
.site-footer .widget ul {
    list-style: none;
    margin-top: 0px;
}

.social-icons {
    list-style: none;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 12px;
    margin: 0px;
}

.p-b15 {
    padding-bottom: 15px;
}

.site-footer .widget>.widget-title {
    text-transform: uppercase;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title {
    margin: 0 0 25px;
}

.recent-posts-entry .widget-post {
    margin-bottom: 10px;
}

.recent-posts-entry .wt-post-info {
    margin-left: 70px;
}

.recent-posts-entry .wt-post-info .post-title {
    margin-top: 0px;
}

.widget .post-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footer-dark .footer-top h1,
.footer-dark .footer-top h2,
.footer-dark .footer-top h3,
.footer-dark .footer-top h4,
.footer-dark .footer-top h5,
.footer-dark .footer-top h6,
.footer-dark .footer-top h1 a,
.footer-dark .footer-top h2 a,
.footer-dark .footer-top h3 a,
.footer-dark .footer-top h4 a,
.footer-dark .footer-top h5 a,
.footer-dark .footer-top h6 a {
    color: #fff;
}

.site-footer .widget ul {
    list-style: none;
    margin-top: 0px;
    display: flex;
}

.social-icons {
    list-style: none;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 12px;
    margin: 0px;
}

.site-footer li {
    line-height: 26px;
    margin: 5px;
}

.social-icons li {
    display: inline-block;
    text-align: center;
}

.footer-dark .social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background-color: #2a897b;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.footer-dark .footer-bottom {
    background-color: #181f24;
}

.footer-large .footer-bottom {
    padding: 20px 0px;
    color: #787878;
    font-size: 13px;
}

.wt-footer-bot-center {
    text-align: center;
}

.wt-footer-bot-center {
    padding-left: 15px;
    padding-right: 15px;
}

.m-b10 {
    margin-bottom: 10px;
}

.footer-dark .footer-bottom .copyrights-text {
    color: #b7b7b7;
}

.footer-bottom .copyrights-text {
    color: #253641;
    font-size: 14px;
    text-transform: uppercase;
}

/*----------- FOOTER END -----------*/



/* -----------------------------------ABOUT SECTION END---------------------------------------- */
/* -----------------------------------GALLERY SECTION START---------------------------------------- */
/*rotated image  in starting section  */
.slide-container {
    position: relative;
    width: 30vw;
    height: 30vw;
    margin: 17vmin auto;
    border-radius: 50%;
    box-shadow: 0 10px 20px #d30b32;
    background: url(/public/img/0.jpg) no-repeat center/cover;
    transition: all .3s;
    z-index: -1;
}


.slide-container .slide1 {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 8vw; */
    /* height: 8vw; */
    margin-top: -4vw;
    margin-left: -4vw;
    background: url(/public/img/0.jpg) no-repeat center/cover;
    border-radius: 50%;
    box-shadow: 0 5px 10px #d30b32;
    cursor: pointer;
    transform: scale(1);
    opacity: .9;
    transition: all .3s;
}


.avatar img {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.slide1.active,
.slide1:hover {
    transform: scale(1.3);
    opacity: 1;
    z-index: 100;
}




/* ------------------------------------------------------------------------------------------------------ */
.gallery {
    --g: 6px;
    /* the gap */

    display: grid;
    /* width: 450px;  */
    aspect-ratio: 1;
    grid: auto-flow 1fr/repeat(3, 1fr);
    gap: var(--g);
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale();
    cursor: pointer;
    transition: .5s
}

.gallery img:hover {
    filter: grayscale(0);
}

.gallery img:nth-child(2) {
    grid-area: 1/2/span 2/span 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--g)/4) 100%, 0 calc(50% - var(--g)/4))
}

.gallery img:nth-child(3) {
    grid-area: 2/1/span 2/span 2;
    clip-path: polygon(0 0, calc(50% - var(--g)/4) 0, 100% calc(50% + var(--g)/4), 100% 100%, 0 100%);
}

/* ------------------------------------------------------------------------------------------------------ */





/* -------------------------------------------GALLERY THIRD SECTION START--------------------------------------------------------------- */


.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 4%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: white;
    position: absolute;
    top: 8%;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 20%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: 4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* -----------------------------------------------GALLERY THIRD SECTION END----------------------------------------------------------- */
/* pagination start */
.pagination {
    display: inline-block;
    margin-left: 40%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    /* background-color: #4CAF50; */
    background-color: #0dcaf0;
    color: white;
    border: 1px solid #0dcaf0;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ---------------------------------------------------------------------------- */

.image-size {
    height: 12rem;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    padding: 10px;
}

.card_hover {
    border: 1px solid #d30b32;
}

.card_hover:hover {
    border: 1px solid #d30b32;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: 0 4px 8px 0 rgba(211, 11, 50, 0.2), 0 6px 20px 0 rgba(211, 11, 50, 0.19);
}

.row_gap {
    row-gap: 25px;
}

/* --------------------------------------GALLERY VIDEO SECTION START---------------------------------------------------------- */


.pagination1 {
    display: inline-block;
    margin-left: 40%;
}

.pagination1 a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination1 a.active {
    background-color: #0dcaf0;
    color: white;
    border: 1px solid #0dcaf0;
}

.pagination1 a:hover:not(.active) {
    background-color: #ddd;
}

.pagination1 a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination1 a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ---------------------------------------------------------------------------- */


/* --------------------------------------GALLERY VIDEO SECTION END---------------------------------------------------------- */
/* -----------------------------------GALLERY SECTION END---------------------------------------- */
/* -----------------------------------SERVICE SECTION START---------------------------------------- */
#service1 {
    display: none;

}

#service {
    display: block;
}

.p-t30 {
    padding-top: 23px;
}

/* -----------------------------------SERVICE SECTION END---------------------------------------- */
/* -----------------------------------CONTACT SECTION END---------------------------------------- */
.contact-row {
    align-items: center;
    /* display: flex; */
}

.contact-list {
    display: flex;
    /* margin: 20px 20px 20px 0; */
}

.icon {
    align-items: center;
    /* border-radius: 50%; */
    display: flex;
    height: 60px;
    justify-content: center;
    width: 38px;
}

.contact-list a {
    color: #362a78;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

.socials {
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.socials li {
    margin-right: 10px;
}

/* -----------------------------------CONTACT SECTION END---------------------------------------- */
/* -----------------------------------FOOTER SECTION END---------------------------------------- */
/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

/* .footer {
position: relative;
margin-top: -110px;
padding-top: 180px;
} */

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* -----------------------------------FOOTER SECTION END---------------------------------------- */


@media (min-width: 768px) {
    #header1 {
        display: none;
    }

    /* #header{
      display:block;
  } */
    #slideshow1 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #header1 {
        display: block;
    }

    #header {
        display: none;
    }

    .mobile-carousel {
        margin-top: 13%;
    }

    #slideshow {
        display: none;
    }

    .card p {
        font-size: 16px;
        font-weight: 400;
    }

    #service {
        display: none;

    }

    #service1 {
        display: block;
    }
}