@import url(https://fonts.googleapis.com/css?family=Open+Sans|Raleway);
@import url(https://fonts.googleapis.com/css?family=Raleway:900);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --primary-color: #000;
}

@font-face {
    font-family:Pompadour-Bold;
    src: url(../fonts/Pompadour-Bold.otf);
}
@font-face {
    font-family:Pompadour-Regular;
    src: url(../fonts/Pompadour-Regular.otf);
}

@font-face {
    font-family:Calaya-Regular;
    src: url(../fonts/Calaya-Regular.otf);
}
@font-face {
    font-family:Calaya-Italic;
    src: url(../fonts/Calaya-Italic.otf);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


*,:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
body,html{
    font-size:100%;
    padding:0;
    margin:0;
    
} 

.navbar {
    transition: all 0.4s;
    
}

.navbar .nav-link {
    color: #fff;
     font-family: 'Montserrat', sans-serif;  
    font-size: 14px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-brand img {
  width: 110px;
    height: auto;
    border-radius: 5px;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
     font-family: 'Montserrat', sans-serif;     
}

.navbar.active .nav-link {
    color: #555;
    font-size: 14px;
     font-family: 'Montserrat', sans-serif;     
}

/*
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
     font-family: 'Montserrat', sans-serif;     
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
     font-family: 'Montserrat', sans-serif;     
}*/


.nav-express {
    background: #059EE7;
    border:none;
    padding: 0 10px;
    border-radius: 5px;
    color:#fff!important;
}



.navbar.active  .nav-express a{
    color: #fff!important;
    font-family: 'Poppins', sans-serif;
    font-size: 95%;
    font-weight: 400;
}


.sign-in-btn {
    background:#F8B132;
    border:#F8B132 solid 2px;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    color:#fff!important;
}

.sign-in-btn a{
    color: #fff!important;
   font-family: 'Poppins', sans-serif;
    font-size: 95%;
    font-weight: 400;
}


.sign-in-btn a:hover{
    color: #fff!important;
     font-family: 'Poppins', sans-serif;
    font-size: 95%;
    font-weight: 400;
    text-decoration: none;
}


.my_selections {
    background:#fff;
    border:#F8B132 solid 2px;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    color:#000!important;
}


.my_selections a{
     color:#000!important;
   font-family: 'Poppins', sans-serif;
    font-size: 95%;
    font-weight: 400;
}




/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
    
     .navbar .navbar-brand, .navbar .nav-link .nav-express a{
       color:#fff!important;
    }
}


/*****HOME SECTION******/
.body-wrapper {
    background:url(../img/main-bg.jpg) repeat center top;
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


.body-wrapper2 {
    background:url(../img/main-bg2.jpg) repeat center top;
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    padding: 8em 0.5em;
}



.carousel-item2 {
  height: 100vh;
   min-height: 700px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.showcase {
	height: 100vh;
    min-height: 700px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0.5em;
}

.carousel .background.a {
  background-image:url(../img/slide-1.jpg);
}
.carousel .background.b {
  background-image:url(../img/slide-2.jpg);
}
.carousel .background.c {
  background-image:url(../img/slide-3.jpg);
}

.carousel .background.d {
  background-image:url(../img/slide-4.jpg);
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
     background: var(--primary-color)
   /* url("./https://traversymedia.com/downloads/cover.jpg") no-repeat center
    center/cover*/;
}

.video-container .mycarousel {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
	position: absolute;
    min-height: 600px!important;
}

.content {
	z-index: 2;
    width: 100%;
    min-height: 600px!important;
    display: flex;
  justify-content:center;
  align-items:center; 
    margin-top: -60px;
}









.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}

  

.home-search input {
    border:none!important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
     border-top-right-radius:0px!important;
    border-bottom-right-radius:0px!important; 
    border-right:#BCBCBC 1px solid!important;
    margin-bottom: 0px;
}


.home-search button {
    background: #F8B132;
    width: 100%;
    font-size: 18px;
    color:#fff;
    font-weight: 500;
    text-transform: capitalize;
     height: calc(3rem + 2px) !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
     border-top-left-radius:0px!important;
    border-bottom-left-radius:0px!important;
    border:none!important;
    margin-top: 0px;
}


.home-search button  img {
    width: 25px;
    height: auto;
}


.home-search button:hover{
   font-size: 18px;
    color:#fff;
    font-weight: 500; 
}


/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .carousel-item.next,
  .carousel-fade .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .carousel-item.prev,
  .carousel-fade .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .carousel-item.next.left,
  .carousel-fade .carousel-inner > .carousel-item.prev.right,
  .carousel-fade .carousel-inner > .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */


.home-services-container {
  position: relative;
  width:100%;
  height:auto;    
 margin:1.5rem auto;  
overflow: hidden;
  /* -- Prevent flicker -- */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); 
     border:  #F8B132 1px solid;
    border-radius: 6px;
}


.home-services-container img{
   
    height: auto;
     border-radius: 2px;
    max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}



.home-services-container img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
     border-radius: 2px;
}


.home-services-caption {
  position: absolute;
  top: 70%;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}

.home-services-caption h6 a{
  color:#fff; 
 font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 100%;
       
}

.home-services-caption h6 a:hover{
    text-decoration: none;
}

.home-services-caption p a{
  color:#fff; 
   font-family: 'Poppins', sans-serif;
    font-size: 95%;
    font-weight: 500;  
}

.home-services-caption p a:hover{
    text-decoration: none;
}

.my-title h4 {
    color:#fff;
    font-size: 220%;
    letter-spacing: 1px;
    margin-top: 1.5em;
    font-family: 'Pompadour-Bold', sans-serif;
}


.my-title p {
    color:#fff;
    font-size:100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    
}


.my-title button {
    background:#F8B132;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    
}


.my-title button a {
    color:#182333;
    font-size:95%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
}


.my-title button a:hover {
    color:#182333;
    font-size:95%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
}



  
.why-card {
     background-color: #F8B132;
    border-radius: 7px;
    border: none;
    padding: 0.7em;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0.7em auto;
}

.why-card img {
    width: 90px;
    height: auto;
}

.why-card h5 {
  color:#182333; 
 font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 120%;
}


.process-card {
    background-color: #F8B132;
    border-radius: 7px;
    border: none;
    padding: 0.5em 1em;
    margin: 2em auto;
    height: auto;
}

.process-card2 {
      /*background-image: linear-gradient( rgba(248, 177, 50,1), rgba(0, 0, 0,1));*/
    background-color: #F8B132;
    border-radius:7px;
    border: none;
    padding: 0.5em 1em;
    margin: 6em auto 1em auto;
    height: auto;
}


.process-card h4{
     color:#F8B132; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 170%;
    margin-bottom: 0.5em;
}

.process-card span{
    background:#fff;
    border-radius:5px;
    padding: 0.3em 0.4em 0.2em 0.4em;
    
}


.process-card h5{
    color: #182333; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 150%;
    margin-top: 1em;
}


.process-card p{
     color: #182333; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 95%;
}


.process-card2 h4{
     color:#F8B132; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 170%;
    margin-bottom: 0.5em;
}

.process-card2 span{
    background:#fff;
    border-radius:5px;
    padding: 0.3em 0.4em 0.2em 0.4em;
    
}


.process-card2 h5{
     color: #182333; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 150%;
    margin-top: 1em;
}


.process-card2 p{
     color: #182333; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 95%;
}


.home-join-us {
    background:url(../img/home-join-bg.jpg) repeat center top;
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    border-radius: 15px;
    padding: 8em 1em 7em 1em;
     margin: 4em auto;
}

.home-join-us h4{
     color:#fff;
    font-size: 220%;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Pompadour-Bold', sans-serif;
   
}


.home-join-us button  {
    background: #059EE7;
    border:#fff 1px solid;
    padding: 7px 25px;
    border-radius: 5px;
    color:#fff!important;
}



.home-join-us button a{
    color: #fff!important;
    font-size: 120%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.home-join-us button a:hover{
    color: #fff!important;
    font-size: 120%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}


footer {
    background: #000;
    padding: 4em 0;
}

.footer-logo img{
    width: 200px;
    height: auto;
    margin-bottom: 3em;
}

footer h5 {
    color: #fff!important;
    font-size: 110%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0.5em;
}

footer h5 span {
   border-bottom: #F8B132 2px solid;
}

footer p {
    color: #fff!important;
    font-size: 85%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

footer p a {
    color: #fff!important;
    font-size: 85%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

footer p a:hover {
    color: #fff!important;
    font-size: 85%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.footer-down-image img {
    width:50px;
    height: auto;
}

.footer-social-media ul li {
    display: inline;
    padding: 5px;
}

.footer-quick-link ul {
  margin-left: 0px;
  padding-left: 0px;    
}


.footer-quick-link ul li {
    display:block;
    padding: 5px 0px;
}


.footer-quick-link ul li a{
    color: #fff!important;
    font-size: 80%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.footer-quick-link ul li a:hover{
    color: #fff!important;
    font-size: 80%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}



.footer-contact-us {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
 /* -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}

.footer-contact-icon {
  position: absolute; }
  

.footer-contact-info {
  margin-left: 65px;
  color: #fff; }

.footer2 {
    background: #1D1D1B;
    padding: 18px 1px 0px 3px;
}

.footer2 p{
  font-size: 70%;
   color: #fff!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400; 
    text-align: center;
}


/******NEW HEADER*******/
  .carousel {
            height: 65vh;
           min-height: 500px;
        }

        .carousel-inner, .carousel-item {
            height: 100%;
        }

        .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .overlay-content {
            /*width: 50%;*/
        }

        .form-control {
            background: rgba(255, 255, 255, 0.8);
            border: none;
            height:60px;
        }

 .input-group .form-control {
            background: rgba(255, 255, 255, 0.9);
            border: none;
            padding-right: 40px;
        }

       .input-group-text i {
           font-size: 1.2rem; /* Larger search icon */
        }

        .input-group-append .input-group-text {
            background: rgba(248, 177, 50,0.9);
            border: none;
            cursor: pointer;
             font-size: 1.2rem; /* Increased icon size */
            padding: 10px 25px; /* Adjusted padding */
        }

.logo-hero{
    margin-top: 2em;
    width: 70%;
    height: auto;
}

.overlay-content h6 {
    font-family: 'Calaya-Regular', sans-serif;
    font-weight: 500;
    font-size:400%;
    letter-spacing: 0px;
    color:#fff;
    text-align:center;
}


@media(max-width:1024px) {
 
.search-sec {
    width: 90%;
    margin:0 auto;
}
    
        
.home-services-caption {
  position: absolute;
  top:70%;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}
   
    
}





@media(max-width:868px) {
  
  .carousel-item2 {
  height: 70vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.showcase {
	height: 70vh;
    min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0.5em;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
    min-height:400px;
	overflow: hidden;
     background: var(--primary-color)
   /* url("./https://traversymedia.com/downloads/cover.jpg") no-repeat center
    center/cover*/;
}

.video-container .mycarousel {
	min-width: 100%;
	min-height:400px;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height:70%;
    min-height:400px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
	position: absolute;
   
}



.overlay-content h6 {
    font-family: 'Calaya-Regular', sans-serif;
    font-weight: 500;
    font-size:300%;
    letter-spacing: 1px;
    color:#fff;
    text-align:center;
}  
    



  .process-card2 {
    /*  background-image: linear-gradient( rgba(248, 177, 50,1), rgba(0, 0, 0,1));*/
      background-color: #F8B132;
    border-radius: 7px;
    border: none;
    padding: 0.5em 1em;
    margin: 0.3em auto;
    height: auto;
}
  
.home-services-caption {
  position: absolute;
  top: 70%;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}
       
    
  }  
  



@media(max-width:768px){
   
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}

  

.home-search input {
    border:none!important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
     border-top-right-radius:5px!important;
    border-bottom-right-radius:5px!important; 
    border-right:#BCBCBC 1px solid!important;
    margin: 5px auto;
    width: 90%;
}


.home-search button {
    background: #F8B132;
    width: 90%;
    font-size: 16px;
    color: #182333;
    font-weight: 400;
    text-transform: capitalize;
     height: calc(3rem + 2px) !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
     border-top-left-radius:5px!important;
    border-bottom-left-radius:5px!important;
    border:none!important;
    margin: 5px auto;
}
    
    
 .footer-quick-link ul li {
    display:inline;
    padding: 5px 20px 3px 0px;
}   
 
}


@media(max-width:570px){
  
    .carousel .background.a {
  background-image:url(../img/slide-1-mobile.jpg);
}
.carousel .background.b {
  background-image:url(../img/slide-2-mobile.jpg);
}
.carousel .background.c {
  background-image:url(../img/slide-3-mobile.jpg);
}

.carousel .background.d {
  background-image:url(../img/slide-4-mobile.jpg);
}
    
    
  .logo-hero{
    margin-top: 6em;
}
  
.footer-logo img{
    width: 200px;
    height: auto;
    margin-bottom: 1em;
}    
    
    
 .overlay-content h6 {
    font-family: 'Calaya-Regular', sans-serif;
    font-weight: 500;
    font-size:300%;
    letter-spacing: 0px;
    color:#fff;
    text-align:center;
}
    
    
    
.home-services-caption {
  position: absolute;
  top: 70%;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}
    
 
.home-services-caption h6 a{
  color:#fff; 
 font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 140%;
       
}    
    
    
    
 footer h5 {
    color: #fff!important;
    font-size: 110%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 1.5em;
}  
    
.footer-quick-link ul li {
    display:inline;
    padding: 5px 10px 5px 0px;
}       
    
}




.owl-container {
      max-width: 1200px;
      margin: 0 auto;;
    }

    .item {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
        padding:0.5em;
    }

  


    .owl-nav {
      position: absolute;
      top: -3rem;
      right: 0;
    }

   .owl-next img, .owl-prev img {
      width: 28px;
    }

    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background: none !important;
      outline: none !important;
      opacity: 1;
    }

    .owl-nav .owl-prev, .owl-nav .owl-next {
      outline: none;
      opacity: 0.6;
      transition: all .5s ease;
    }

    .owl-dots {
      margin-top: 1rem;
    }

    .owl-dot {
      outline: none;
    }

    .owl-dot.active, .owl-dot:hover {
      transition: all .2s ease;
      transform: scale(1.2);
    }


    @media screen and (max-width: 600px) {
      .owl-nav {
       position: absolute;
      top: -1rem;
      right: 0;
      }
        
         .owl-next img, .owl-prev img {
      width: 25px;
    }


      .owl-dots {
        display: none;
      }
    }






/********SIGN IN/UP*********/

.modal-header-2 img {
    width: 200px;
    height: auto;
    margin:0 auto;
    padding-top: 3em;
}

.create-account p{
     color: #242424;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:90%;
    text-align: center!important;
    margin: 0 auto!important;
    width:100%!important;
}


.create-account p span a {
     color: orangered;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:95%;
     text-align: center!important;
    margin: 0 auto!important;
}


.create-account p span a:hover {
     color: orangered;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:95%;
     text-align: center!important;
    text-decoration: none;
}

.project-tab2 {
    padding: 1% ;
    margin-top: 3.5em;
}
.project-tab2 #tabs{
    background-color: transparent;
    color: #eee;
}
.project-tab2 #tabs h6.section-title{
    color: #eee;
}
.project-tab2 #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F8B132;
    background-color: transparent;
    border-color: transparent transparent #F8B132;
    border-bottom: 3px solid !important;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:120%;
}
.project-tab2 .nav-link {
    border: none;
     color: #182333;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:120%;
}
/*.project-tab .nav-link:hover {
    border: none;
}*/

.project-tab2 a{
    text-decoration: none;
    color: #182333;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:120%;
}

.project-tab2 p {
  color: #182333;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:100%;
    margin: 2em auto;
}


.sign-in-form label{
     font-family: 'Poppins', sans-serif;
    font-weight:400;
}


.sign-in-form input{
     font-family: 'Poppins', sans-serif;
    font-weight:400;
}


.sign-submit {
    margin-bottom: 0!important;
    margin-top:2em;
}

.sign-submit button {
    background: #F8B132;
    border: none;
    padding: 10px 10px;
    width:100%;
    border-radius: 5px;
     color: #182333;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:100%;
    margin: 15px auto 0px!important auto; 
}

.forgot-password {
    margin-top: 2px!important;
    padding-top: 2px!important;
}

.forgot-password p  {
    text-align: right; 
    display:block;
     text-align: right!mportant;
    margin-top: 2px!important;
    padding-top: 2px!important;
}

.forgot-password p a {
    color: orangered;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:90%;
    display:block;
    text-align: right!mportant;
    margin-top: 2px!important;
    padding-top: 2px!important;
}


/********FORGOT PASSWORD*********/

  .forgot-password-wrapper {
             background-image: url(../img/forgot-password-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            min-height: 600px;
        }


.forgot-password-wrapper-inner {
  background: #182333;
  padding: 3em 3em 6em 3em; 
  width: 98%;
  margin: 3em auto;    
}

.forgot-password-wrapper-inner h4 {
    text-align: left;
    color:#fff;
    font-family: 'Pompadour-Bold', sans-serif;
}


.forgot-password-wrapper-inner  button {
    width :100%;
    background:#F8B132; 
    border:none;
}


.forgot-password-wrapper-inner  button a {
   color: #182333;  
     font-family: 'Poppins', sans-serif;
}

.forgot-password-wrapper  input {
     font-family: 'Poppins', sans-serif;
}



@media(max-width:1042px) {
    
  .forgot-password-wrapper-inner {
  background: #182333;
  padding: 2em 2em 4em 2em; 
  width: 98%;
  margin: 3em auto;    
}
    
    
}




@media(max-width:720px) {
    
  .forgot-password-wrapper-inner {
  background: #182333;
  padding: 2em 1.2em 3em 1.2em; 
  width: 85%;
  margin: 3em auto;    
}
    
    
}


/********ABOUT US*********/
 

.about-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/about-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-attachment: fixed;
   padding:16em  0px 13em 0px;         
}

.about-wrapper h1 {
     color:#fff;
    font-size: 300%;
    letter-spacing: 1px;
    font-family: 'Pompadour-Bold', sans-serif;
}

.about-us-content h2{
     color:#F8B132;
     font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:260%;
    line-height: 0.8em;
}

.about-us-content h6 {
  font-family: 'Pompadour-Bold', sans-serif;
    font-weight:400;
    font-size:140%;
    letter-spacing: 1px;
    color:#F8B132;
    text-align:left; 
  line-height: 1em;
}

.about-us-content p {
  font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:90%;
    color:#ffff;
    text-align:left; 
  line-height:normal;
    padding-bottom: 5px;
    margin-top: 0em;
}

.about-us-content img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.border-line {
    background-color: #F8B132;
    width:180px;
    height:1px;
    margin-bottom: 3em;
}


@media(max-width:1024px) { 
    
.about-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/about-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   background-attachment:scroll;
  padding:14em  0px 10em 0px;       
}    
  

}


@media(max-width:720px) { 

.about-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/about-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   background-attachment:scroll;
  padding:17em  0px 12em 0px;     
}
 
      
    
}


/*****OUR RULES******/
.rules-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/rules-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}



.wrapper-title h1 {
     color:#fff;
    font-size: 300%;
    letter-spacing: 1px;
    font-family: 'Pompadour-Bold', sans-serif;
}



.project-tab {
    padding: 1% ;
    margin-top: 3.5em;
}
.project-tab #tabs{
    background-color: transparent;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F8B132;
    background-color: transparent;
    border-color: transparent transparent #F8B132;
    border-bottom: 3px solid !important;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:120%;
}
.project-tab .nav-link {
    border: none;
    color: #fff;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:120%;
}
/*.project-tab .nav-link:hover {
    border: none;
}*/

.project-tab a{
    text-decoration: none;
    color: #fff;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:120%;
}

.project-tab p {
 color: #fff;
   font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:100%;
    margin: 2em auto;
}

/********HIRE TALENT*********/
.hire-talent-container {
  position: relative;
  width:100%;
  height:auto;    
 margin:1.5rem auto;  
overflow: hidden;
  /* -- Prevent flicker -- */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); 
    border:  #F8B132 1px solid;
    border-radius: 6px;
}


.hire-talent-container img{
   
    height: auto;
     border-radius: 6px;
    max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}



.hire-talent-container img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
     border-radius: 6px;
}


.hire-talent-caption {
  position: absolute;
  top: 140px;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}

.hire-talent-caption h6 a{
  color:#fff; 
 font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 100%;
       
}

.hire-talent-caption h6 a:hover{
    text-decoration: none;
}









@media(max-width:1024px){
   
  .hire-talent-caption {
  position: absolute;
  top: 120px;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}
    
}  


@media(max-width:1024px){
.hire-talent-caption {
  position: absolute;
  top: 160px;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}
 }   
    

@media(max-width:570px){
   
.hire-talent-caption {
  position: absolute;
  top: 240px;
  left: 0%;
  width:100%;
  padding-left: 15px;    
}

}    



/********CONTACT US*********/


.contact-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/contact-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:18em  0px 15em 0px;         
}


.contact-wrapper h1 {
     color:#fff;
    font-size: 300%;
    letter-spacing: 1px;
    font-family: 'Pompadour-Bold', sans-serif;
}


.contact-card {
    background: #F8B132;
    height: 17em;
    border-radius: 4px;
    padding: 3em 2em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


.contact-card img {
    width: 100px;
    height: auto;
    margin-bottom: 1em;
}

.contact-card h5{
   font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size:120%;
    letter-spacing: 2px;
     color: #182333;
    text-align: center;
}

.contact-us-page {
    padding-bottom: 5em;
}


.contact-us-page h4{
   font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size:200%;
    letter-spacing: 2px;
     color:#FFF;
    text-align: center;
    margin-bottom: 1em;
}


.group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
     font-family: 'Poppins', sans-serif;
}
.group input {
  border: none;
  border-bottom: 1px solid #333;
  padding: 10px;
  display: block;
  width: 100%;
   font-family: 'Poppins', sans-serif;  
  border-radius: 2px;   
  background: rgba(255,255,255,0.5);    
}
.group input:focus {
  outline: none;
}
.group input:focus ~ label, .group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color:#FFF;
   font-family: 'Poppins', sans-serif;  
}
.group label {
  position: absolute;
  color: #FFF;
  top: 12px;
  left: 0;
    font-family: 'Poppins', sans-serif; 
  transition: 0.2s ease all;
    padding-left: 4px;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
   font-family: 'Poppins', sans-serif;  
}
.bar:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
   font-family: 'Poppins', sans-serif;  
  bottom: 0;
  background:#182333;
  height: 1px;
  transition: left 0.2s ease-out, right 0.2s ease-out;
}
input:focus ~ .bar:before {
  left: 0;
   font-family: 'Poppins', sans-serif;  
  right: 0;
} 



.btn-send {
    background-color:#F8B132;
    padding: 10px 35px;
    border-radius: 3px;
    color:#182333;
    border:none;
    margin-top:1em;
     font-family: 'Poppins', sans-serif;
    font-weight 600;
    width: 100%;
}

.btn-send:hover {
     background-color:#F8B132;
    padding: 10px 35px;
    border-radius: 3px;
    color:#182333;
    border:none;
     font-family: 'Poppins', sans-serif;
    font-weight: 600;
     width: 100%;
}




@media(max-width:868px) {
    
     .contact-wrapper {
     background:url(../img/contact-bg-100.jpg) repeat center top;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
         background-position: center center;
        background-size:cover;
        background-repeat: no-repeat;
        width:100%;
        height:auto;
        padding: 10em 2em 13em 2em;
}
    
 .contact-card {
    background: #182333;
    height:auto;
    border-radius: 4px;
    padding: 3em 2em;
    margin-top: 1.5em;
}   
    
    
}

/********SIGN UP*********/
.sign-up-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/sign-up-wrapper.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
  padding:5em  2em 4em 2em;      
}

.sign-up-wrapper h1 {
     color:#fff;
    font-size: 260%;
    letter-spacing: 1px;
    margin-top: 3.5em;
    font-family: 'Pompadour-Bold', sans-serif;
}



#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 10px auto;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform select,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 400!important;
    letter-spacing: 1px
}


 optgroup { /* Change font style and text alignment */
font-size:90%;
     font-style:normal;
font-weight:normal;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background:#F8B132;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #F8B132;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #F8B132;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 50%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: 'Pompadour-Bold', sans-serif;
    padding-top: 5px;
    content: "1";
}



#progressbar #confirm:before {
   font-family: 'Pompadour-Bold', sans-serif;
    content: "2";
    padding-top: 5px;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #F8B132;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.my-form-label h5{
    margin-bottom: 2px;
    margin-top: 2px;
    font-family: 'Poppins', sans-serif;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 500!important;
    letter-spacing: 1px
}

.my-form-label h6{
    margin-bottom: 0px;
    margin-top: 2px;
    font-family: 'Poppins', sans-serif;
    color: #2C3E50;
    font-size: 14px;
    font-weight: 400!important;
    letter-spacing: 1px
}



/*****EXPLORE******/

.drummer-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/drummer-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.band-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/band-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.piano-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/piano-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.keyboard-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/keyboard-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}

.flute-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/flute-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.bass-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/bass-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.sax-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/sax-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.guitar-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/guitar-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.percussionists-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/percussionists-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.trumpeters-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/trumpeter-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}

.singer-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/singers-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}


.violin-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/violin-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}

.mc-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/mc-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}

.dancer-wrapper{
   background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/dancer-bg.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   padding:16em  0px 13em 0px;         
}





.explore-card {
    background: #fff;
    border-radius: 5px;
    padding: 0.5em;
    margin: 2em auto;
}


.explore-profile img {
    width: 50px;
    height: auto;
    border-radius: 50%;
    margin-right: 0.7em;
}

a:hover {
    text-decoration: none;
}

.explore-card h3 {
    font-family: 'Poppins', sans-serif;
    color: #182333;
    font-size: 28px;
    font-weight: 700!important;
    letter-spacing: 0px ;
    text-align: left;
     margin-top: 0px;
}

.explore-card h4 {
    font-family: 'Poppins', sans-serif;
    color: #182333;
    font-size: 14px;
    font-weight: 500!important;
    letter-spacing: 0px ;
    text-align: left;
}


.explore-card h5 {
    font-family: 'Poppins', sans-serif;
    color:orangered;
    font-size: 12px;
    font-weight: 500!important;
    letter-spacing: 0px ;
    text-align: left;
    padding-top: 2em;
}


.explore-card h5 a {
    font-family: 'Poppins', sans-serif;
    color:orangered;
    font-size: 12px;
    font-weight: 500!important;
    letter-spacing: 0px ;
    text-align: left;
    padding-top: 2em;
}


.explore-card h5 a:hover {
    font-family: 'Poppins', sans-serif;
    color:orangered;
    font-size: 12px;
    font-weight: 500!important;
    letter-spacing: 0px ;
    text-align: left;
    padding-top: 2em;
}



.explore-card h6 {
    font-family: 'Poppins', sans-serif;
    color: #182333;
    font-size: 11px;
    font-weight: 500!important;
    text-align: left;
    margin-bottom: 0px;
}

.explore-card p{
    font-family: 'Poppins', sans-serif;
    color: #182333;
    font-size: 12px;
    font-weight: 400!important;
    text-align: left;
}




/*******DRUMMER PROFILE********/

.booking_profile_wrapper {
    max-width: 1440px;
    margin: 0em auto;
    padding-top: 10em;
}


.booking_profile_wrapper_details small {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #F8B132;
     margin-top: 1.5em;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

.booking_profile_wrapper_details p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #313131;
    margin-top: 0em !important;
    padding-top: 0em !important;
}


.boking_border {
   
    max-width: 0.1em;
  
    border-left: gray 1px solid;
    
}

.profile-booking {
     margin-top: 4em;
}

.profile-booking button {
    background: #FE9A00!important;
    border: none;
    opacity: 1!important;
    border-radius: 5px;
    padding: 13px 33px;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 110%;
    font-weight: 400;
   
    
}


.profile-booking button a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 110%;
    font-weight: 400;
}


.profile-booking button a:hover {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 110%;
    font-weight: 400;
}






.drummer-profile {
    background: #fff;
    padding: 3em;
    
    border-radius: 6px;
}


.drummer-profile img {
    width: 180px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1em;
}

.drummer-profile h4 {
      font-family: 'Poppins', sans-serif;
     font-size:120%;
    font-weight: 500!important;
      color:#212529;
      margin-bottom: 2px;
    padding-bottom: 2px;
}


.drummer-profile h6 {
      font-family: 'Poppins', sans-serif;
     font-size:100%;
    font-weight: 400!important;
      color:#212529;
     margin-bottom: 2px;
    padding-bottom: 2px;
}

/*.drummer-profile p {
      font-family: 'Poppins', sans-serif;
     font-size:90%;
    font-weight: 400!important;
      color:#212529;
    margin-bottom: 0px;
    padding-bottom: 0px;
}*/


.my-nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color:#212529;
    background-color: #F8B132!important;
    padding: 10px 50px!important;
     font-family: 'Poppins', sans-serif;
     font-size:120%;
    font-weight: 500!important;
    
}

.rating img {
    width: 20px;
    height: auto;
    padding: 2px;

}

.nav-pills .nav-link {
    border-radius: 0rem!important;
    padding: 10px 50px!important;
    color:#212529;
    font-family: 'Poppins', sans-serif;
    font-size:120%;
    font-weight: 400!important;
    border:#F8B132 2px solid;
    
    
}


@media(max-width:570px){
   

.drummer-profile {
    background: #fff;
    padding: 3em 1em;
    
    border-radius: 6px;
}


}    




/*******BOOKING*******/


.booking-inner {
    background: #fff;
    padding: 4em 3em;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    color: #182333;
}


.booking-inner label {
    font-family: 'Poppins', sans-serif;
    color: #202020;
    font-size: 90%;
    letter-spacing: 1px;
    cursor: pointer;
}


.booking-inner input {
    font-family: 'Poppins', sans-serif;
    color: #202020;
    font-size: 90%;
    cursor: pointer;
}


.booking-inner input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #ffa500;
    }


.proceed-payment button {
    background: #FE9A00!important;
    border: none;
    opacity: 1!important;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 100%;
    font-weight: 400;
    float: right;
}


.proceed-payment button a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 100%;
    font-weight: 400;
}


.proceed-payment button a:hover {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 100%;
    font-weight: 400;
}


.quote-send input {
    background: #FE9A00!important;
    border: none;
    opacity: 1!important;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    color: #ffff!important;
    font-size: 100%;
    font-weight: 400;
}


.cancel-btn button a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 100%;
    text-decoration: none;
    color: red;
}


.cancel-btn button {
    border: red 1px solid;
    background-color: transparent;
    border-radius: 5px;
    padding: 9px 18px;
    font-family: 'Poppins', sans-serif;
    color: red;
    font-weight: 400;
    font-size: 100%;
}















#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #FFE472;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #A541BB;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}