/* Webfont: ThingsRegular */
@font-face {
    font-family: 'Things';
    src: url('../fonts/things/Web-TT/Things-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/things/Web-TT/Things-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/things/Web-TT/Things-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/things/Web-TT/Things-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal
}

/* Webfont: Grift */
@font-face {
    font-family: 'GriftFont';
    src: url('../fonts/grift/Web-TT/Grift-Regular.woff2') format('woff2'), 
        url('../fonts/grift/Web-TT/Grift-Regular.woff') format('woff'),
        url('../fonts/grift/Web-TT/Grift-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --navayuga-things: 'Things', Serif;
    --navayuga-grift: 'GriftFont', Sans-Serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--navayuga-things) !important;
}

body, p, li, ul, span {
    font-family: var(--navayuga-grift) !important;
}
.nav-link {
    font-family: 'Montserrat';
}


body {
    overflow-x: hidden !important;
    max-width: 100%;
}

.icon-style {
    width: 40px !important;
    margin-top: auto;
    margin-bottom: auto;
}

p.club-para {
    margin-bottom: unset !important;
}

/* owl-carousel */

.owl-carousel .owl-stage-outer:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 700px;
    left: -100%;
    margin-left: -20px;
    top: 0;
    z-index: 10;
    color: black;
}




.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -11px !important;
}


#owl-carousel-2 .owl-nav .owl-prev,
#owl-carousel-2 .owl-nav .owl-next {
    position: absolute;
    top: 80%;
    left: 1%;
    transform: translateY(-50%);
    font-size: 3=40px;
    width: 40px;
    height: 40px;
    background: #F1F1F1;
    line-height: 21px;
    border-radius: 50%;
    color: #000000 !important;
}

#owl-carousel-2 .owl-nav .owl-prev {
    left: 17% !important;
}

#owl-carousel-2 .owl-nav .owl-prev span,
#owl-carousel-2 .owl-nav .owl-next span {
    height: 34px;
    min-height: 0;
    display: inline-block;
}

#owl-carousel-2 .owl-nav .owl-prev:hover span,
#owl-carousel-2 .owl-nav .owl-next:hover span {
    color: black;
}

#owl-carousel-2 .owl-nav .owl-next {
    left: 22% !important;
}

.owl-dots {
    color: none;
    display: none;
}

/* owl-carousel css */

#owl-carousel .owl-nav .owl-prev,
#owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translateY(-50%);
    font-size: 40px;
    width: 40px;
    height: 40px;
    background: #F1F1F1;
    line-height: 20px;
    border-radius: 50%;
    color: #000000;
}

#owl-carousel .owl-nav .owl-prev {
    left: 4%;
}

#owl-carousel .owl-nav .owl-prev span,
#owl-carousel .owl-nav .owl-next span {
    height: 34px;
    min-height: 0;
    display: inline-block;
}

#owl-carousel .owl-nav .owl-prev:hover span,
#owl-carousel .owl-nav .owl-next:hover span {
    color: black;
}

#owl-carousel .owl-nav .owl-next {
    left: 92%;
}

.owl-dots {
    color: none;
    display: none;
}

/*minified owl carousel css*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel,
.owl-carousel .owl-item {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
}

.no-js .owl-carousel,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.whats-app-icon {
    position: fixed;
    right: 1%;
    bottom: 7%;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    transition: opacity .2s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/* owl -carousel-end */

.banner-section-bg-container {
    background-image: url("../images/Group-60.webp");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-heading {
    text-align: center;
    font-size: 48px;


    font-family: var(--navayuga-things);

    letter-spacing: 6.48px;
    color: #FFFFFF;
    text-shadow: 1px 4px 5px #000000C2;
    text-transform: uppercase;
}

.banner-caption {
    font-family: var(--navayuga-grift);
    font-size: 25px;
    color: #e9ce80;
    font-weight: 600;
}

.union-heading-line {
    margin: 0px auto;
}

.heading-line {
    width: 166px;
    height: 4px;
    background-color: #E9CE80;
}

.heading-line-gallery {
    width: 115px;
    height: 4px;
    background-color: #E9CE80;
}

.heading-line-pf {
    width: 44px;
    height: 4px;
    background-color: #E9CE80;
}

.para-l {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/var(--unnamed-line-spacing-27) var(--navayuga-grift);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal normal 20px/27px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.wcu-heading {
    font: normal normal bold 40px/57px Cormorant Garamond;
    letter-spacing: 0px;
    color: #18124A;
    text-transform: uppercase;
}


.custom-card {
    background-color: #f8f9fa;
    /* Set your desired background color */
}

.bg-clr-wcu {
    background-color: #ECECEC;
}

.pf-carad-para {
    font: normal normal normal 16px/20px Montserrat;
    color: #2A2A2A;
}

@media screen and (min-width:1700px) and (max-width:1980px) {

    .ag-heading {
        padding-top: 5rem !important;
    }

    .img-pause {
        padding: 22rem;
    }


    .tick-text {
        font: normal normal 600 14px/31px Montserrat !important;
    }

    .card-w {
        width: 39rem !important;
    }

    .card-sec {
        padding: 20px !important;
        width: 230px !important;
        min-height: 239px !important;
    }



    .pf-carad-para {
        padding-top: 10px;
    }


}

@media screen and (min-width:1400px) and (max-width:1700px) {
    .ag-heading {
        padding-top: 5rem !important;
    }

    .img-pause {
        padding: 15rem;
    }

    .card-sec {
        padding: 20px !important;
        width: 230px !important;
        min-height: 239px !important;
    }



    .pf-carad-para {
        padding-top: 10px;
    }

    .custom-card {
        margin-top: 111px !important;
        margin-left: 134px !important;
    }

    .wcu-img {
        height: 77vh !important;
    }

    .tick-text {
        font: normal normal 600 14px/31px Montserrat !important;
    }

    .card-w {
        width: 39rem !important;
    }

}

@media screen and (min-width:1200px) and (max-width:1400px) {

    .tick-text {
        font: normal normal 600 14px/31px Montserrat !important;
    }

    .card-w {
        width: 39rem !important;
    }

    .custom-card {
        margin-top: 84px !important;
        margin-left: 74px !important;
    }

    .wcu-img {
        height: 90vh !important;
    }

    .card-sec {
        padding: 20px !important;
        width: 210px !important;
        min-height: 225px !important;
    }

    .pf-heading {
        font-size: 18px !important;
    }

    .pf-carad-para {
        font-size: 14px;
        padding-top: 6px;
    }
}

@media screen and (min-width:768px) and (max-width:1980px) {
    .gallery-img-space {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:767px) and (max-width:991px) {

    .youtube-video {
        height: unset !important;
    }

    .img-pause {
        width: 50%;
        padding: 10rem;
    }

    .card-sec {
        width: 337px !important;
        min-height: 192px !important;
        margin-top: 20px !important;
    }

    .pf-carad-para {
        margin-top: 10px !important;
    }

    .btn-sec {
        padding-top: 2rem;
    }

    .banner-section-bg-container {
        height: 70vh;
    }

    .blue-c-heading {
        text-align: center;
    }

    .wcu-heading {
        text-align: left;
    }

    .ng-para {
        text-align: center !important;
    }

    .project-f-m {
        margin-top: 22px !important;
    }

    .listing-bg.visible {

        grid-template-columns: auto auto !important;
    }

    .banner-heading {
        font: normal normal normal 36px/48px Cormorant Garamond;
        padding-top: 40px !important;
        letter-spacing: 4.48px;
    }
}

@media screen and (min-width:400px) and (max-width:767px) {

    .img-pause {
        width: 48px;
        padding-top: 5rem;
    }

    .youtube-video {
        height: 39vh !important;

    }

    .card-sec {
        padding: 13px !important;
        width: 191px !important;
        min-height: 221px !important;
        margin-bottom: 14px !important;



    }

    .pf-carad-para {
        font-size: 14px !important;
    }

    .pf-heading {
        font-size: 16px !important;
    }

}

@media screen and (max-width:399px) {

    .youtube-video {
        height: 30vh !important;

    }

    .img-pause {
        width: 58px;
        padding-top: 2rem;
    }

    .card-sec {
        padding: 7px !important;
        width: 100% !important;
        min-height: 231px !important;
        margin-bottom: 14px !important;
    }

    .pf-carad-para {
        font-size: 14px !important;
    }

    .pf-heading {
        font-size: 16px !important;
    }
}



@media screen and (max-width:767px) {

    .n-tck-img {
        margin-top: -25px !important;
    }

    .tick-text {
        font: normal normal 600 13px/25px Montserrat !important;
    }

    .blue-c-heading {
        text-align: center;
    }

    .wcu-heading {
        text-align: left !important;
    }

    .ng-para {
        text-align: center !important;
    }

    .btn-sec {
        padding-top: 22px !important;
    }

    .tick-text {
        font: normal normal 600 12px/28px Montserrat !important;
    }


    .bg-clr-wcu {
        padding: 2rem !important;
    }

    .c-heading {
        font: normal normal bold 30px/40px Cormorant Garamond !important;
    }

    .blue-c-heading {
        font: normal normal bold 31px/32px Cormorant Garamond !important;
    }

    .wcu-heading {
        font: normal normal bold 31px/32px Cormorant Garamond !important;
    }

    .btn-para {
        font-size: 16px !important;
        padding-top: 15px !important;
    }

    .sp-para {
        font: normal normal 700 18px/25px Montserrat !important;
    }

    .card {
        padding: 20px !important;
    }



    .listing-bg.visible {
        grid-template-columns: auto !important;
    }

    .owl-c-img {
        height: 45vh !important;
    }

    .club-para {
        font: normal normal normal 12px/20px Montserrat !important;

    }

    .ament-icon-img {
        width: 28px !important;
    }

    .amen-heading {
        font: normal normal bold 24px/57px Cormorant Garamond !important;

    }

    .banner-heading {
        font: normal normal normal 24px/41px Cormorant Garamond;
        padding-top: 40px !important;
        letter-spacing: 2.48px;
    }

    .banner-caption {
        font-size: 14px;
    }

    .para-l {
        font: normal normal normal 14px/27px var(--navayuga-grift);
        margin-bottom: 5rem !important;
    }

    .banner-section-bg-container {
        height: 80vh;
    }

    #owl-carousel .owl-nav .owl-next {
        left: 86%;
    }

    #owl-carousel .owl-nav .owl-next {

        font-size: 20px !important;
        width: 19px !important;
        height: 19px !important;

        line-height: 14px !important;
    }

    #owl-carousel .owl-nav .owl-prev {

        font-size: 20px !important;
        width: 19px !important;
        height: 19px !important;

        line-height: 14px !important;
    }
}

.para-l {
    margin-bottom: 40px !important;
}

.custom-card {
    background-color: #f8f9fa;
    /* Set your desired background color */
}

li {
    color: black;
}

.l-para {
    font-size: 16px;
    font-family: var(--navayuga-grift);
    color: #2A2A2A;
}

.c-heading {
    font: normal normal bold 40px/57px Cormorant Garamond;
    letter-spacing: 0px;
    color: #18124A;
    text-transform: uppercase;
    opacity: 1;
}



.l-para {
    font: normal normal normal 16px/27px Montserrat;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.listing-bg.visible {
    background-image: url('../images/al.png');
    grid-template-columns: auto auto auto auto;
    background-position: center;
    background-size: cover;

}

.visible {
    visibility: visible !important;
}

.amen-heading {
    text-align: center;
    font: normal normal bold 30px/57px Cormorant Garamond;
    letter-spacing: 0px;
    color: #E9CE80;
    text-transform: uppercase;
    opacity: 1;
}

.en-btn {
    position: relative;
    /* z-index: 999999999999999; */
}

.club-sec {
    background-color: #18124A;
}

.club-para {
    text-align: left;
    font: normal normal normal 18px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* Button styles on hover */
.my-button:hover {
    background-color: #E9CE80;
}

/* Default button styles */
.my-button {
    width: 150px;
    height: 32px;
    text-align: center;
    background-color: white;
    color: #18124A;
    border: none;
    text-transform: uppercase;
    font-family: var(--navayuga-grift);
    font-size: 13px;
    font-weight: 800;

}

.blue-c-heading {

    font: normal normal bold 40px/57px Cormorant Garamond;
    color: #18124A;
    text-transform: uppercase;
}

.wcu-heading {

    font: normal normal bold 40px/57px Cormorant Garamond;
    color: #18124A;
    text-transform: uppercase;
}

.tick-text {
    text-align: left;
    font: normal normal 600 16px/41px Montserrat;
    letter-spacing: 0px;
    color: #18124A;
    opacity: 1;
}

.ng-para {
    text-align: left;
    font: normal normal normal 16px/27px Montserrat;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.btn-para {
    text-align: center;
    font-family: var(--navayuga-grift);
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
}

.btn-sec {
    background-color: #18124A;
}

.sp-para {
    text-align: center;
    font: normal normal 700 30px/41px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.tick-img {
    width: 22px;
    height: 22px;
}

.custom-card {
    margin-top: 50px;
    margin-left: 170px;
}

.pf-heading {
    text-align: left;
    font-weight: "bold";
    color: #18124A;
    font-weight: bold;
    font-size: 20px;
    font-family: " Montserrat";
}

.img-r {
    text-align: right !important;
    margin-bottom: 10px;
}

.card-sec {
    border: 1px solid;
    padding: 20px;
    border-radius: 8px;
    background-color: #F1F1F1;
    border: none;
    width: 200px;
    min-height: 280px;
    height: 100%;
}

body {
    overflow-x: hidden;
}

.g-top {
    margin-top: -310px;
}

.g-top {
    margin-top: -310px;
}

.footer-sec {
    background-color: #120E3A;
}

.project-location li {
    font-size: 22px;
    color: white;
}

.f-img {
    width: 220px;
}


.card {
    border: 1px solid #ccc;
    padding: 22px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
}

.list-items {
    list-style-type: none;
    padding: 0;
}

.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tick-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.youtube-video {
    width: 100%;
    height: 74vh;
    background-size: cover;
    background-position: center;
}

.img-pause {
    width: 100;
    text-align: center;
    align-items: center;
}

.tick-text {
    margin: 0;
}

/* wcu css */

.card-section {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background: linear-gradient(to right, #ECECEC 50%, transparent 50%), url('../images/Mask-Group-28.png') center/cover;
}

.card-new {
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.heading-line {
    width: 166px;
    height: 4px;
    background-color: #E9CE80;
}

.wcu-heading {
    font: normal normal bold 32px/45px Cormorant Garamond;
    letter-spacing: 0px;
    color: #18124A;
    text-transform: uppercase;
    text-align: left;
}

.tick-text {
    font: normal normal 600 16px/31px Montserrat;
    letter-spacing: 0px;
    color: #18124A;
}

.bg-clr-wcu {
    background-color: #ECECEC !important;
}


/* wcu css ends */



@media screen and (min-width:1004px) and (max-width:1980px) {
    .btn-sec {
        padding-top: 3rem !important;
        margin-top: 1rem;
    }

    .club-h-a {
        padding-top: 15px;
    }

    .mirt-img {
        padding: 10px;
    }

}

@media (min-width:1600px) and (max-width:2000px) {
    .custom-card {
        margin-top: 150px;
        margin-left: 450px;
    }

    .ag-heading {
        padding-top: 5rem !important;
    }

}



@media (min-width:1024px) and (max-width:1200px) {

    .ag-heading {
        padding-top: 4rem !important;
    }

    .img-pause {
        width: 41%;
        padding: 10rem;
    }

    .pf-heading {
        font-size: 15px;

    }

    .card-sec {
        padding: 17px !important;
        width: 176px !important;
        min-height: 220px !important;
    }


    .club-para {
        font: normal normal normal 13px/33px Montserrat !important;
    }

    .pf-carad-para {
        font-size: 12px !important;
        padding-top: 6px !important;
    }

    .custom-card {
        margin-top: 84px !important;
        margin-left: 19px !important;
    }

    .wcu-img {
        height: 72vh;
    }

    .blue-c-heading {
        font-size: 24px !important;
        line-height: 23px !important;
    }

    .tick-text {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .card-w {
        width: 35rem !important;
    }

}

@media (min-width: 992px) and (max-width:1980px) {
    .col-lg-2-card {
        flex: 0 0 auto;
        width: 19.666667% !important;
    }
}

.card-w {
    width: 35rem;
}

.pf-icon-img {
    width: 50px;
    height: 45px;
}

/* .n-godavari{
margin-bottom: 
-193px
;
} */
@media(min-width:1020px) and (max-width:2000px) {
    .blue-absolute-section {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 100px;
    }

    .godhavari-about-top {
        padding-bottom: 250px;
        z-index: 999;
        position: relative;
    }

    .text-white-para {
        color: #ffffff !important;
    }
}

@media(min-width:1200px) and (max-width:1400px) {

    .ag-heading {
        padding-top: 3rem !important;
    }

    .img-pause {
        padding: 13rem;
    }

    .ng-para {
        font-size: 13px;
    }

    .btn-sec {
        padding-top: 8rem !important;
    }
}

@media(min-width:1401px) and (max-width:2000px) {
    .btn-sec {
        padding-top: 9rem !important;
    }

    .ng-para {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .ng-para {
        font-size: 12px;
        line-height: 20px;
    }

    .btn-para {
        /* padding-top: 20px !important; */
        font-size: 25px;
    }

    .btn-sec {
        padding-top: 7rem !important;
    }
}



/* baguetteBox-css-starts */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    display: block !important;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
}

.baguetteBox-button#previous-button {
    left: 2%;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

/*
Preloader
Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* baguetteBox-css-ends */

a.link-none {
    text-decoration: none !important;
    color: white !important;
}

/* 12. hover-border-2 */
.btn.hover-border-2::before,
.btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}

.btn.hover-border-2::before {
    bottom: 0;
    left: 0;
    border-left: 1px solid rgb(28, 31, 30);
    border-bottom: 1px solid rgb(28, 31, 30);
}

.btn.hover-border-2::after {
    top: 0;
    right: 0;
    border-right: 1px solid rgb(28, 31, 30);
    border-top: 1px solid rgb(28, 31, 30);
}

.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
    width: 99%;
    height: 99%;
}

/*--- btn-3 ---*/
.btn-3 {
    padding: 8px 20px;
    color: white !important;
    border: 1px solid white;
}

.btn-3 span {
    color: rgb(255, 255, 255);
    background-color: rgb(54, 56, 55);
}

.btn-3::before,
.btn-3::after {
    background: transparent;
    z-index: 2;
}

.btn-3:hover {
    color: white !important;
}

ul.footer-links {
    list-style: none !important;
    display: flex;
}

ul.footer-links li {
    padding: 0px 10px !important;
}

ul.footer-links li a {
    color: white !important;
}

@media screen and (max-width: 480px) {
    ul.footer-links {
        flex-direction: column;
    }

    ul.footer-links li {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .col-12 ul {
        padding-top: 20px !important;

        /* margin-left: 3% !important; */
    }
}

/* form style start */
.icon-rtl {
    padding-right: 25px;
    background: url("../images/p-icon.svg") no-repeat right 20px center;
    background-size: 16px;
}

.icon-rtl2 {
    padding-right: 25px;
    background: url("../images/p-icon.svg") no-repeat right 20px center;
    background-size: 16px;
}

.icon-rtl3 {
    padding-right: 25px;
    background: url("../images/mail-icon.svg") no-repeat right 20px center;
    background-size: 16px;
}

.icon-rtl4 {
    padding-right: 25px;
    background: url("../images/call-icon.svg") no-repeat right 20px center;
    background-size: 16px;
}

.icon-rtl5 {
    padding-right: 25px;
    background: url("../images/msg-icon.svg") no-repeat right 20px top 10px;
    background-size: 16px;
}

.icon-rtl6 {
    padding-right: 25px;
    background: url("../images/budget.svg") no-repeat right 20px center;
    background-size: 16px;
}

.form-control {
    background-color: #F5F5F7;
}

.section-contact .d-flex:hover {
    border-radius: 50px;
    background: #EDECF1;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #E9CE80;
    outline: 0;
    box-shadow: none;
}


.card-contact {
    box-shadow: 0px 0px 64px #50597521;
}

.sr-button-project {
    text-align: center;
    color: #18124A;
    background-color: #E9CE80;
    border: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 23px;
}

/* form style end */

.slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.iti {
    display: block !important;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
    margin-top: unset !important;
}

.popup-phone_validation_error,
.phone_validation_error {
    display: none;
    color: red;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px !important;
    }

    .tick-text {
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {
    .sr-button-project {
        display: flex;
        flex-direction: row;
        padding: 10px;
        font-size: 18px;
    }
}

.blue-absolute-section .my-button {
    z-index: 1000;
}