/***********GOOGLE FONT***********/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Train+One&display=swap');
/***********CUSTOM CSS STARTS***********/
html {
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
}
p, a, span{
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Train One', cursive;
}
.bg-sky{
    background-color: #e0eff0;
}
.bg-blue{
    background-color: #2799a3;
}
.bg-black{
    background-color: var(--textColor);
}
.flex-v-cen{
    display: flex;
    align-items: center;
}
.title-inner .title{
    color: var(--fourthColor);
    font-size: 26px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
}
.title-inner .title-content{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.title-inner .title-img img{
    display: block;
    margin: 0 auto;
}
/***********CUSTOM CSS ENDS***********/


/***********BOOTSTRAP FIX STARTS***********/

@media (min-width: 576px){
    .container {max-width: none;}
    .modal-dialo {max-width: 700px;}
    .modal-sm {max-width: 400px;}
}
@media (min-width: 768px){
    .container {max-width: 740px;}
}
@media (min-width: 992px){
    .container { max-width: 960px;}
}
@media (min-width: 1200px){
    .container {max-width: 1170px;}
}
@media (min-width: 1440px){
    .container {max-width :1340px;}
}
@media (min-width: 1600px){
    .container {max-width: 1400px;}
}
@media (min-width: 1900px){
    .container {max-width: 1540px;}
}

/***********BOOTSTRAP FIX ENDS***********/






/* ********|| HEADER STARTS ||******** */
.header{
    position: sticky;
    top: 0;
    background-color: var(--fourthColor);
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 10px;
    padding: 8px 0px;
}
.header .brand {
    width: 200px;
    height: 68px;
    position: relative;
    overflow: hidden;
}
.header .logo{
    width: 210px;
}
.header .responsive-action {
    display: none;
}
.header .header-navigation {
    position: relative;
}
.header .header-navigation .container {
    display: flex;
    align-items: center;
}
.header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}
.header .navigation-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.header .navigation-menu > li .menu-link {
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin: 0px 2px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    padding: 0px 12px;
}
.header .navbar-nav, .header .navbar-nav > li.active .menu-link span {
    color: #fff;
}
.header .navbar-nav > li.active .menu-link span{
    position: relative;
}

.header .navigation-wrap{
    padding-top: 24px;
}
.header .navbar-nav > li .menu-link:hover{
    color: var(--primaryColor);
    text-decoration: none;
}
.header .menu-overlay.active{
    opacity: 1;
    visibility: visible;
}
.header .menu-overlay{
    position: fixed;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: rgba(0,0,0,0.5);
}

.header .navigation-menu .dropdown-menu {
    background-color: #f2f2f2;
    border: none;
}
.header .top-header {
    background-color: #f2f2f2;
    padding: 10px 0;
}
.header .navbar-nav span{
    color: #fff;
    text-transform: uppercase;
    margin: 0px 14px;
}
.header .navbar-nav .dropdown-toggle::after{
    color: var(--primaryColor);
}
.header .responsive-action .btn-menu{
    color: var(--primaryColor);
    font-size: 28px;
}
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
.navbar-light .navbar-toggler i{
    color: #fff;
    font-size: 30px;
}

.header .navbar{
    padding: 0.5rem 6rem;
}



/* ********|| HEADER ENDS ||******** */


/* ********|| BANNER STARTS ||******** */
.banner .container{
    max-width: 96%;
    margin: 0 auto;
    
}
.banner .banner-style{
   position: relative;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;  
    padding-top: 60px;
    padding-left: 6%;

}
.carousel-indicators{
    display: none;
}

.banner .banner-style h1{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    /* width: 600px; */
}
.banner .banner-style p{
    font-size: 16px;
    color: var(--primaryColor);
    font-weight: bold;
    letter-spacing: 0.3px;
    width: 600px;
}
.banner{
    position: relative;
    z-index: 2;
} 
.banner:after{
    position: fixed;
    content: '';
    /* background-color: var(--primaryColor); */
    left: 0;
    top: 294px!important;
    height: 224px;
    width: 122px;
    /* background-repeat: no-repeat; */
    /* clip-path: polygon(23% 31%, 27% 0, 77% 69%, 71% 100%); */
    /* transform: rotate( 
-9deg); */
    background: url(../img/Slash.png) no-repeat 0 0;
    z-index: 99999;

}
.banner-mobile{
    display: none;
}
/* ********|| BANNER ENDS ||******** */

/* ********|| FORM STARTS ||******** */
    #header-form{
        color: #fff;
        transition: 0.5s;
        }
#header-form .form-part{
     background-color: var(--primaryColor);
    padding: 15px 25px;
}
#header-form .form-part .form-control{
    color: #fff;
    background-color: var(--primaryColor);
    border: 1px solid #fff;
    border-radius: 30px;
}
#header-form .form-part .form-control::placeholder{
    color: #fff!important;
}
#header-form .container{
    max-width: 96%;
    margin: 0 auto;
}
#header-form.fixed .container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
#header-form .btn-box {
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    color: var(--primaryColor);
    padding: 8px 30px;
    text-decoration: none;
}
#header-form .btn{
        background-color: #fff;
    border-radius: 30px;
    padding: 6px 28px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-right: 50px;
}
#header-form .form-title {
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
        
/* ********|| FORM ENDS ||******** */

/* ********|| OVERVIEW ENDS ||******** */
#overview{
    padding: 60px 0px;
    position: relative;
    
}
#overview p{
  color: #0e1f2a;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 30px;
    font-family: 'Lato', sans-serif;
}
#overview .box-style{
    list-style: none;
    padding: 0;
}
#overview .box-style li:not(:last-child) {
    margin-bottom: 6px;
}
#overview .box-style li {
    color: #808285;
    border: 1px solid #17617c;
    padding: 2px 8px;
    font-family: 'Lato', sans-serif;
}
/*
#overview:after{
    position: absolute;
    content: '';
    background-color: var(--primaryColor);
    height: 2px;
    width: 227px;
    right: -28px;
    top: 73px;
    transform: rotate(
43deg);
    z-index: -1;
}
*/
/*
#overview:before{
       position: absolute;
    content: '';
    background-color: var(--primaryColor);
    height: 2px;
    width: 330px;
    right: -42px;
    top: 109px;
    transform: rotate( 
43deg);
}
*/
/* ********|| OVERVIEW ENDS ||******** */

/* ********|| PODIUM STARTS ||******** */
/*
#podium-sec .podium-info .podium-box{
    display: flex;
    justify-content: space-around;
}
*/
#podium-sec .podium-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#podium-sec .podium-info ul li{
    padding: 40px 10px 0px 10px;
    text-align: center;
    width: 140px;
}
#podium-sec .podium-info ul li .img-text{
    text-align: center;
    color: #9a673d;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
}
#podium-sec{
    position: relative;
    background-image: url(../img/podium.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
    height: 740px;
    background-position: 0px -27px;
}
#podium-sec .podium-inner h3{
    color: var(--primaryColor);
    font-size: 40px;
    letter-spacing: 0.5px;
    margin: 0;
/*            padding-left: 20px;*/
}
#podium-sec .podium-inner .podium-title{
    color: var(--textColor);
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
/*        padding-left: 20px;*/
    font-family: 'Lato', sans-serif;
}
#podium-sec .podium-inner .podium-content{
     color: var(--textColor);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
/*        padding-left: 20px;*/
    font-family: 'Lato', sans-serif;
}
#podium-sec .podium-inner .podium-info .podium-box{
    padding-top: 34px;
}
#podium-sec .podium-inner .podium-info .podium-box .img-box{
    padding: 0px 10px;
}
#podium-sec .podium-inner .podium-info .podium-box .img-box img{
        display: block;
    margin: 0 auto;
}

/* ********|| PODIUM ENDS ||******** */


/* ********|| CHANCE STARTS ||******** */
.chance-sec{
    text-align: center;
    padding: 60px 0px;
}
.chance-sec .chance-inner .title{
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
}
.chance-sec .chance-inner .chance-action .chance-btn{
    color: #fff;
    text-transform: uppercase;
    background-color: #21211f;
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
/* ********|| CHANCE ENDS ||******** */

/* ********|| LAND STARTS ||******** */
#land-sec .land-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#land-sec .land-info ul li{
    padding: 40px 10px 0px 10px;
    text-align: center;
    width: 140px;
}
#land-sec .land-info ul li .img-text{
    text-align: center;
    color: #6bb687;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
}
#land-sec{
    position: relative;
    background-image: url(../img/land.jpg);
    background-size: cover;
    background-repeat: no-repeat;
/*    padding: 130px 0px;*/
    padding-top: 150px;
    height: 700px;
    background-position: right;
}
/* #land-sec:after{
    position: absolute;
    content: '';
    background-image: url(../img/style.png);
    left: 0px;
    top: 30px;
    height: 400px;
    width: 400px;
    background-repeat: no-repeat;
} */
#land-sec .land-inner .land-info{
    display: flex;
    justify-content: space-around;
}
#land-sec .land-inner h3{
    color: #6bb687;
    font-size: 40px;
    letter-spacing: 0.5px;
    margin: 0;
}

#land-sec .land-inner .land-content{
     color: var(--textColor);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
   padding-top: 10px;
}
#land-sec .land-inner .land-info{
    padding-top: 34px;
}
#land-sec .land-inner .land-info .img-box{
    padding: 0px 10px;
}
#land-sec .land-inner .land-info .img-box img{
        display: block;
    margin: 0 auto;
}
#land-sec .land-inner .land-info .img-box .img-text{
    text-align: center;
    color: #6bb687;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
}
/* ********|| LAND ENDS ||******** */

/* ********|| POOL STARTS ||******** */
#pool-sec .owl-theme{
    position: relative;
}
#pool-sec .owl-theme .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    font-size: 40px;
    padding: 0px 30px;
}
#pool-sec .owl-theme .owl-nav .owl-prev, #pool-sec .owl-theme .owl-nav .owl-next{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
#pool-sec .owl-theme .owl-nav .owl-prev i, #pool-sec .owl-theme .owl-nav .owl-next i{
    display: block;
}

#pool-sec .owl-theme .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primaryColor);
    display: block;
    margin: 5px 3px;
}
#pool-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #802b29;
}
#pool-sec .owl-theme .owl-dots{
    text-align: center;
        padding-top: 50px;
}
#pool-sec{
/*    position: relative;*/
}
/*
#pool-sec .pool-title{
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 32px;
    z-index: 10;
}
*/
/*
#pool-sec .pool-title h3{
    background-color: #000000;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    font-size: 40px;
    position: relative;
}
*/
/*
#pool-sec .pool-title h3:after{
    position: absolute;
    clip-path: polygon(19% 21%, 18% 0, 83% 78%, 83% 100%);
    position: absolute;
    content: '';
    background-color: var(--primaryColor);
    top: -84px;
    left: 276px;
    height: 98px;
    width: 100px;
}
*/
#pool-sec .pool-title{
    display: flex;
    justify-content: center;
}
#pool-sec .pool-title h3{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 20px 40px;
    margin-top: -40px;
    text-transform: uppercase;
}
    
/* ********|| POOL ENDS ||******** */

/* ********|| MOMENT ENDS ||******** */
.moment-sec{
    padding: 60px 0px;
    position: relative;
}
/* .moment-sec:after {
    position: absolute;
    content: '';
    background-image: url(../img/style.png);
    left: 0px;
    bottom: -190px;
    height: 400px;
    width: 400px;
    background-repeat: no-repeat;
    z-index: 10;
} */
.moment-sec .title{
    text-transform: uppercase;
    color: var(--primaryColor);
    font-size: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
    text-align: center; 
}

.moment-sec .moment-info{
    display: flex;
    align-items: center;
    border: 1px solid #3a7a91;
        padding: 0px 40px;
    height: 200px;
        justify-content: space-around;
}
.moment-sec .moment-info .moment-no{
    font-size: 70px;
    color: var(--primaryColor);
    font-family: 'Train One', cursive;
        padding-right: 2px;
}
.moment-sec .moment-info .bhk-inner .moment-bhk{
    color: #0e1f2a;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: 'Train One', cursive;
    text-transform: uppercase;
}
.moment-sec .moment-info .bhk-inner .moment-text{
    color: var(--textColor);
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Train One', cursive;
    font-family: 'Lato', sans-serif;
}
.moment-sec .moment-action{
    text-align: center;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.moment-sec .moment-action .floor-btn{
    color: #fff;
    text-transform: uppercase;
    background-color: #0e1f2a;
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    margin: 0px 15px
}
.moment-sec .moment-action .Cost-btn{
    color: #fff;
    text-transform: uppercase;
    background-color: #0e1f2a;
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
        margin: 0px 15px
}
/* ********|| MOMENT ENDS ||******** */

/* ********|| MAP STARTS ||******** */
/*
#map-sec{
    position: relative;
    background-image: url(../img/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
    padding-top: 150px;
    height: 700px;
    background-position: right;
}
*/
/*
#map-sec > div{
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    padding: 0;
}
*/
/*
#map-sec .map-inner{
        position: absolute;
    z-index: 10;
    bottom: 194px;
}
*/
#map-sec{
    background-color: #f7caab;
}

#map-sec .map-inner h3{
    color: #d68256;
    font-size: 40px;
    letter-spacing: 0.5px;
    margin: 0;
    padding-bottom: 10px;
} 
#map-sec .map-inner .map-content{
    color: var(--textColor);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
}
#map-sec .map-inner .map-content span{
    color: var(--primaryColor);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding-left: 10px;
    
}
/* ********|| MAP ENDS ||******** */

/* ********|| CONTACT STARTS ||******** */
.contact-sec{
    padding: 60px 0px;
    background-color: #233243;
    position: relative;
}

/* .contact-sec:after{
    position: absolute;
    content: '';
    background-image: url(../img/style.png);
    left: 0px;
    bottom: -340px;
    height: 400px;
    width: 400px;
    background-repeat: no-repeat;
} */
.contact-sec .contact-inner .brand{
    padding-bottom: 10px;
}
.contact-sec .contact-inner .brand .logo img{
    width: 240px
}
.contact-sec iframe{
    width: 100%;
    /*height: 400px;*/
}
.contact-sec .contact-title{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}
.contact-sec .contact-contact{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
        width: 356px;
}
.contact-sec .contact-action .contact-btn{
    color: #56b1e2;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}
.contact-sec .contact-inner .contact-info{
    padding-top: 20px;
}
.contact-sec .contact-inner .contact-info .contact-contact{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px; float:left;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
/* ********|| CONTACT ENDS ||******** */

/* ********|| INDUSTRY STARTS ||******** */
#industry-sec .industry-inner .industry-img img{
    display: block;
    margin: 0 auto;
}


#industry-sec .industry-inner ul{
    padding: 40px 30px 0px 30px;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
#industry-sec .industry-inner ul li{
    display: inline-block;
    width: 200px;
    height: 168px;
    margin: 0px 14px;
}
#industry-sec .industry-inner ul li .chance-box{
    height: 70px;
    width: 70px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#industry-sec .industry-inner ul li .chanch-round{
    display: flex;
    align-items: center;
    justify-content: center;
} 
#industry-sec .industry-inner ul li .chance-box .year-part .chance-no{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Lato', sans-serif; 
    text-align: center;
}
#industry-sec .industry-inner ul li .chance-box .year-part .year-no{
       color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-top: -11px;
    text-transform: uppercase;
}
#industry-sec .industry-inner ul li .chance-title{
    color: var(--textColor);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-top: 10px;
}
#industry-sec .industry-inner .industry-content{
    color: var(--textColor);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
}
#industry-sec .industry-inner .chance-box img{
    width: 36px;
}

/* ********|| INDUSTRY ENDS ||******** */

/* ********|| INFORMATION STARTS ||******** */
.info-sec{
    text-align: center;
    padding: 40PX 40px 120px 40px;
    margin-top: 60px;
    background-color: #1d1d1b;
    z-index: 2;
    position: relative;
}
.info-sec .info-inner .title{
    text-transform: uppercase;
    color: var(--primaryColor);
    font-size: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
}
.info-sec .info-inner .info-action .chance-btn{
    color: #fff;
    text-transform: uppercase;
    background-color: var(--primaryColor);
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
/* ********|| INFORMATION ENDS ||******** */

/* ********|| MODAL STARTS ||******** */
.modal-part .btn-box{
        color: #fff;
    text-transform: uppercase;
    background-color: #21211f;
    padding: 8px 40px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    border: none;
}
#enquery-form .modal-content {
    border: 5px solid var(--primaryColor);
}
.modal-part .close {
    opacity: 2.5;
}
.modal-part .modal-title{
   font-family: 'Lato', sans-serif; 
    color: var(--textColor);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.modal-part .btn{
        color: #fff;
    text-transform: uppercase;
    background-color: #21211f;
        padding: 8px 32px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
.form-control:focus{
        border-color: #ced4da;
}
@media (min-width: 1200px){
    #header-form.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 16;
/*    background: var(--primaryColor);*/
}
}

/* ********|| MODAL ENDS ||******** */

/* ********|| ENQUIRE STARTS ||******** */
.ph-enquire-btn-wrapper {
    position: sticky;
    bottom: 0;
    z-index: 1;
}
.ph-enquire-btn-wrapper .ph-enquire-btn {
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
}
.btn-enqu {
    background: var(--primaryColor);
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    padding: 7px 15px;
    width: 222px;
    text-align: center;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
    border: none;
}
.btn-enqu:hover{
    color: #fff;
    text-decoration: none;
}
/* ********|| ENQUIRE ENDS ||******** */

/* ********|| BACK TO TOP START STARTS ||******** */
/*
.top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    background: var(--primaryColor);
    color: #fff;
    font-size: 24px;
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
*/

.top {
  position: fixed;
  right: 18px;
    bottom: 72px;
    background: var(--primaryColor);
    color: #fff;
     width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    z-index: 4;
}
.top:hover{
   text-decoration: none; 
    color: #fff;
}
/* ********|| BACK TO TOP ENDS ||******** */

/* ********|| call whatsapp START ||******** */
.right-fixed-icon {
    position: fixed;
    top: 50%;
    right: -34px;
    text-align: right;
    transform: rotate(
-90deg) translate(0, -50%);
    
    display: flex;
    z-index: 16;
}

.right-fixed-icon a {
    display: block;
    text-align: right;
    padding: 12px 16px;
    background: var(--primaryColor);
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px;
    position: relative;
    bottom: 4px;
    font-size: 20px;
    height: 42px;
    width: 42px;
    transform-origin: top left;
    margin: 0px 4px;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top left;
}
.right-fixed-icon .call-icon i{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.right-fixed-icon a:hover {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1);
     text-decoration: none;
}
/*
.call-icon {
    background: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-15%);
    border-radius: 50%;
    z-index: 1;
}
*/
/* ********|| BACK TO TOP ENDS ||******** */

/* ********|| THANK YOU START ||******** */
.thankyou-sec{
    text-align: center;
    padding: 40px 0px;
    background-color: #1d1d1b;
}
.thankyou-sec .info-inner .title {
    text-transform: uppercase;
    color: var(--primaryColor);
    font-size: 30px;
    letter-spacing: 0.5px;
}
.thankyou-sec .info-inner p{
    color: var(--primaryColor);
    font-size: 20px;
    letter-spacing: 0.5px;
}
/* ********|| THANK YOU ENDS ||******** */













