@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&family=Roboto:wght@100&display=swap');
/* General styles for the body */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: transparent !important; /* Set a background color for the body */
color: #333; /* Set text color */
}
/* Style for links in the body */
a {
color: #007bff; /* Set the default link color */
text-decoration: none;
}
a:hover {
text-decoration: underline; /* Underline links on hover */
}

html{
   scroll-behavior: smooth;
}
/* Responsive styles for mobile devices */
@media (max-width: 768px) {
body {
font-size: 10px;
}
}

/* -------------------------------------------------- Top Bar Start Here -------------------------------------------------- */

/* Styles for the site mobile menu */
.site-mobile-menu {
display: none; /* Hide the mobile menu by default */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent; /* Set background color for mobile menu */
z-index: 1000; /* Set a high z-index to overlay other elements */
}
.site-mobile-menu-header {
padding: 20px;
}
.site-mobile-menu-close {
cursor: pointer;
}
.site-mobile-menu-body {
padding: 20px;
}
/* Styles for the top bar */
.top-bar {
background-color: rgba(214,27,31,0.3) !important;
position: relative;
top: 0;
right: 0;
left: 0;
z-index: 1;
backdrop-filter: blur(5px);
}
.text-container {
display: flex;
padding: 0;
}

.text-container a{
color: #000;
text-decoration: none;
font-size: 14px;
display: flex;
align-items: center;
letter-spacing: 1.6px;
font-weight: 600;
}
/* Styles for social links */
.social-link {
color: #ffffff;
text-decoration: none;
font-size: 14px;
margin-right: 10px;
}
.social-link:hover {
text-decoration: underline;
}
/* Styles for the phone and WhatsApp links */
.phone-whatsapp-container {
display: flex;
padding: 0;
}
.phone-whatsapp-container a {
color: #000;
text-decoration: none;
font-size: 14px;
display: flex;
align-items: center;
letter-spacing: 1.6px;
}
/* .phone-whatsapp-container a span {
margin-right: 5px;
}
.phone-whatsapp-container a:hover {
text-decoration: underline;
}
*/


/* -------------------------------------------------- Media___992px -------------------------------------------------- */

@media only screen and (max-width: 992px) {

    .text-container a{
        font-size: 12px;
    }
}

/* -------------------------------------------------- Media___768px -------------------------------------------------- */

@media (max-width: 768px) {
.phone-whatsapp-container {
display: flex;
justify-content: flex-end;
padding: 0;
}
.text-container {
display: flex;
justify-content: flex-start;    
padding: 0;
}

.text-container svg{
width: 20px;
height: 20px;
}
}


/* -------------------------------------------------- Navbar Start Here -------------------------------------------------- */


/* Navigation Bar Styles */
.navbar {
background-color: rgba(255,255,255,1); /* Set the background color of the navbar */
box-shadow: none; /* Add a subtle box shadow */
/* position: absolute; */
/* top: 38px; */
right: 0;
left: 0;
backdrop-filter: blur(5px);
box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.navbar-brand img {
max-width: 100%; /* Make sure the logo doesn't exceed the width of its container */
height: auto; /* Allow the logo to scale with its width */
width: 30%;
vertical-align: baseline;
}
.navbar-toggler {
border: none; /* Remove the border on the navbar toggler button */
}
.toggler-icon {
background-color: #333; /* Color of the toggler bars */
height: 3px; /* Height of each toggler bar */
width: 25px; /* Width of each toggler bar */
margin: 4px 0; /* Spacing between toggler bars */
}
/* Navigation Links Styles */
.navbar-nav {
font-size: 14px; /* Set the font size of the navigation links */
}
.nav-item {
/* margin-right: 15px; /* Adjust the right margin between navigation items */ */
}


.navbar-light .navbar-nav .nav-link{
    color: #000;
    transition: color 0s; /* Add a smooth transition effect on color change */
/*     font-weight: 600; */
letter-spacing: 1px;
}

@keyframes fadeInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

        .sticky {
         position: fixed;
          top: 0;
          width: 100%;
          z-index: 1000;
          background-color: rgba(255, 255, 255, 1);
          box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
          animation: fadeInDown 0.5s;
        }





.navbar-light .navbar-nav .nav-link:hover {
    color: #9e2023 !important;
/*     text-decoration: underline !important;
    text-decoration-color: #d6963a !important;
    text-decoration-thickness: 4px !important;
    text-underline-offset: 6px !important; */
}

.navbar-nav .active a {
font-weight: bold; /* Style the active link differently, e.g., bold font */
color: #007bff; /* Change the color of the active link */
}




.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}


/* -------------------------------------------------- Media___992px -------------------------------------------------- */
@media only screen and (max-width: 992px) {
/* Navbar Start */
.navbar-brand .royal-image-2 {
display: none;
}

.close-navbar-toggler{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:1;
cursor:pointer;
}
.close-navbar-toggler.collapsed{
z-index:-1;
}
#drop_view{
display: none;

&.is_active{
display: block;
}

.list-group-item{
cursor: pointer;
&:hover{
background-color: transparent;
}
}
}
.navbar-toggler {
width: 20px;
height: 20px;
position: relative;
transition: .5s ease-in-out;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
outline: none;
box-shadow: none;
border: 0;
position: relative;
}
.navbar-toggler span {
margin: 0;
padding: 0;
}
.toggler-icon {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #690003;
border-radius: 1px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: .25s ease-in-out;
}
a.nav-link.desk_top {
display: none;
}
a.desk_top {
display: none;
}
a.nav-link.mob_top {
display: block;
}
a.mob_top {
display: block;
}
.middle-bar {
margin-top: 0px;
}
.navbar-toggler.collapsed .top-line-bar {
position: absolute;
top: 0px;
transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
opacity: 1;
position: absolute;
top: 10px;
filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
position: absolute;
top: 20px;
transform: rotate(0deg);
}
.navbar-toggler .top-line-bar {
top: inherit;
transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
opacity: 0;
top: inherit;
filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
top: inherit;
transform: rotate(-135deg);
}
/* Color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
background: linear-gradient(263deg, rgba(105,0,3,1) 35%, rgba(105,0,3,1) 100%);
}
}

/* -------------------------------------------------- Media___768px -------------------------------------------------- */
@media (max-width: 768px) {
/* Add a class to handle the animation */
.slide-in {
animation: slideIn 0.5s forwards;
}
/* Define the slide-in animation */
@keyframes slideIn {
from {
transform: translateX(100%);
}
to {
transform: translateX(0);
}
}


/* Styles for the overlay background when the navbar is open */
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
display: none;
z-index: 1000;
}
/* Style for the close button on the overlay */
.close-btn {
position: absolute;
top: 20px;
right: 20px;
font-size: 24px;
color: #fff;
cursor: pointer;
}
button:focus {
outline: none;
}

.navbar-light .navbar-brand{
    width: 50%;
}

.navbar-brand img{
    width: 60%;
}

.navbar {
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

}





/* -------------------------------------------------- Banner -------------------------------------------------- */


.mobile-img {
    display: none;
}


.linear-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)); */
    z-index: 1; /* Adjust the z-index as needed */
}

.paragraph {
  color: #393738;
    font-size: 23px;
    letter-spacing: 1.6px;
    line-height: 1.3;
    margin-top: -30px;
    padding: 12px;
}

h4.text-uppercase.text-theme-colored.m-5 {
    font-weight: bold;
    line-height: 1.42857143;
    letter-spacing: 1.6px;
    color: #333333;
    font-size: 18px;
}

h6.text-gray.font-13.line-bottom-centered.mt-0 {
    font-weight: bold;
    font-size: 12px;
}

p.hidden-md {
    font-size: 14px;
    margin-bottom: 0;
}

.paragraph span{
    color: black;
    font-size: 23px;
    font-weight: bold;
}

/* Carasouel Start Here */

.carousel {
/*     box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.1); */
}

.carousel-caption {
    position: absolute;
    right: 12%;
    top: 0;
    bottom: 0;
    left: 14%;
    width: 55%;
    z-index: 1;
    padding: 70px 0;
    color: #fff;
}

.sitemap-carousel-caption {
    width: 43%;
}

.privacy_policy-carousel-caption {
    padding: 120px 0;    
}

.gallery-carousel-caption {
    width: 47%;
}

.subheading {
    font-weight: bold;
    font-size: 31px;
    line-height: 1.2;
    float: right;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
/*     font-family: 'Poppins', sans-serif; */
}


.subheading span{
    color: #ffca00;
}




  /* Style the heading elements inside the carousel caption */
  .carousel-caption h2,
  .carousel-caption h3,
  .carousel-caption h4 {
    font-weight: bold; /* Make the text bold */
  }

  /* Animation styles */
  .animated {
    animation-fill-mode: both;
  }

  /* Define the fadeInLeft animation */
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-150px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }


   /* Apply fadeInLeft animation to specific elements */
  .animated.fadeInLeft {
    animation-name: fadeInLeft;
    animation-delay: 0.1s; /* Delay the animation by 1 second */
    animation-duration: 1.2s; /* Set the animation duration to 10 seconds */
  }


.carousel-caption .slider_1_1 {
  font-size: 90px;
  margin-right: 600px;
  margin-left: 10px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
.carousel-caption .slider_1_2 {
  font-size: 48px;
  text-align: left;
  margin-left: 65px;
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
}


.carousel-caption .btn {
    display: inline-block;
    text-decoration: none;
    background-color: #43B14B;
    border-color: #43B14B;
    color: white;
    letter-spacing: 1.6px;
    font-weight: bold;
    cursor: pointer;
}


.carousel-item {
     -webkit-backface-visibility: visible;
}


.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    background-image: none;
}




/* -------------------------------------------------- Media___810px -------------------------------------------------- */


@media (min-width: 768px) and (max-width: 810px){


.desk-img {

height: 20vh;

}

.carousel-caption {
    padding: 10px 0;
}

}


/* -------------------------------------------------- Media___810px -------------------------------------------------- */


@media (min-width: 810px) and (max-width: 912px){


.desk-img {

height: 20vh;
}

.carousel-caption {
    padding: 50px 0;
     width: 68%;
}

}

/* -------------------------------------------------- Media___1024px -------------------------------------------------- */


@media (min-width: 913px) and (max-width: 1024px){


.desk-img {

height: 20vh;

}

.carousel-caption {
    padding: 60px 0;
}

}


/* -------------------------------------------------- Media___1024px -------------------------------------------------- */


@media (min-width: 1025px) and (max-width: 1280px){


.desk-img {

height: auto;

}

.carousel-caption {
    padding: 60px 0;
}

}


/* -------------------------------------------------- Media___768px -------------------------------------------------- */


@media only screen and (max-width: 767px) {

.desk-img {
    display: none !important;
    }

.mobile-img img{
    object-fit: cover;
    width: 100%;
    }

    .carousel-caption {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 35px 0;
    color: #000;
}

.privacy_policy-carousel-caption {
    padding: 40px 0;
}


.mobile-img {
    display: block;
    }


.subheading {
    padding-left: 15px;
    padding-right: 15px;
     color: #fff;
    font-size: 24px;
}

.mobile-size-1 {
    font-size: 20px !important;
}

.mobile-size-2 {
letter-spacing: 0.8px;
 font-size:18px;
}

.mobile-size-3 {
    font-size: 21px;
}

.ts-title .title br {
    display: none;
}

}



/* -------------------------------------------------- Breadcrumb -------------------------------------------------- */









/* 
.page-breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.insight_core_breadcrumb {
    margin: 0;
    padding: 0;
}

.insight_core_breadcrumb li {
    color: #252525;
}

.insight_core_breadcrumb li, .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
}

.insight_core_breadcrumb li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.insight_core_breadcrumb a {
    color: #696969;
}

.insight_core_breadcrumb li + li:before {
    color: #696969;
}

.insight_core_breadcrumb li+li:before {
    content: "/";
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.insight_core_breadcrumb li+li {
    position: relative;
    padding-left: 13px;
}
 */


/* -------------------------------------------------- Tab Content -------------------------------------------------- */
/* .br-lines {
    position: relative;
    max-width: 500px;
    text-align: center;
}


.br-lines:before{
    content: " ";
    border: 1px solid #ddd;
    height: 40px;
    background: #df2123;
    position: absolute;
} */

  .tab {
    display: flex;
    overflow: visible;
/*     margin: 10px auto; */
    width: max-content;
  }


  .tab button {
    flex: 1;
    padding: 0 20px 0 0;
    text-align: left;
  }

  .tab button:not(:last-child) {
    border-right: 1px solid #000; /* Set the color you desire */
  }


  .tablinks {
    background-color: transparent;
    outline: none;
    border: none;
    letter-spacing: 2px;
    margin: 50px 0 0 0;
    width: 100px;
    font-size: 15px;    
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;    
    color: #B4B4B4;
/*     border: 1px solid #000; */
  }



.heading h2 {
    padding: 50px 0 0 0;
    margin-bottom: 0;
}



/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
/*   background-color: #ddd; */
}

/* Create an active/current tablink class */
.tab button.active {
  color: #df2123;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


  .parent-container {
  padding:0 20px 0 20px;
/*   max-width:800px; */
  width:100%;
}
.faq {
  list-style:none;
  padding-left:40px;
  padding-right:20px;
  li {
    border-bottom:none;
/*     margin-bottom:15px; */
    &.active {
      .answer {
        max-height:800px !important;
        padding-bottom:25px;
        transition: max-height 0.5s ease, padding-bottom 0.5s ease;
      }
      .question {
        color: #808080;
        transition:color 0.5s ease;
      }
      .sub_faq {
        list-style: disc;
        padding-left:40px;
        padding-right:20px;
        li {
             border: none;
            margin: 15px auto;
        }    
      }
    }
  }
  .answer {
    color: #090909;
    font-size:16px;
    line-height:24px;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.5s ease, padding-bottom 0.5s ease;
  }
  .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    left:-40px;
    top:50%;
    z-index:2;

    &:before,
    &:after {
      background: #000;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: 0;
      width: 21px;
      transition: transform 500ms ease;
    }

    &:after {
      transform-origin: center;
    }

    &.collapsed {
      &:after {
        transform: rotate(90deg);
      }

      &:before {
        transform: rotate(180deg);
      }
    }
  }
  .question {
    color: #090909;
    font-size:20px;
    font-weight:800;
/*     text-transform:uppercase; */
    position:relative;
    cursor:pointer;
    padding: 5px 0;
    transition:color 0.5s ease; 
    margin-bottom: 1.5rem;
    @media only screen and (max-width: 767px){
      font-size:18px;
    }
  }
}



.sub_faq li {
  border: none; /* Adjust this based on your design */
  margin: 15px auto;  
}


.sub_faq {
    list-style: disc;
    padding-left: 40px;
    padding-right: 20px;
}

.parent-container h2 {
    margin: 24px 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
}

.faq li:last-child {
     border-bottom: 1px solid #999999;
}


.sub_faq li:last-child {
    border: none;
}


/* Define the fade-up animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply the animation to an element with a delay and duration */
.fade-up {
  animation: fadeInUp 1s ease-in-out 0.2s; /* 1s duration, ease-in-out timing function, 0.2s delay */
}

/* Optionally, you can also use the transition property for smoother transitions */
.transition-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.transition-fade-up:hover {
  opacity: 1;
  transform: translateY(0);
}

/* CSS for fade-in animation */
.tabcontent {
    display: none;
    animation: fade-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.block {
/*     padding: 50px 0 ; */
    background-color: #000;
}

.ts-title {
/*     margin-bottom: 5rem; */
    display: flex;
}






.textbox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
/*     margin: 50px 0 0 0; */
}

.button_2-container .btn-primary{
    background-color: transparent;
    outline: none;
    border: none;
    letter-spacing: 2px;
    padding: 15px 0;
    width: 200px;
    color: #FFF;
    border: 1px solid #FFF;
}

.button_2-container .btn-primary:hover{
    background-color: #d6963a;
    color: #fff;
    border: 1px solid #d6963a;    
}


.ts-gallery {
    position: relative;
}

.ts-gallery .ts-gallery__image {
    background-color: #191919;
    color: #fff;
    display: block;
    height: 28rem;
    overflow: hidden;
}

.ts-gallery .ts-gallery__caption {
    padding: 3rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.ts-gallery .ts-img-into-bg {
    opacity: .6;
    transition: 1s cubic-bezier(.23, .05, .17, 1.02);
    transform: scale(1.03);
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.ts-background-image, .ts-img-into-bg img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}


.ts-gallery .ts-gallery__image:hover .ts-img-into-bg {
    opacity: .3;
    transform: scale(1.1);
}

.ts-gallery .ts-gallery__caption {
    padding: 3rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.ts-gallery .ts-img-into-bg {
    opacity: .6;
    transition: 1s cubic-bezier(.23, .05, .17, 1.02);
    transform: scale(1.03);
}




/* -------------------------------------------------- Media___768px -------------------------------------------------- */


@media (max-width: 35.9375rem){
.ts-title {
    margin-bottom: 1.875rem;
}

.textbox {
        align-items: flex-start !important;
        flex-direction: column;
        margin: auto;
        gap: 20px;
}

.ts-title .title p {
    text-align: left;
}


.button_2-container{
/*     margin-top: 1.5rem!important; */
}

 .tablinks {
margin: 30px 0 0 0;
 }

.heading h2 {
    font-size: 20px;
    padding: 40px 0 0 0;
}

.heading br {
  display: none;
}
}


/* -------------------------------------------------- Media___1200px -------------------------------------------------- */


@media (min-width: 36rem) and (max-width: 61.9375rem){
.ts-title {
    margin-bottom: 3.125rem;
}


h2, .ts-h2 {
    font-size: 1.875rem;
}

h3, .ts-h3 {
    font-size: 1.375rem;
}


}


/* -------------------------------------------------- Site_Map -------------------------------------------------- */



.square-marker {
  list-style-type: square;
}


.hr-lines-1 {
  position: relative;
  max-width: 500px;
  text-align: center;
}

.hr-lines-1:before {
    content: " ";
    height: 4px;
    width: 30px;
    background: #df2123;
    display: block;
    position: absolute;
    top: 38%;
    left: 8px;
    margin: 0;
}


.title {
    margin-top: 50px;
}


.ts-title .title p {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
/*     padding-bottom: 50px; */
}




.ts-title h3 {
    letter-spacing: 2px;
    width: 160px;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #df2123;
    margin-top: 2.5rem;
}




   .square-marker li {
        font-size: 20px;
    }
    
    .square-marker li:before {
        list-style-type: square;
        font-size:120px;
        vertical-align:middle;
        line-height:20px;
    }


.text-header {
/*     padding: 50px 0 0 0; */
    margin-bottom: 0;
}


.text-header a {
    color: #090909;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    line-height: 1.2;
    transition: color 0.5s ease;
}


.about_topic a,
.courses_topic a,
.eligibility_topic a,
.trainers_topic a,
.testimonals_topic a,
.gallery_topic a,
.news_topic a,
.contact_topic a {
    color: #090909;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    line-height: 1.2;
    transition: color 0.5s ease;
}

.square-marker .sub_point a {
    color: #090909;
    font-size: 16px;
    line-height: 24px;
}





/* -------------------------------------------------- Media___480px -------------------------------------------------- */



@media only screen and (max-width: 480px){

    .gapping {
        padding-left: 0;
        padding-right: 0;
    }

    .ts-title .title p {
        font-size: 20px;
    }



}


/* -------------------------------------------------- Contact Us -------------------------------------------------- */

.google-map-container {
    width: 100%;
}

.section-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.row-55 {
    margin-bottom: -55px;
}

.row-55 > * {
    margin-bottom: 55px;
}

.heading-3 {
    position: relative;
    padding-bottom: 15px;
}


h3 + p {
    margin-top: 15px;
}

.offset-top-30 {
    margin-top: 30px;
}

.rd-mailform {
    position: relative;
}

form {
    margin-bottom: 0;
}

.row-25 {
    margin-bottom: -25px;
}

.row-25 > * {
    margin-bottom: 25px;
}

.rd-mailform .form-group {
    padding-top: 30px;
    position: relative;
    margin-bottom: 0;
}


.form-label {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #434345;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
}

.form-label {
    margin-bottom: 0.5rem;
}

label {
    margin-bottom: 10px;
    font-weight: 400;
}


.rd-mailform .form-group .form-control {
    padding: 5px 15px;
    -webkit-appearance: none;
    line-height: 25px;
    min-height: 49px;
}

.input-sm, .input-sm:focus, .input-lg, .input-lg:focus, .form-control, .form-control:focus {
    box-shadow: none;
}

.input-sm, .input-lg, .form-control {
    font-size: 15px;
}


.form-validation {
    position: absolute;
    right: 10px;
    top: 34px;
    font-size: 11px;
    line-height: 11px;
    color: #d9534f;
    margin-top: 2px;
    transition: .3s;
}

textarea.form-control {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    resize: vertical;
}


.btn-primary,  .btn-primary:focus, .btn-primary:active {
    color: #fff;
    border-color: #d6963a;
    background-color: #d6963a;
}
    
/* html .page .offset-top-25 {
    margin-top: 25px;
} */


.btn-md-block {
    min-width: 165px;
    margin-top: 25px;

}

.btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 4px;
    transition: .3s ease-out;
    white-space: normal;
}

.row-30 {
    margin-bottom: -30px;
}

.text-subline {
    margin-top: 13px;
    position: relative;
    height: 1px;
    padding: 0;
    background: #d9d9d9;
    border: none;
}


.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 45px;
    background: #df2123;
}

.offset-top-20 {
    margin-top: 20px;
}

.list-inline-md {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -7px;
    margin-right: -7px;
}

.list-inline-md {
    margin-left: -7px;
    margin-right: -7px;
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px;
}

.list-inline-md > * {
    margin-top: 8px;
    padding-left: 7px;
    padding-right: 7px;
}

.list-inline > li {
    display: inline-block;
}

.icon-boulder, a.icon-boulder {
    color: #787878;
}

.icon-xs-middle {
    font-size: 21px;
}

.icon {
    font-size: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row-30 > * {
    margin-bottom: 30px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: baseline;
    align-items: center;
}

.text-content {
    color: #434345 !important;
}


.text-middle {
    vertical-align: middle;
}


/* -------------------------------------------------- Media___992px -------------------------------------------------- */


@media (min-width: 992px) {
.offset-lg-top-60 {
    margin-top: 60px;
}

.inset-lg-left-70 {
    padding-left: 70px;
}

.inset-lg-left-20 {
    padding-left: 20px;
}

.offset-lg-top-10 {
    margin-top: 10px;
}

.inset-lg-right-30 {
    padding-right: 30px;
}
}

/* -------------------------------------------------- Media___768px -------------------------------------------------- */


@media (min-width: 768px) {

.section-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.heading-3 {
    padding-bottom: 25px;
}

.offset-md-top-40 {
    margin-top: 40px;
}

.offset-md-top-50 {
    margin-top: 50px;
}

.inset-md-left-30 {
    padding-left: 30px;
}

}


/* -------------------------------------------------- Media___576px -------------------------------------------------- */


@media (min-width: 576px) {

.section-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

}


/* -------------------------------------------------- Footer -------------------------------------------------- */



.footer .page-preview .page-preview-body iframe {
display: block;
width:100%
height:100%
}
.pt_120 {
padding-top: 50px !important;
}
.tf__footer_content .footer_logo {
width: 240px;
border-bottom: 1px solid #FFFFFF;
padding-bottom: 20px;
margin-bottom: 25px;
}
a {
display: inline-block;
text-decoration: none;
}
.tf__footer_content .footer_description {
margin-bottom: 30px;
margin-top: 0;
font-family:"Poppins", Sans-serif;
letter-spacing: 1.6px;
line-height: 1.3;
}
.tf__footer_content p {
color: #F7F9FB;
font-family: font-family: "Poppins", Sans-serif;
letter-spacing: 1.6px;
}
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}
.tf__footer_content .social_link li a {
font-size: 16px;
width: 35px;
height: 35px;
line-height: 36px;
text-align: center;
background: #FFFFFF;
color: #rgb(48 32 21);
border-radius: 50%;
margin-right: 10px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.tf__footer_content .social_link li a:hover {
color: #rgb(48 32 21);
}
.tf__footer_content h3 {
font-weight: 600;
font-size: 24px;
color: #FFFFFF;
}
.tf__footer_content .footer_link li a {
color: #F7F9FB;
font-family: "Poppins", Sans-serif;
letter-spacing: 1.6px;
line-height: 1.3;
font-weight: 400;
font-size: 16px;
margin-bottom: 21px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.tf__footer_location p {
padding-left: 35px;
position: relative;
}
.tf__footer_content p {
color: #F7F9FB;
font-size: 16px;
}
.tf__footer_location p i {
position: absolute;
top: 3px;
left: 0;
font-size: 18px;
}
.tf__footer_location p span {
display: block;
/*     margin-bottom: 15px; */
color: #F7F9FB;
/*     font-size: 16px; */
line-height: 1.3;
}
.explore_header {
margin-top: 0px;
}
/* .touch_header {
margin-top: -35px;
}
.subscribe_header {
margin-top: -40px;
} */
p#message10 {
margin-top: 50px;
}
.tf__footer_content form {
position: relative;
}
input, textarea {
width: 100%;
padding: 12px 20px;
outline: none;
resize: none;
border: 1px solid #E3E8EF;
font-size: 16px;
font-weight: 300;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
}
/* .tf__footer_content form button {
width: 100%;
background: #FF9B24;
color: #FFFFFF;
border-radius: 8px;
padding: 9.5px 15px;
font-size: 14px;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
position: absolute;
top: 5px;
right: 5px;
} */
/* button#submit {
border-color: #d1ac51;
background-color: #d1ac51;
width: 100%;
border-radius: 0.25rem;
} */
button#submit:hover {
border-color: #B18822;
background-color: #B18822;
}
button#submit:active,
button#submit:focus
{
border:none;
background-color: #d1ac51;
box-shadow: none;
outline: none;
}

button:focus{
    outline: none;
}
/* button#submit {
outline: none;
border: none;
margin: 0;
} */
.tf__footer_bottom {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
align-items: center;
}
.tf__footer_bottom p {
color: #FFFFFF;
}
.tf__footer_bottom ul {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.tf__footer_bottom li a {
/*     font-size: 16px; */
font-weight: 400;
color: #F7F9FB;
margin-left: 20px;
margin-bottom: 1rem;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
}
.scroll-top-button {
display: none;
position: fixed;
bottom: 115px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
color: #fff;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
.scroll-top-button.show {
display: block;
}
  .icon-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  font-size: 30px;
  z-index: 100;
  right: 30px;
  }
form.requires-validation {
margin-bottom: -54px;
font-size: 16px;
}
.connect_us {
display: flex;
flex-direction: column;
gap: 20px;
}
.handle {
display: flex;
}
.footer_container {
padding: 0;
}
.pillar {
padding: 0;
}
.tf__footer_content  hr{
background-color: #fff;
}
.popup_message_subscribe {
color: red;
position: absolute;
letter-spacing: 1.6px;
font-family: "Poppins", Sans-serif;
line-height: 1.2;
margin: 10px;
}
p#message {
padding: 0;
}

button#submit {
    background: #d6963a;
    border-color: #d6963a;
    width: 100%;
}




.link-container a {
    color: #fff;
}

.legal {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #FFFFFF20;
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.flex-container {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}

.vertical-line {
    height: 10px;
    width: 2px;
    background-color: #fff;
}




/* -------------------------------------------------- Media___912px -------------------------------------------------- */


@media (min-width: 800px) and (max-width: 912px){


.flex-container {
    width: 35% !important;
}

}

/* -------------------------------------------------- Media___540px -------------------------------------------------- */


@media (min-width: 481px) and (max-width: 540px){
      
.flex-container {
    width: 35% !important;
}

}
/* -------------------------------------------------- Media___1024px -------------------------------------------------- */


@media (min-width: 800px) and (max-width: 1024px){
.handle {
    flex-direction: row
}
.pillar {
    max-width: 100%;
}

.social_link {
    padding-bottom: 30px;
}

}

/* -------------------------------------------------- Media___1200px -------------------------------------------------- */


@media only screen and (max-width: 1280px) {
    .text-content {
    margin-left: 0px;
    }

    .tf__footer_content{
      margin: 30px auto;
    }

    .flex-container {
        width: 25%;
    }

}






/* -------------------------------------------------- Media___768px -------------------------------------------------- */


@media (min-width: 481px) and (max-width: 769px){
.handle {
    flex-direction: row;
}
.pillar {
    max-width: 100%;
}

.social_link {
    padding-bottom: 30px;
}

      .fa-map-marker:before{
      margin-top: 0;
      }





}



/* -------------------------------------------------- Media___480px -------------------------------------------------- */



@media only screen and (max-width: 480px){
.xs_pt_80 {
/*     padding-top: 80px !important; */
}
.tf__footer_content .footer_logo {
width: 50%;
}
.tf__footer_content h3 {
}
.tf__footer_content {
margin-bottom: 0;
text-align: center;
}
ul.social_link.d-flex.flex-wrap {
justify-content: center;
margin-bottom: 20px;
}
.tf__footer_location p {
padding-left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.tf__footer_bottom {
margin-top: 0;
justify-content: center;
flex-direction: column;
}
.tf__footer_bottom p {
margin-bottom: 0;
}
.tf__footer_location p i {
position: absolute;
top: 0px;
left: 0;
font-size: 16px;
display: contents;
}
.tf__footer_bottom li a {
margin-left: 0;
margin-bottom: 0;
}
.tf__footer_location p span {
margin-left: 10px;
}
.handle {
display: flex;
flex-direction: column;
gap: 20px;
}
.tf__footer_content hr{
background-color: #fff;
width: 40%;
display: inline-flex;
margin-top: 0;
}

.fa-map-marker:before {
margin-top: -64px;
}


.tf__footer_bottom ul{
    margin-bottom: 0;
}      


.legal {
    align-items: center;
    justify-content: center
}  

.flex-container {
    width: 50%;
} 



}




