html{overflow-x:hidden;}
html, body {height: 100%;}

body{font-size: 16px; font-family: 'OutfitRegular'; font-weight: normal; color: #37383A;}

@font-face {
    font-family: 'OutfitRegular';
    src: url('fonts/OutfitRegular.eot');
    src: url('fonts/OutfitRegular.eot') format('embedded-opentype'),
         url('fonts/OutfitRegular.woff2') format('woff2'),
         url('fonts/OutfitRegular.woff') format('woff'),
         url('fonts/OutfitRegular.ttf') format('truetype'),
         url('fonts/OutfitRegular.svg#OutfitRegular') format('svg');
}

@font-face {
    font-family: 'OutfitMedium';
    src: url('fonts/OutfitMedium.eot');
    src: url('fonts/OutfitMedium.eot') format('embedded-opentype'),
         url('fonts/OutfitMedium.woff2') format('woff2'),
         url('fonts/OutfitMedium.woff') format('woff'),
         url('fonts/OutfitMedium.ttf') format('truetype'),
         url('fonts/OutfitMedium.svg#OutfitMedium') format('svg');
}

@font-face {
    font-family: 'OutfitSemiBold';
    src: url('fonts/OutfitSemiBold.eot');
    src: url('fonts/OutfitSemiBold.eot') format('embedded-opentype'),
         url('fonts/OutfitSemiBold.woff2') format('woff2'),
         url('fonts/OutfitSemiBold.woff') format('woff'),
         url('fonts/OutfitSemiBold.ttf') format('truetype'),
         url('fonts/OutfitSemiBold.svg#OutfitSemiBold') format('svg');
}

@font-face {
    font-family: 'OutfitBold';
    src: url('fonts/OutfitBold.eot');
    src: url('fonts/OutfitBold.eot') format('embedded-opentype'),
         url('fonts/OutfitBold.woff2') format('woff2'),
         url('fonts/OutfitBold.woff') format('woff'),
         url('fonts/OutfitBold.ttf') format('truetype'),
         url('fonts/OutfitBold.svg#OutfitBold') format('svg');
}

a{color:#fcb03a; text-decoration:none;}
a:hover, a:focus{color:#000; text-decoration:none;}
img{max-width:100%; vertical-align:middle;}
p{line-height:25px; margin:0 0 15px;}
p b{color:#000;}

h1, h2, h3, h4, h5, h6{font-family: 'OutfitSemiBold'; font-weight: normal; margin:0 0 10px;}
h2{color:#000;}
h3{color:#fcb03a;}
h4{color:#000;}

.pad-0{padding:0 !important;}
.pad-t0{padding-top:0 !important;}
.pad-t10{padding-top:10px !important;}
.pad-t20{padding-top:20px !important;}
.pad-t30{padding-top:30px !important;}
.pad-t40{padding-top:40px !important;}
.pad-t50{padding-top:50px !important;}
.pad-t60{padding-top:60px !important;}
.pad-b0{padding-bottom:0 !important;}
.pad-b10{padding-bottom:10px !important;}
.pad-b20{padding-bottom:20px !important;}
.pad-b30{padding-bottom:30px !important;}
.pad-b40{padding-bottom:40px !important;}
.pad-b50{padding-bottom:50px !important;}
.pad-b60{padding-bottom:60px !important;}
.mrb-0{margin-bottom:0px !important;}
.mrb-10{margin-bottom:10px !important;}
.mrb-15{margin-bottom:15px !important;}
.mrb-20{margin-bottom:20px !important;}
.mrb-25{margin-bottom:25px !important;}
.mrb-30{margin-bottom:30px !important;}
.mrb-35{margin-bottom:35px !important;}
.mrb-40{margin-bottom:40px !important;}
.mrb-45{margin-bottom:45px !important;}
.mrb-50{margin-bottom:50px !important;}
.mrb-55{margin-bottom:55px !important;}
.mrb-60{margin-bottom:60px !important;}
.mrb-70{margin-bottom:70px !important;}
.mrb-80{margin-bottom:80px !important;}

.hidden{display: none;}

@media (min-width: 320px) { 

  .sticky.header nav{position: fixed; background: #fff; -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); top: 0; left: 0; width: 100%; z-index: 5; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-transition: all .5s; transition: all .5s; max-width: 100%; margin-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}  
  .sticky.header .navbar .logo img{max-width: 200px; filter: inherit;}
  .sticky.header nav .navbar .links > li > a{padding: 25px 0;}
  
}

 .container{position:relative; z-index:3;}
  
.header{position: absolute; background: #fff; /*-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); */left: 0; width: 100%; top: 0; z-index: 5; padding: 0;}
  .account-btn{position: relative; padding: 0 0 0 30px;}
  .account-btn .btn{border: 2px solid transparent; padding: 8px 25px; margin: 0 0 0 10px;}
  .account-btn .btn:hover{border-color: #fcb03a !important; color: #fff !important;}
  .account-btn .btn.btn-border{background: none; border-color: #1f232b; color: #1f232b;}
        
 .header nav{position: relative; top: 0; left: 0; width: 100%; height: auto; text-transform: capitalize; font-size: 16px; font-family: 'OutfitSemiBold'; font-weight: 500;}
  .header nav .navbar{display: flex; align-items: center; justify-content: space-between; margin: auto; /* background: red; */ position: relative; max-width: 100%; margin: 0 0 0; box-shadow: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0;}
  .header .navbar .logo{margin: 0;}
  .header .navbar .logo a{display: block; margin: 0; padding: 15px 0;}
  .header .navbar .logo img{max-width: 275px; position: relative; z-index: 100;}
  .header nav .navbar .nav-links{height: 100%; margin: 0 0 0 auto; display: flex; align-items: center; align-content: center;}
  .header nav .navbar .links{display: flex; padding: 0; margin: 0;}
  /*.header nav .navbar .links li:nth-child(4){margin-right: 200px;}*/
  .header nav .navbar .links li{position: relative; display: flex; align-items: center; justify-content: space-between; list-style: none; margin: 0 20px;}
  .header nav .navbar .links > li > a{padding: 35px 0; display: block; text-decoration: none; white-space: nowrap; color: #000;}
  .header nav .navbar .links > li > a:before{position: absolute; content: " ";width: 3px; height: 2px; left: 50%; bottom: 25px; opacity: 0; transform: translateX(-50%);background: #fcb03a; transition: 0.5s;}
  .header nav .navbar .links > li > a:focus:before, 
  .header nav .navbar .links > li > a:hover:before,  
  .header nav .navbar .links > li > a:focus:before, 
  .header nav .navbar .links > li > a:hover:before, 
  .header nav .navbar .links > li >.current-menu-item a:before{width: 100%; left: 50%; transform: translate(-50%); opacity: 1;}
  
  .header nav .navbar .links > li > a:hover, .header nav .navbar .links > li.current-menu-item > a{color: #fcb03a;}

  .header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(180deg);} 
  .header nav .navbar .links li .arrow{width: 16px; line-height: 52px; text-align: center; display: inline-block; color: #000; transition: all 0.3s ease; margin: 2px 0 0 5px; font-size: 16px; font-weight: bold;}
  .header nav .navbar .links li:hover .arrow{color: #fcb03a;}
  .header nav .navbar .links li .sub-menu{/*border: 1px solid #dddddd6b; box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); position: absolute; top: 100%; left: 0; background: #fff; box-shadow: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: none; z-index: 2; padding: 5px 15px;*/ overflow: hidden; background: rgba(250, 250, 250, 0.4);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);} 
  .header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{ display: block;}
  
@media (min-width:1100px) {
	
	.header nav .navbar .links li .sub-menu{position: absolute; left: 0; top: 100%; z-index: 2; padding: 0; width: 250px; border: 1px solid #dddddd6b; box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0; visibility: hidden; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0;}
	
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{opacity: 1; visibility: visible; -moz-transform: scaleY(1); -webkit-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}

}
  
  .header .navbar .links li .sub-menu li{padding: 0; margin:0; border-bottom: 1px solid #fff;} 
  .header .navbar .links li .sub-menu li:last-child{border-bottom: 0;} 
  .header .navbar .links li .sub-menu a{color: #000; padding: 8px 15px; display: block; width: 100%;}  
  .header .navbar .links li .sub-menu a:hover{background: #c6953b; color: #fff;} 
  .header .navbar .links li .sub-menu .more-arrow{line-height: 40px; } 
  .header .navbar .links li .htmlCss-more-sub-menu{/* line-height: 40px; */ } 
  .header .navbar .links li .sub-menu .more-sub-menu{position: absolute; top: 0; left: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index: 1; display: none;} 
  .header .links li .sub-menu .more:hover .more-sub-menu{display: block;} 
  .header .navbar .search-box{position: relative; height: 40px; width: 40px;} 
  .header .navbar .search-box i{position: absolute; height: 100%; width: 100%; line-height: 40px; text-align: center; font-size: 22px; color: #fff; font-weight: normal; cursor: pointer; transition: all 0.3s ease;} 
  .header .navbar .search-box .input-box{position: absolute; right: calc(100% - 40px); top: 80px; height: 60px; width: 300px; background: #3E8DA8; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; opacity: 0; pointer-events: none; transition: all 0.4s ease;} 
  .header .navbar.showInput .search-box .input-box{top: 65px; opacity: 1; pointer-events: auto; background: #3E8DA8;} 
  .header .search-box .input-box::before{content: ''; position: absolute; height: 20px; width: 20px; background: #3E8DA8; right: 10px; top: -6px; transform: rotate(45deg);} 
  .header .search-box .input-box input{position: absolute; top: 50%; left: 50%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transform: translate(-50%, -50%); height: 35px; width: 280px; outline: none; padding: 0 15px; font-size: 16px; border: none;} 
  .header .navbar .nav-links .sidebar-logo{display: none;} 
  .header .navbar .bx-menu{display: none;} 
  
  @media (max-width:1100px) {
    .header nav .navbar{max-width: 100%; padding: 0; flex-direction: row-reverse;} 
	.header nav .navbar:before, .header nav .navbar:after{display:none}
	.header nav .navbar .logo a{font-size: 27px; margin: 0;} 
	.header .navbar .logo img{max-width: 100px;}
	.header nav .navbar .links > li:first-child{border-top: 1px solid #000;} 
	.header nav .navbar .links > li{padding: 0; border-bottom: 1px solid #000; white-space: nowrap;} 
	.header nav .navbar .links > li > a:before{display: none;} 
	.header nav .navbar .links > li a:hover, .header nav .navbar .links > li.active > a{color: #fcb03a;} 
	.navbar .links li .sub-menu a{padding:10px;}
	.header .navbar .links li .sub-menu a:hover, .header nav .navbar .sub-menu > li.active > a{color: #fcb03a; background: none;}     
    .header nav{ /* position: relative; */} 
	.header .navbar .bx-menu{ display: block;} 
	.header nav .navbar .nav-links{position: fixed; top: 0; left: -100%; display: block; max-width: 100%; width: 100%; background:  #fefbd4; line-height: normal; padding: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); transition: all 0.5s ease; z-index: 1000; overflow-x: scroll;} 
	.header .navbar .nav-links .sidebar-logo{display: flex; align-items: center; justify-content: space-between; padding: 15px 15px 0;} 
	.header .sidebar-logo .logo-name{} 
	.header .sidebar-logo .logo-name img{max-width: 100px;}
	.header .navbar .logo{margin: 0 0 -85px;}

	.header .sidebar-logo  i{font-size: 25px; color: #fcb03a; cursor: pointer;} 
	.header .navbar .bx-menu{font-size: 25px; color: #fcb03a; cursor: pointer; margin: 20px 0 0;} 
	.header.header-position  .sidebar-logo i{color: #fff;} 
	.header.header-position  .navbar .bx-menu{color: #000;} 
	
	.header.header-position nav .navbar .links > li > a{color: #fff;}
    .header.header-position nav .navbar .links li .arrow{color: #fff;}
	.header.header-position nav .navbar .links > li a:hover, .header.header-position nav .navbar .links > li.active > a{color: #fcb03a;} 
	
	.header nav .navbar .links{display: block; margin-top: 20px; padding: 0;} 
	.header nav .navbar .links li .arrow{line-height: 40px; position: absolute; border-left: 1px solid #ccc; width: 52px; top: 7px; bottom: 7px; right: 0; cursor: pointer; color: #000;} 
	.header nav .navbar .links li{display: block; margin: 0;} 
	.header nav .navbar .links li:nth-child(3){margin-right: 0;}
	.header nav .navbar .links li a{padding: 15px; color: #000;} 
	.header .navbar .links li .sub-menu a{padding: 10px 0; white-space: break-spaces;}
	.header nav .navbar .links li .sub-menu{border: 0; position: relative; top: 0; box-shadow: none; display: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 65px 0 30px;} 
	.header nav .navbar .links li .sub-menu li{border-bottom: 1px solid #ccc;} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none; position: relative; left: 0;} 
	.header .navbar .links li .sub-menu .more-sub-menu li{display: flex; align-items: center; justify-content: space-between;} 
	.header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(0deg);} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none;} 
	.header .navbar .links li .sub-menu .more span{/* background: red; */ display: flex; align-items: center; /* justify-content: space-between; */} 
	.header .links li .sub-menu .more:hover .more-sub-menu{display: none;} 
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{display: none;} 
	.header .navbar .nav-links.show1 .links .htmlCss-sub-menu, .header .navbar .nav-links.show3 .links .js-sub-menu, .header .navbar .nav-links.show2 .links .more .more-sub-menu{display: block;} 
	.header .navbar .nav-links.show1 .links .htmlcss-arrow, .header .navbar .nav-links.show3 .links .js-arrow{transform: rotate(180deg);} 
	.header .navbar .nav-links.show2 .links .more-arrow{transform: rotate(90deg);} 
  } 
  
  @media (max-width:370px){ 
    .header nav .navbar .nav-links{max-width: 100%;}
  }

.banner{padding: 94px 0 0; position:relative; z-index:1; overflow: hidden; background-size: cover;}
  .banner .container{position: relative; z-index: 4;}
  .banner .banner-col{position: relative; z-index: 1;}
  
  .banner .slide button{top: 47%; opacity: 0.5; width: 44px; height: 30px; z-index: 100; color: #fff; display: block; font-size: 34px; cursor: pointer; overflow: hidden; text-shadow: none; position: absolute; font-weight: normal; background: none; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; left: 20px;}
  .banner .slide:hover button{opacity: 1;}
  .banner .slide button.left{}
  .banner .slide button.right{left: inherit; right: 20px;}
  .banner .slide button.left{right: 80px;}
  .banner .slide button.left:hover, .banner .slide button.right:hover{background: none; border: 0px transparent;}
  .banner .slide button .fa{margin: 0; background: none;}
  .banner .slide button .carousel-control-next-icon, .banner .slide button .carousel-control-prev-icon{width: 100%; height: 100%;}
  .banner .slide button.left>span:nth-child(1){left: 45%; background-image: url(images/banner-arrow-left-white.png);}
  .banner .slide button.right>span:nth-child(1){right: 45%; background-image: url(images/banner-arrow-right-white.png);}
  
  .banner figure{position: relative; margin: 0;}
  .banner figure:before{/*content: ""; background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgba(0,0,0,0) 100%); width: 100%; left: 0; top: 0; height: 100%; position: absolute; z-index: 2;*/}
  .banner figure img{width: 100%; height: 590px; object-fit: cover; object-position: center center;}
  .slide-info{position: absolute; right: 0; left: 0; top: 0; bottom: 110px; display: flex; align-items: end; max-width: inherit; margin: 0;}
  .slide-text{position: relative; padding: 0; max-width: 45%;}
  
  .banner .title{font-size: 50px; text-shadow: 0 3px 4px #000; color: #fff;}
  .banner .form-banner{position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; top: 0; padding: 94px 0 0; display: flex; align-items: center; width: 100%;}
  .banner .form-banner form{position: relative; margin: 0 5%;}
  .banner .form-banner form .input-row:{position: relative;}
  .banner .form-banner form .input-row::before{content: "\f002"; font-family: FontAwesome; position: absolute; left: 20px; top: 13px; font-size: 21px; color: #c6c6c6;}
  .banner .form-banner form .form-control{background: #fff; border: 0; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; box-shadow:none; border:0; color: #000000; margin: 0; height: 60px; font-family: 'OutfitRegular'; font-size: 14px; padding: 13px 120px 13px 55px;}
  .banner .form-banner form .form-control::-webkit-input-placeholder {color: #000000;}
  .banner .form-banner form .form-control::-moz-placeholder {color: #000000;}
  .banner .form-banner form .form-control:-ms-input-placeholder {color: #000000;}
  .banner .form-banner form .form-control:-moz-placeholder {color: #000000;}
  .banner .form-banner form .input-group{}
  .banner .form-banner form .btn{position: absolute; right: 8px; top: 8px;}

.btn{border:0; text-decoration: none; background: #1f232b; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size:14px; position: relative; z-index: 1; display: inline-block; text-align: center; font-size: 16px; font-family: 'OutfitSemiBold'; font-weight: normal; text-transform: capitalize; color: #fff; margin: 0; padding: 10px 25px; overflow:hidden;}
  .btn i{margin:0 0 0 10px;}
  .btn:hover{background: #1f232b; color:#fff;}
  .btn:after{content: ''; position: absolute; height: 100%; left: 0; top: 0; width: 0; -webkit-transition: all .3s; -moz-transition: all .3s;-o-transition: all .3s; transition: all .3s; background:#fcb03a; z-index:-1;}
  .btn:hover:after{width: 100%;}
  
.content-auto{margin: 0 auto; width: 75%;}
.row-flex{flex-direction: row-reverse;}
.img-zoom{overflow: hidden; position:relative; margin:0; transition: 0.6s; -webkit-transition: 0.6s; -moz-transition: 0.6s;}
  .img-zoom:hover img{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3);}
  .img-zoom img{-webkit-transition: all 1.3s ease-in-out; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; width: 100%;}

.about-tag{position:relative; z-index:3; background: #c13390; color: #fff; padding: 40px 0 10px;}
  .about-tag .col-at{margin: 0 0 30px;}
  .about-tag .box-padd{padding: 0 20px; position: relative; display: flex; align-items: center; gap: 20px;}
  .about-tag .box-padd figure{max-width: 60px; margin: 0;}
  .about-tag h4{color: #fff; font-size: 18px; margin: 0;}
  .about-tag p{margin:0;}
  .about-tag .btn{white-space: inherit; border: 0; text-decoration: none; display: block; margin: 0 0 10px; background-color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; z-index: 1; text-align: center; font-family: 'PoppinsSemiBold_0'; font-weight:normal; text-transform: capitalize; color: #0250c5; padding: 10px 15px 9px; width:100%; overflow:hidden;}
  .about-tag .btn img{width: 30px; margin:0 10px 0 0; display: inline-block;}
  .about-tag .btn:hover{position: relative; color:#fff; z-index: 1;}
  .about-tag .btn:after{content: ''; position: absolute; height: 100%; left: 0; top: 0; width: 0; -webkit-transition: all .3s; -moz-transition: all .3s;-o-transition: all .3s; transition: all .3s; background-color: #e38b00; z-index:-1;}
  .about-tag .btn:hover:after{width: 100%;}
 
.explore-deals{padding: 70px 0 40px; background: #f8f8f8; position: relative;}
  .explore-deals h2{color: #1f232b; font-size: 36px; position: relative; text-transform: capitalize; margin: 0 0 10px;}
  .explore-deals h2 img{width: 40px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative;}
  .explore-deals .title-conetnt p{color: #888888; font-size: 16px; font-family: 'OutfitRegular';}
  .explore-deals .deals-info{position: relative; box-shadow: 0 0 25px #D0D0D0; background: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: hidden; height: 100%;}
  .explore-deals .deals-info .tag{position: absolute; left: 15px; top: 15px; background: #fbbd09; color: #fff; font-family: 'OutfitSemiBold'; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 4px 15px; font-size: 13px;}
  .explore-deals .deals-info .content{position: relative; padding: 15px 15px 1px;}
  .explore-deals .deals-info .min-title{color: #1f232b; font-size: 16px;}
  .explore-deals .deals-info .content p{line-height: 19px;}
  .explore-deals .deals-info .content p.light{color: #919191;}
  .explore-deals .deals-info .meta-tag{min-height: 93px; padding: 0; margin: 0;}
  .explore-deals .deals-info .meta-tag li{list-style: none; display: flex; align-items: center; gap: 10px; margin: 0 0 5px;}
  .explore-deals .deals-info .meta-tag li img{width: 15px; max-width: 15px; min-width: 15px; position: relative; top: 1px;}
  .explore-deals .deals-info .price-grid{display: flex; align-items: center; gap: 10px; justify-content: space-between;}
  .explore-deals .deals-info .price{color: #1f232b;}
  .explore-deals .deals-info .price del{color: #919191; padding: 0 0 0 5px;}
  .explore-deals .deals-info .price-grid .btn{background: #cb0000; font-size: 14px; font-size: 13px; padding: 4px 15px 5px;}
  .explore-deals .deals-info .price-grid .btn:hover{background: #cb0000;}
  .explore-deals .deals-info .price-grid .btn:after{background: #1f232b;}
  .explore-deals .view-btn .btn{background: #0acb00;}
  .explore-deals .view-btn .btn:hover{background: #0acb00;}
  .explore-deals .view-btn .btn:after{background: #1f232b;}
  
.logo-grid{position: relative; display: flex; align-items: center;}
  .logo-grid .sub-title{width: 18%;}
  .logo-grid .logo-carousel{width: 82%;}
  .logo-grid h3{color: #888; font-size: 24px;}
  .logo-grid .owl-carousel{}
  .logo-grid .item{margin:0 15px;}
  .logo-grid .item figure{margin: 0;}
  .logo-grid .item figure img{margin: 0 auto; width: 100%; height: 70px; object-fit: contain; object-position: center center; opacity: 0.5;}
  .logo-grid .item:hover figure img{opacity: 1;}
  .logo-grid .owl-dots{display: none; text-align: center; margin: 40px 0 0;}
  .logo-grid .owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; border-radius: 3px;}
  .logo-grid .owl-theme .owl-dots .owl-dot.active span, .logo-grid .owl-theme .owl-dots .owl-dot:hover span{background: #14133b;}
  .logo-grid .owl-theme .owl-nav .owl-page span{background:#d7d7d7; opacity:1;}
  .logo-grid .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span{background: #fe5321;}
  .logo-grid .owl-theme .owl-nav button{display: block; background: none !important; -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; color: #000; position: absolute; left: -40px; top: 45%; margin: -20px 0 0; height: 55px; width: 55px; opacity: 1; text-indent: -99999px; border: 0;}
  .logo-grid .owl-theme .owl-nav button:hover{background: none !important;}
  .logo-grid .owl-theme .owl-nav button.owl-next{right: -40px; left:inherit;}
  .logo-grid .owl-theme .owl-nav button.owl-prev:before{background-image: url(images/arrow-left.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .logo-grid .owl-theme .owl-nav button.owl-next:before{background-image: url(images/arrow-right.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}
  
.popular-destinations{padding: 70px 0 40px; position: relative;}
  .popular-destinations h2{color: #1f232b; font-size: 36px; position: relative; text-transform: capitalize; margin: 0 0 10px;}
  .popular-destinations  h2 img{width: 40px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative;}
  .popular-destinations .title-conetnt p{color: #888888; font-size: 16px; font-family: 'OutfitRegular';}
  .popular-destinations .item{margin: 0 15px;}
  .popular-destinations .destinations-info{position: relative; background: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: hidden; height: 100%;}
  .popular-destinations .destinations-info figure{position: relative;}
  .popular-destinations .destinations-info figure:after{content: ''; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); position: absolute; top: 30%; right: 0; bottom: 0; left: 0; opacity: 0.9;}
  .popular-destinations .destinations-info .tag{position: absolute; left: 15px; top: 15px; background: #0acb00; color: #fff; font-family: 'OutfitSemiBold'; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 4px 15px; font-size: 13px;}
  .popular-destinations .destinations-info .content{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px;}
  .popular-destinations .destinations-info .min-title{color: #fff; font-size: 18px; min-height: 44px;}
  .popular-destinations .destinations-info .more-btn{visibility: hidden; opacity: 0; margin-bottom: -23px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}
  .popular-destinations .destinations-info:hover .more-btn{margin: 0 0 25px; visibility: visible; opacity: 1;}
  .popular-destinations .destinations-info .btn{background: #fcb03a;}
  .popular-destinations .destinations-info .btn:hover{background: #fcb03a;}
  .popular-destinations .destinations-info .btn:after{background: #cb0000;}
  .popular-destinations .owl-dots{display: none; text-align: right; position: absolute; right: 15px; top: -73px; margin: 0;}
  .popular-destinations .owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; border: 2px solid #fcb03a; background: none;}
  .popular-destinations .owl-theme .owl-dots .owl-dot.active span, .student-feedback .owl-theme .owl-dots .owl-dot:hover span{background: #fcb03a;}
  .popular-destinations .owl-theme .owl-nav .owl-page span{background:#fcb03a; opacity:1;}
  .popular-destinations .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span{background: #fe5321;}
  .popular-destinations .owl-theme .owl-nav button{display: block; background: none !important; border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; color: #000; position: absolute; left: -40px; top: 45%; margin: -20px 0 0; height: 40px; width: 40px; opacity: 1; text-indent: -99999px; border: 2px solid #888 !important;}
  .popular-destinations .owl-theme .owl-nav button:hover{background: none !important;}
  .popular-destinations .owl-theme .owl-nav button.owl-next{right: -40px; left:inherit;}
  .popular-destinations .owl-theme .owl-nav button.owl-prev:before{background-image: url(images/arrow-gray-left.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 50%; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .popular-destinations .owl-theme .owl-nav button.owl-next:before{background-image: url(images/arrow-gray-right.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 50%; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}

.highlights-sec{background: #f8f8f8; padding: 70px 0 40px; position: relative;}
  .highlights-sec h2{color: #1f232b; font-size: 36px; position: relative; text-transform: capitalize; margin: 0 0 10px;}
  .highlights-sec h2 img{width: 40px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative; top: -2px;}
  .highlights-sec .title-conetnt p{color: #888888; font-size: 16px; font-family: 'OutfitRegular';}
  .highlights-sec .highlights-info{position: relative; background: #fff; color: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: hidden; height: 100%;}
  .highlights-sec .highlights-info figure{position: relative; padding: 0 0 70px;}
  .highlights-sec .highlights-info figure:after{content: ''; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); position: absolute; top: 30%; right: 0; bottom: 0; left: 0; opacity: 0.9;}
  .highlights-sec .highlights-info figure:before{content: ''; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); position: absolute; top: 30%; right: 0; bottom: 0; left: 0;}
  .highlights-sec .highlights-info .tag{position: absolute; left: 15px; top: 15px; background: #0acb00; color: #fff; font-family: 'OutfitSemiBold'; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 4px 15px; font-size: 13px;}
  .highlights-sec .highlights-info .content{background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); position: absolute; left: 0; right: 0; bottom: 0; padding: 100px 20px 15px;}
  .highlights-sec .highlights-info .min-title{color: #fff; font-size: 26px;}
  .highlights-sec .highlights-info p{margin: 0 0 10px;}
  .highlights-sec .highlights-info .btn{background: #71d0b7; color: #1f232b; padding: 5px 20px 6px; font-size: 14px;}
  .highlights-sec .highlights-info .btn:hover{background: #71d0b7; color: #fff;}
  .highlights-sec .highlights-info .btn:after{background: #fcb03a;}

.advertisement-info{position: relative;color: #fff; background: #4b4b4b; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 40px 35px 10px;}
  .advertisement-info .min-title{color: #fff; font-size: 34px;}
  .advertisement-info figure{opacity: 0.5;}
  .advertisement-info .btn{background: #71d0b7; color: #1f232b; font-size: 14px;}
  .advertisement-info .btn:hover{background: #71d0b7; color: #fff;}
  .advertisement-info .btn:after{background: #fcb03a;}
  
.join-info{position: relative;}
  .join-info .vibes-info{position: relative; background: #fff; color: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: hidden; height: 100%;}
  .join-info .vibes-info figure{position: relative; padding: 0;}
  .join-info .vibes-info figure:after{content: ''; background: #f2af0b; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.3;}
  .join-info .vibes-info .content{background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); position: absolute; left: 0; right: 0; bottom: 0; padding: 100px 20px 20px; text-align: center;}
  .join-info .vibes-info .min-title{color: #fff; font-size: 32px; text-shadow: 0 3px 4px #000;}
  .join-info .social-box{position: relative; height: 100%; background: #c13390; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
  .join-info .social-box.tiktok{background: #0b1117;}
  .join-info .social-box.YouTube{background: #fe0033;}
  .join-info .social-box > *{display: flex; margin: 0; height: 100%; width: 100%; align-items: center; justify-content: center; margin: 0;}
  .join-info .social-box a{display: block; padding: 30px;}
  .join-info .social-box a::after{outline-offset: .3rem; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 1;}
  .join-info .social-box span{display: block; color: #fff; font-family: 'OutfitSemiBold'; font-size: 28px; margin: 0;}
  .join-info .social-box i{color: #fff; font-size: 60px; margin: 0 0 10px;}

.places-stay{padding: 70px 0 40px; position: relative;}
  .places-stay h2{color: #1f232b; font-size: 36px; position: relative; text-transform: capitalize; margin: 0 0 10px;}
  .places-stay h2 img{width: 40px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative;}
  .places-stay .title-conetnt p{color: #888888; font-size: 16px; font-family: 'OutfitRegular';}
  .places-stay .col-ps{margin: 0 0 30px;}
  .places-stay .box-padd{background: #fea449; color: #fff; text-align: center; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align: center; padding: 30px;}
  .places-stay .col-ps:nth-child(3) .box-padd{background: #1db6b8;}
  .places-stay .col-ps:nth-child(4) .box-padd{background: #bed234;}
  .places-stay .col-ps:nth-child(5) .box-padd{background: #9a2a40;}
  .places-stay .box-padd figure{max-width: 120px; margin: 0 auto 15px;}
  .places-stay .box-padd h4{color: #fff; font-size: 22px; margin: 0;}

.client-feedback{padding: 70px 0 40px; background: #f8f8f8; position: relative;}
  .client-feedback h2{color: #1f232b; font-size: 36px; position: relative; text-transform: capitalize; margin: 0 0 10px;}
  .client-feedback h2 img{width: 40px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative;}
  .client-feedback .title-conetnt p{color: #888888; font-size: 16px; font-family: 'OutfitRegular';}
  .client-feedback .reviews-info{position: relative; text-align: center; padding: 15% 20px 0 0;}
  .client-feedback .reviews-info h3{color: #000; font-size: 24px; text-transform: uppercase; font-weight: 900;}
  .client-feedback .reviews-info .google-logo{max-width: 110px; margin: 5px auto 0;}
  .client-feedback .reviews-info .star{margin: 0 0 8px; display: flex; gap: 3px; justify-content: center;}
  .client-feedback .reviews-info .star img{width: 30px !important;}
  .client-feedback .right-grid{padding: 0 0 0 20px;}  
   /* Force owl items to use flex layout for equal height */ 
  .client-feedback .owl-stage{display: flex !important;} 
   /* Each owl item (slide) should stretch equally */
   .client-feedback .owl-item{display: flex !important; align-items: stretch !important;}
   .client-feedback .feedback-box{display: flex; flex-direction: column; justify-content: flex-start; /* changed from space-between */ height: 100%;}
   /* Optional: add spacing between sections */
  .client-feedback .feedback-box .thumbnail, .client-feedback .feedback-box .rating, .client-feedback .feedback-box .content{margin-bottom: 10px;}
  .client-feedback .feedback-box .content{flex-grow: 0;}

  .client-feedback .item{position: relative; margin: 10px; width: 100%;}  
  .client-feedback .feedback-box{padding: 20px; background: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; box-shadow: 0 0 5px #D0D0D0;} 
  .client-feedback .feedback-box::before{content: ""; background-image: url(images/google-icon.png); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: contain; position: absolute; right: 20px; top: 20px; width: 20px; height: 20px;}
  .client-feedback .thumbnail{position: relative; margin: 0 0 10px; display: flex; align-items: center; gap: 10px;}
  .client-feedback .thumbnail figure{width: 40px; margin: 0; border: 1px solid #cfcfcf; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #fff;}
  .client-feedback .thumbnail img{width: 100% !important; height: 100% !important; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; object-fit: cover; object-position: center center;}
  .client-feedback .date{color: #8a8a8a; font-size: 12px; margin: 0;}
  .client-feedback .rating{margin: 0 0 8px; display: flex; gap: 3px;}
  .client-feedback .rating img{width: 17px !important;}
  .client-feedback .feedback-box h4{color: #000; font-size: 14px; margin: 0;}
  .client-feedback .feedback-box h4 span{color: #808080; font-size: 16px; display: block; margin: 5px 0 0; text-transform: uppercase;}
  .client-feedback .feedback-box p{}
  .client-feedback .feedback-box p:last-child{margin-bottom: 0;}
  .client-feedback .owl-dots{display: none; text-align: right; position: absolute; right: 15px; top: -73px; margin: 0;}
  .client-feedback .owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; border: 2px solid #fcb03a; background: none;}
  .client-feedback .owl-theme .owl-dots .owl-dot.active span, .student-feedback .owl-theme .owl-dots .owl-dot:hover span{background: #fcb03a;}
  .client-feedback .owl-theme .owl-nav .owl-page span{background:#fcb03a; opacity:1;}
  .client-feedback .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span{background: #fe5321;}
  .client-feedback .owl-theme .owl-nav button{display: block; background: none !important; border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; color: #000; position: absolute; left: -40px; top: 45%; margin: -20px 0 0; height: 40px; width: 40px; opacity: 1; text-indent: -99999px; border: 2px solid #888 !important;}
  .client-feedback .owl-theme .owl-nav button:hover{background: none !important;}
  .client-feedback .owl-theme .owl-nav button.owl-next{right: -40px; left:inherit;}
  .client-feedback .owl-theme .owl-nav button.owl-prev:before{background-image: url(images/arrow-gray-left.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 50%; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .client-feedback .owl-theme .owl-nav button.owl-next:before{background-image: url(images/arrow-gray-right.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 50%; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}   

.register-deals{padding: 90px 0 75px; background: #fff6e0; position: relative;}
  .register-deals .container{position: static;}
  .register-deals h2{color: #000000; font-size: 36px; position: relative; text-transform: capitalize; margin: 0 0 35px;}
  .register-deals h2 img{width: 40px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative;}
  .register-deals .text{font-size: 20px; color: #888888; margin: 0 30% 35px 0;}
  .register-deals .right-grid{position: absolute; right: 0; bottom: 0;}
	  
.back-to-top{position: fixed; opacity:0; visibility:hidden; right: 15px; bottom: -15px; z-index: 20; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out;} 
  .back-to-top.scroll{bottom: 20px; opacity:1; visibility:visible;} 
  .back-to-top a{-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding-top: 12px; border: 2px solid #fff; color: #fff !important; font-size: 18px; background: #fcb03a; display: block; height: 44px; width: 44px; margin: 0 auto; text-align: center;}   
  .back-to-top a::after{position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 1; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 80%);}    

.footer{background: #1f232b; margin: 0; padding: 40px 0 0; position: relative; color: #fff;}
  .footer .container{position: relative; z-index:1;}  
  .footer a{color:#fff;}
  .footer a:hover{color:#fcb03a;}
  .footer .container > *{position: relative; z-index:2;}  
  .footer h4{color:#fff; margin:0 0 25px; font-size: 20px; position:relative; text-transform: capitalize;}
  .footer h5{color:#fff; margin:0 0 10px; font-size: 16px; position:relative; text-transform: capitalize;}
  .wg-1{margin:0 0 30px;}
  .wg-1 ul{margin:0; padding:0;}
  .wg-1 ul li{list-style:none; position:relative; margin: 0; padding: 0 0 10px;}
  /*.wg-1 ul li::before{content: "\f105"; font-family: FontAwesome; position: absolute; left: 0; top: 2px; font-size: 14px; color: #fcb03a;}*/
  .ft-logo{margin: 0px 0 0;}
  .ft-logo img{max-width: 350px;}
  .wg-1 address{margin: 0 0 20px;}
  .wg-1 address p{margin: 0 0 5px;}
  .wg-1 address p b{color:#fff;}
  .icon-ft{margin: 0;}
  .icon-ft i{font-size: 20px; background: #fcb03a; color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: 0 5px 7px 0;}
  .icon-ft i:hover{color: #fcb03a; background:#fff; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;}  
  
  .ft-bottom{font-size: 16px; background: #ebebeb; color: #1f232b; margin: 10px 0 0; position: relative; z-index: 2; padding: 13px 0 3px;}
  .ft-bottom .row{align-items: center;}  
  .ft-bottom .copyright{margin: 0 0 10px;}
  .ft-bottom a{color: #1f232b;}

.banner-inner{position: relative; text-align:center; padding: 0;}
  .banner-inner .textblock{background-image: url(images/banner-bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; background-size: cover; height: 450px; position: relative;}
  .banner-inner .block{bottom: 75px; left: 0; position: absolute; width: 100%;}
  .banner-inner .block:after{left: 0; top: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; border-color: rgba(0, 0, 0, 0); border-right-color: rgba(0,0,0,0.3); border-width: 79px 55px 0 0; display:none;}
  .banner-inner .page-title .holder {overflow: hidden; position: relative; padding: 0;}
  .banner-inner h1{color: #fff; margin: 0 0 20px; font-size: 60px; text-transform:capitalize; text-align:center;}
  .banner-inner .shape-02{position: absolute; left: inherit; top: 38.5%; right: 30px;}
  .banner-inner .shape-03{position: absolute; top: 50%; max-width: 106px; left: 30px;}
  .breadcrumb{position: relative; justify-content: center;}
  .breadcrumb > li {margin: 0; color: #fff; font-size: 16px;}
  .breadcrumb > li + li:before{content: "\f054"; font-family: FontAwesome; display: inline-block; color: #fff; font-size: 14px; padding: 0 20px; position: relative; top: 1px;}
  .breadcrumb > li .fa-home {margin: 0 9px;}
  .breadcrumb li a{color: #fff;}     
  .breadcrumb li a:hover{color: #fcb03a;}     
 

.align-left{float: left; width: 50%; margin: 7px 20px 10px 0;} 
.align-right{float: right; width: 50%; margin: 7px 0 10px 20px;} 

.mid-inner{padding:70px 0 40px;}  
  /*.mid-inner ul{margin: 0; padding: 0 0 5px;}
  .mid-inner ul li{list-style: none; margin: 0 0 15px; padding: 0; position: relative;}
  .mid-inner ul li::before{content: "\f0a4"; font-family: FontAwesome; display: inline-block; margin: 0 10px 0 0;} 
  .mid-inner ol{margin: 0; padding: 0 0 5px; counter-reset: section;}
  .mid-inner ol li{margin: 0; padding: 0 0 15px; list-style: none;}
  .mid-inner ol li::before{content: counters(section, ".") " - "; counter-increment: section;}*/

.course-details{position: relative;}
  .course-details .left-grid{padding: 0 50px 0 15px;}
  .course-details .entry-title{margin: 0 0 4px 0; font-size: 36px; line-height: 1.4; color: #181818;}
  .course-details .course-rating{margin: 0 0 15px;}
  .course-details .course-rating i{color: #fcb03a;}
  .course-details .course-rating span{display: inline-block; color: #000; font-weight: 500; padding: 0 0 0 5px;}
  .course-details .image-area{background: #000; position: relative; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden;}
  .course-details .image-area img{width: 100%; height: 400px; object-fit: cover; object-position: center center; opacity: 0.9;}
  .course-details .nav-pills{border-bottom: 1px solid #e5e5e5; justify-content: center;}
  .course-details .nav-pills .nav-link{color: #181818; font-weight: 500; font-size: 18px; padding: 15px 25px; position: relative;}
  .course-details .nav-pills .nav-link:after{position: absolute; content: ""; background: #fcb03a; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px 1px 0px 0px; height: 2px; width: 0; transition: 0.4s; left: 0%; bottom: 0; opacity: 0;}
  .course-details .nav-pills .nav-item{margin: 0px 5px;}
  .course-details .nav-pills .nav-link:hover, 
  .course-details .nav-pills .nav-link.active, 
  .course-details .nav-pills .show > .nav-link{background: none; color: #fcb03a;}
  .course-details .nav-pills .nav-link:hover:after, 
  .course-details .nav-pills .nav-link.active:after, 
  .course-details .nav-pills .show > .nav-link:after{width: 100%; opacity: 1;}
  .course-details .tab-content .tab-pane{padding: 30px 0 0;}
  .course-details .tab-content .tab-pane > * + *{margin: 30px 0 0;}
  .course-details .tab-content .tab-pane ul{padding: 0;}
  .course-details .tab-content .tab-pane ul li{list-style: none; margin: 0 0 20px; padding: 0 0 0 30px; position: relative;}
  .course-details .tab-content .tab-pane ul li::before{content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; top: -1px; font-size: 18px; color: #fcb03a;}
  .course-details .course-description h3{color: #181818;}
  .course-details .course-description h3 a{color: #181818;}
  .course-details .course-description h3 a:hover{color: #fcb03a;}
  .course-details .course-description .course-instructor{display: flex; position: relative;}
  .course-details .course-description .course-instructor figure{border: 1px solid #ececec; background-color: #fff; padding: 7px; margin: 0 30px 0 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; min-width: 190px; max-width: 190px; max-height: 190px;}
  .course-details .course-description .course-instructor figure img{width: 100%; height: 100%; object-fit: cover; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
  
  .course-details .course-description .course-rate{align-items: flex-start; flex-wrap: wrap; display: flex;}
  .course-details .course-description .course-rate .course-rate-summary{overflow: inherit; margin: 0px; background: #FFFFFF; box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.07); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; min-width: 170px; padding: 20px 10px; min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
  .course-details .course-description .course-rate .course-rate-summary .course-rate-summary-value{font-weight: 700; font-size: 28px; line-height: 1; color: #fcb03a; margin-bottom: 10px;}
  .course-details .course-description .course-rate .course-rate-summary .course-rate-stars{color: #fcb03a; position: relative; padding: 0 0 10px; letter-spacing: 1px;}
  .course-details .course-description .course-rate .course-rate-details{margin: 10px 0 0 50px; flex: 1;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row{display: flex; margin: 0 0 8px 0;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row .course-rate-details-row-star{font-family: 'OutfitSemiBold'; font-size: 14px; font-weight: 500; color: #181818;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row .course-rate-details-row-star i{color: #fcb03a; display: inline-block; margin: 0 0 0 10px;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row .course-rate-details-row-value{flex: 1; position: relative; margin: 0 40px 0 30px;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row .rating-gray{height: 6px; background: #f2f2f2; position: relative; top: 50%; margin-top: -3px; -webkit-border-radius: .25rem; -moz-border-radius: .25rem; border-radius: .25rem;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row .rating{height: 6px; background: #fcb03a; position: absolute; top: 50%; margin-top: -3px; -webkit-border-radius: .25rem; -moz-border-radius: .25rem; border-radius: .25rem;}
  .course-details .course-description .course-rate .course-rate-details .course-rate-details-row .rating-count{font-size: 14px; font-weight: 500; color: #181818; right: -40px; display: inline-block; position: absolute; text-align: right; line-height: 1; margin: 1px 0;}
  
  .course-details .course-description #course-reviews{padding: 60px 0 0;}
  .course-details .course-description #course-reviews .course-review-head{font-size: 34px; margin: 0 0 30px;}
  .course-details .course-description #course-reviews .course-reviews-list li{overflow: hidden; margin: 0 0 20px; padding: 0; display: flex;}
  .course-details .course-description #course-reviews .course-reviews-list li:before{display: none;}
  .course-details .course-description #course-reviews .course-reviews-list li .review-author{width: 80px; margin-right: 25px; float: inherit; min-width: 80px;}
  .course-details .course-description #course-reviews .course-reviews-list li .review-author img{width: 80px; max-height: 80px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; margin-right: 30px; object-fit: cover;}
  .course-details .course-description #course-reviews .review-author-info{position: relative;}
  .course-details .course-description #course-reviews .review-author-info .review-top{display: flex; flex-direction: column-reverse;}
  .course-details .course-description #course-reviews .review-author-info .review-stars-rated{color: #fcb03a; position: relative; padding: 0 0 10px; letter-spacing: 1px;}
  .course-details .course-description #course-reviews .review-title{font-weight: 400; font-size: 19px; margin: 0 0 10px; color: #181818;}
  
  .course-details .right-grid .informations{margin: 0 0 30px; -webkit-transition: all 0.3s ease; background-color: #fff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07); padding: 30px;}
  .course-details .right-grid .title{margin: 0 0 15px; font-size: 26px;}
  .course-details .informations ul{padding: 0; margin: 0;}
  .course-details .informations li{display: flex; justify-content: space-between; align-items: center; color: #383838; padding: 15px 0; margin: 0; font-weight: 400; gap: 15px; font-size: 15px;}
  .course-details .informations li + li{border-top: 1px solid #e5e5e5;}
  .course-details .informations li i{display: inline-block; vertical-align: middle; color: #181818; width: 25px; font-size: 18px; text-align: center; margin: 0 5px 0 0;}
  .course-details .informations li .span:last-child{color: #181818; font-weight: 500;}
  .course-details .informations .course-price{font-size: 20px; color: #fcb03a; font-weight: normal;}
  .course-details .informations .more-btn .btn{width: 100%;}
  
    /** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {
   
   .container{width: 100%;}
       
}


/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
   
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{width: 100%;}
   
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
         
   .container{width: auto; max-width:850px !important; padding:0 30px;}
   
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1090px) { 
    
   .container{width:auto; max-width:1030px!important; padding:0 30px;}

}

/* Large Display */
@media (min-width: 1200px) and (max-width: 1400px) { 
  
  .menu-head .navbar-nav > li{margin: 0 0 0 30px; padding: 25px 0;}
  .faq-wrap::before{width: 950px;}

}


@media (min-width: 1300px) {
	
  .container{max-width: 1190px;}
	
}