:root{
    --primary-color: #E79000;
    --secondary-color:#fff;
    --black-color:#000;
    --heading-font:"Oswald";
    --body-font:"Poppins";
    --menu-font:"Montserrat";
}

body{
    color: var(--secondary-color);
    font-family: var(--body-font);
}
/* .modal {
  overflow-y: auto !important;
}
.modal-open {
  overflow: auto !important;
}
.modal-content{
  background-color: var(--primary-color);
}
.modal-dialog{
  top: 15%;
} */
a{
    text-decoration: none;
    font-size: clamp(0.875rem, 0.8533rem + 0.1087vw, 1rem);
}
p{
  font-size: clamp(0.8125rem, 0.7799rem + 0.163vw, 1rem);
}
.spacing-ptb{
    padding: 100px 0;
}
.spacing-ctm-ptb{
  padding: 150px 0;
}
.button-primary{
    background-color: var(--primary-color);
    color:var(--black-color);
    padding: 12px 30px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-family: var(--heading-font);
    font-size: clamp(0.9375rem, 0.8614rem + 0.3804vw, 1.375rem);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;

    width: 100%;
}
.button-primary:hover{
    background-color: var(--black-color);
    color: var(--secondary-color);
}

.button-primary-popup{
    background-color: var(--black-color)!important;
    color:var(--secondary-color) !important;
    padding: 12px 30px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-family: var(--heading-font);
    font-size: clamp(0.9375rem, 0.8614rem + 0.3804vw, 1.375rem);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;

    width: 100%;
}
.button-primary-popup:hover{
    background-color: var(--secondary-color) !important;
    color: var(--black-color) !important;
}
























.button-secondary{
    background-color: var(--secondary-color);
    color:var(--black-color);
    font-weight: 500;
    padding: 15px 70px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-family: var(--heading-font);
    font-size: clamp(0.9375rem, 0.8614rem + 0.3804vw, 1.375rem);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.button-secondary:hover{
    background-color: var(--black-color);
    color: var(--secondary-color);
}
.button-discover{
    background-color: var(--primary-color);
    color:var(--black-color);
    padding: 15px 70px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-family: var(--heading-font);
    font-size: clamp(0.9375rem, 0.8614rem + 0.3804vw, 1.375rem);
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.button-discover:hover{
    background-color: var(--black-color);
    color: var(--secondary-color);
}
/* Header-css */
.header{
  background-color: transparent;
}
.navbar-transparent {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}
.navbar-brand h2{
  color: #d1d5db;
}
.navbar-brand .logo-blue{
  display: none;
   color: #000;
}
.navbar-brand{
  transition: 0.5s all;
  width: 15%;
  
  display: flex;
}
.navbar-scrolled .navbar-brand h2{
  /* display: none; */
  color: #000;
  font-size: 24px;
}
.navbar-scrolled .navbar-brand{
  width: 10%;
}
.navbar-scrolled .navbar-brand .logo-blue{
  display: block;
}
.navbar-toggler{
  color: var(--primary-color);
  margin-left: auto;
}
.navbar-toggler-icon{
  filter: brightness(0) saturate(100%) invert(54%) sepia(30%) saturate(2660%) hue-rotate(10deg) brightness(100%) contrast(103%);
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(30%) saturate(2660%) hue-rotate(10deg) brightness(100%) contrast(103%);
}
.navbar-scrolled {
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
    background-color: var(--secondary-color);
    padding:0;
}
.navbar-scrolled.navbar::before  {
  width: 100%;
  right: 0;
  background-color: #000;
}
.navbar-nav{
    background-color: transparent;
    position: relative;
}
.navbar::before{
  content: "";
  height: 2px;
  width: 1320px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transition: width 0.5s ease-in-out;
  right: 16%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
}
.navbar-nav li{
    margin: 0 10px;
}
.nav-link{
    color: var(--secondary-color);
    font-family: var(--menu-font);
    font-size: clamp(0.8125rem, 0.7799rem + 0.163vw, 1rem);
}
.navbar-scrolled .call a{
  color: var(--black-color) !important;
}
.navbar-scrolled .nav-link{
  color: var(--black-color);
}
.nav-link:hover{
    color: var(--primary-color);
}
.nav-link.active{
    color: var(--primary-color)!important;
}
.call{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.call-anytime{
    color: var(--primary-color);
    font-size: 13px;
    text-align: left;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--primary-color);
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }
  .navbar-nav .nav-item.dropdown ul li{
    margin:0 !important;
  }
  .navbar-nav .nav-item.dropdown ul li a:hover{
    background-color: var(--primary-color);
    color: var(--secondary-color);
  }
/* Header-css */

/* Hero-Section-css */
.hero-section{
    background-image: url('../img/Mask-group.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ctm-container{
    max-width: 1600px;
    margin: 0 auto;
}
.hero-text h1{
    font-family: var(--heading-font);
    font-size: clamp(1.625rem, 1.4728rem + 0.7609vw, 2.5rem);
    color: var(--secondary-color);
    font-weight: 400;
}
.hero-text h2{
    font-family: var(--heading-font);
    font-size: clamp(2.25rem, 1.8804rem + 1.8478vw, 4.375rem);
    color: var(--secondary-color);
}
.hero-text h2 span{
    color: var(--primary-color);
}
.hero-text p{
  font-size: clamp(1rem, 0.9674rem + 0.163vw, 1.1875rem);
    margin: 20px 0;
}
.hero-btn{
    margin-top: 36px;
}
.contact-form{
    background-color: var(--secondary-color);
    padding: 20px ;
    width: 461px;
    position: relative;
    
    margin-left: auto;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    box-shadow: 1px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 5px 0px rgba(0,0,0,0.75);
}
.contact-form h3{
    font-family: var(--heading-font);
    font-size: clamp(1.75rem, 1.4565rem + 1.4674vw, 3.4375rem);
    color: var(--black-color);
    text-align: center;
    font-weight: 600;
}
.contact-form .form-control{
    height: 42px;
    border-color: var(--black-color);
}
.contact-form .form-label{
    color: var(--black-color);
}
.dotted-line{
    position: absolute;
    left: -64%;
    top: 42%;
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box{
  color:#000;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #000;
}
.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text]{
	width:100%;
}
.line{

    border-top:1px solid ;
    width: 100%;
    margin-bottom: 100px;
}
/* Hero-Section-css */

/* Services-Section-css */
.services{
      background-image: url('..//img/Background-01.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      text-align: center;
      padding: 50px 20px;
}
.service-text h1{
    font-family: var(--heading-font);
    font-size: clamp(2.25rem, 1.9891rem + 1.3043vw, 3.75rem);
}
.service-text h2{
    font-family: var(--heading-font);
    font-size: clamp(2.25rem, 1.9891rem + 1.3043vw, 3.75rem);
    text-transform: uppercase;
    color: var(--black-color);
}
.service-card {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid transparent;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .service-card h3{
    font-family: var(--heading-font);
    font-size: clamp(1rem, 0.9022rem + 0.4891vw, 1.5625rem);
    text-transform: uppercase;

  }
  .service-card:hover {
    border: 1px solid var(--black-color);
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }
  .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card-header img{
    width: 100%;
    max-width: 70px;
  }
  .service-number {
    font-size: clamp(2.25rem, 1.9891rem + 1.3043vw, 3.75rem);
    font-weight: bold;
    font-family: var(--heading-font);
    color: #d1d5db;
  }
  .learn-more {
    margin-top: 60px;
  }

/* Services-Section-css */
/* Marketing-Section-css */
.marketing-text h4{
    font-family: var(--heading-font);
    font-size: clamp(2.25rem, 1.9891rem + 1.3043vw, 3.75rem);
    color: var(--black-color);
    text-transform: uppercase;
}
.marketing-text h4 span{
    color:var(--primary-color)
}
.marketing-text p{
    color: var(--black-color);
}
.service-list{
    color: var(--black-color);
    margin-bottom: 40px;
}
.image-container {
  position: relative;
  width: 472px;
  height: 500px;
}

.image-wrapper {
  position: absolute;
}

.top-image {
  top: 0;
  right: 0;
  /* left: 50px; */
  width: 60%;
  z-index: 2;
}

.bottom-image {
  bottom: 0;
  top: 45%;
  right: 10%;
  width: 70%;
  z-index: 2;
}

/* Black & White Effect for Top Image */
.top-image img {
  width: 100%;
  filter: grayscale(100%);
}

/* Normal Colors for Bottom Image */
.bottom-image img, .top-image img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}
.bottom-image img:hover , .top-image img:hover{
  filter: grayscale(0);
}
/* Orange Box (Left) */
.color-box-left {
  position: absolute;
  top: 0;
  left: 38%;
  width: 10px;
  height: 300px;
  background-color: #f39200;
  z-index: 1;
}

/* Orange Box (Top-Left, Extra Box) */
.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 81px;
  height: 226px;
  background-color: rgba(231, 144, 0, 0.19);
  z-index: 1;
}

/* Orange Arc (Bottom Right) */
.color-box-right {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 316px;
  height: 298px;
  border: 10px solid #f39200;
  border-radius: 50%;
  z-index: 0;
  top: 30%;
}
/* Marketing-Section-css */
/* Portfolio-Section-css */
.portfolio-section {
    background-image: url(..//img/Background-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 20px;
    text-align: center;
    color: #000;
  }

  .portfolio-section h2 {
    font-size: clamp(1.875rem, 1.5489rem + 1.6304vw, 3.75rem);
    font-weight: bold;
    margin-bottom: 30px;
  }

  .nav-tabs .nav-link {
   font-family: var(--heading-font);
   font-size: clamp(0.9375rem, 0.8614rem + 0.3804vw, 1.375rem);
    border: 1px solid var(--black-color);
    border-radius: 8px;
    margin: 0 10px;
    color: #000;
    
    padding: 10px 60px;

  }
.nav-tabs{
    border: none;

}
  .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #000;  }

  .book-cover {
    width: 100%;
    max-width: 252px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: var(--secondary-color);
  }
   .book-item a .book-cover{
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
    
   }
   .book-item a .book-cover:hover{
    filter: grayscale(0%);
    
   }
 
  .book-item {
    margin-bottom: 30px;
  
  }
/* Portfolio-Section-css */
/* First-CTA-Section-css */
.first-cta{
    background-image: url(..//img/cta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}
.cta-content h5{
    font-family: var(--heading-font);
    font-size: clamp(2.25rem, 1.9022rem + 1.7391vw, 4.25rem);
    font-weight: 700;
}
.first-cta .cta-content p{
    font-size: clamp(0.8125rem, 0.6929rem + 0.5978vw, 1.5rem);
    margin-bottom: 30px;
    max-width: 1100px;
    margin: 0 auto;
    color: var(--secondary-color);
    text-wrap-style: pretty;
}
.disc-btn{
  margin-top: 40px;
}
/* First-CTA-Section-css */
/* Sixth-Section-css */
.bestseller {
    background-image: url(..//img/mask-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    color: var(--black-color);
  }
.bestseller h2{
    font-family: var(--heading-font);
    font-size: clamp(1.5rem, 1.1087rem + 1.9565vw, 3.75rem);
}
.bestseller h2 span{
    color: var(--primary-color);
}
.bestseller p{
    font-size: clamp(0.875rem, 0.788rem + 0.4348vw, 1.375rem);
}
.right-content p{
    font-size: clamp(0.875rem, 0.788rem + 0.4348vw, 1.375rem);
    font-weight: 500;
}
.right-content img{
    max-width: 180px;
}
  .tab-button {
    border: none;
    padding: 10px 40px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--heading-font);
    background-color: #000;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
  .tab-button.active {
    background-color: #f4a300;
    color: #fff;
  }
  .tab-button:hover{
    background-color: var(--primary-color);
    color: #000;
  }
  .info-list li {
    margin-bottom: 5px;
    font-weight: 500;
  }
  
  .info-img{
    position: relative;
    flex: 1 1 auto;
    max-width: 200px;
    
  }
  .front-img{
    position: absolute;
    bottom: -24%;
    right: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
    z-index: 1  ;
  }
  .back-img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
  }
  .back-img:hover , .front-img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
/* Sixth-Section-css */
/* Reach-out-Section-css */
.reach-out{
    padding: 100px 0;
}
.reach-out-section {
    max-width: 930px;
    margin: 0px auto;
    padding: 30px;
    background-color: #111;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  }
 
.reach-out h6{
    font-size: clamp(1.5rem, 1.1087rem + 1.9565vw, 3.75rem);
    font-family: var(--heading-font);
    text-transform: uppercase;
    text-align: center;
    color: var(--black-color);
}
.reach-out-section h6{
  font-size: clamp(1.5rem, 1.1087rem + 1.9565vw, 3.75rem);
  font-family: var(--heading-font);
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary-color);
}
.reach-out h6 span{
    color: var(--primary-color);
}
.submit-btn{
    display: flex;
    justify-content: center;
}
 .reach-out-section .form-control, .form-control:focus {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    padding: 10px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

 .reach-out-section .phone-input-group .input-group-text {
    background-color: #fff;
    border: none;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}

  .btn-submit {
    background-color: #f39c12;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    width: 100%;
    transition: background-color 0.3s ease;
  }

  .btn-submit:hover {
    background-color: #d68910;
  }
/* Reach-out-Section-css */

/* CTA-Section-css */
.cta-section{
    background-image: url(..//img/cta-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  
  
}
  .cta-content h2 {
    font-size: clamp(1.5rem, 1.1087rem + 1.9565vw, 3.75rem);
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font);
    color: var(--black-color);
    margin-bottom: 20px;
  }

  .cta-content p {
    font-size: clamp(0.875rem, 0.788rem + 0.4348vw, 1.375rem);
    margin-bottom: 30px;
  color: var(--black-color);
  max-width: 800px;

  }

  .cta-button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

  .cta-button:hover {
    background-color: #333;
  }
  .book-image{
    position: absolute;
    right: 5%;
    bottom: 15%;

  }
  .book-image img {
  
    max-width: 370px;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .cta-section {
      text-align: center;
      flex-direction: column;
    }

    .book-image {
      margin-top: 20px;
    }
  }
/* CTA-Section-css */

/* Footer-css */
.footer {
background-image: url(..//img/Footer-bg.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-top: -250px;
padding-top: 300px;

color: #fff;
  
}
.footer-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
	justify-content:center;
}
.footer-logo img {
  max-width:280px;
  margin-right: 10px;
  margin-bottom: 40px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #f8b400;
}
.footer h5 {
  font-weight: bold;
  font-family: var(--heading-font);
  font-size: 29px;
  margin-bottom: 20px;
}
.list-styled li{
  margin-bottom: 10px;
  padding: 0;
}
.list-styled{
  padding: 1rem;
}
.list-styled li:last-child{
  margin-bottom: 40px;
}
.footer .contact-info {
  line-height: 2;
}

.bottom{
  background-color: #D9D9D9;
  padding: 10px 0;
	margin-top:60px
 
}
.contact-info {
 max-width: 250px;
}
.bottom p{
  color: #000;
  font-family: var(--menu-font);
  margin-bottom: 0;
}
.payment-icons{
  display: flex;
  justify-content: end;
}
.first-menu {
  max-width: 200px;
  margin: 0 auto;
}
/* Footer-css */
/* Contact-Page-css */

.contact-banner{
  background-image: url('../img/contact-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* Contact-Page-css */
/* Popup-css */
/* .modal-dialog{
  max-width: 1320px;
  width: 100%;
}
.modal-body {
  padding: 0 10px 46px 0;
}
.modal-header{
  border: 0;
  position: relative;
}
.modal-header::before{
  content: '';
  width: 46px;
  height: 48px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
}
.modal-title{
  font-size: clamp(1.875rem, 1.6902rem + 0.9239vw, 2.9375rem);
  font-family: var(--heading-font);
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.popup-img{
  max-width: 450px;
  width: 100%;
}
.modal-img{
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.ctm-text-overlay{
  color: #000;
  background: rgba(252, 163, 17, 0.8);
  width: 400px;
  position: absolute;
  bottom: 15%;
  left: -9.5%;

  align-items: center;
  justify-content: center;
  height: 167px;
  display: flex
;

  border-top-right-radius: 30px;
}
.ctm-text-overlay span{
  color: var(--secondary-color);
}
.ctm-text-overlay h5{
  font-size: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
}

.form-label {

  color: black;
}


.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control{
  height: 80px;
} */
/* Popup-css */




/* New-Modal */

#getqoute .modal-dialog {
  width: 430px;
  max-width: 540px;
  border: 0;
}

#getqoute .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}

.modal {
  align-items: center;
}
.modal.show {
  display: flex !important;
}

.modal .modal-dialog {
  /* max-width: 65% !important; */
  /* margin: auto; */
}

.modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.modal .modal-dialog .modal-content button.btn-close, 
.modal .modal-dialog .modal-content button.btn-close:focus {
  right: 0;
  position: absolute;
  top: 0;
  padding: 10px;
  border-radius: 0;
  /* transform: none; */
  /* box-sizing: unset; */
  /* box-shadow: unset; */
  background-color: #000;
  color: #fff !important;
  /* padding: 6px; */
  /* border-radius: 17px; */
  opacity: 1;
  --bs-btn-close-bg: unset;
  display: flex
;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 1rem;
  height: 1rem;
  box-sizing: unset !important;
  box-shadow: unset;
  z-index: 1;
}
.modal .banner-cont-box {
  border-radius: 0;
}

button.org-btn {
  background: #FC9700;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 0;
  border: 0;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
  font-size: 16px;
}

button.org-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: unset;
  bottom: 0;
  right: 0;
  background: #E58B04;
  z-index: -1;
  width: 25%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: 1s all;
}

button.org-btn:hover::before {
  width: 100%;
  clip-path: unset;
  left: 0;
}

.banner-cont-box {
  padding: 40px 25px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.banner-cont-box h3{
  font-family: var(--heading-font);
  
}


.banner-form input {
  background-color: #fff;
  border-width: 0;
  border-radius: 0 0 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 10px;
  border-color: transparent;
  box-shadow: unset;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 45px;
}

.banner-form textarea {
  background-color: #fff;
  border-width: 0;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-height: 150px;
  border-color: transparent;
  box-shadow: unset;
  margin-bottom: 25px;
  border-radius: 10px;
}


.modal .banner-cont-box::before {
  /* box-shadow: inset 0 0 1000px 0 #474747;
  background: #FC9700; */
background-image: url(../img/Background-01.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.banner-cont-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  filter: blur(0px);
  /* opacity: .6; */
  /* box-shadow: inset 0 -470px 100px 20px #474747; */
} 



.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 82px !important;
}

/* New-Modal */






@media (max-width:1600px) {
  
    .navbar::before{
      width: 100% !important;
      right: 0;
    }
  
}
@media (max-width:1399.98px){
  .book-image{
    position: relative;
    right: 0;
    bottom: 0;
  }
  .book-image img{
    max-width: 100%;
  }
  
}


@media (max-width:1199.98px){
  .navbar-nav li{
    margin: 0;
  }
  .contact-form{
    width: 100%;
  }  
  .footer-logo img {
    max-width: 100%;}
    .button-secondary {
      padding: 15px 25px;
    }  
    .image-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 20%;
      width: 67px;
      height: 220px;
      background-color: rgba(231, 144, 0, 0.19);
      z-index: 1;
  }
  .image-container {
    position: relative;
    width: 400px;
    height: 500px;
  }
  .color-box-right {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 250px;
    height: 250px;
    border: 10px solid #f39200;
    border-radius: 50%;
    z-index: 0;
    top: 30%;
}  
}

@media(max-width:991.98px){

  .spacing-ptb{
    padding: 60px 0;
  }
  .payment-icons{
    justify-content: center;
  }
  .bottom p{
    text-align: center;
  }
  .reach-out{
    padding: 60px 0;
  }
  .nav-tabs .nav-link{
    padding: 10px 30px;
  }
  .navbar-scrolled{
    background-color: #000 !important; 
  }
  .navbar-brand {
    transition: 0.5s all;
    width: 30%;
    display: flex;
}
.navbar-scrolled .navbar-brand {
  width: 20%;
}
  .call{
    display: none;
  }
  .navbar-nav li{
    border-bottom: 1px solid var(--primary-color);
  }
  .spacing-ctm-ptb {
    padding: 80px 15px;
}
  .navbar{
    background-color: #000 !important;
  }
  .navbar-scrolled.navbar{
    background-color: #fff !important;
  }
  .modal-img{
    display: none;
  }
}


@media (max-width:767.98px){
  .nav-tabs{
    display: block;
  }
  .tab-button{
    padding: 10px 20px;
  }
  .nav-tabs .nav-link{
    width: 100%;
    margin-bottom: 5px;
  }
  .first-menu{
    margin: 0;
  }
  .list-styled li:last-child{
    margin-bottom: 0;
  }
  .footer h5{
    margin-bottom: 0;
  }
  .footer{
    padding-top: 240px;
  }
  ul.info-list {
    margin-top: 50px;
}

}
@media (max-width:575.98px) {
  .right-content .d-flex.align-items-center.mt-4{
    flex-direction: column !important;
  }
  
  .tab-button{
    width:100%;
    margin-bottom: 5px;
  }
}
@media (max-width:400px) {
  .image-container {
    position: relative;
    max-width: 400px;
    /* display: flex
; */
    height: 500px;
    left: -30%;
    justify-content: center;
    /* width: 100%; */
    align-content: center;
}
}
