/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/



@font-face {
    font-family: AmsterdamOne;
    src: url(../fonts/main2/AmsterdamOne-eZ12l.ttf);
  }
@font-face {
    font-family: aphrodite-pro;
    src: url(../fonts/main2/aphrodite-pro.otf);
  }



  
@font-face {
    font-family: Proxima-Nova-Condensed-Regular;
    src: url(../fonts/main/Proxima-Nova-Condensed-Regular.otf);
  }
@font-face {
    font-family: Proxima-Nova-ScOsf-Regular;
    src: url(../fonts/main/Proxima-Nova-ScOsf-Regular.otf);
  }
  
  
@font-face {
    font-family: Proxima-Nova-Bold;
    src: url(../fonts/main/Proxima-Nova-Bold.otf);
  }
  @font-face {
    font-family: Proxima-Nova-Regular;
    src: url(../fonts/main/Proxima-Nova-Regular.otf);
  }
  @font-face {
    font-family: Proxima-Nova-Semibold;
    src: url(../fonts/main/Proxima-Nova-Semibold.otf);
  }
  @font-face {
    font-family: Proxima-Nova-Thin;
    src: url(../fonts/main/Proxima-Nova-Thin.otf);
  }

@font-face {
    font-family: D-DIN-BOLD;
    src: url(../fonts/main/D-DIN-BOLD.OTF);
  }
@font-face {
    font-family: DIN-BOLD;
    src: url(../fonts/main/DIN-BOLD.TTF);
  }
@font-face {
    font-family: DIN-LIGHT;
    src: url(../fonts/main/DIN-LIGHT.TTF);
  }
@font-face {
    font-family:DIN-MEDIUM;
    src: url(../fonts/main/DIN-MEDIUM.TTF);
  }
@font-face {
    font-family: DIN-REGULAR;
    src: url(../fonts/main/DIN-REGULAR.TTF);
  }
@font-face {
    font-family: GALLERY;
    src: url(../fonts/main/GALLERY.OTF);
  }


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    color: #333;
    font-size: 15px;
    font-family: Proxima-Nova-Regular;
    /* overflow: hidden; */
}
/* section {
    height: 100vh !important;
  
} */

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

.panel {
    height: 100vh;
    top: 0;
    will-change: transform;
  }


  .scroll-down {
    bottom: auto;
    top: 6vh;
    position: relative;
  }

.bluebg{
    background: #1f407d;
}

.title1 h1 {
    font-family: Proxima-Nova-Thin;
    font-size: 50px;
    color: #1f407d;
    display: block;
}

.pattern-h{
    width: 100%;
    height: 30px;
    background: url(../img/pattern.png);
    display: inline-block;
    background-size: 100px;
}

.title3{
    position: relative;
    /* top: -4px; */
}
.title3 span  {
    display: inline-block;
    width: 100%;
    height: 39px;
    background: url(../img/pattern.png);
    background-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}




.title3 h1 {
    text-align: center;
    font-family: Proxima-Nova-Thin;
    font-size: 62px;
    color: #1f407d;
    display: block;
    background: #fff;
    width: 60%;
    margin: auto;
}

.title3 h2{
    color: #1f407d;
    margin-top: 10px;
    font-family: Proxima-Nova-Semibold;
    
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.align-items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
/* Deafult Margin & Padding */


/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}


/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-113 {
    padding-top: 113px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}


/* font weight */

.f-700 {
    font-weight: 600;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}


/* Background Color */

.gray-bg {
    background: #f4f4fe;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #1a237e;
}


/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}


/* black overlay */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.btn1:hover {
    background: goldenrod;
}

.btn-transparent {
    background: transparent;
    padding: 10px 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
            transition: 0.5s all;
    outline: none !important; }
  
  .btn-transparent:hover,
  .btn-transparent:focus,
  .btn-transparent:active {
    background: #fff;
    color: #496174; }
  

/* End of globle css */


 /* Start Header sewction */
  
 .mynav {
    background: #ffffff;
    margin-bottom: 0px;
    box-shadow: 0px 10px 25px 0px rgba(56, 105, 233, 0.25);
    border-top: 3px solid #4b5749;
    padding-bottom: 0;
    padding: 0 50px;
}
.attr-nav{
    margin-right: 0;
    right: 50px !important;
}
.navbar-right{
    margin-right: 0;
}

.logo img {
    padding: 14px 0px;
    width: 180px;
}

.callbtn img {
    margin-top: 15px;
    width: 158px;
}
.mynav .navbar-nav {
    padding-top: 7px;
    /* position: absolute;
      left: 50%;
      transform: translateX(-50%); */
}

.navbar-default .navbar-nav>li>a {
    color: #3b3d3f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}


nav.navbar.bootsnav ul.nav li.active>a
nav.navbar.bootsnav ul.nav li.active>a,
nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus {
    color: #efb22b;
    background-color: transparent;
}

nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus {
    color: #efb22b;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: none !important;
}
.psklogo{
  display: none;
}
.callbtn {
    /* padding-top: 25px; */
    display: inline-block;
}

.callbtn a {
    /* background: #83c47d !important; */
    padding: 12px 12px;
    border-radius: 3px;
    margin-top: 5px;
    /* border: 2px solid #83c47d; */
    border-radius: 6px;
    font-size: 15px;
    color: #ffffff !important;
    transition: all 0.5s;
    background: #004735;
    /* box-shadow: 0 5px 10px #fbcaa9; */
    /* background-image: linear-gradient(45deg, #83c47d, #f3a43b); */
}

.callbtn a:hover {
    background: #b59f6e !important;
    color: #fff !important;
    transition: all 0.5s;
}

.callbtn a i {
    padding-right: 6px;
    color: #ffffff !important;
}

.callbtn a:hover i {
    color: #fff !important;
    transition: all 0.5s;
}

@media (max-width: 1200px) { /* Change 992px to your desired breakpoint */
    .navbar-header {
      float: none;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar-nav {
        float: left !important;

    }
    nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-right: 0px;
        margin-left: 15px;
        margin-top: 15px;
    }
    .navbar-nav > li {
      float: none;
    }
    .navbar-collapse.collapse.in {
      display: block !important;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 8px 15px;
    }
    .navbar-header{
        position: inherit !important;
    }
    .callbtn{
        margin-right: 54px;
    }
  }
/* End of Header sewction */






.herosec {
    display: flex;
    background: #1f407d url(../img/pattern.png);
    height: 100vh;
    background-size: 100px;
}
.hero-left img {
    height: 100vh;
    object-fit: cover;
}
.herosec .hero-left{
    width: 50%;
}
.herosec .hero-right{
    width: 50%;
}

.hero-right {
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.heroinfo {
    background: #1f407d;
    width: 100%;
    height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.heroinfo h2 {
    font-size: 57px;
    color: #ffffff;
    font-family: DIN-BOLD;
    letter-spacing: 3px;
    line-height: 62px;
    margin-bottom: 0;
}
.h_location {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 6px 0;
}
.h_location{
    margin: 6vh 0;
}
.h_location i{
    font-size: 30px;
    color: #fff;
}
.h_location span{
    font-size: 30px;
    color: #fff;
    font-family:DIN-MEDIUM;
}

.btnbox a {
    padding: 9px 54px;
    background: #caa02c;
    color: #fff;
    font-size: 28px;
    outline: 0;
    display: inline-block;
    box-shadow: 2px 2px 4px 0px #000000;
    font-family: DIN-BOLD;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    width: 180px;
    margin: auto;
}


/* Start aboutus section  */
.aboutsection{
    background: #1f407d;
}
.abt-top{
    padding: 100px 0;
    background: #fff;
}

.abt-top p {
    font-size: 20px;
}

.abt-bottom{
    padding: 60px 0;
    background: #1f407d;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.abt-bottom::after{
    content: url(../img/cloud.png);
    width: 257px;
    height: 106px;
    position: absolute;
    top: 54%;
    right: 9px;
    transform: translateY(-50%);
}

.abt-stats {
    /* margin-bottom: 35px; */
    font-family: DIN-REGULAR;
}
.abt-stats small {
    opacity: 0.6;
    font-size: 17px;
    font-family: Proxima-Nova-Thin;
    letter-spacing: 1px;
}
.abt-stats p {
    font-size: 18px;
    font-family: Proxima-Nova-Regular;
}

.slider-bottom {
    color: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.slider-bottom h3{
    font-family: Proxima-Nova-Thin;
    font-size: 28px;
}

.slider1 {
    position: relative;
    z-index: 1;
}
.sliderwrapper{
    position: relative;
    overflow: hidden;
}

.sliderwrapper::after{
    content: "";
    width: 80px;
    height: 100vh;
    background: url(../img/pattern.png);
    display: inline-block;
    background-size: 100px;
    position: absolute;
    top: 150px;
    left: 150px;
} 

/* End of aboutus section  */

/* Start highlights section  */
.highlisht{
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}
.highlisht h4{
    color: #1f407d;
    font-family: Proxima-Nova-Regular;
    font-size: 26px;
}
/* End of highlights section  */



/* Start amenities sec */
.amenities{
    padding: 80px 0;
}
.amtrow {
    display: flex;
    justify-content: center;
    gap: 34px;
}
.amtbox{
    background: #1f407d;
    color: #fff;
    padding: 30px 45px;
    height: 420px;
    width: 340px;
    }

.amtbox h4{
    font-family: Proxima-Nova-Regular;
}
    
.amtbox h2{
    font-family: AmsterdamOne;
    font-size: 19px;
    color: #b09218;
    margin-bottom: 47px;
    padding-top: 6px;
}
.amtbox small {
    opacity: 0.6;
    margin-bottom: 15px;
    display: inline-block;
    font-family: Proxima-Nova-Thin;
}
.amtline {
    width: 2px;
    height: 420px;
    background: #1f407d;
    opacity: 0.7;
}
/* End of amenities sec */



/* Start virtual tour section  */
.virtual-tour{
    padding: 60px 0;
}

.v-btn a{
    padding: 9px 54px;
    background: #caa02c;
    color: #fff;
    font-size: 28px;
    outline: 0;
    display: inline-block;
    box-shadow: 2px 2px 4px 0px #000000;
    font-family: DIN-BOLD;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    width: 200px;
    margin: auto;
    gap: 10px;
}
/* End of virtual tour section  */


/* Start location section  */
.location .row{
    padding: 0 5%;
}
.loc-heading {
    display: flex;
    align-items: center;
}
.loc-heading h4 {
    margin-bottom: 0;
    font-family: Proxima-Nova-Semibold;

}
.locimg img {
    width: 50px;
    object-fit: cover;
    height: 50px;
}
.locbox{
    margin-bottom: 50px;
    margin-left: 54px;
    padding-right: 67px;
}
.locbox p {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 5px;
}
/* End of location section  */


/* Floor plan section  */
.plansec{
    background: #1f407d;
    position: relative;
    margin-top: 15px;
}
/* .plansec::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: #fff;
} */
.formbox label {
    font-size: 15px;
    color: #1f407d;
}
.brc-btn a{
    background: #e7e7e7;
    color: #1f407d;
    font-size: 18px;
    outline: 0;
    display: inline-block;
    /* box-shadow: 2px 2px 4px 0px #000000; */
    font-family: DIN-BOLD;
    display: block;
    padding: 11px 13px;
    display: flex;
    justify-content: space-between;
}

.brc-btn a i{
    color: #3b3434;
}
/* End of Floor plan section  */



/* Start gallery  section  */
.gallerytab{
    
}
.gallerytab .nav-pills{
    display: flex;
    justify-content: center;
}
.gallerytab .nav-pills > li > a {
    border-radius: 4px;
    background: #cb9f00;
    color: #041431;
    border-radius: 0;
    padding: 7px 22px;
    border: 1px solid #1f407d;
}
.slickwrapper {
    border: 1px solid #ccc;
    /* margin: 30px 0; */
    padding: 11px 11px 5px;
    border-radius: 10px;
}
.slickwrapper .slick-slide img{
    border-radius: 10px;
}

.slick-prev, .slick-next{
    width: 50px;
    height: 50px;
}

.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #666;
}
.slick-next:before {
    content: '<i class='fa fa-angle-left' aria-hidden='true'></i>';
}
.slick-prev {
    left: -68px;
}
.slick-next {
    right: -68px;
}
.slick-prev:before, .slick-next:before{
    font-family: bootstrap-icons !important;
    font-size: 42px;
    font-weight: bold;
}
.slick-prev:before {
    content: "\f284";
}
.slick-next:before {
    content: "\f285";
}


/* End of gallery  section  */




/* start our achivment section */
	
.achivment {
    padding: 18px 0px;
    background: #023d81;
    background: #d4a54a;
   
}

.counterbox img {
    width: 54px;
}
.counterbox{
    text-align: center;
}
.counter-value,
.counter-title {
    font-weight: 600;
    color: #000000;
    font-size: 28px;
    line-height: 1em;
    margin-top: 13px;
}

#counter i {
    font-size: 50px;
    font-weight: bold;
    color: #e8b71a;
    margin-bottom: 20px;
}

.achivment p {
    font-size: 20px;
    color: #000000;
    margin-top: 5px;
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
}















/* Start Slider section  */

.slider-container {
    position: relative;
    padding: 50px 0px 15px;
    background: #fff;
  }
  .slider-container h3,
  .slider-container p {
    margin: 0 auto;
    padding: 0 2rem 1rem;
    max-width: 800px;
  }
  .slider-container h3 a,
  .slider-container p a {
    color: inherit;
  }
  
  /* Swiper JS */
  .swiper-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-full .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56%;
  }
  @media screen and (max-width: 990px) {
    .swiper-full .swiper-slide {
      width: 88%;
    }
  }
  .swiper-full .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 2rem; */
  }
  .swiper-full .swiper-button-next,
  .swiper-full .swiper-button-prev {
    color: #fff;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    right: 40px;
  }
  .swiper-full .swiper-button-next:after,
  .swiper-full .swiper-button-prev:after {
    font-size: 1rem;
  }
  @media screen and (max-width: 990px) {
    .swiper-full .swiper-button-next,
  .swiper-full .swiper-button-prev {
      /* display: none; */
    }
  }
  .swiper-full .swiper-button-prev {
    left: 40px;
  }
  .swiper-full .swiper-pagination {
    bottom: -45px;
    color: #Fff;
    width: 100px;
    left: inherit;
    right: 33%;
  }
  .swiper-full .swiper-pagination .swiper-pagination-bullet {
   
  }
  .swiper-full .swiper-pagination .swiper-pagination-bullet-active {
 
  }
  .swiper-arrow {
    position: absolute;
    width: 122px;
    right: 26%;
    bottom: -35px;
}
.swiper-arrow i{
    font-size: 30px;
}
  .swiper-full .swiper-button-next, .swiper-full .swiper-button-prev{
    position: inherit;
    width: 20px;
    background: no-repeat;
    outline: 0;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
  }


/* End of Slider section  */

/* Lightbox Background */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
}

.close:hover {
    color: rgb(247, 0, 0);
}

.lightbox-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    max-width: 90%;
}

.prev, .next {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 30px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.image-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.swiper-slide{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.image-wrapper img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

.hover-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.swiper-slide:hover .hover-overlay {
    opacity: 1;
}

/* EN of light box  */





/* start light gallery section */
.lg-imgbox {
    position: relative;
    /* border: 1px solid #8cae3d; */
    box-shadow: 0px 0px 8px 1px #b7b7b7;
    border-radius: 25px;
    background: #fff;
}

.lg-imgbox p {
    padding: 12px 0;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.lg-imgbox img {
    border-radius: 25px;
    width: 100%;
    /* height: 173px; */
    height: 100%;;
    
    object-fit: cover;
    filter: blur(1.5px);
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(164 126 88 / 63%);
    opacity: 0;
    transition: all 0.6s;
    border-radius: 25px;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 9px;
    outline: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
}

.view3dSec a:hover .demo-gallery-poster {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #7a6245;
}

.nav-pills>li>a {
    border-radius: 4px;
    color: #222;
    background: #f2f2f2;
    margin: 0 2px;
}
.tab-content {
    /* background: #f2f2f2; */
    padding: 20px;
    border-radius: 20px;
    /* margin-top: 20px; */
}
/* End of light gallery section */
    



/*--------------------------------------------------*/
.faq-style-area{
    /* background: url(../img/thane.jpg) no-repeat;
    background-size: cover; */
    position: relative;
    padding: 80px 0;

}
.main-section-title {
    position: relative;
    color: #ffffff;
}
/* .faq-style-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(2 61 129 / 75%);
    background: rgb(0 0 0 / 75%);
} */
/*----- FAQ Style Area CSS -----*/
.faq-style-accordion {
    position: relative;
    max-width: 870px;
    margin: auto;
  }
  .faq-style-accordion .sub-title {
    color: #00C195;
    display: inline-block;
    margin-bottom: 18px;
  }
  .faq-style-accordion h3 {
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: bold;
  }
  .faq-style-accordion .accordion-item {
    margin-bottom: 1px;
    transition: 0.5s all ease;
    border-radius: 0;
    border: none;
  }
  .faq-style-accordion .accordion-item .accordion-button {
    color: #0d1820;
    position: relative;
    text-align: start;
    box-shadow: unset;
    margin-bottom: 0;
    display: block;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 62px 3px 15px;
    transition: 0.5s all ease;
    background-color: #023d81;
    color: #ffffff;
    border-radius: 0;
  }
  .faq-style-accordion .accordion-item .accordion-button::before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "-";
    font-size: 18px;
    color: 0.5s all ease;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
    background-color: #cba002;
    color: #ffffff;
    border-radius: 50px;
  }
  .faq-style-accordion .accordion-item .accordion-button.collapsed {
    background-color: #d5e8ff;
    color: #0d1820;
  }
  .faq-style-accordion .accordion-item .accordion-button.collapsed::before {
    content: "+";
    color: #ffffff;
    background-color: #cba002;
  }

  .faq-style-accordion .accordion-item .accordion-button img{
    height: 42px;
    object-fit: cover;
    width: 42px;
  }
  .faq-style-accordion .accordion-item .accordion-body {
    padding: 20px 20px 25px 20px;
    transition: 0.5s all ease;
    border: none;
    background: #fff9ef;
} 
 .faq-style-area h4{
    color: #fff;
}
  .faq-style-accordion .accordion-item .accordion-body p {
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
  }
  .faq-style-accordion .accordion-item .accordion-collapse {
    border: none;
  }
  .faq-style-accordion .accordion-item:last-child {
    margin-bottom: 0;
  }
  .faq-style-accordion .accordion-item:last-child .accordion-body {
    padding-bottom: 0;
  }
  
  .faq-style-area-with-full-width {
    overflow: hidden;
  }
  .faq-style-area-with-full-width .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .faq-style-area-with-full-width .faq-style-accordion {
    max-width: 640px;
    margin: 0 auto 0 0;
  }
  .faq-style-area-with-full-width.with-black-color {
    background-color: #0d1820;
  }
  .faq-style-area-with-full-width.with-black-color .faq-style-accordion h3 {
    color: #ffffff;
  }
  .faq-style-area-with-full-width.with-black-color .faq-style-accordion .accordion-item {
    background-color: transparent;
  }
  .faq-style-area-with-full-width.with-black-color .faq-style-accordion .accordion-item .accordion-body {
    padding-right: 15px;
  }
  .faq-style-area-with-full-width.with-black-color .faq-style-accordion .accordion-item .accordion-body p {
    color: #ffffff;
    font-size: 15px;
  }
  
  .faq-style-area-with-full-width-wrap {
    background-color: #0d1820;
    overflow: hidden;
  }
  .faq-style-area-with-full-width-wrap .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-style-area-with-full-width-wrap .faq-style-accordion {
    max-width: 640px;
    margin: 0 0 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
  }
  .faq-style-area-with-full-width-wrap .faq-style-accordion .sub-title {
    color: #00C195;
    display: inline-block;
    margin-bottom: 18px;
  }
  .faq-style-area-with-full-width-wrap .faq-style-accordion h3 {
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ffffff;
  }
  .faq-style-area-with-full-width-wrap .faq-style-accordion .accordion-item {
    background-color: transparent;
  }
  .faq-style-area-with-full-width-wrap .faq-style-accordion .accordion-item .accordion-body {
    padding-right: 15px;
  }
  .faq-style-area-with-full-width-wrap .faq-style-accordion .accordion-item .accordion-body p {
    color: #ffffff;
    font-size: 15px;
  }
  .faq-style-area-with-full-width-wrap.bg-transparent {
    background-color: transparent;
  }
  .faq-style-area-with-full-width-wrap.bg-transparent .faq-style-accordion {
    max-width: 640px;
    margin: 0 auto 0 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 50px;
  }

  .row.locationrow {
    margin: 0 50px;
}


  .loc-content {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 0px auto;
    border-bottom: 1px dotted #ccc;
}
.loc-content span {
  color: #023d81;
  }
  .loc-content p {
    margin: 0px;
}
  .loc-content img {
    width: 20px !important;
  }
  .loc-name{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
    font-size: 39px;
    font-family: GALLERY;
    margin-bottom: 3px;
    color: #023d80;
}
.dreamlogo{
    width:100%;
    max-width: 230px;
    margin: 10px auto;
}

.about .content h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 19px;
  }
  
  .about .content ul i {
    flex-shrink: 0;
    font-size: 48px;
    margin-right: 20px;
  }
  .about .content ul i img{
    width: 80px;
  }
  .about .content ul h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom:7px;
    font-family: GALLERY;
    color: #023d80;
  }
  
  .about .content ul p {
    font-size: 15px;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  .about .pulsating-play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
  }


  


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: #ffffff;
    /* background-color: #023d81; */
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    position: relative;
  }
  
  .footer h3 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  .footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .footerlogo {
    padding: 60px 0 80px;
}
  .footerlogo img{
    width: 280px;
}
  
  .footer .social-links {
    margin: 0 0 30px 0;
  }
  
  .footer .social-links a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cba002;
    color: #ffffff;
    line-height: 1;
    margin: 0 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
 .footer-links {
    text-align: right;
}
  .footer-links ul li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 15px;
}
.footer-links ul li a {
    color: #fff;
}
  .footer .social-links a:hover {
    background:color-mix(in srgb, #ef6603, transparent 20%);
        text-decoration: none;
  }
  
  .footer .copyright {
    padding-top: 25px;
    border-top: 1px solid color-mix(in srgb, #ffffff, transparent 90%);
    }
  .footer .credits {
    font-size: 11px;
    padding-top: 5px;
  }
  .credits{
    text-align: left;
  }
  .copyright a {
    color: #ccc;
}
.copyright a:hover {
    color: #cba002;
}



/* Start contact info  */
.contact-info {
    padding: 15px 0;
}

.contbox a {
    color: #222;
    font-size: 16px;
}

.contbox i {
    color: #1f407d;
    font-size: 35px;
}

.contbox a:hover,.contbox a:hover i {
    color: #d4a54a;
}
.contbox h5 {
    margin-bottom: 4px;
    color: #1f407d;
    text-align: left;
}
.contbox {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 15px;
}
/* End of contact info  */


/* Start Enquire button section  */



/* Side Enqiry button */

.sideEnq {}

.sideEnq {
    position: fixed;
    top: 41%;
    transform: rotate(-90deg);
    right: -39px;
    background: #dfb45f;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
    z-index: 1250;
}

.sideEnq a {
    color: #000000;
    padding: 7px 12px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.sideEnq a:hover {
    background: #023d81;
    color: #fff;
}

.enq-fix-btn:after {
    animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

@keyframes effect {
    0% {
        opacity: 1;
        top: -1%;
        left: -100%;
        transition-property: left, top, opacity;
        transition-duration: 0.5s, 0.5s, 0.5s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 1;
        top: -1%;
        left: 100%;
        transition-property: left, top, opacity;
    }
}
/* EEnd  enquire Form Section */
/* Start call us section  */

.callus {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 55%;
    z-index: 1250;
}

.callus a {
    padding: 10px 10px;
    display: inline-block;
    background: #dfb45f;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #fff;
    color: #000000;
    outline: 0;
}

.callus a:hover {
    background: #023d81;
    color: #fff;
}
/* En of call us section  */

/* mobile fixed footer section contact btn  */

.fixed-footer-cust {
    background: #dfb45f;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #e2bb6a;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #ffffff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.div-line {
    border-right: 1px solid #ffffff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
    outline: 0 !important;
}
/* End of mobile fixed footer section contact btn  */


/* End of Enquire button section  */
.pbox {
    text-align: center;
}

.pbox img {
    width: 50px;
    margin: auto;
}

.popup-left {
    background: #ccc;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.popup-left::before {
  content: "";
  position: absolute;
  top: -58px;
  left: -6px;
  width: 104%;
  height: 300%;
  background: #023d81;
  z-index: -1;
}


  /* Start popup modal design  */
  .popupmodal .modal-content {
    background-color: #dfb45f;
    border-radius: 0px;
    outline: 3px solid #d5a84f;
    outline-offset: 7px;
    padding: 30px 20px;
    max-width: 600px;
    width: 90%;
    margin: 1.75rem auto;
    overflow: hidden;
  }

.popupbox{
    color: #000;
}
.popupbox form input::placeholder{
    color: #333;
    font-size: 17px;
}
input::placeholder{
    color: #333;
    font-size: 17px;
}
.popupbox h4 {
    font-size: 16px;
    /* letter-spacing: 1px; */
    margin: 5px 0 22px;
    /* text-transform: uppercase; */
}
.popupbox h2 {
    font-size: 27px;
    margin-bottom: 3px;
    font-family: 'GALLERY';
}
.popupbox p {
    font-size: 15px;
}
.popupbox p span{
    color: #ff0000;
}
.popupbox form input{
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #f9f3e9;
    box-shadow: none;
    border: none;
    border-bottom: 0.5px solid #c99e5f;
    padding-left: 10px;
    border-radius: 0px !important;
    color: #000;
    border-left: none;  
    margin-bottom: 18px;
    outline: 0;
}
.popupbox form select{
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #f9f3e9;
    box-shadow: none;
    border: none;
    border-bottom: 0.5px solid #c99e5f;
    padding-left: 10px;
    border-radius: 0px !important;
    color: #000;
    border-left: none;  
    margin-bottom: 18px;
    outline: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff0000;
    opacity: 1;
    outline: none;
    border: none;
    z-index: 9;
    font-size: 24px;
    /* filter: brightness(0) invert(1); */
}
.popupbox form .form-btn {
    color: #4b3407;
    margin-top: 20px;
    padding: 7px 40px;
    border: 1px solid #c99e5f;
    width: 150px;
    height: 40px;
    margin: auto;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.popupbox form .form-btn:hover{
    background: #c99e5f;
    color: #000;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(122 98 69);
    box-shadow: 0 5px 15px rgb(122 98 69);
}
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0; /* Remove default Bootstrap margin */
    width: 90%;
  }



    /* Whats apps invite chate box */
    
    .what_invite {
        position: fixed;
        width: 60px;
        height: 60px;
        line-height: 45px;
        font-size: 10px;
        bottom: 20px;
        left: 20px;
        /* background-color: #76b51a!important; */
        color: #FFF;
        border-radius: 50px !important;
        text-align: center;
        /* box-shadow: 2px 2px 3px #999; */
        z-index: 99;
    }
    
    
    /* Whats apps invite chate box */


    .title2 h3{
        font-size: 36px;
        font-family: GALLERY;
        margin-bottom: 3px;
        color: #023d80;
    }
    .ctbox h4{
        font-family: GALLERY;
        color: #023d80;
        font-size: 24px;
        margin-bottom: 9px;
    }
    .ctbox ul{
        list-style: disc;
        margin-left: 43px;
    }
    .ctbox ul li{
       
    }
  