/*-----------------------------------------------------------------------------------
 Main Color   : #21ab64
 main Font    : 'Quicksand', sans-serif;
-----------------------------------------------------------------------------------*/
body {
	color: #777;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
	position: relative;
}

html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	margin-top: 0px; 
	font-family: 'Quicksand', sans-serif;
	color: #1F4570;
	font-weight: 700;
	line-height: normal;
	
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a,
a:hover,
a:focus  {
    color: #727272;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #183557;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.lds-roller {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding { padding: 100px 0 }
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:60px;}
.section-title h2 {
	margin-top: 0;
	position: relative;
	text-transform: capitalize;
	font-size: 40px;
}
.section-title span {
	color: #FF6500;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
@media only screen and (max-width:480px) { 
.section-title  h2  {font-size:35px;}
}


.section-title-white{color:#fff;position:relative;}

@media only screen and (max-width:480px) { 
.section-title  p{
padding: 0 0px;
width: 100%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/


/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/










.our_services{
	padding-top:100px;
	padding-bottom:70px;
	background-color: #F1F8FF;
}
.service {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 40px;
	transition: all 0.4s ease 0s;
	padding: 65px 25px 45px;
	border-radius: 5px;
	background-color: #fff;
	transition: .5s;
	border: 1px solid rgba(0,0,0,0.06);
}
.service:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0,0,0,0.04);
}
.service .icon {
	color: #fff;
	background-color: #FC5C65;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin-bottom: 30px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 5px 11px rgba(0,0,0,0.1);
}
.service h4 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.service a,
.service a:hover,
.service a:focus{
	color: #333;
	font-weight: 600;
}
.service a i{
	padding-left: 5px;
	color: #FF6500;
}
.service .color-1{
	background-color: #F39C12;
}
.service .color-2{
	background-color: #22A6B3;
}
.service .color-3{
	background-color: #FC5C65;
}
.service .color-4{
	background-color: #3B3B98;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 05.START WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/

.why_choose {
	position: relative;
	padding: 80px 0 60px;
}
.why_title{
	margin-bottom: 50px;
}

.why-choose-img{
	position: relative;

}
.video-btn{
	background-color: #fff;
	width: 80px;
	height: 80px;
	color: #FF6500;
	line-height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 17px;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: .5s;
}
.video-btn:hover,
.video-btn:focus{
	background-color: #FF6500;
	color: #fff;
}
.why-choose-img img{
	width: 100%;
	border-radius: 4px;
}

.single-choose i {
	color: #fff;
	font-size: 22px;
	text-align: center;
	transition: all 0.3s ease 0s;
	float: left;
	margin-right: 25px;
	display: inline-block;
	position: relative;
	margin-top: 5px;
	margin-left: 0;
	border: 1px solid #FF6500;
	background-color: #FF6500;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	box-shadow: 0px 5px 11px rgba(0,0,0,0.1);
}

.choose-content{
	overflow: hidden;
}
.single-choose h4{
	font-size: 18px;
	margin-top: 0px;
	text-transform: capitalize;
}

.single-choose p{}
.mt-40{
	margin-top: 40px;
}
.mb-20{
	margin-bottom: 20px;
}
.pl-30{
	padding-left: 30px;
}

.pr-0{
	padding-right: 0px;
}
/*END COUNTER*/
/*
 * ----------------------------------------------------------------------------------------
 * 05.END WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/


/*
 * ----------------------------------------------------------------------------------------
 *  06.START SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/

.single_package {
	margin: 0 15px 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	
}
.pack_image{
	position: relative;
	transition: .5s;
	overflow: hidden;
}
.pack_image:before,
.blog_image:before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	opacity: 0;
	transition: .5s;
}
.pack_image:hover:before{
	opacity: 1;
}
.pack_price{
	font-weight: 600;
	color: #FF6500;
	font-size:17px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #fff;
	display: inline-block;
	z-index: 1;
	padding:0 10px 0 20px;
	letter-spacing: 2px;
	border-radius: 0 20px 20px 0;
}
.package-hover .tour-rating {
	color: #fec42d;
	margin-bottom: 2px;
}

.single_package .package-hover {
	padding: 30px;
}

.single_package img{
	width: 100%;
	position: relative;
}

.single_package h5 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
	
}
.single_package .rating{
	margin-bottom: 3px;
}

.single_package .time_zone {
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 8px;
	background-color: #FF6500;
	padding: 0px 9px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 7px;
}


#package-slider .owl-controls{
	margin-top: 15px;
}
#package-slider .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #183557;
}
#package-slider .owl-dots .owl-dot.active span{
	background-color: #FF6500;
}

/*
 * ----------------------------------------------------------------------------------------
 * 06.END SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/

.single-gallery{
	position: relative;
}
.single-gallery:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: .5s;
	opacity: 0;
	border-radius: 4px;
}
.single-gallery img{
	border-radius: 4px;
}
.gallery_enlarge_icon{
	opacity: 0;
}
.gallery_enlarge_icon{
	background-color: #FF6500;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	transition: .5s;
}

.gallery_enlarge_icon:hover,
.gallery_enlarge_icon:focus{
	background-color: #fff;
	color: #333;
}

.single-gallery h4 {
	position: absolute;
	left: 15px;
	bottom: 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	opacity: 0;
	transition: .5s;
}
.portfolio-item{
	margin-bottom: 30px;
}


.gallery-btn
 {
	background-color: #FF6500;
	border: 1px solid #FF6500;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	letter-spacing: 1px;
}
.gallery-btn:hover,
.gallery-btn:focus{
	background-color: #183557;
	border-color: #183557;
	color: #fff;
}
.single-gallery:hover:before,
.single-gallery:hover .gallery_enlarge_icon,
.single-gallery:hover h4{
	opacity: 1;
}
.mt-20{
	margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START COUNTER UP DESIGN
* ----------------------------------------------------------------------------------------
*/

.counterup-area{
	background-color: #183557;
	color:#404040;
	margin-top: 80px;
}
.counterup-area .section-title h2
{
  color: #fff;
}
.counterup-area
.single-counter h2,
.single-counter h3{
	color: #404040;
}
.counter-content{
	overflow: hidden;
}
.single-counter i{
	font-size: 35px;
}
.counter-num{
	font-size: 43px;
}
.single-counter {
	background-color:#fff;
	padding: 45px 15px;
  border-radius: 5px;
  margin-top: 15px;
}
.single-counter p{
	font-size: 18px;
}
.single-counter span {
	width: 8px;
	height: 8px;
	background-color: #FF6500;
	display: inline-block;
	border-radius: 50%;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END COUNTER UP DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 07.START TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

.padding_0{
	padding: 0;
}
.top_deals{
	padding-top: 100px;
}
.single-deal {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.tour-rating{
	color: #fec42d;
}
.single-deal figure {
	position: relative;
	text-align: center;
	margin: 0;
}
.single-deal figure:before{
	position: absolute;
	content: '';
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.single-deal figure img {
    position: relative;
    display: block;
    width: 100%;
	
}
.tour-rating{
	font-size: 13px;
}
.single-deal figcaption {
	overflow: hidden;
	padding: 15px 20px;
	text-align: left;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
}

.single-deal h4{
	margin-bottom: 7px;
	font-size: 18px;
	text-align: left;
	transition: .2s;
	color: #fff;
}
.single-deal h4 i{

}
.single-deal p{
	margin-bottom: 0;
	font-size: 15px;
}


/*
 * ----------------------------------------------------------------------------------------
 * 07.END TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 08.START DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/
.tour_details .tour_slider{
	margin-bottom: 15px;
}
.related-deal{
	padding-bottom: 50px;
}
.tour_duration{
	font-weight: 700;
	color: #FF6500;
}
.tour_slider .slick-prev, 
.tour_slider .slick-next{
	z-index: 1;
	line-height: 50px;

} 

.tour_slider .slick-prev{
	left: 20px;
	top: 45%;
}
.tour_slider .slick-next{
	right: 50px;
	top: 45%;
}
/*END SINGLE TOUR DETAILS*/
/*
* ----------------------------------------------------------------------------------------
* 08.END DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
.blog_section {
    padding-top: 80px;
    padding-bottom: 40px;
}
img{
	max-width: 100%;
}
.single_blog { 	
	margin-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden;
}
.post_date{
	background: #FF6500;
	color: #fff;
	padding: 5px 20px; 
	margin-bottom: 0px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 10px 10px 0 0;
	z-index: 99;
	border-radius: 0px;
	font-weight: 700;
}
.post_date a{
	color: #fff;
}
.blog-text{
	padding: 10px 30px 30px;
}
.post-meta{
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 14px;
	overflow: hidden;
}
.post-meta span,
.post-meta span a{
	margin-right: 0px;
	color: #333;
	font-weight: 500;
}
.post-meta span i{
	color: #FF6500;
	padding-right: 3px;
}
.blog-text h4{
	line-height: 26px;
	margin-bottom: 10px;
}
.single_blog h4 a{
	font-size: 18px;
	color: #333;
}
.single_blog h4 a{
	transition: .5s;
}
.single_blog h4 a:hover{
	color: #FF6500;
}
.blog-photo{
}
.blog_image{
	position: relative;
	margin-bottom: 15px;
}
.single_blog:hover .blog_image:before{
	opacity: 1;
}
.post-btn {
	font-weight: 700;
	color: #FF7519;
	transition: .5s;
	text-decoration: underline !important;
}
.post-btn:hover,
.post-btn:focus{
	color: #FF7519;
}

.comment-box{padding:0!important;}
/*END BLOG SINGLE PAGE DESIGN*/

/*START BLOG SIDEBAR*/
.blog_sidebar_title {
	margin-bottom: 25px;

}
.search input {
  border: 1px solid #eee;
  border-radius:30px;
  box-shadow: none;
  color: #333;
  height: 45px;
}
.search input:hover,.search input:focus{border: 1px solid #FF6500;box-shadow: none;}
.search,
.video_post,
.categories { margin-bottom: 30px }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 0;
	text-transform: uppercase;
}
.categories ul li a:hover { color: #FF6500 }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 220px;
    border: medium none;
}
.tag a {
  margin-bottom: 10px;
  margin-right: 5px;
}
.btn-tag-bg {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	outline: medium none;
	padding: 15px 27px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-tag-bg:hover,
.btn-tag-bg:focus {
    background: #FF6500;
	border: 1px solid #FF6500;
    color: #fff;
}
/*END BLOG SIDEBAR*/


/*
 * ----------------------------------------------------------------------------------------
 * 10.END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
 * ----------------------------------------------------------------------------------------
 * 11.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
.testimonial .white-title h2{
	color: #fff;
}

.testimonial{ 
	position: relative;
	z-index: 9;
}
.testimonial .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
#testimonial-slider{

}
.testimonial{
}

.single-testimonial {
    color: #fff;
	padding: 30px 25px;
}
.testimonial-content{
	margin-bottom: 20px;
	font-weight: 600;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .owl-item.active.center .single-testimonial{
	padding: 30px 25px;
	border-radius: 4px;
	background: #FF6500;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

.test-rating {
	color: #ffc000;
	font-size: 14px;
}
.testimonial .owl-carousel .owl-item img{	
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 5px;
	display: inline-block;
	border: inherit;
} 

#testimonial-slider .owl-controls{
	position: absolute;
	top: 40%;
	width: 100%;
	margin: 0;
}

#testimonial-slider .owl-nav div{
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	color: #FF6500;
	font-size: 30px;
}
#testimonial-slider .owl-controls .owl-prev{
	left: -5%;
}
#testimonial-slider .owl-controls .owl-next{
	right: -5%;
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo {
  position: relative;
  background-color: #183557;
}

.partner { text-align: center }
.partner.owl-theme .owl-controls {display: none!important;}
.partner-logo .owl-carousel .owl-item img {
	border: 1px solid #eee;
	display: inline-block;
	max-width: 100%;
	border-radius: 4px;
}
/*
* ----------------------------------------------------------------------------------------
*  12.END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_area {

}
.contact_address{
	margin-bottom: 30px;
	padding-left: 30px;
}

.single-contact-info{
	margin-bottom: 10px;
	overflow: hidden;
}
.contact_address i{
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #FF6500;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	float: left;
	margin-right: 24px;
	margin-top: 8px;
}
.contact .form-control{
	padding: 22px 15px;
	border-radius: 0px;
	background-color: #f1f6f9;
	border-color: #f1f6f9;
	margin-bottom: 15px;
}
.contact .form-control:focus {
	border-color:  #FF6500;
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	background: #fff none repeat scroll 0 0;
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


#submitButton.btn-contact-bg {
	background-color: #FF6500;
	border: 1px solid #FF6500;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 4px;
}
#submitButton:hover,
#submitButton:focus {
    background: #183557;
    border: 1px solid #183557!important;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.google-map iframe{
	width: 100%;
	border: inherit;
	margin-bottom: -10px;
}
/*

* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.Tour Details DESIGN
* ----------------------------------------------------------------------------------------
*/

.page_banner{

	position: relative;
}
.banner_overlay{
	background: rgba(0,0,0,0.5);
	padding: 220px 0 90px;
}
.banner_overlay .section-blog-title{
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
}
.single_tour_details{
	padding-right: 20px;
}
.book_now{
	margin-bottom: 30px;
	padding: 30px;
	background: linear-gradient(to right, #FF6500, #ed4f42, #ed4745, #eb4149,#ea3248);
	border-radius: 4px;	
}
.tour_details{
	padding-bottom: 0;
}
.book_now .form-control{
	margin-bottom: 5px;
}
.book_now h4{
	margin-bottom: 25px;
	color: #fff;
	font-size: 22px;
}
.book_now .form-control{
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	border-color: #fff;
}
.book_now .form-control::placeholder {
    color: #fff;

}
.book_now .form-control:focus{
	box-shadow: inherit;
	border-color: #fff;
}
.book_now .book_now_btn {
	background: #fff;
	color: #333;
	border: 1px solid #fff;
	font-family: 'Quicksand', sans-serif;
	padding: 7px 24px;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	transition: .5s;
}
.book_now .book_now_btn:hover,
.book_now .book_now_btn:focus{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.tour-map{
	margin-top: 30px;
}
.tour-map iframe{
	border: inherit;
	width: 100%;
}
.tour_title{
	font-size: 22px;
	margin-bottom: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

#blog-section{
	padding: 80px 0;
}
#blog-section .single_blog h4 a{
	font-size: 1.5rem;
}

.post_description{
	margin-top: 12px;
}
.content-area .post_description {
	margin-top: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}
.pagination{
	display: block;
}
.pagination-nav{
	padding-top: 20px;
	text-align: center;
}
.pagination-nav a{
	color: #727272;
	font-weight: 500;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
}

.pagination-nav a:hover,
.pagination-nav a:focus,
.pagination-nav a.active{
	background-color: #FF6500;
	border-color: #FF6500;
	color: #fff;
}
.post_tags{
	font-weight: 700;
	margin-top: 15px;
	
}
.post_tags a,
.post_tags a:hover,
.post_tags a:focus{
	color: #fff!important;
	transition: .5s;	
	background-color: #183557;
	padding: 5px 10px;
	margin-right: 3px;
}
.post_tags a:hover,
.post_tags a:focus{
	color: #FF6500;
}
#sidebar-section{

}
.widget{
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-color: #F1F8FF;
	overflow: hidden;
}
.widget_title {
	font-size: 24px;
	text-transform: capitalize;
	color: #333;
	margin: 30px 30px 12px 30px;
	padding-bottom: 14px;
	display: block;
	position: relative;
}
.footer .fot-title{
	position: relative;
	padding-bottom:14px;
	margin-bottom: 18px;
}
.widget_title::after,
.footer .fot-title::after
 {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #FF6500;
	width: 56px;
	height: 3px;
}

.widget.widget_categories{
	padding-bottom: 20px;
}

.widget.widget_search{
	padding: 30px;
}
.widget.widget_search .widget_title {
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 0;
}

.widget:last-child{
	margin-bottom: 0;
}
.widget ul > li{
	list-style-type: none;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
	padding-right: 30px;
	transition: .5s;
}
.widget ul > li > ul > li{
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-bottom: inherit;
}
.widget li a{
	font-weight: 600;
	
}
.widget.widget_categories ul > li:hover{
	background-color: #FF6500;
	cursor: pointer;
	color: #fff;
}
.widget.widget_categories li a{
	font-size: 16px;
	
}
.widget.widget_categories li:hover a{
	color: #fff;
}
.widget li a:hover,
.widget li a:focus{
	color: #FF6500;
}
.widget li:last-child{
	border-bottom: inherit;
}
.widget.widget_text .textwidget,
.widget .calendar_wrap,
.widget.widget_categories form
{
	padding-left: 30px;
	padding-right: 30px;
}


.widget.widget_archive select,
.widget.widget_categories select{
	margin-top: 20px;
	margin-bottom: 30px;
}
.widget.widget_archive select{
	margin-left: 30px;
	width: 83%;
}
.widget.widget_text .widget_title{
	margin-bottom: 15px;
}
.widget.widget_rss .rsswidget{
	display: inline-block;
}
#reply-title{
	font-size: 24px;
	color: #333;
}
.widget_categories li a{
	text-transform: capitalize;
	font-weight: 700;
}
.widget.widget_tag_cloud{
	padding-left: 30px;
	padding-right: 30px;	
	padding-bottom: 30px;	
}
.widget.widget_tag_cloud .widget_title{
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
}
.search_form{
	
}
.search_form form{
	position: relative;
}
.search_form .form-control::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.search_form .form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.search_form .form-control:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.search_form .form-control {
	height: 55px;
	line-height: 55px;
	padding: 10px 15px;
	background-color: #fff;
	color: #777;
	border-radius: 0;
	font-size: 14px;
}
.search_form .form-control:focus{
	box-shadow: inherit;
	border-color: #FF6500
}
.search_form button{
	position: absolute;
	right: 0;
	top: 0;
	background: #183557;
	color: #fff;
	border: 1px solid transparent;
	height: 55px;
	padding: 0 25px;
	line-height: 50px;
	border-radius: 0;
}
.widget_categories i{
	padding-right: 5px;
}
.widget_categories .badge{
	font-size: 13px;
}

.laveria_recent_post{}
.laveria_recent_post h3{
	font-size: 17px;
}
.widget_tag_cloud a {
	display: inline-block;
	padding: 2px 13px;
	margin-right: 8px;
	margin-bottom: 12px;
	font-size: 13px;
	transition: .5s;
	background-color: #fff;
	font-weight: 500;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus{
	color: #fff;
	background-color: #FF6500;
	border-color: #FF6500;
}
.widget_instagram ul {
	padding: 10px 20px 10px 30px;
}
.widget_instagram li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 29%;
	float: left;
	position: relative;
	padding: 0!important;
	border-bottom: inherit;
	transition: .5s;
}
.widget_instagram li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
}
.widget_instagram li:before{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.widget_instagram li a:after {
	position: absolute;
	content: '';
	font-family: IcoFont;
	width: 100%;
	height: 100%;
	top: 35%;
	left: 0;
	color: #fff;
	text-align: center;
	display: inline;
	z-index: 11;
	opacity: 0;
	transition: .5s;
}
.widget_instagram li a:hover::after,
.widget_instagram li:hover::before{
	opacity: 1;
}

.turista_recent_post h3{
	font-size: 17px;
}

/* Comment Style */
.comment-area{
	padding-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-area li{
	list-style-type: none;
	margin-bottom: 25px;
}
.comment-area li ul{
	padding-left: 30px;
	margin-top: 25px;
}
.comment-title,
.comment-form h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.author_pic{
	float: left;
	margin-right: 25px;
}
.author_pic img{
	border-radius: 50%;
	width: 80px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.comment_text{
	overflow: hidden;
}
.com-title{
	font-size: 17px;
}
.comment_text .date{
	font-weight: 700;
}
.comment_text .date .com_reply{
	float: right;
	font-size: 13px;
}
.comment-form {
	padding-top: 10px;
}
.comment-form .form-control{
	margin-bottom: 20px;
}
.comment-form .form-control:focus{
	box-shadow: inherit;
}

/* Responsive Design */
@media only screen and (max-width: 991px){
	.contact_address{
		padding-left: 0;
		margin-top: 40px;
	}
	.footer-widget{
		margin-bottom: 30px;
	}
}


@charset "UTF-8";

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1480px) {
  .col-wd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-wd-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-wd-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-wd-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-wd-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-wd-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-wd-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-wd-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-wd-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-wd-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-wd-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-wd-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-wd-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-wd-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-wd-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-wd-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-wd-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-wd-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-wd-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-wd-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-wd-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-wd-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-wd-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-wd-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-wd-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-wd-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-wd-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-wd-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-wd-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-wd-0 {
    margin-left: 0;
  }
  .offset-wd-1 {
    margin-left: 8.33333%;
  }
  .offset-wd-2 {
    margin-left: 16.66667%;
  }
  .offset-wd-3 {
    margin-left: 25%;
  }
  .offset-wd-4 {
    margin-left: 33.33333%;
  }
  .offset-wd-5 {
    margin-left: 41.66667%;
  }
  .offset-wd-6 {
    margin-left: 50%;
  }
  .offset-wd-7 {
    margin-left: 58.33333%;
  }
  .offset-wd-8 {
    margin-left: 66.66667%;
  }
  .offset-wd-9 {
    margin-left: 75%;
  }
  .offset-wd-10 {
    margin-left: 83.33333%;
  }
  .offset-wd-11 {
    margin-left: 91.66667%;
  }
  
}

/*-------------------------------------------*\
    1.7. Tables
\*-------------------------------------------*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3b444f;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e7eaf3;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7eaf3;
}

.table tbody + tbody {
  border-top: 2px solid #e7eaf3;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e7eaf3;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e7eaf3;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8fafd;
}

.table-hover tbody tr:hover {
  color: #3b444f;
  background-color: rgba(231, 234, 243, 0.4);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3daec;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #90bbdc;
}

.table-hover .table-primary:hover {
  background-color: #b0cee6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0cee6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d9dce0;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b8bfc5;
}

.table-hover .table-secondary:hover {
  background-color: #cbcfd5;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cbcfd5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f0e6;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ae3d1;
}

.table-hover .table-success:hover {
  background-color: #a3ecdf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3ecdf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f6fe;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7aeefd;
}

.table-hover .table-info:hover {
  background-color: #9ff3fe;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #9ff3fe;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f6cbc7;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ee9e97;
}

.table-hover .table-danger:hover {
  background-color: #f2b7b1;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2b7b1;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8cbce;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #999ea3;
}

.table-hover .table-dark:hover {
  background-color: #bbbec2;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bbbec2;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #c4bddc;
}

.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #9285be;
}

.table-hover .table-indigo:hover {
  background-color: #b5acd3;
}

.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #b5acd3;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #f9fbfd;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #f5f7fb;
}

.table-hover .table-gray:hover {
  background-color: #e6eef7;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #e6eef7;
}

.table-violet,
.table-violet > th,
.table-violet > td {
  background-color: #cfc1dd;
}

.table-violet th,
.table-violet td,
.table-violet thead th,
.table-violet tbody + tbody {
  border-color: #a68cbf;
}

.table-hover .table-violet:hover {
  background-color: #c2b1d4;
}

.table-hover .table-violet:hover > td,
.table-hover .table-violet:hover > th {
  background-color: #c2b1d4;
}

.table-violet-1,
.table-violet-1 > th,
.table-violet-1 > td {
  background-color: #e7d4e7;
}

.table-violet-1 th,
.table-violet-1 td,
.table-violet-1 thead th,
.table-violet-1 tbody + tbody {
  border-color: #d2aed2;
}

.table-hover .table-violet-1:hover {
  background-color: #dec4de;
}

.table-hover .table-violet-1:hover > td,
.table-hover .table-violet-1:hover > th {
  background-color: #dec4de;
}

.table-violet-light,
.table-violet-light > th,
.table-violet-light > td {
  background-color: #d7bdf1;
}

.table-violet-light th,
.table-violet-light td,
.table-violet-light thead th,
.table-violet-light tbody + tbody {
  border-color: #b484e5;
}

.table-hover .table-violet-light:hover {
  background-color: #caa8ed;
}

.table-hover .table-violet-light:hover > td,
.table-hover .table-violet-light:hover > th {
  background-color: #caa8ed;
}

.table-brown-light,
.table-brown-light > th,
.table-brown-light > td {
  background-color: #f1e8d3;
}

.table-brown-light th,
.table-brown-light td,
.table-brown-light thead th,
.table-brown-light tbody + tbody {
  border-color: #e6d4ad;
}

.table-hover .table-brown-light:hover {
  background-color: #ebdec0;
}

.table-hover .table-brown-light:hover > td,
.table-hover .table-brown-light:hover > th {
  background-color: #ebdec0;
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #fdedd1;
}

.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #fbddaa;
}

.table-hover .table-brown:hover {
  background-color: #fce3b9;
}

.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: #fce3b9;
}

.table-maroon,
.table-maroon > th,
.table-maroon > td {
  background-color: #efc5d8;
}

.table-maroon th,
.table-maroon td,
.table-maroon thead th,
.table-maroon tbody + tbody {
  border-color: #e293b7;
}

.table-hover .table-maroon:hover {
  background-color: #e9b1cb;
}

.table-hover .table-maroon:hover > td,
.table-hover .table-maroon:hover > th {
  background-color: #e9b1cb;
}

.table-indigo-light,
.table-indigo-light > th,
.table-indigo-light > td {
  background-color: #babcda;
}

.table-indigo-light th,
.table-indigo-light td,
.table-indigo-light thead th,
.table-indigo-light tbody + tbody {
  border-color: #7f82ba;
}

.table-hover .table-indigo-light:hover {
  background-color: #a9acd1;
}

.table-hover .table-indigo-light:hover > td,
.table-hover .table-indigo-light:hover > th {
  background-color: #a9acd1;
}

.table-red-light-2,
.table-red-light-2 > th,
.table-red-light-2 > td {
  background-color: #ffc8cd;
}

.table-red-light-2 th,
.table-red-light-2 td,
.table-red-light-2 thead th,
.table-red-light-2 tbody + tbody {
  border-color: #ff9aa3;
}

.table-hover .table-red-light-2:hover {
  background-color: #ffafb6;
}

.table-hover .table-red-light-2:hover > td,
.table-hover .table-red-light-2:hover > th {
  background-color: #ffafb6;
}

.table-blue-dark-1,
.table-blue-dark-1 > th,
.table-blue-dark-1 > td {
  background-color: #b9d1ff;
}

.table-blue-dark-1 th,
.table-blue-dark-1 td,
.table-blue-dark-1 thead th,
.table-blue-dark-1 tbody + tbody {
  border-color: #7caaff;
}

.table-hover .table-blue-dark-1:hover {
  background-color: #a0c0ff;
}

.table-hover .table-blue-dark-1:hover > td,
.table-hover .table-blue-dark-1:hover > th {
  background-color: #a0c0ff;
}

.table-gray-1,
.table-gray-1 > th,
.table-gray-1 > td {
  background-color: #d4d8da;
}

.table-gray-1 th,
.table-gray-1 td,
.table-gray-1 thead th,
.table-gray-1 tbody + tbody {
  border-color: #b0b7bb;
}

.table-hover .table-gray-1:hover {
  background-color: #c6ccce;
}

.table-hover .table-gray-1:hover > td,
.table-hover .table-gray-1:hover > th {
  background-color: #c6ccce;
}

.table-gray-2,
.table-gray-2 > th,
.table-gray-2 > td {
  background-color: #fdfdfd;
}

.table-gray-2 th,
.table-gray-2 td,
.table-gray-2 thead th,
.table-gray-2 tbody + tbody {
  border-color: #fbfbfc;
}

.table-hover .table-gray-2:hover {
  background-color: #f0f0f0;
}

.table-hover .table-gray-2:hover > td,
.table-hover .table-gray-2:hover > th {
  background-color: #f0f0f0;
}

.table-gray-3,
.table-gray-3 > th,
.table-gray-3 > td {
  background-color: #c8cbce;
}

.table-gray-3 th,
.table-gray-3 td,
.table-gray-3 thead th,
.table-gray-3 tbody + tbody {
  border-color: #999ea3;
}

.table-hover .table-gray-3:hover {
  background-color: #bbbec2;
}

.table-hover .table-gray-3:hover > td,
.table-hover .table-gray-3:hover > th {
  background-color: #bbbec2;
}

.table-gray-4,
.table-gray-4 > th,
.table-gray-4 > td {
  background-color: #fafbfc;
}

.table-gray-4 th,
.table-gray-4 td,
.table-gray-4 thead th,
.table-gray-4 tbody + tbody {
  border-color: #f5f7f9;
}

.table-hover .table-gray-4:hover {
  background-color: #eaeef2;
}

.table-hover .table-gray-4:hover > td,
.table-hover .table-gray-4:hover > th {
  background-color: #eaeef2;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #caeff5;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #9de1ec;
}

.table-hover .table-blue:hover {
  background-color: #b5e9f1;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #b5e9f1;
}

.table-blue-1,
.table-blue-1 > th,
.table-blue-1 > td {
  background-color: #c3daec;
}

.table-blue-1 th,
.table-blue-1 td,
.table-blue-1 thead th,
.table-blue-1 tbody + tbody {
  border-color: #90bbdc;
}

.table-hover .table-blue-1:hover {
  background-color: #b0cee6;
}

.table-hover .table-blue-1:hover > td,
.table-hover .table-blue-1:hover > th {
  background-color: #b0cee6;
}

.table-gray-5,
.table-gray-5 > th,
.table-gray-5 > td {
  background-color: #bebebf;
}

.table-gray-5 th,
.table-gray-5 td,
.table-gray-5 thead th,
.table-gray-5 tbody + tbody {
  border-color: #878788;
}

.table-hover .table-gray-5:hover {
  background-color: #b1b1b2;
}

.table-hover .table-gray-5:hover > td,
.table-hover .table-gray-5:hover > th {
  background-color: #b1b1b2;
}

.table-gray-6,
.table-gray-6 > th,
.table-gray-6 > td {
  background-color: #bebebf;
}

.table-gray-6 th,
.table-gray-6 td,
.table-gray-6 thead th,
.table-gray-6 tbody + tbody {
  border-color: #878788;
}

.table-hover .table-gray-6:hover {
  background-color: #b1b1b2;
}

.table-hover .table-gray-6:hover > td,
.table-hover .table-gray-6:hover > th {
  background-color: #b1b1b2;
}

.table-gray-7,
.table-gray-7 > th,
.table-gray-7 > td {
  background-color: #d1d4d7;
}

.table-gray-7 th,
.table-gray-7 td,
.table-gray-7 thead th,
.table-gray-7 tbody + tbody {
  border-color: #aab0b5;
}

.table-hover .table-gray-7:hover {
  background-color: #c3c7cb;
}

.table-hover .table-gray-7:hover > td,
.table-hover .table-gray-7:hover > th {
  background-color: #c3c7cb;
}

.table-gray-8,
.table-gray-8 > th,
.table-gray-8 > td {
  background-color: #eff1f4;
}

.table-gray-8 th,
.table-gray-8 td,
.table-gray-8 thead th,
.table-gray-8 tbody + tbody {
  border-color: #e1e5eb;
}

.table-hover .table-gray-8:hover {
  background-color: #e0e4ea;
}

.table-hover .table-gray-8:hover > td,
.table-hover .table-gray-8:hover > th {
  background-color: #e0e4ea;
}

.table-gray-9,
.table-gray-9 > th,
.table-gray-9 > td {
  background-color: #e4e7eb;
}

.table-gray-9 th,
.table-gray-9 td,
.table-gray-9 thead th,
.table-gray-9 tbody + tbody {
  border-color: #cdd2da;
}

.table-hover .table-gray-9:hover {
  background-color: #d5dae0;
}

.table-hover .table-gray-9:hover > td,
.table-hover .table-gray-9:hover > th {
  background-color: #d5dae0;
}

.table-gray-10,
.table-gray-10 > th,
.table-gray-10 > td {
  background-color: #eeeeee;
}

.table-gray-10 th,
.table-gray-10 td,
.table-gray-10 thead th,
.table-gray-10 tbody + tbody {
  border-color: #dfdfdf;
}

.table-hover .table-gray-10:hover {
  background-color: #e1e1e1;
}

.table-hover .table-gray-10:hover > td,
.table-hover .table-gray-10:hover > th {
  background-color: #e1e1e1;
}

.table-gray-11,
.table-gray-11 > th,
.table-gray-11 > td {
  background-color: #cccccc;
}

.table-gray-11 th,
.table-gray-11 td,
.table-gray-11 thead th,
.table-gray-11 tbody + tbody {
  border-color: #a0a0a0;
}

.table-hover .table-gray-11:hover {
  background-color: #bfbfbf;
}

.table-hover .table-gray-11:hover > td,
.table-hover .table-gray-11:hover > th {
  background-color: #bfbfbf;
}

.table-gray-23,
.table-gray-23 > th,
.table-gray-23 > td {
  background-color: #fcfcfc;
}

.table-gray-23 th,
.table-gray-23 td,
.table-gray-23 thead th,
.table-gray-23 tbody + tbody {
  border-color: #f9f9f9;
}

.table-hover .table-gray-23:hover {
  background-color: #efefef;
}

.table-hover .table-gray-23:hover > td,
.table-hover .table-gray-23:hover > th {
  background-color: #efefef;
}

.table-gray-33,
.table-gray-33 > th,
.table-gray-33 > td {
  background-color: #f9fbfd;
}

.table-gray-33 th,
.table-gray-33 td,
.table-gray-33 thead th,
.table-gray-33 tbody + tbody {
  border-color: #f5f7fb;
}

.table-hover .table-gray-33:hover {
  background-color: #e6eef7;
}

.table-hover .table-gray-33:hover > td,
.table-hover .table-gray-33:hover > th {
  background-color: #e6eef7;
}

.table-sea-green,
.table-sea-green > th,
.table-sea-green > td {
  background-color: #c0cedf;
}

.table-sea-green th,
.table-sea-green td,
.table-sea-green thead th,
.table-sea-green tbody + tbody {
  border-color: #89a4c4;
}

.table-hover .table-sea-green:hover {
  background-color: #afc1d6;
}

.table-hover .table-sea-green:hover > td,
.table-hover .table-sea-green:hover > th {
  background-color: #afc1d6;
}

.table-dark-1,
.table-dark-1 > th,
.table-dark-1 > td {
  background-color: #c0c1c1;
}

.table-dark-1 th,
.table-dark-1 td,
.table-dark-1 thead th,
.table-dark-1 tbody + tbody {
  border-color: #8a8b8c;
}

.table-hover .table-dark-1:hover {
  background-color: #b3b4b4;
}

.table-hover .table-dark-1:hover > td,
.table-hover .table-dark-1:hover > th {
  background-color: #b3b4b4;
}

.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #b8d0ff;
}

.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody + tbody {
  border-color: #7aa8ff;
}

.table-hover .table-navy:hover {
  background-color: #9fbfff;
}

.table-hover .table-navy:hover > td,
.table-hover .table-navy:hover > th {
  background-color: #9fbfff;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #fff8fa;
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #fff1f6;
}

.table-hover .table-pink:hover {
  background-color: #ffdfe8;
}

.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #ffdfe8;
}

.table-dark-2,
.table-dark-2 > th,
.table-dark-2 > td {
  background-color: #bfc4cc;
}

.table-dark-2 th,
.table-dark-2 td,
.table-dark-2 thead th,
.table-dark-2 tbody + tbody {
  border-color: #8891a0;
}

.table-hover .table-dark-2:hover {
  background-color: #b1b7c1;
}

.table-hover .table-dark-2:hover > td,
.table-hover .table-dark-2:hover > th {
  background-color: #b1b7c1;
}

.table-yellow-lighter-2,
.table-yellow-lighter-2 > th,
.table-yellow-lighter-2 > td {
  background-color: #fdecd1;
}

.table-yellow-lighter-2 th,
.table-yellow-lighter-2 td,
.table-yellow-lighter-2 thead th,
.table-yellow-lighter-2 tbody + tbody {
  border-color: #fbdca9;
}

.table-hover .table-yellow-lighter-2:hover {
  background-color: #fce2b9;
}

.table-hover .table-yellow-lighter-2:hover > td,
.table-hover .table-yellow-lighter-2:hover > th {
  background-color: #fce2b9;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fbd0b8;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f7a87a;
}

.table-hover .table-orange:hover {
  background-color: #fac0a0;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #fac0a0;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #c3ddbf;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #8fc189;
}

.table-hover .table-green:hover {
  background-color: #b3d4ae;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #b3d4ae;
}

.table-pink-1,
.table-pink-1 > th,
.table-pink-1 > td {
  background-color: #ffb8cb;
}

.table-pink-1 th,
.table-pink-1 td,
.table-pink-1 thead th,
.table-pink-1 tbody + tbody {
  border-color: #ff7a9e;
}

.table-hover .table-pink-1:hover {
  background-color: #ff9fb8;
}

.table-hover .table-pink-1:hover > td,
.table-hover .table-pink-1:hover > th {
  background-color: #ff9fb8;
}

.table-purple-1,
.table-purple-1 > th,
.table-purple-1 > td {
  background-color: #c1c3cf;
}

.table-purple-1 th,
.table-purple-1 td,
.table-purple-1 thead th,
.table-purple-1 tbody + tbody {
  border-color: #8d8fa6;
}

.table-hover .table-purple-1:hover {
  background-color: #b3b5c4;
}

.table-hover .table-purple-1:hover > td,
.table-hover .table-purple-1:hover > th {
  background-color: #b3b5c4;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(231, 234, 243, 0.4);
}

.table-hover .table-active:hover {
  background-color: rgba(214, 219, 235, 0.4);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(214, 219, 235, 0.4);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #77838f;
  background-color: #f8fafd;
  border-color: #e7eaf3;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1479.98px) {
  .table-responsive-wd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-wd > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

/*-------------------------------------------*\
    1.8. Forms
\*-------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  /*height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 1rem;
  line-height: 1.5;*/
  height: calc(1em + 1.2rem + 4px);
  padding: 0.5rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  color: #3b444f;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ebf0f7;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #3b444f;
  background-color: #fff;
  border-color: #ebf0f7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #5c6770;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #5c6770;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #5c6770;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #5c6770;
  opacity: 1;
}

.form-control::placeholder {
  color: #5c6770;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f8fafd;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #3b444f;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.9rem + 2px);
  padding-bottom: calc(0.9rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.125rem + 2px);
  padding-bottom: calc(1.125rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.625rem + 2px);
  padding-bottom: calc(0.625rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3b444f;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1.25rem + 4px);
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.form-control-lg {
  height: calc(1.5em + 2.25rem + 4px);
  padding: 1.125rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #8c98a4;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00c9a7;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00c9a7;
  border-radius: 0.3125rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00c9a7;
  padding-right: calc(1.5em + 1.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.45rem);
  background-size: calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.8rem);
  background-position: top calc(0.375em + 0.45rem) right calc(0.375em + 0.45rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00c9a7;
  padding-right: calc((1em + 1.8rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00c9a7;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00fcd1;
  background-color: #00fcd1;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00c9a7;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #de4437;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #de4437;
  border-radius: 0.3125rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #de4437;
  padding-right: calc(1.5em + 1.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.45rem);
  background-size: calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.8rem);
  background-position: top calc(0.375em + 0.45rem) right calc(0.375em + 0.45rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #de4437;
  padding-right: calc((1em + 1.8rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #de4437;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #de4437;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #de4437;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e56d63;
  background-color: #e56d63;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #de4437;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #de4437;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/*-------------------------------------------*\
    1.9. Buttons
\*-------------------------------------------*/
.btn {
  display: inline-block;
  font-weight: 700;
  color: #3b444f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #3b444f;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary, .u-header.js-header-fix-moment .u-header__last-item-btn .btn[class*="-white"] {
  color: #fff;
  background-color:#FF6500;
  border-color: #FF6500;
}

.btn-primary:hover, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:hover[class*="-white"] {
  color: #fff;
  background-color:#183557;
  border-color:#183557;
}

.btn-primary:focus, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:focus[class*="-white"], .btn-primary.focus, .u-header.js-header-fix-moment .u-header__last-item-btn .focus.btn[class*="-white"] {
  box-shadow: 0 0 0 0.2rem #183557;
}

.btn-primary.disabled, .u-header.js-header-fix-moment .u-header__last-item-btn .disabled.btn[class*="-white"], .btn-primary:disabled, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:disabled[class*="-white"] {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-primary:not(:disabled):not(.disabled):active, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:not(:disabled):not(.disabled):active[class*="-white"], .btn-primary:not(:disabled):not(.disabled).active, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:not(:disabled):not(.disabled).active[class*="-white"],
.show > .btn-primary.dropdown-toggle,
.u-header.js-header-fix-moment .u-header__last-item-btn .show > .dropdown-toggle.btn[class*="-white"] {
  color: #fff;
  background-color: #206091;
  border-color: #1e5987;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:not(:disabled):not(.disabled):active:focus[class*="-white"], .btn-primary:not(:disabled):not(.disabled).active:focus, .u-header.js-header-fix-moment .u-header__last-item-btn .btn:not(:disabled):not(.disabled).active:focus[class*="-white"],
.show > .btn-primary.dropdown-toggle:focus,
.u-header.js-header-fix-moment .u-header__last-item-btn .show > .dropdown-toggle.btn:focus[class*="-white"] {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 197, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #65707b;
  border-color: #5f6a74;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 150, 160, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5f6a74;
  border-color: #5a636d;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 150, 160, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-success:hover {
  color: #fff;
  background-color: #00a387;
  border-color: #00967d;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 209, 180, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00967d;
  border-color: #008972;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 209, 180, 0.5);
}

.btn-info {
  color: #3b444f;
  background-color: #00dffc;
  border-color: #00dffc;
}

.btn-info:hover {
  color: #fff;
  background-color: #00bdd6;
  border-color: #00b2c9;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 200, 226, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #3b444f;
  background-color: #00dffc;
  border-color: #00dffc;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #00a7bc;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 200, 226, 0.5);
}

.btn-warning {
  color: #3b444f;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #3b444f;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 174, 18, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #3b444f;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #3b444f;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 174, 18, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

.btn-danger:hover {
  color: #fff;
  background-color: #cd2f22;
  border-color: #c22d20;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 96, 85, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c22d20;
  border-color: #b72a1e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 96, 85, 0.5);
}

.btn-light {
  color: #3b444f;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #3b444f;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #3b444f;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #3b444f;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2b3139;
  border-color: #252b32;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 96, 105, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #252b32;
  border-color: #20252b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 96, 105, 0.5);
}

.btn-white {
  /*color: #3b444f;
  background-color: #fff;
  border-color: #fff;*/
  color: #3b444f;	
  background-color: #f3f7fd;	
  border: 1px solid #DCE8F9 !important;		
}

.btn-white:hover {
  /*color: #3b444f;
  background-color: #ececec;
  border-color: red;*/
  color: #fff;
  background-color: #00ca00;
  border: 1px solid #AFE82C !important;	
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 227, 229, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  /*color: #3b444f;
  background-color: #fff;
  border-color: #fff;*/
  color: #3b444f;	
  background-color: #f3f7fd;	
  border: 1px solid #DCE8F9 !important;	
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #00ca00;
  border: 1px solid #AFE82C !important;		

	
/*  color: #3b444f;
  background-color: #e6e6e6;
  border-color: red;*/
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 227, 229, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #221061;
  border-color: #1e0e56;
}

.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 56, 149, 0.5);
}

.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #1e0e56;
  border-color: #1a0c4b;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 56, 149, 0.5);
}

.btn-gray {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-gray:hover {
  color: #3b444f;
  background-color: #d0dcec;
  border-color: #c7d5e8;
}

.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 214, 222, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #3b444f;
  background-color: #c7d5e8;
  border-color: #bdcee5;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 214, 222, 0.5);
}

.btn-violet {
  color: #fff;
  background-color: #532184;
  border-color: #532184;
}

.btn-violet:hover {
  color: #fff;
  background-color: #401965;
  border-color: #39175b;
}

.btn-violet:focus, .btn-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 66, 150, 0.5);
}

.btn-violet.disabled, .btn-violet:disabled {
  color: #fff;
  background-color: #532184;
  border-color: #532184;
}

.btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active,
.show > .btn-violet.dropdown-toggle {
  color: #fff;
  background-color: #39175b;
  border-color: #331451;
}

.btn-violet:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 66, 150, 0.5);
}

.btn-violet-1 {
  color: #fff;
  background-color: #a864a8;
  border-color: #a864a8;
}

.btn-violet-1:hover {
  color: #fff;
  background-color: #935393;
  border-color: #8b4e8b;
}

.btn-violet-1:focus, .btn-violet-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 123, 181, 0.5);
}

.btn-violet-1.disabled, .btn-violet-1:disabled {
  color: #fff;
  background-color: #a864a8;
  border-color: #a864a8;
}

.btn-violet-1:not(:disabled):not(.disabled):active, .btn-violet-1:not(:disabled):not(.disabled).active,
.show > .btn-violet-1.dropdown-toggle {
  color: #fff;
  background-color: #8b4e8b;
  border-color: #834983;
}

.btn-violet-1:not(:disabled):not(.disabled):active:focus, .btn-violet-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-violet-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 123, 181, 0.5);
}

.btn-violet-light {
  color: #fff;
  background-color: #6f13cd;
  border-color: #6f13cd;
}

.btn-violet-light:hover {
  color: #fff;
  background-color: #5c10aa;
  border-color: #560f9e;
}

.btn-violet-light:focus, .btn-violet-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 54, 213, 0.5);
}

.btn-violet-light.disabled, .btn-violet-light:disabled {
  color: #fff;
  background-color: #6f13cd;
  border-color: #6f13cd;
}

.btn-violet-light:not(:disabled):not(.disabled):active, .btn-violet-light:not(:disabled):not(.disabled).active,
.show > .btn-violet-light.dropdown-toggle {
  color: #fff;
  background-color: #560f9e;
  border-color: #4f0e93;
}

.btn-violet-light:not(:disabled):not(.disabled):active:focus, .btn-violet-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-violet-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 54, 213, 0.5);
}

.btn-brown-light {
  color: #3b444f;
  background-color: #ceac61;
  border-color: #ceac61;
}

.btn-brown-light:hover {
  color: #3b444f;
  background-color: #c59d44;
  border-color: #c0973c;
}

.btn-brown-light:focus, .btn-brown-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 156, 94, 0.5);
}

.btn-brown-light.disabled, .btn-brown-light:disabled {
  color: #3b444f;
  background-color: #ceac61;
  border-color: #ceac61;
}

.btn-brown-light:not(:disabled):not(.disabled):active, .btn-brown-light:not(:disabled):not(.disabled).active,
.show > .btn-brown-light.dropdown-toggle {
  color: #3b444f;
  background-color: #c0973c;
  border-color: #b78f39;
}

.btn-brown-light:not(:disabled):not(.disabled):active:focus, .btn-brown-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-brown-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 156, 94, 0.5);
}

.btn-brown {
  color: #3b444f;
  background-color: #f8bd5b;
  border-color: #f8bd5b;
}

.btn-brown:hover {
  color: #3b444f;
  background-color: #f6ae36;
  border-color: #f6a92a;
}

.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 171, 89, 0.5);
}

.btn-brown.disabled, .btn-brown:disabled {
  color: #3b444f;
  background-color: #f8bd5b;
  border-color: #f8bd5b;
}

.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
.show > .btn-brown.dropdown-toggle {
  color: #3b444f;
  background-color: #f6a92a;
  border-color: #f5a41e;
}

.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 171, 89, 0.5);
}

.btn-maroon {
  color: #fff;
  background-color: #c72f74;
  border-color: #c72f74;
}

.btn-maroon:hover {
  color: #fff;
  background-color: #a82862;
  border-color: #9e255c;
}

.btn-maroon:focus, .btn-maroon.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 78, 137, 0.5);
}

.btn-maroon.disabled, .btn-maroon:disabled {
  color: #fff;
  background-color: #c72f74;
  border-color: #c72f74;
}

.btn-maroon:not(:disabled):not(.disabled):active, .btn-maroon:not(:disabled):not(.disabled).active,
.show > .btn-maroon.dropdown-toggle {
  color: #fff;
  background-color: #9e255c;
  border-color: #932356;
}

.btn-maroon:not(:disabled):not(.disabled):active:focus, .btn-maroon:not(:disabled):not(.disabled).active:focus,
.show > .btn-maroon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 78, 137, 0.5);
}

.btn-indigo-light {
  color: #fff;
  background-color: #080e7b;
  border-color: #080e7b;
}

.btn-indigo-light:hover {
  color: #fff;
  background-color: #060a57;
  border-color: #05094b;
}

.btn-indigo-light:focus, .btn-indigo-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 50, 143, 0.5);
}

.btn-indigo-light.disabled, .btn-indigo-light:disabled {
  color: #fff;
  background-color: #080e7b;
  border-color: #080e7b;
}

.btn-indigo-light:not(:disabled):not(.disabled):active, .btn-indigo-light:not(:disabled):not(.disabled).active,
.show > .btn-indigo-light.dropdown-toggle {
  color: #fff;
  background-color: #05094b;
  border-color: #04073f;
}

.btn-indigo-light:not(:disabled):not(.disabled):active:focus, .btn-indigo-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 50, 143, 0.5);
}

.btn-red-light-2 {
  color: #fff;
  background-color: #ff3c4e;
  border-color: #ff3c4e;
}

.btn-red-light-2:hover {
  color: #fff;
  background-color: #ff162b;
  border-color: #ff0920;
}

.btn-red-light-2:focus, .btn-red-light-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 89, 105, 0.5);
}

.btn-red-light-2.disabled, .btn-red-light-2:disabled {
  color: #fff;
  background-color: #ff3c4e;
  border-color: #ff3c4e;
}

.btn-red-light-2:not(:disabled):not(.disabled):active, .btn-red-light-2:not(:disabled):not(.disabled).active,
.show > .btn-red-light-2.dropdown-toggle {
  color: #fff;
  background-color: #ff0920;
  border-color: #fb0017;
}

.btn-red-light-2:not(:disabled):not(.disabled):active:focus, .btn-red-light-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-red-light-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 89, 105, 0.5);
}

.btn-blue-dark-1 {
  color: #fff;
  background-color: #045cff;
  border-color: #045cff;
}

.btn-blue-dark-1:hover {
  color: #fff;
  background-color: #004ddd;
  border-color: #0049d0;
}

.btn-blue-dark-1:focus, .btn-blue-dark-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 116, 255, 0.5);
}

.btn-blue-dark-1.disabled, .btn-blue-dark-1:disabled {
  color: #fff;
  background-color: #045cff;
  border-color: #045cff;
}

.btn-blue-dark-1:not(:disabled):not(.disabled):active, .btn-blue-dark-1:not(:disabled):not(.disabled).active,
.show > .btn-blue-dark-1.dropdown-toggle {
  color: #fff;
  background-color: #0049d0;
  border-color: #0044c3;
}

.btn-blue-dark-1:not(:disabled):not(.disabled):active:focus, .btn-blue-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-dark-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 116, 255, 0.5);
}

.btn-gray-1 {
  color: #fff;
  background-color: #67747c;
  border-color: #67747c;
}

.btn-gray-1:hover {
  color: #fff;
  background-color: #566067;
  border-color: #505a60;
}

.btn-gray-1:focus, .btn-gray-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 137, 144, 0.5);
}

.btn-gray-1.disabled, .btn-gray-1:disabled {
  color: #fff;
  background-color: #67747c;
  border-color: #67747c;
}

.btn-gray-1:not(:disabled):not(.disabled):active, .btn-gray-1:not(:disabled):not(.disabled).active,
.show > .btn-gray-1.dropdown-toggle {
  color: #fff;
  background-color: #505a60;
  border-color: #4a5359;
}

.btn-gray-1:not(:disabled):not(.disabled):active:focus, .btn-gray-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 137, 144, 0.5);
}

.btn-gray-2 {
  color: #3b444f;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-gray-2:hover {
  color: #3b444f;
  background-color: #e1e5e9;
  border-color: #dadfe3;
}

.btn-gray-2:focus, .btn-gray-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 221, 224, 0.5);
}

.btn-gray-2.disabled, .btn-gray-2:disabled {
  color: #3b444f;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-gray-2:not(:disabled):not(.disabled):active, .btn-gray-2:not(:disabled):not(.disabled).active,
.show > .btn-gray-2.dropdown-toggle {
  color: #3b444f;
  background-color: #dadfe3;
  border-color: #d3d8de;
}

.btn-gray-2:not(:disabled):not(.disabled):active:focus, .btn-gray-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 221, 224, 0.5);
}

.btn-gray-3 {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-gray-3:hover {
  color: #fff;
  background-color: #2b3139;
  border-color: #252b32;
}

.btn-gray-3:focus, .btn-gray-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 96, 105, 0.5);
}

.btn-gray-3.disabled, .btn-gray-3:disabled {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-gray-3:not(:disabled):not(.disabled):active, .btn-gray-3:not(:disabled):not(.disabled).active,
.show > .btn-gray-3.dropdown-toggle {
  color: #fff;
  background-color: #252b32;
  border-color: #20252b;
}

.btn-gray-3:not(:disabled):not(.disabled):active:focus, .btn-gray-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 96, 105, 0.5);
}

.btn-gray-4 {
  color: #3b444f;
  background-color: #eceff3;
  border-color: #eceff3;
}

.btn-gray-4:hover {
  color: #3b444f;
  background-color: #d5dbe4;
  border-color: #cdd5df;
}

.btn-gray-4:focus, .btn-gray-4.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 218, 0.5);
}

.btn-gray-4.disabled, .btn-gray-4:disabled {
  color: #3b444f;
  background-color: #eceff3;
  border-color: #eceff3;
}

.btn-gray-4:not(:disabled):not(.disabled):active, .btn-gray-4:not(:disabled):not(.disabled).active,
.show > .btn-gray-4.dropdown-toggle {
  color: #3b444f;
  background-color: #cdd5df;
  border-color: #c5ceda;
}

.btn-gray-4:not(:disabled):not(.disabled):active:focus, .btn-gray-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 218, 0.5);
}

.btn-blue {
  color: #3b444f;
  background-color: #43c5db;
  border-color: #43c5db;
}

.btn-blue:hover {
  color: #fff;
  background-color: #28b8d0;
  border-color: #26aec5;
}

.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 178, 198, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #3b444f;
  background-color: #43c5db;
  border-color: #43c5db;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #26aec5;
  border-color: #24a5bb;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 178, 198, 0.5);
}

.btn-blue-1 {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-blue-1:hover {
  color: #fff;
  background-color: #22679c;
  border-color: #206091;
}

.btn-blue-1:focus, .btn-blue-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 197, 0.5);
}

.btn-blue-1.disabled, .btn-blue-1:disabled {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-blue-1:not(:disabled):not(.disabled):active, .btn-blue-1:not(:disabled):not(.disabled).active,
.show > .btn-blue-1.dropdown-toggle {
  color: #fff;
  background-color: #206091;
  border-color: #1e5987;
}

.btn-blue-1:not(:disabled):not(.disabled):active:focus, .btn-blue-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 197, 0.5);
}

.btn-gray-5 {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}

.btn-gray-5:hover {
  color: #fff;
  background-color: #060607;
  border-color: black;
}

.btn-gray-5:focus, .btn-gray-5.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 61, 0.5);
}

.btn-gray-5.disabled, .btn-gray-5:disabled {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}

.btn-gray-5:not(:disabled):not(.disabled):active, .btn-gray-5:not(:disabled):not(.disabled).active,
.show > .btn-gray-5.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-gray-5:not(:disabled):not(.disabled):active:focus, .btn-gray-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 61, 0.5);
}

.btn-gray-6 {
  color: #fff;
  background-color: #18181a;
  border-color: #18181a;
}

.btn-gray-6:hover {
  color: #fff;
  background-color: #060606;
  border-color: black;
}

.btn-gray-6:focus, .btn-gray-6.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 60, 0.5);
}

.btn-gray-6.disabled, .btn-gray-6:disabled {
  color: #fff;
  background-color: #18181a;
  border-color: #18181a;
}

.btn-gray-6:not(:disabled):not(.disabled):active, .btn-gray-6:not(:disabled):not(.disabled).active,
.show > .btn-gray-6.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-gray-6:not(:disabled):not(.disabled):active:focus, .btn-gray-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 59, 60, 0.5);
}

.btn-gray-7 {
  color: #fff;
  background-color: #5c6770;
  border-color: #5c6770;
}

.btn-gray-7:hover {
  color: #fff;
  background-color: #4b545b;
  border-color: #454d54;
}

.btn-gray-7:focus, .btn-gray-7.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 126, 133, 0.5);
}

.btn-gray-7.disabled, .btn-gray-7:disabled {
  color: #fff;
  background-color: #5c6770;
  border-color: #5c6770;
}

.btn-gray-7:not(:disabled):not(.disabled):active, .btn-gray-7:not(:disabled):not(.disabled).active,
.show > .btn-gray-7.dropdown-toggle {
  color: #fff;
  background-color: #454d54;
  border-color: #3f474d;
}

.btn-gray-7:not(:disabled):not(.disabled):active:focus, .btn-gray-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 126, 133, 0.5);
}

.btn-gray-8 {
  color: #3b444f;
  background-color: #c5cdd8;
  border-color: #c5cdd8;
}

.btn-gray-8:hover {
  color: #3b444f;
  background-color: #aeb9c9;
  border-color: #a7b3c3;
}

.btn-gray-8:focus, .btn-gray-8.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 184, 195, 0.5);
}

.btn-gray-8.disabled, .btn-gray-8:disabled {
  color: #3b444f;
  background-color: #c5cdd8;
  border-color: #c5cdd8;
}

.btn-gray-8:not(:disabled):not(.disabled):active, .btn-gray-8:not(:disabled):not(.disabled).active,
.show > .btn-gray-8.dropdown-toggle {
  color: #3b444f;
  background-color: #a7b3c3;
  border-color: #9facbe;
}

.btn-gray-8:not(:disabled):not(.disabled):active:focus, .btn-gray-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 184, 195, 0.5);
}

.btn-gray-9 {
  color: #3b444f;
  background-color: #9fa9b8;
  border-color: #9fa9b8;
}

.btn-gray-9:hover {
  color: #fff;
  background-color: #8995a8;
  border-color: #828fa2;
}

.btn-gray-9:focus, .btn-gray-9.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 154, 168, 0.5);
}

.btn-gray-9.disabled, .btn-gray-9:disabled {
  color: #3b444f;
  background-color: #9fa9b8;
  border-color: #9fa9b8;
}

.btn-gray-9:not(:disabled):not(.disabled):active, .btn-gray-9:not(:disabled):not(.disabled).active,
.show > .btn-gray-9.dropdown-toggle {
  color: #fff;
  background-color: #828fa2;
  border-color: #7a889d;
}

.btn-gray-9:not(:disabled):not(.disabled):active:focus, .btn-gray-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 154, 168, 0.5);
}

.btn-gray-10 {
  color: #3b444f;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-gray-10:hover {
  color: #3b444f;
  background-color: #aeaeae;
  border-color: #a8a8a8;
}

.btn-gray-10:focus, .btn-gray-10.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 174, 176, 0.5);
}

.btn-gray-10.disabled, .btn-gray-10:disabled {
  color: #3b444f;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-gray-10:not(:disabled):not(.disabled):active, .btn-gray-10:not(:disabled):not(.disabled).active,
.show > .btn-gray-10.dropdown-toggle {
  color: #3b444f;
  background-color: #a8a8a8;
  border-color: #a1a1a1;
}

.btn-gray-10:not(:disabled):not(.disabled):active:focus, .btn-gray-10:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 174, 176, 0.5);
}

.btn-gray-11 {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.btn-gray-11:hover {
  color: #fff;
  background-color: #353535;
  border-color: #2f2f2f;
}

.btn-gray-11:focus, .btn-gray-11.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-gray-11.disabled, .btn-gray-11:disabled {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.btn-gray-11:not(:disabled):not(.disabled):active, .btn-gray-11:not(:disabled):not(.disabled).active,
.show > .btn-gray-11.dropdown-toggle {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #282828;
}

.btn-gray-11:not(:disabled):not(.disabled):active:focus, .btn-gray-11:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-11.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-gray-23 {
  color: #3b444f;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-gray-23:hover {
  color: #3b444f;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.btn-gray-23:focus, .btn-gray-23.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 218, 219, 0.5);
}

.btn-gray-23.disabled, .btn-gray-23:disabled {
  color: #3b444f;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-gray-23:not(:disabled):not(.disabled):active, .btn-gray-23:not(:disabled):not(.disabled).active,
.show > .btn-gray-23.dropdown-toggle {
  color: #3b444f;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}

.btn-gray-23:not(:disabled):not(.disabled):active:focus, .btn-gray-23:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-23.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 218, 219, 0.5);
}

.btn-gray-33 {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-gray-33:hover {
  color: #3b444f;
  background-color: #d0dcec;
  border-color: #c7d5e8;
}

.btn-gray-33:focus, .btn-gray-33.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 214, 222, 0.5);
}

.btn-gray-33.disabled, .btn-gray-33:disabled {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-gray-33:not(:disabled):not(.disabled):active, .btn-gray-33:not(:disabled):not(.disabled).active,
.show > .btn-gray-33.dropdown-toggle {
  color: #3b444f;
  background-color: #c7d5e8;
  border-color: #bdcee5;
}

.btn-gray-33:not(:disabled):not(.disabled):active:focus, .btn-gray-33:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-33.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 214, 222, 0.5);
}

.btn-sea-green {
  color: #fff;
  background-color: #1d508d;
  border-color: #1d508d;
}

.btn-sea-green:hover {
  color: #fff;
  background-color: #163e6d;
  border-color: #143863;
}

.btn-sea-green:focus, .btn-sea-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 106, 158, 0.5);
}

.btn-sea-green.disabled, .btn-sea-green:disabled {
  color: #fff;
  background-color: #1d508d;
  border-color: #1d508d;
}

.btn-sea-green:not(:disabled):not(.disabled):active, .btn-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #143863;
  border-color: #123258;
}

.btn-sea-green:not(:disabled):not(.disabled):active:focus, .btn-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 106, 158, 0.5);
}

.btn-dark-1 {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

.btn-dark-1:hover {
  color: #fff;
  background-color: #0c0d0e;
  border-color: #060707;
}

.btn-dark-1:focus, .btn-dark-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 65, 67, 0.5);
}

.btn-dark-1.disabled, .btn-dark-1:disabled {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

.btn-dark-1:not(:disabled):not(.disabled):active, .btn-dark-1:not(:disabled):not(.disabled).active,
.show > .btn-dark-1.dropdown-toggle {
  color: #fff;
  background-color: #060707;
  border-color: black;
}

.btn-dark-1:not(:disabled):not(.disabled):active:focus, .btn-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 65, 67, 0.5);
}

.btn-navy {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
}

.btn-navy:hover {
  color: #fff;
  background-color: #004ad9;
  border-color: #0046cc;
}

.btn-navy:focus, .btn-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 255, 0.5);
}

.btn-navy.disabled, .btn-navy:disabled {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
}

.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active,
.show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #0046cc;
  border-color: #0041bf;
}

.btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 255, 0.5);
}

.btn-pink {
  color: #3b444f;
  background-color: #ffe5ee;
  border-color: #ffe5ee;
}

.btn-pink:hover {
  color: #3b444f;
  background-color: #ffbfd5;
  border-color: #ffb2cd;
}

.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 205, 214, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #3b444f;
  background-color: #ffe5ee;
  border-color: #ffe5ee;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #3b444f;
  background-color: #ffb2cd;
  border-color: #ffa5c4;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 205, 214, 0.5);
}

.btn-dark-2 {
  color: #fff;
  background-color: #1a2b49;
  border-color: #1a2b49;
}

.btn-dark-2:hover {
  color: #fff;
  background-color: #101a2d;
  border-color: #0d1523;
}

.btn-dark-2:focus, .btn-dark-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 75, 100, 0.5);
}

.btn-dark-2.disabled, .btn-dark-2:disabled {
  color: #fff;
  background-color: #1a2b49;
  border-color: #1a2b49;
}

.btn-dark-2:not(:disabled):not(.disabled):active, .btn-dark-2:not(:disabled):not(.disabled).active,
.show > .btn-dark-2.dropdown-toggle {
  color: #fff;
  background-color: #0d1523;
  border-color: #090f1a;
}

.btn-dark-2:not(:disabled):not(.disabled):active:focus, .btn-dark-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 75, 100, 0.5);
}

.btn-yellow-lighter-2 {
  color: #3b444f;
  background-color: #f7bc5a;
  border-color: #f7bc5a;
}

.btn-yellow-lighter-2:hover {
  color: #3b444f;
  background-color: #f5ad36;
  border-color: #f5a829;
}

.btn-yellow-lighter-2:focus, .btn-yellow-lighter-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 170, 88, 0.5);
}

.btn-yellow-lighter-2.disabled, .btn-yellow-lighter-2:disabled {
  color: #3b444f;
  background-color: #f7bc5a;
  border-color: #f7bc5a;
}

.btn-yellow-lighter-2:not(:disabled):not(.disabled):active, .btn-yellow-lighter-2:not(:disabled):not(.disabled).active,
.show > .btn-yellow-lighter-2.dropdown-toggle {
  color: #3b444f;
  background-color: #f5a829;
  border-color: #f4a31d;
}

.btn-yellow-lighter-2:not(:disabled):not(.disabled):active:focus, .btn-yellow-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 170, 88, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #f05700;
  border-color: #f05700;
}

.btn-orange:hover {
  color: #fff;
  background-color: #ca4900;
  border-color: #bd4500;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 112, 38, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #f05700;
  border-color: #f05700;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #bd4500;
  border-color: #b04000;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 112, 38, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #28871c;
  border-color: #28871c;
}

.btn-green:hover {
  color: #fff;
  background-color: #1f6715;
  border-color: #1b5d13;
}

.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 153, 62, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #28871c;
  border-color: #28871c;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #1b5d13;
  border-color: #185211;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 153, 62, 0.5);
}

.btn-pink-1 {
  color: #fff;
  background-color: #ff0045;
  border-color: #ff0045;
}

.btn-pink-1:hover {
  color: #fff;
  background-color: #d9003b;
  border-color: #cc0037;
}

.btn-pink-1:focus, .btn-pink-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 97, 0.5);
}

.btn-pink-1.disabled, .btn-pink-1:disabled {
  color: #fff;
  background-color: #ff0045;
  border-color: #ff0045;
}

.btn-pink-1:not(:disabled):not(.disabled):active, .btn-pink-1:not(:disabled):not(.disabled).active,
.show > .btn-pink-1.dropdown-toggle {
  color: #fff;
  background-color: #cc0037;
  border-color: #bf0034;
}

.btn-pink-1:not(:disabled):not(.disabled):active:focus, .btn-pink-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 97, 0.5);
}

.btn-purple-1 {
  color: #fff;
  background-color: #232753;
  border-color: #232753;
}

.btn-purple-1:hover {
  color: #fff;
  background-color: #181a38;
  border-color: #14162f;
}

.btn-purple-1:focus, .btn-purple-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 71, 109, 0.5);
}

.btn-purple-1.disabled, .btn-purple-1:disabled {
  color: #fff;
  background-color: #232753;
  border-color: #232753;
}

.btn-purple-1:not(:disabled):not(.disabled):active, .btn-purple-1:not(:disabled):not(.disabled).active,
.show > .btn-purple-1.dropdown-toggle {
  color: #fff;
  background-color: #14162f;
  border-color: #101226;
}

.btn-purple-1:not(:disabled):not(.disabled):active:focus, .btn-purple-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 71, 109, 0.5);
}

.btn-outline-primary {
  color: #297cbb;
  border-color: #297cbb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #297cbb;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.5);
}

.btn-outline-secondary {
  color: #77838f;
  border-color: #77838f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #77838f;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

.btn-outline-success {
  color: #00c9a7;
  border-color: #00c9a7;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00c9a7;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

.btn-outline-info {
  color: #00dffc;
  border-color: #00dffc;
}

.btn-outline-info:hover {
  color: #3b444f;
  background-color: #00dffc;
  border-color: #00dffc;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00dffc;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #3b444f;
  background-color: #00dffc;
  border-color: #00dffc;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #3b444f;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #3b444f;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #de4437;
  border-color: #de4437;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #de4437;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #3b444f;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #3b444f;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #3b444f;
  border-color: #3b444f;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 68, 79, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3b444f;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 68, 79, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #3b444f;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #3b444f;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-indigo {
  color: #2d1582;
  border-color: #2d1582;
}

.btn-outline-indigo:hover {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #2d1582;
  background-color: transparent;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

.btn-outline-gray {
  color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-outline-gray:hover {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 240, 247, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #ebf0f7;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 240, 247, 0.5);
}

.btn-outline-violet {
  color: #532184;
  border-color: #532184;
}

.btn-outline-violet:hover {
  color: #fff;
  background-color: #532184;
  border-color: #532184;
}

.btn-outline-violet:focus, .btn-outline-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 33, 132, 0.5);
}

.btn-outline-violet.disabled, .btn-outline-violet:disabled {
  color: #532184;
  background-color: transparent;
}

.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .btn-outline-violet.dropdown-toggle {
  color: #fff;
  background-color: #532184;
  border-color: #532184;
}

.btn-outline-violet:not(:disabled):not(.disabled):active:focus, .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 33, 132, 0.5);
}

.btn-outline-violet-1 {
  color: #a864a8;
  border-color: #a864a8;
}

.btn-outline-violet-1:hover {
  color: #fff;
  background-color: #a864a8;
  border-color: #a864a8;
}

.btn-outline-violet-1:focus, .btn-outline-violet-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 100, 168, 0.5);
}

.btn-outline-violet-1.disabled, .btn-outline-violet-1:disabled {
  color: #a864a8;
  background-color: transparent;
}

.btn-outline-violet-1:not(:disabled):not(.disabled):active, .btn-outline-violet-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-violet-1.dropdown-toggle {
  color: #fff;
  background-color: #a864a8;
  border-color: #a864a8;
}

.btn-outline-violet-1:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-violet-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 100, 168, 0.5);
}

.btn-outline-violet-light {
  color: #6f13cd;
  border-color: #6f13cd;
}

.btn-outline-violet-light:hover {
  color: #fff;
  background-color: #6f13cd;
  border-color: #6f13cd;
}

.btn-outline-violet-light:focus, .btn-outline-violet-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 19, 205, 0.5);
}

.btn-outline-violet-light.disabled, .btn-outline-violet-light:disabled {
  color: #6f13cd;
  background-color: transparent;
}

.btn-outline-violet-light:not(:disabled):not(.disabled):active, .btn-outline-violet-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-violet-light.dropdown-toggle {
  color: #fff;
  background-color: #6f13cd;
  border-color: #6f13cd;
}

.btn-outline-violet-light:not(:disabled):not(.disabled):active:focus, .btn-outline-violet-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-violet-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 19, 205, 0.5);
}

.btn-outline-brown-light {
  color: #ceac61;
  border-color: #ceac61;
}

.btn-outline-brown-light:hover {
  color: #3b444f;
  background-color: #ceac61;
  border-color: #ceac61;
}

.btn-outline-brown-light:focus, .btn-outline-brown-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 172, 97, 0.5);
}

.btn-outline-brown-light.disabled, .btn-outline-brown-light:disabled {
  color: #ceac61;
  background-color: transparent;
}

.btn-outline-brown-light:not(:disabled):not(.disabled):active, .btn-outline-brown-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-brown-light.dropdown-toggle {
  color: #3b444f;
  background-color: #ceac61;
  border-color: #ceac61;
}

.btn-outline-brown-light:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brown-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 172, 97, 0.5);
}

.btn-outline-brown {
  color: #f8bd5b;
  border-color: #f8bd5b;
}

.btn-outline-brown:hover {
  color: #3b444f;
  background-color: #f8bd5b;
  border-color: #f8bd5b;
}

.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 189, 91, 0.5);
}

.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #f8bd5b;
  background-color: transparent;
}

.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-brown.dropdown-toggle {
  color: #3b444f;
  background-color: #f8bd5b;
  border-color: #f8bd5b;
}

.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 189, 91, 0.5);
}

.btn-outline-maroon {
  color: #c72f74;
  border-color: #c72f74;
}

.btn-outline-maroon:hover {
  color: #fff;
  background-color: #c72f74;
  border-color: #c72f74;
}

.btn-outline-maroon:focus, .btn-outline-maroon.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 47, 116, 0.5);
}

.btn-outline-maroon.disabled, .btn-outline-maroon:disabled {
  color: #c72f74;
  background-color: transparent;
}

.btn-outline-maroon:not(:disabled):not(.disabled):active, .btn-outline-maroon:not(:disabled):not(.disabled).active,
.show > .btn-outline-maroon.dropdown-toggle {
  color: #fff;
  background-color: #c72f74;
  border-color: #c72f74;
}

.btn-outline-maroon:not(:disabled):not(.disabled):active:focus, .btn-outline-maroon:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-maroon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 47, 116, 0.5);
}

.btn-outline-indigo-light {
  color: #080e7b;
  border-color: #080e7b;
}

.btn-outline-indigo-light:hover {
  color: #fff;
  background-color: #080e7b;
  border-color: #080e7b;
}

.btn-outline-indigo-light:focus, .btn-outline-indigo-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 14, 123, 0.5);
}

.btn-outline-indigo-light.disabled, .btn-outline-indigo-light:disabled {
  color: #080e7b;
  background-color: transparent;
}

.btn-outline-indigo-light:not(:disabled):not(.disabled):active, .btn-outline-indigo-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo-light.dropdown-toggle {
  color: #fff;
  background-color: #080e7b;
  border-color: #080e7b;
}

.btn-outline-indigo-light:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 14, 123, 0.5);
}

.btn-outline-red-light-2 {
  color: #ff3c4e;
  border-color: #ff3c4e;
}

.btn-outline-red-light-2:hover {
  color: #fff;
  background-color: #ff3c4e;
  border-color: #ff3c4e;
}

.btn-outline-red-light-2:focus, .btn-outline-red-light-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 60, 78, 0.5);
}

.btn-outline-red-light-2.disabled, .btn-outline-red-light-2:disabled {
  color: #ff3c4e;
  background-color: transparent;
}

.btn-outline-red-light-2:not(:disabled):not(.disabled):active, .btn-outline-red-light-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-red-light-2.dropdown-toggle {
  color: #fff;
  background-color: #ff3c4e;
  border-color: #ff3c4e;
}

.btn-outline-red-light-2:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red-light-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 60, 78, 0.5);
}

.btn-outline-blue-dark-1 {
  color: #045cff;
  border-color: #045cff;
}

.btn-outline-blue-dark-1:hover {
  color: #fff;
  background-color: #045cff;
  border-color: #045cff;
}

.btn-outline-blue-dark-1:focus, .btn-outline-blue-dark-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 92, 255, 0.5);
}

.btn-outline-blue-dark-1.disabled, .btn-outline-blue-dark-1:disabled {
  color: #045cff;
  background-color: transparent;
}

.btn-outline-blue-dark-1:not(:disabled):not(.disabled):active, .btn-outline-blue-dark-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-dark-1.dropdown-toggle {
  color: #fff;
  background-color: #045cff;
  border-color: #045cff;
}

.btn-outline-blue-dark-1:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-dark-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 92, 255, 0.5);
}

.btn-outline-gray-1 {
  color: #67747c;
  border-color: #67747c;
}

.btn-outline-gray-1:hover {
  color: #fff;
  background-color: #67747c;
  border-color: #67747c;
}

.btn-outline-gray-1:focus, .btn-outline-gray-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 116, 124, 0.5);
}

.btn-outline-gray-1.disabled, .btn-outline-gray-1:disabled {
  color: #67747c;
  background-color: transparent;
}

.btn-outline-gray-1:not(:disabled):not(.disabled):active, .btn-outline-gray-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-1.dropdown-toggle {
  color: #fff;
  background-color: #67747c;
  border-color: #67747c;
}

.btn-outline-gray-1:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 116, 124, 0.5);
}

.btn-outline-gray-2 {
  color: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-outline-gray-2:hover {
  color: #3b444f;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-outline-gray-2:focus, .btn-outline-gray-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 248, 249, 0.5);
}

.btn-outline-gray-2.disabled, .btn-outline-gray-2:disabled {
  color: #f7f8f9;
  background-color: transparent;
}

.btn-outline-gray-2:not(:disabled):not(.disabled):active, .btn-outline-gray-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-2.dropdown-toggle {
  color: #3b444f;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-outline-gray-2:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 248, 249, 0.5);
}

.btn-outline-gray-3 {
  color: #3b444f;
  border-color: #3b444f;
}

.btn-outline-gray-3:hover {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-outline-gray-3:focus, .btn-outline-gray-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 68, 79, 0.5);
}

.btn-outline-gray-3.disabled, .btn-outline-gray-3:disabled {
  color: #3b444f;
  background-color: transparent;
}

.btn-outline-gray-3:not(:disabled):not(.disabled):active, .btn-outline-gray-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-3.dropdown-toggle {
  color: #fff;
  background-color: #3b444f;
  border-color: #3b444f;
}

.btn-outline-gray-3:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 68, 79, 0.5);
}

.btn-outline-gray-4 {
  color: #eceff3;
  border-color: #eceff3;
}

.btn-outline-gray-4:hover {
  color: #3b444f;
  background-color: #eceff3;
  border-color: #eceff3;
}

.btn-outline-gray-4:focus, .btn-outline-gray-4.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 239, 243, 0.5);
}

.btn-outline-gray-4.disabled, .btn-outline-gray-4:disabled {
  color: #eceff3;
  background-color: transparent;
}

.btn-outline-gray-4:not(:disabled):not(.disabled):active, .btn-outline-gray-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-4.dropdown-toggle {
  color: #3b444f;
  background-color: #eceff3;
  border-color: #eceff3;
}

.btn-outline-gray-4:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 239, 243, 0.5);
}

.btn-outline-blue {
  color: #43c5db;
  border-color: #43c5db;
}

.btn-outline-blue:hover {
  color: #3b444f;
  background-color: #43c5db;
  border-color: #43c5db;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 197, 219, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #43c5db;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #3b444f;
  background-color: #43c5db;
  border-color: #43c5db;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 197, 219, 0.5);
}

.btn-outline-blue-1 {
  color: #297cbb;
  border-color: #297cbb;
}

.btn-outline-blue-1:hover {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-outline-blue-1:focus, .btn-outline-blue-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.5);
}

.btn-outline-blue-1.disabled, .btn-outline-blue-1:disabled {
  color: #297cbb;
  background-color: transparent;
}

.btn-outline-blue-1:not(:disabled):not(.disabled):active, .btn-outline-blue-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-1.dropdown-toggle {
  color: #fff;
  background-color: #297cbb;
  border-color: #297cbb;
}

.btn-outline-blue-1:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.5);
}

.btn-outline-gray-5 {
  color: #18181b;
  border-color: #18181b;
}

.btn-outline-gray-5:hover {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}

.btn-outline-gray-5:focus, .btn-outline-gray-5.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 24, 27, 0.5);
}

.btn-outline-gray-5.disabled, .btn-outline-gray-5:disabled {
  color: #18181b;
  background-color: transparent;
}

.btn-outline-gray-5:not(:disabled):not(.disabled):active, .btn-outline-gray-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-5.dropdown-toggle {
  color: #fff;
  background-color: #18181b;
  border-color: #18181b;
}

.btn-outline-gray-5:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 24, 27, 0.5);
}

.btn-outline-gray-6 {
  color: #18181a;
  border-color: #18181a;
}

.btn-outline-gray-6:hover {
  color: #fff;
  background-color: #18181a;
  border-color: #18181a;
}

.btn-outline-gray-6:focus, .btn-outline-gray-6.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 24, 26, 0.5);
}

.btn-outline-gray-6.disabled, .btn-outline-gray-6:disabled {
  color: #18181a;
  background-color: transparent;
}

.btn-outline-gray-6:not(:disabled):not(.disabled):active, .btn-outline-gray-6:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-6.dropdown-toggle {
  color: #fff;
  background-color: #18181a;
  border-color: #18181a;
}

.btn-outline-gray-6:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 24, 26, 0.5);
}

.btn-outline-gray-7 {
  color: #5c6770;
  border-color: #5c6770;
}

.btn-outline-gray-7:hover {
  color: #fff;
  background-color: #5c6770;
  border-color: #5c6770;
}

.btn-outline-gray-7:focus, .btn-outline-gray-7.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 103, 112, 0.5);
}

.btn-outline-gray-7.disabled, .btn-outline-gray-7:disabled {
  color: #5c6770;
  background-color: transparent;
}

.btn-outline-gray-7:not(:disabled):not(.disabled):active, .btn-outline-gray-7:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-7.dropdown-toggle {
  color: #fff;
  background-color: #5c6770;
  border-color: #5c6770;
}

.btn-outline-gray-7:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 103, 112, 0.5);
}

.btn-outline-gray-8 {
  color: #c5cdd8;
  border-color: #c5cdd8;
}

.btn-outline-gray-8:hover {
  color: #3b444f;
  background-color: #c5cdd8;
  border-color: #c5cdd8;
}

.btn-outline-gray-8:focus, .btn-outline-gray-8.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 205, 216, 0.5);
}

.btn-outline-gray-8.disabled, .btn-outline-gray-8:disabled {
  color: #c5cdd8;
  background-color: transparent;
}

.btn-outline-gray-8:not(:disabled):not(.disabled):active, .btn-outline-gray-8:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-8.dropdown-toggle {
  color: #3b444f;
  background-color: #c5cdd8;
  border-color: #c5cdd8;
}

.btn-outline-gray-8:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 205, 216, 0.5);
}

.btn-outline-gray-9 {
  color: #9fa9b8;
  border-color: #9fa9b8;
}

.btn-outline-gray-9:hover {
  color: #3b444f;
  background-color: #9fa9b8;
  border-color: #9fa9b8;
}

.btn-outline-gray-9:focus, .btn-outline-gray-9.focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 169, 184, 0.5);
}

.btn-outline-gray-9.disabled, .btn-outline-gray-9:disabled {
  color: #9fa9b8;
  background-color: transparent;
}

.btn-outline-gray-9:not(:disabled):not(.disabled):active, .btn-outline-gray-9:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-9.dropdown-toggle {
  color: #3b444f;
  background-color: #9fa9b8;
  border-color: #9fa9b8;
}

.btn-outline-gray-9:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 169, 184, 0.5);
}

.btn-outline-gray-10 {
  color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-outline-gray-10:hover {
  color: #3b444f;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-outline-gray-10:focus, .btn-outline-gray-10.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 193, 0.5);
}

.btn-outline-gray-10.disabled, .btn-outline-gray-10:disabled {
  color: #c1c1c1;
  background-color: transparent;
}

.btn-outline-gray-10:not(:disabled):not(.disabled):active, .btn-outline-gray-10:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-10.dropdown-toggle {
  color: #3b444f;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-outline-gray-10:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-10:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 193, 0.5);
}

.btn-outline-gray-11 {
  color: #484848;
  border-color: #484848;
}

.btn-outline-gray-11:hover {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.btn-outline-gray-11:focus, .btn-outline-gray-11.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
}

.btn-outline-gray-11.disabled, .btn-outline-gray-11:disabled {
  color: #484848;
  background-color: transparent;
}

.btn-outline-gray-11:not(:disabled):not(.disabled):active, .btn-outline-gray-11:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-11.dropdown-toggle {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.btn-outline-gray-11:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-11:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-11.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
}

.btn-outline-gray-23 {
  color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-gray-23:hover {
  color: #3b444f;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-gray-23:focus, .btn-outline-gray-23.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-gray-23.disabled, .btn-outline-gray-23:disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-gray-23:not(:disabled):not(.disabled):active, .btn-outline-gray-23:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-23.dropdown-toggle {
  color: #3b444f;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-gray-23:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-23:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-23.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-gray-33 {
  color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-outline-gray-33:hover {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-outline-gray-33:focus, .btn-outline-gray-33.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 240, 247, 0.5);
}

.btn-outline-gray-33.disabled, .btn-outline-gray-33:disabled {
  color: #ebf0f7;
  background-color: transparent;
}

.btn-outline-gray-33:not(:disabled):not(.disabled):active, .btn-outline-gray-33:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-33.dropdown-toggle {
  color: #3b444f;
  background-color: #ebf0f7;
  border-color: #ebf0f7;
}

.btn-outline-gray-33:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-33:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-33.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 240, 247, 0.5);
}

.btn-outline-sea-green {
  color: #1d508d;
  border-color: #1d508d;
}

.btn-outline-sea-green:hover {
  color: #fff;
  background-color: #1d508d;
  border-color: #1d508d;
}

.btn-outline-sea-green:focus, .btn-outline-sea-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 80, 141, 0.5);
}

.btn-outline-sea-green.disabled, .btn-outline-sea-green:disabled {
  color: #1d508d;
  background-color: transparent;
}

.btn-outline-sea-green:not(:disabled):not(.disabled):active, .btn-outline-sea-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-sea-green.dropdown-toggle {
  color: #fff;
  background-color: #1d508d;
  border-color: #1d508d;
}

.btn-outline-sea-green:not(:disabled):not(.disabled):active:focus, .btn-outline-sea-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sea-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 80, 141, 0.5);
}

.btn-outline-dark-1 {
  color: #1e2022;
  border-color: #1e2022;
}

.btn-outline-dark-1:hover {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

.btn-outline-dark-1:focus, .btn-outline-dark-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}

.btn-outline-dark-1.disabled, .btn-outline-dark-1:disabled {
  color: #1e2022;
  background-color: transparent;
}

.btn-outline-dark-1:not(:disabled):not(.disabled):active, .btn-outline-dark-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-1.dropdown-toggle {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

.btn-outline-dark-1:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}

.btn-outline-navy {
  color: #0057ff;
  border-color: #0057ff;
}

.btn-outline-navy:hover {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
}

.btn-outline-navy:focus, .btn-outline-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 255, 0.5);
}

.btn-outline-navy.disabled, .btn-outline-navy:disabled {
  color: #0057ff;
  background-color: transparent;
}

.btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-navy:not(:disabled):not(.disabled).active,
.show > .btn-outline-navy.dropdown-toggle {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
}

.btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 255, 0.5);
}

.btn-outline-pink {
  color: #ffe5ee;
  border-color: #ffe5ee;
}

.btn-outline-pink:hover {
  color: #3b444f;
  background-color: #ffe5ee;
  border-color: #ffe5ee;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 229, 238, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #ffe5ee;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #3b444f;
  background-color: #ffe5ee;
  border-color: #ffe5ee;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 229, 238, 0.5);
}

.btn-outline-dark-2 {
  color: #1a2b49;
  border-color: #1a2b49;
}

.btn-outline-dark-2:hover {
  color: #fff;
  background-color: #1a2b49;
  border-color: #1a2b49;
}

.btn-outline-dark-2:focus, .btn-outline-dark-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 43, 73, 0.5);
}

.btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
  color: #1a2b49;
  background-color: transparent;
}

.btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-2.dropdown-toggle {
  color: #fff;
  background-color: #1a2b49;
  border-color: #1a2b49;
}

.btn-outline-dark-2:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 43, 73, 0.5);
}

.btn-outline-yellow-lighter-2 {
  color: #f7bc5a;
  border-color: #f7bc5a;
}

.btn-outline-yellow-lighter-2:hover {
  color: #3b444f;
  background-color: #f7bc5a;
  border-color: #f7bc5a;
}

.btn-outline-yellow-lighter-2:focus, .btn-outline-yellow-lighter-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 188, 90, 0.5);
}

.btn-outline-yellow-lighter-2.disabled, .btn-outline-yellow-lighter-2:disabled {
  color: #f7bc5a;
  background-color: transparent;
}

.btn-outline-yellow-lighter-2:not(:disabled):not(.disabled):active, .btn-outline-yellow-lighter-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow-lighter-2.dropdown-toggle {
  color: #3b444f;
  background-color: #f7bc5a;
  border-color: #f7bc5a;
}

.btn-outline-yellow-lighter-2:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-lighter-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow-lighter-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 188, 90, 0.5);
}

.btn-outline-orange {
  color: #f05700;
  border-color: #f05700;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #f05700;
  border-color: #f05700;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 87, 0, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #f05700;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #f05700;
  border-color: #f05700;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 87, 0, 0.5);
}

.btn-outline-green {
  color: #28871c;
  border-color: #28871c;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #28871c;
  border-color: #28871c;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 135, 28, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #28871c;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #28871c;
  border-color: #28871c;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 135, 28, 0.5);
}

.btn-outline-pink-1 {
  color: #ff0045;
  border-color: #ff0045;
}

.btn-outline-pink-1:hover {
  color: #fff;
  background-color: #ff0045;
  border-color: #ff0045;
}

.btn-outline-pink-1:focus, .btn-outline-pink-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 69, 0.5);
}

.btn-outline-pink-1.disabled, .btn-outline-pink-1:disabled {
  color: #ff0045;
  background-color: transparent;
}

.btn-outline-pink-1:not(:disabled):not(.disabled):active, .btn-outline-pink-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink-1.dropdown-toggle {
  color: #fff;
  background-color: #ff0045;
  border-color: #ff0045;
}

.btn-outline-pink-1:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 69, 0.5);
}

.btn-outline-purple-1 {
  color: #232753;
  border-color: #232753;
}

.btn-outline-purple-1:hover {
  color: #fff;
  background-color: #232753;
  border-color: #232753;
}

.btn-outline-purple-1:focus, .btn-outline-purple-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 39, 83, 0.5);
}

.btn-outline-purple-1.disabled, .btn-outline-purple-1:disabled {
  color: #232753;
  background-color: transparent;
}

.btn-outline-purple-1:not(:disabled):not(.disabled):active, .btn-outline-purple-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-1.dropdown-toggle {
  color: #fff;
  background-color: #232753;
  border-color: #232753;
}

.btn-outline-purple-1:not(:disabled):not(.disabled):active:focus, .btn-outline-purple-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 39, 83, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #297cbb;
  text-decoration: none;
}

.btn-link:hover {
  color: #1b527c;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #8c98a4;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.125rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*-------------------------------------------*\
    1.10. Transitions
\*-------------------------------------------*/
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*-------------------------------------------*\
    1.11. Dropdown
\*-------------------------------------------*/
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3b444f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1480px) {
  .dropdown-menu-wd-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-wd-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e7eaf3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 700;
  color: #67747c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #3b444f;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8c98a4;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #8c98a4;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #67747c;
}

/*-------------------------------------------*\
    1.12. Button-group
\*-------------------------------------------*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*-------------------------------------------*\
    1.13. Input-group
\*-------------------------------------------*/
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}
.input-group-prepend-61 {
  margin-right: -2px;
  margin-top: 41px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8c98a4;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #ebf0f7;
  border-radius: 0.3125rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2.25rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.125rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.25rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom__input-group > .input-group-append > .btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom__input-group > .form-control:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*-------------------------------------------*\
    1.14. Custom-forms
\*-------------------------------------------*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.813rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #297cbb;
  background-color: #297cbb;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ebf0f7;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aad0ec;
  border-color: #aad0ec;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #8c98a4;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8fafd;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.0935rem;
  left: -1.813rem;
  display: block;
  width: 1.313rem;
  height: 1.313rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #ebf0f7 solid 2px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.0935rem;
  left: -1.813rem;
  display: block;
  width: 1.313rem;
  height: 1.313rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.3125rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #297cbb;
  background-color: #297cbb;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-switch {
  padding-left: 4.5rem;
}

.custom-switch .custom-control-label::before {
  left: -4.5rem;
  width: 4rem;
  pointer-events: all;
  border-radius: 0.6565rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.0935rem + 4px);
  left: calc(-4.5rem + 4px);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ebf0f7;
  border-radius: 0.6565rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(2.687rem);
          transform: translateX(2.687rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 187, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 2rem 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b444f;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 2px solid #d5dae2;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgba(41, 124, 187, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-select:focus::-ms-value {
  color: #3b444f;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #8c98a4;
  background-color: #f8fafd;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 1.25rem + 4px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2.25rem + 4px);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.8rem + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ebf0f7;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8fafd;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.8rem + 4px);
  padding: 0.9rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b444f;
  background-color: #fff;
  border: 2px solid #ebf0f7;
  border-radius: 0.3125rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.8rem);
  padding: 0.9rem 1rem;
  line-height: 1.5;
  color: #3b444f;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(41, 124, 187, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #297cbb;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #297cbb;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #297cbb;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #aad0ec;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #e7eaf3;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e7eaf3;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #97a4af;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #97a4af;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #97a4af;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/*-------------------------------------------*\
    1.15. Nav
\*-------------------------------------------*/
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.438rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #8c98a4;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e7eaf3;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f8fafd #f8fafd #e7eaf3;
}

.nav-tabs .nav-link.disabled {
  color: #8c98a4;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #77838f;
  background-color: #fff;
  border-color: #e7eaf3 #e7eaf3 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.3125rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #297cbb;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -7rem !important;
  }
  .m-sm-n16 {
    margin: -8rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -8rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -8rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -8rem !important;
  }
  .m-sm-n17 {
    margin: -9rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -9rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -9rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -9rem !important;
  }
  .m-sm-n18 {
    margin: -10rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -10rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -10rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -10rem !important;
  }
  .m-sm-n19 {
    margin: -10.6rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -10.6rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -10.6rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -10.6rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -10.6rem !important;
  }
  .m-sm-n20 {
    margin: -12.4rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -12.4rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -12.4rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -12.4rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -12.4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-0dot5 {
    margin: 0.143rem !important;
  }
  .mt-md-0dot5,
  .my-md-0dot5 {
    margin-top: 0.143rem !important;
  }
  .mr-md-0dot5,
  .mx-md-0dot5 {
    margin-right: 0.143rem !important;
  }
  .mb-md-0dot5,
  .my-md-0dot5 {
    margin-bottom: 0.143rem !important;
  }
  .ml-md-0dot5,
  .mx-md-0dot5 {
    margin-left: 0.143rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
  }
  .m-md-12 {
    margin: 5.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 5.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 5.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 5.5rem !important;
  }
  .m-md-13 {
    margin: 6rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 6rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 6rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 6rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 6rem !important;
  }
  .m-md-14 {
    margin: 6.5rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 6.5rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 6.5rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 6.5rem !important;
  }
  .m-md-15 {
    margin: 7rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 7rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 7rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 7rem !important;
  }
  .m-md-16 {
    margin: 8rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 8rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 8rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 8rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 8rem !important;
  }
  .m-md-17 {
    margin: 9rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 9rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 9rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 9rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 9rem !important;
  }
  .m-md-18 {
    margin: 10rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 10rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 10rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 10rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 10rem !important;
  }
  .m-md-19 {
    margin: 10.6rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 10.6rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 10.6rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 10.6rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 10.6rem !important;
  }
  .m-md-20 {
    margin: 12.4rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 12.4rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 12.4rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 12.4rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 12.4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-0dot5 {
    padding: 0.143rem !important;
  }
  .pt-md-0dot5,
  .py-md-0dot5 {
    padding-top: 0.143rem !important;
  }
  .pr-md-0dot5,
  .px-md-0dot5 {
    padding-right: 0.143rem !important;
  }
  .pb-md-0dot5,
  .py-md-0dot5 {
    padding-bottom: 0.143rem !important;
  }
  .pl-md-0dot5,
  .px-md-0dot5 {
    padding-left: 0.143rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
  }
  .p-md-12 {
    padding: 5.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 5.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 5.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 5.5rem !important;
  }
  .p-md-13 {
    padding: 6rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 6rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 6rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 6rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 6rem !important;
  }
  .p-md-14 {
    padding: 6.5rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 6.5rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 6.5rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 6.5rem !important;
  }
  .p-md-15 {
    padding: 7rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 7rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 7rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 7rem !important;
  }
  .p-md-16 {
    padding: 8rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 8rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 8rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 8rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 8rem !important;
  }
  .p-md-17 {
    padding: 9rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 9rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 9rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 9rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 9rem !important;
  }
  .p-md-18 {
    padding: 10rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 10rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 10rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 10rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 10rem !important;
  }
  .p-md-19 {
    padding: 10.6rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 10.6rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 10.6rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 10.6rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 10.6rem !important;
  }
  .p-md-20 {
    padding: 12.4rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 12.4rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 12.4rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 12.4rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 12.4rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  .m-md-n9 {
    margin: -4rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4rem !important;
  }
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.5rem !important;
  }
  .m-md-n11 {
    margin: -5rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -5rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -5rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -5rem !important;
  }
  .m-md-n12 {
    margin: -5.5rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -5.5rem !important;
  }
  .m-md-n13 {
    margin: -6rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -6rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -6rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -6rem !important;
  }
  .m-md-n14 {
    margin: -6.5rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -6.5rem !important;
  }
  .m-md-n15 {
    margin: -7rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -7rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -7rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -7rem !important;
  }
  .m-md-n16 {
    margin: -8rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -8rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -8rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -8rem !important;
  }
  .m-md-n17 {
    margin: -9rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -9rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -9rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -9rem !important;
  }
  .m-md-n18 {
    margin: -10rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -10rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -10rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -10rem !important;
  }
  .m-md-n19 {
    margin: -10.6rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -10.6rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -10.6rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -10.6rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -10.6rem !important;
  }
  .m-md-n20 {
    margin: -12.4rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -12.4rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -12.4rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -12.4rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -12.4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-0dot5 {
    margin: 0.143rem !important;
  }
  .mt-lg-0dot5,
  .my-lg-0dot5 {
    margin-top: 0.143rem !important;
  }
  .mr-lg-0dot5,
  .mx-lg-0dot5 {
    margin-right: 0.143rem !important;
  }
  .mb-lg-0dot5,
  .my-lg-0dot5 {
    margin-bottom: 0.143rem !important;
  }
  .ml-lg-0dot5,
  .mx-lg-0dot5 {
    margin-left: 0.143rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
  }
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 5.5rem !important;
  }
  .m-lg-13 {
    margin: 6rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 6rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 6rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 6rem !important;
  }
  .m-lg-14 {
    margin: 6.5rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 6.5rem !important;
  }
  .m-lg-15 {
    margin: 7rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 7rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 7rem !important;
  }
  .m-lg-16 {
    margin: 8rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 8rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 8rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 8rem !important;
  }
  .m-lg-17 {
    margin: 9rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 9rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 9rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 9rem !important;
  }
  .m-lg-18 {
    margin: 10rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 10rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 10rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 10rem !important;
  }
  .m-lg-19 {
    margin: 10.6rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 10.6rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 10.6rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 10.6rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 10.6rem !important;
  }
  .m-lg-20 {
    margin: 12.4rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 12.4rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 12.4rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 12.4rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 12.4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-0dot5 {
    padding: 0.143rem !important;
  }
  .pt-lg-0dot5,
  .py-lg-0dot5 {
    padding-top: 0.143rem !important;
  }
  .pr-lg-0dot5,
  .px-lg-0dot5 {
    padding-right: 0.143rem !important;
  }
  .pb-lg-0dot5,
  .py-lg-0dot5 {
    padding-bottom: 0.143rem !important;
  }
  .pl-lg-0dot5,
  .px-lg-0dot5 {
    padding-left: 0.143rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
  }
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 5.5rem !important;
  }
  .p-lg-13 {
    padding: 6rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 6rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 6rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 6rem !important;
  }
  .p-lg-14 {
    padding: 6.5rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 6.5rem !important;
  }
  .p-lg-15 {
    padding: 7rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 7rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 7rem !important;
  }
  .p-lg-16 {
    padding: 8rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 8rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 8rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 8rem !important;
  }
  .p-lg-17 {
    padding: 9rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 9rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 9rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 9rem !important;
  }
  .p-lg-18 {
    padding: 10rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 10rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 10rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 10rem !important;
  }
  .p-lg-19 {
    padding: 10.6rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 10.6rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 10.6rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 10.6rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 10.6rem !important;
  }
  .p-lg-20 {
    padding: 12.4rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 12.4rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 12.4rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 12.4rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 12.4rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4rem !important;
  }
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -5rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -5rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -5rem !important;
  }
  .m-lg-n12 {
    margin: -5.5rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n13 {
    margin: -6rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -6rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -6rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -6rem !important;
  }
  .m-lg-n14 {
    margin: -6.5rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n15 {
    margin: -7rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -7rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -7rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -7rem !important;
  }
  .m-lg-n16 {
    margin: -8rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -8rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -8rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -8rem !important;
  }
  .m-lg-n17 {
    margin: -9rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -9rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -9rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -9rem !important;
  }
  .m-lg-n18 {
    margin: -10rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -10rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -10rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -10rem !important;
  }
  .m-lg-n19 {
    margin: -10.6rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -10.6rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -10.6rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -10.6rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -10.6rem !important;
  }
  .m-lg-n20 {
    margin: -12.4rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -12.4rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -12.4rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -12.4rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -12.4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-0dot5 {
    margin: 0.143rem !important;
  }
  .mt-xl-0dot5,
  .my-xl-0dot5 {
    margin-top: 0.143rem !important;
  }
  .mr-xl-0dot5,
  .mx-xl-0dot5 {
    margin-right: 0.143rem !important;
  }
  .mb-xl-0dot5,
  .my-xl-0dot5 {
    margin-bottom: 0.143rem !important;
  }
  .ml-xl-0dot5,
  .mx-xl-0dot5 {
    margin-left: 0.143rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important;
  }
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 5.5rem !important;
  }
  .m-xl-13 {
    margin: 6rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 6rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 6rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 6rem !important;
  }
  .m-xl-14 {
    margin: 6.5rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 6.5rem !important;
  }
  .m-xl-15 {
    margin: 7rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 7rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 7rem !important;
  }
  .m-xl-16 {
    margin: 8rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 8rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 8rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 8rem !important;
  }
  .m-xl-17 {
    margin: 9rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 9rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 9rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 9rem !important;
  }
  .m-xl-18 {
    margin: 10rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 10rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 10rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 10rem !important;
  }
  .m-xl-19 {
    margin: 10.6rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 10.6rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 10.6rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 10.6rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 10.6rem !important;
  }
  .m-xl-20 {
    margin: 12.4rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 12.4rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 12.4rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 12.4rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 12.4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-0dot5 {
    padding: 0.143rem !important;
  }
  .pt-xl-0dot5,
  .py-xl-0dot5 {
    padding-top: 0.143rem !important;
  }
  .pr-xl-0dot5,
  .px-xl-0dot5 {
    padding-right: 0.143rem !important;
  }
  .pb-xl-0dot5,
  .py-xl-0dot5 {
    padding-bottom: 0.143rem !important;
  }
  .pl-xl-0dot5,
  .px-xl-0dot5 {
    padding-left: 0.143rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important;
  }
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 5.5rem !important;
  }
  .p-xl-13 {
    padding: 6rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 6rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 6rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 6rem !important;
  }
  .p-xl-14 {
    padding: 6.5rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 6.5rem !important;
  }
  .p-xl-15 {
    padding: 7rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 7rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 7rem !important;
  }
  .p-xl-16 {
    padding: 8rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 8rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 8rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 8rem !important;
  }
  .p-xl-17 {
    padding: 9rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 9rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 9rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 9rem !important;
  }
  .p-xl-18 {
    padding: 10rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 10rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 10rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 10rem !important;
  }
  .p-xl-19 {
    padding: 10.6rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 10.6rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 10.6rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 10.6rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 10.6rem !important;
  }
  .p-xl-20 {
    padding: 12.4rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 12.4rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 12.4rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 12.4rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 12.4rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4rem !important;
  }
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -5rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -5rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -5rem !important;
  }
  .m-xl-n12 {
    margin: -5.5rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n13 {
    margin: -6rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -6rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -6rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -6rem !important;
  }
  .m-xl-n14 {
    margin: -6.5rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n15 {
    margin: -7rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -7rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -7rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -7rem !important;
  }
  .m-xl-n16 {
    margin: -8rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -8rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -8rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -8rem !important;
  }
  .m-xl-n17 {
    margin: -9rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -9rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -9rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -9rem !important;
  }
  .m-xl-n18 {
    margin: -10rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -10rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -10rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -10rem !important;
  }
  .m-xl-n19 {
    margin: -10.6rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -10.6rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -10.6rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -10.6rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -10.6rem !important;
  }
  .m-xl-n20 {
    margin: -12.4rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -12.4rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -12.4rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -12.4rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -12.4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1480px) {
  .m-wd-0 {
    margin: 0 !important;
  }
  .mt-wd-0,
  .my-wd-0 {
    margin-top: 0 !important;
  }
  .mr-wd-0,
  .mx-wd-0 {
    margin-right: 0 !important;
  }
  .mb-wd-0,
  .my-wd-0 {
    margin-bottom: 0 !important;
  }
  .ml-wd-0,
  .mx-wd-0 {
    margin-left: 0 !important;
  }
  .m-wd-1 {
    margin: 0.25rem !important;
  }
  .mt-wd-1,
  .my-wd-1 {
    margin-top: 0.25rem !important;
  }
  .mr-wd-1,
  .mx-wd-1 {
    margin-right: 0.25rem !important;
  }
  .mb-wd-1,
  .my-wd-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-wd-1,
  .mx-wd-1 {
    margin-left: 0.25rem !important;
  }
  .m-wd-2 {
    margin: 0.5rem !important;
  }
  .mt-wd-2,
  .my-wd-2 {
    margin-top: 0.5rem !important;
  }
  .mr-wd-2,
  .mx-wd-2 {
    margin-right: 0.5rem !important;
  }
  .mb-wd-2,
  .my-wd-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-wd-2,
  .mx-wd-2 {
    margin-left: 0.5rem !important;
  }
  .m-wd-3 {
    margin: 1rem !important;
  }
  .mt-wd-3,
  .my-wd-3 {
    margin-top: 1rem !important;
  }
  .mr-wd-3,
  .mx-wd-3 {
    margin-right: 1rem !important;
  }
  .mb-wd-3,
  .my-wd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-wd-3,
  .mx-wd-3 {
    margin-left: 1rem !important;
  }
  .m-wd-4 {
    margin: 1.5rem !important;
  }
  .mt-wd-4,
  .my-wd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-wd-4,
  .mx-wd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-wd-4,
  .my-wd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-wd-4,
  .mx-wd-4 {
    margin-left: 1.5rem !important;
  }
  .m-wd-5 {
    margin: 2rem !important;
  }
  .mt-wd-5,
  .my-wd-5 {
    margin-top: 2rem !important;
  }
  .mr-wd-5,
  .mx-wd-5 {
    margin-right: 2rem !important;
  }
  .mb-wd-5,
  .my-wd-5 {
    margin-bottom: 2rem !important;
  }
  .ml-wd-5,
  .mx-wd-5 {
    margin-left: 2rem !important;
  }
  .m-wd-0dot5 {
    margin: 0.143rem !important;
  }
  .mt-wd-0dot5,
  .my-wd-0dot5 {
    margin-top: 0.143rem !important;
  }
  .mr-wd-0dot5,
  .mx-wd-0dot5 {
    margin-right: 0.143rem !important;
  }
  .mb-wd-0dot5,
  .my-wd-0dot5 {
    margin-bottom: 0.143rem !important;
  }
  .ml-wd-0dot5,
  .mx-wd-0dot5 {
    margin-left: 0.143rem !important;
  }
  .m-wd-6 {
    margin: 2.5rem !important;
  }
  .mt-wd-6,
  .my-wd-6 {
    margin-top: 2.5rem !important;
  }
  .mr-wd-6,
  .mx-wd-6 {
    margin-right: 2.5rem !important;
  }
  .mb-wd-6,
  .my-wd-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-wd-6,
  .mx-wd-6 {
    margin-left: 2.5rem !important;
  }
  .m-wd-7 {
    margin: 3rem !important;
  }
  .mt-wd-7,
  .my-wd-7 {
    margin-top: 3rem !important;
  }
  .mr-wd-7,
  .mx-wd-7 {
    margin-right: 3rem !important;
  }
  .mb-wd-7,
  .my-wd-7 {
    margin-bottom: 3rem !important;
  }
  .ml-wd-7,
  .mx-wd-7 {
    margin-left: 3rem !important;
  }
  .m-wd-8 {
    margin: 3.5rem !important;
  }
  .mt-wd-8,
  .my-wd-8 {
    margin-top: 3.5rem !important;
  }
  .mr-wd-8,
  .mx-wd-8 {
    margin-right: 3.5rem !important;
  }
  .mb-wd-8,
  .my-wd-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-wd-8,
  .mx-wd-8 {
    margin-left: 3.5rem !important;
  }
  .m-wd-9 {
    margin: 4rem !important;
  }
  .mt-wd-9,
  .my-wd-9 {
    margin-top: 4rem !important;
  }
  .mr-wd-9,
  .mx-wd-9 {
    margin-right: 4rem !important;
  }
  .mb-wd-9,
  .my-wd-9 {
    margin-bottom: 4rem !important;
  }
  .ml-wd-9,
  .mx-wd-9 {
    margin-left: 4rem !important;
  }
  .m-wd-10 {
    margin: 4.5rem !important;
  }
  .mt-wd-10,
  .my-wd-10 {
    margin-top: 4.5rem !important;
  }
  .mr-wd-10,
  .mx-wd-10 {
    margin-right: 4.5rem !important;
  }
  .mb-wd-10,
  .my-wd-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-wd-10,
  .mx-wd-10 {
    margin-left: 4.5rem !important;
  }
  .m-wd-11 {
    margin: 5rem !important;
  }
  .mt-wd-11,
  .my-wd-11 {
    margin-top: 5rem !important;
  }
  .mr-wd-11,
  .mx-wd-11 {
    margin-right: 5rem !important;
  }
  .mb-wd-11,
  .my-wd-11 {
    margin-bottom: 5rem !important;
  }
  .ml-wd-11,
  .mx-wd-11 {
    margin-left: 5rem !important;
  }
  .m-wd-12 {
    margin: 5.5rem !important;
  }
  .mt-wd-12,
  .my-wd-12 {
    margin-top: 5.5rem !important;
  }
  .mr-wd-12,
  .mx-wd-12 {
    margin-right: 5.5rem !important;
  }
  .mb-wd-12,
  .my-wd-12 {
    margin-bottom: 5.5rem !important;
  }
  .ml-wd-12,
  .mx-wd-12 {
    margin-left: 5.5rem !important;
  }
  .m-wd-13 {
    margin: 6rem !important;
  }
  .mt-wd-13,
  .my-wd-13 {
    margin-top: 6rem !important;
  }
  .mr-wd-13,
  .mx-wd-13 {
    margin-right: 6rem !important;
  }
  .mb-wd-13,
  .my-wd-13 {
    margin-bottom: 6rem !important;
  }
  .ml-wd-13,
  .mx-wd-13 {
    margin-left: 6rem !important;
  }
  .m-wd-14 {
    margin: 6.5rem !important;
  }
  .mt-wd-14,
  .my-wd-14 {
    margin-top: 6.5rem !important;
  }
  .mr-wd-14,
  .mx-wd-14 {
    margin-right: 6.5rem !important;
  }
  .mb-wd-14,
  .my-wd-14 {
    margin-bottom: 6.5rem !important;
  }
  .ml-wd-14,
  .mx-wd-14 {
    margin-left: 6.5rem !important;
  }
  .m-wd-15 {
    margin: 7rem !important;
  }
  .mt-wd-15,
  .my-wd-15 {
    margin-top: 7rem !important;
  }
  .mr-wd-15,
  .mx-wd-15 {
    margin-right: 7rem !important;
  }
  .mb-wd-15,
  .my-wd-15 {
    margin-bottom: 7rem !important;
  }
  .ml-wd-15,
  .mx-wd-15 {
    margin-left: 7rem !important;
  }
  .m-wd-16 {
    margin: 8rem !important;
  }
  .mt-wd-16,
  .my-wd-16 {
    margin-top: 8rem !important;
  }
  .mr-wd-16,
  .mx-wd-16 {
    margin-right: 8rem !important;
  }
  .mb-wd-16,
  .my-wd-16 {
    margin-bottom: 8rem !important;
  }
  .ml-wd-16,
  .mx-wd-16 {
    margin-left: 8rem !important;
  }
  .m-wd-17 {
    margin: 9rem !important;
  }
  .mt-wd-17,
  .my-wd-17 {
    margin-top: 9rem !important;
  }
  .mr-wd-17,
  .mx-wd-17 {
    margin-right: 9rem !important;
  }
  .mb-wd-17,
  .my-wd-17 {
    margin-bottom: 9rem !important;
  }
  .ml-wd-17,
  .mx-wd-17 {
    margin-left: 9rem !important;
  }
  .m-wd-18 {
    margin: 10rem !important;
  }
  .mt-wd-18,
  .my-wd-18 {
    margin-top: 10rem !important;
  }
  .mr-wd-18,
  .mx-wd-18 {
    margin-right: 10rem !important;
  }
  .mb-wd-18,
  .my-wd-18 {
    margin-bottom: 10rem !important;
  }
  .ml-wd-18,
  .mx-wd-18 {
    margin-left: 10rem !important;
  }
  .m-wd-19 {
    margin: 10.6rem !important;
  }
  .mt-wd-19,
  .my-wd-19 {
    margin-top: 10.6rem !important;
  }
  .mr-wd-19,
  .mx-wd-19 {
    margin-right: 10.6rem !important;
  }
  .mb-wd-19,
  .my-wd-19 {
    margin-bottom: 10.6rem !important;
  }
  .ml-wd-19,
  .mx-wd-19 {
    margin-left: 10.6rem !important;
  }
  .m-wd-20 {
    margin: 12.4rem !important;
  }
  .mt-wd-20,
  .my-wd-20 {
    margin-top: 12.4rem !important;
  }
  .mr-wd-20,
  .mx-wd-20 {
    margin-right: 12.4rem !important;
  }
  .mb-wd-20,
  .my-wd-20 {
    margin-bottom: 12.4rem !important;
  }
  .ml-wd-20,
  .mx-wd-20 {
    margin-left: 12.4rem !important;
  }
  .p-wd-0 {
    padding: 0 !important;
  }
  .pt-wd-0,
  .py-wd-0 {
    padding-top: 0 !important;
  }
  .pr-wd-0,
  .px-wd-0 {
    padding-right: 0 !important;
  }
  .pb-wd-0,
  .py-wd-0 {
    padding-bottom: 0 !important;
  }
  .pl-wd-0,
  .px-wd-0 {
    padding-left: 0 !important;
  }
  .p-wd-1 {
    padding: 0.25rem !important;
  }
  .pt-wd-1,
  .py-wd-1 {
    padding-top: 0.25rem !important;
  }
  .pr-wd-1,
  .px-wd-1 {
    padding-right: 0.25rem !important;
  }
  .pb-wd-1,
  .py-wd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-wd-1,
  .px-wd-1 {
    padding-left: 0.25rem !important;
  }
  .p-wd-2 {
    padding: 0.5rem !important;
  }
  .pt-wd-2,
  .py-wd-2 {
    padding-top: 0.5rem !important;
  }
  .pr-wd-2,
  .px-wd-2 {
    padding-right: 0.5rem !important;
  }
  .pb-wd-2,
  .py-wd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-wd-2,
  .px-wd-2 {
    padding-left: 0.5rem !important;
  }
  .p-wd-3 {
    padding: 1rem !important;
  }
  .pt-wd-3,
  .py-wd-3 {
    padding-top: 1rem !important;
  }
  .pr-wd-3,
  .px-wd-3 {
    padding-right: 1rem !important;
  }
  .pb-wd-3,
  .py-wd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-wd-3,
  .px-wd-3 {
    padding-left: 1rem !important;
  }
  .p-wd-4 {
    padding: 1.5rem !important;
  }
  .pt-wd-4,
  .py-wd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-wd-4,
  .px-wd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-wd-4,
  .py-wd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-wd-4,
  .px-wd-4 {
    padding-left: 1.5rem !important;
  }
  .p-wd-5 {
    padding: 2rem !important;
  }
  .pt-wd-5,
  .py-wd-5 {
    padding-top: 2rem !important;
  }
  .pr-wd-5,
  .px-wd-5 {
    padding-right: 2rem !important;
  }
  .pb-wd-5,
  .py-wd-5 {
    padding-bottom: 2rem !important;
  }
  .pl-wd-5,
  .px-wd-5 {
    padding-left: 2rem !important;
  }
  .p-wd-0dot5 {
    padding: 0.143rem !important;
  }
  .pt-wd-0dot5,
  .py-wd-0dot5 {
    padding-top: 0.143rem !important;
  }
  .pr-wd-0dot5,
  .px-wd-0dot5 {
    padding-right: 0.143rem !important;
  }
  .pb-wd-0dot5,
  .py-wd-0dot5 {
    padding-bottom: 0.143rem !important;
  }
  .pl-wd-0dot5,
  .px-wd-0dot5 {
    padding-left: 0.143rem !important;
  }
  .p-wd-6 {
    padding: 2.5rem !important;
  }
  .pt-wd-6,
  .py-wd-6 {
    padding-top: 2.5rem !important;
  }
  .pr-wd-6,
  .px-wd-6 {
    padding-right: 2.5rem !important;
  }
  .pb-wd-6,
  .py-wd-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-wd-6,
  .px-wd-6 {
    padding-left: 2.5rem !important;
  }
  .p-wd-7 {
    padding: 3rem !important;
  }
  .pt-wd-7,
  .py-wd-7 {
    padding-top: 3rem !important;
  }
  .pr-wd-7,
  .px-wd-7 {
    padding-right: 3rem !important;
  }
  .pb-wd-7,
  .py-wd-7 {
    padding-bottom: 3rem !important;
  }
  .pl-wd-7,
  .px-wd-7 {
    padding-left: 3rem !important;
  }
  .p-wd-8 {
    padding: 3.5rem !important;
  }
  .pt-wd-8,
  .py-wd-8 {
    padding-top: 3.5rem !important;
  }
  .pr-wd-8,
  .px-wd-8 {
    padding-right: 3.5rem !important;
  }
  .pb-wd-8,
  .py-wd-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-wd-8,
  .px-wd-8 {
    padding-left: 3.5rem !important;
  }
  .p-wd-9 {
    padding: 4rem !important;
  }
  .pt-wd-9,
  .py-wd-9 {
    padding-top: 4rem !important;
  }
  .pr-wd-9,
  .px-wd-9 {
    padding-right: 4rem !important;
  }
  .pb-wd-9,
  .py-wd-9 {
    padding-bottom: 4rem !important;
  }
  .pl-wd-9,
  .px-wd-9 {
    padding-left: 4rem !important;
  }
  .p-wd-10 {
    padding: 4.5rem !important;
  }
  .pt-wd-10,
  .py-wd-10 {
    padding-top: 4.5rem !important;
  }
  .pr-wd-10,
  .px-wd-10 {
    padding-right: 4.5rem !important;
  }
  .pb-wd-10,
  .py-wd-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-wd-10,
  .px-wd-10 {
    padding-left: 4.5rem !important;
  }
  .p-wd-11 {
    padding: 5rem !important;
  }
  .pt-wd-11,
  .py-wd-11 {
    padding-top: 5rem !important;
  }
  .pr-wd-11,
  .px-wd-11 {
    padding-right: 5rem !important;
  }
  .pb-wd-11,
  .py-wd-11 {
    padding-bottom: 5rem !important;
  }
  .pl-wd-11,
  .px-wd-11 {
    padding-left: 5rem !important;
  }
  .p-wd-12 {
    padding: 5.5rem !important;
  }
  .pt-wd-12,
  .py-wd-12 {
    padding-top: 5.5rem !important;
  }
  .pr-wd-12,
  .px-wd-12 {
    padding-right: 5.5rem !important;
  }
  .pb-wd-12,
  .py-wd-12 {
    padding-bottom: 5.5rem !important;
  }
  .pl-wd-12,
  .px-wd-12 {
    padding-left: 5.5rem !important;
  }
  .p-wd-13 {
    padding: 6rem !important;
  }
  .pt-wd-13,
  .py-wd-13 {
    padding-top: 6rem !important;
  }
  .pr-wd-13,
  .px-wd-13 {
    padding-right: 6rem !important;
  }
  .pb-wd-13,
  .py-wd-13 {
    padding-bottom: 6rem !important;
  }
  .pl-wd-13,
  .px-wd-13 {
    padding-left: 6rem !important;
  }
  .p-wd-14 {
    padding: 6.5rem !important;
  }
  .pt-wd-14,
  .py-wd-14 {
    padding-top: 6.5rem !important;
  }
  .pr-wd-14,
  .px-wd-14 {
    padding-right: 6.5rem !important;
  }
  .pb-wd-14,
  .py-wd-14 {
    padding-bottom: 6.5rem !important;
  }
  .pl-wd-14,
  .px-wd-14 {
    padding-left: 6.5rem !important;
  }
  .p-wd-15 {
    padding: 7rem !important;
  }
  .pt-wd-15,
  .py-wd-15 {
    padding-top: 7rem !important;
  }
  .pr-wd-15,
  .px-wd-15 {
    padding-right: 7rem !important;
  }
  .pb-wd-15,
  .py-wd-15 {
    padding-bottom: 7rem !important;
  }
  .pl-wd-15,
  .px-wd-15 {
    padding-left: 7rem !important;
  }
  .p-wd-16 {
    padding: 8rem !important;
  }
  .pt-wd-16,
  .py-wd-16 {
    padding-top: 8rem !important;
  }
  .pr-wd-16,
  .px-wd-16 {
    padding-right: 8rem !important;
  }
  .pb-wd-16,
  .py-wd-16 {
    padding-bottom: 8rem !important;
  }
  .pl-wd-16,
  .px-wd-16 {
    padding-left: 8rem !important;
  }
  .p-wd-17 {
    padding: 9rem !important;
  }
  .pt-wd-17,
  .py-wd-17 {
    padding-top: 9rem !important;
  }
  .pr-wd-17,
  .px-wd-17 {
    padding-right: 9rem !important;
  }
  .pb-wd-17,
  .py-wd-17 {
    padding-bottom: 9rem !important;
  }
  .pl-wd-17,
  .px-wd-17 {
    padding-left: 9rem !important;
  }
  .p-wd-18 {
    padding: 10rem !important;
  }
  .pt-wd-18,
  .py-wd-18 {
    padding-top: 10rem !important;
  }
  .pr-wd-18,
  .px-wd-18 {
    padding-right: 10rem !important;
  }
  .pb-wd-18,
  .py-wd-18 {
    padding-bottom: 10rem !important;
  }
  .pl-wd-18,
  .px-wd-18 {
    padding-left: 10rem !important;
  }
  .p-wd-19 {
    padding: 10.6rem !important;
  }
  .pt-wd-19,
  .py-wd-19 {
    padding-top: 10.6rem !important;
  }
  .pr-wd-19,
  .px-wd-19 {
    padding-right: 10.6rem !important;
  }
  .pb-wd-19,
  .py-wd-19 {
    padding-bottom: 10.6rem !important;
  }
  .pl-wd-19,
  .px-wd-19 {
    padding-left: 10.6rem !important;
  }
  .p-wd-20 {
    padding: 12.4rem !important;
  }
  .pt-wd-20,
  .py-wd-20 {
    padding-top: 12.4rem !important;
  }
  .pr-wd-20,
  .px-wd-20 {
    padding-right: 12.4rem !important;
  }
  .pb-wd-20,
  .py-wd-20 {
    padding-bottom: 12.4rem !important;
  }
  .pl-wd-20,
  .px-wd-20 {
    padding-left: 12.4rem !important;
  }
  .m-wd-n1 {
    margin: -0.25rem !important;
  }
  .mt-wd-n1,
  .my-wd-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-wd-n1,
  .mx-wd-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-wd-n1,
  .my-wd-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-wd-n1,
  .mx-wd-n1 {
    margin-left: -0.25rem !important;
  }
  .m-wd-n2 {
    margin: -0.5rem !important;
  }
  .mt-wd-n2,
  .my-wd-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-wd-n2,
  .mx-wd-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-wd-n2,
  .my-wd-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-wd-n2,
  .mx-wd-n2 {
    margin-left: -0.5rem !important;
  }
  .m-wd-n3 {
    margin: -1rem !important;
  }
  .mt-wd-n3,
  .my-wd-n3 {
    margin-top: -1rem !important;
  }
  .mr-wd-n3,
  .mx-wd-n3 {
    margin-right: -1rem !important;
  }
  .mb-wd-n3,
  .my-wd-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-wd-n3,
  .mx-wd-n3 {
    margin-left: -1rem !important;
  }
  .m-wd-n4 {
    margin: -1.5rem !important;
  }
  .mt-wd-n4,
  .my-wd-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-wd-n4,
  .mx-wd-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-wd-n4,
  .my-wd-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-wd-n4,
  .mx-wd-n4 {
    margin-left: -1.5rem !important;
  }
  .m-wd-n5 {
    margin: -2rem !important;
  }
  .mt-wd-n5,
  .my-wd-n5 {
    margin-top: -2rem !important;
  }
  .mr-wd-n5,
  .mx-wd-n5 {
    margin-right: -2rem !important;
  }
  .mb-wd-n5,
  .my-wd-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-wd-n5,
  .mx-wd-n5 {
    margin-left: -2rem !important;
  }
  .m-wd-n6 {
    margin: -2.5rem !important;
  }
  .mt-wd-n6,
  .my-wd-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-wd-n6,
  .mx-wd-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-wd-n6,
  .my-wd-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-wd-n6,
  .mx-wd-n6 {
    margin-left: -2.5rem !important;
  }
  .m-wd-n7 {
    margin: -3rem !important;
  }
  .mt-wd-n7,
  .my-wd-n7 {
    margin-top: -3rem !important;
  }
  .mr-wd-n7,
  .mx-wd-n7 {
    margin-right: -3rem !important;
  }
  .mb-wd-n7,
  .my-wd-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-wd-n7,
  .mx-wd-n7 {
    margin-left: -3rem !important;
  }
  .m-wd-n8 {
    margin: -3.5rem !important;
  }
  .mt-wd-n8,
  .my-wd-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-wd-n8,
  .mx-wd-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-wd-n8,
  .my-wd-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-wd-n8,
  .mx-wd-n8 {
    margin-left: -3.5rem !important;
  }
  .m-wd-n9 {
    margin: -4rem !important;
  }
  .mt-wd-n9,
  .my-wd-n9 {
    margin-top: -4rem !important;
  }
  .mr-wd-n9,
  .mx-wd-n9 {
    margin-right: -4rem !important;
  }
  .mb-wd-n9,
  .my-wd-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-wd-n9,
  .mx-wd-n9 {
    margin-left: -4rem !important;
  }
  .m-wd-n10 {
    margin: -4.5rem !important;
  }
  .mt-wd-n10,
  .my-wd-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-wd-n10,
  .mx-wd-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-wd-n10,
  .my-wd-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-wd-n10,
  .mx-wd-n10 {
    margin-left: -4.5rem !important;
  }
  .m-wd-n11 {
    margin: -5rem !important;
  }
  .mt-wd-n11,
  .my-wd-n11 {
    margin-top: -5rem !important;
  }
  .mr-wd-n11,
  .mx-wd-n11 {
    margin-right: -5rem !important;
  }
  .mb-wd-n11,
  .my-wd-n11 {
    margin-bottom: -5rem !important;
  }
  .ml-wd-n11,
  .mx-wd-n11 {
    margin-left: -5rem !important;
  }
  .m-wd-n12 {
    margin: -5.5rem !important;
  }
  .mt-wd-n12,
  .my-wd-n12 {
    margin-top: -5.5rem !important;
  }
  .mr-wd-n12,
  .mx-wd-n12 {
    margin-right: -5.5rem !important;
  }
  .mb-wd-n12,
  .my-wd-n12 {
    margin-bottom: -5.5rem !important;
  }
  .ml-wd-n12,
  .mx-wd-n12 {
    margin-left: -5.5rem !important;
  }
  .m-wd-n13 {
    margin: -6rem !important;
  }
  .mt-wd-n13,
  .my-wd-n13 {
    margin-top: -6rem !important;
  }
  .mr-wd-n13,
  .mx-wd-n13 {
    margin-right: -6rem !important;
  }
  .mb-wd-n13,
  .my-wd-n13 {
    margin-bottom: -6rem !important;
  }
  .ml-wd-n13,
  .mx-wd-n13 {
    margin-left: -6rem !important;
  }
  .m-wd-n14 {
    margin: -6.5rem !important;
  }
  .mt-wd-n14,
  .my-wd-n14 {
    margin-top: -6.5rem !important;
  }
  .mr-wd-n14,
  .mx-wd-n14 {
    margin-right: -6.5rem !important;
  }
  .mb-wd-n14,
  .my-wd-n14 {
    margin-bottom: -6.5rem !important;
  }
  .ml-wd-n14,
  .mx-wd-n14 {
    margin-left: -6.5rem !important;
  }
  .m-wd-n15 {
    margin: -7rem !important;
  }
  .mt-wd-n15,
  .my-wd-n15 {
    margin-top: -7rem !important;
  }
  .mr-wd-n15,
  .mx-wd-n15 {
    margin-right: -7rem !important;
  }
  .mb-wd-n15,
  .my-wd-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-wd-n15,
  .mx-wd-n15 {
    margin-left: -7rem !important;
  }
  .m-wd-n16 {
    margin: -8rem !important;
  }
  .mt-wd-n16,
  .my-wd-n16 {
    margin-top: -8rem !important;
  }
  .mr-wd-n16,
  .mx-wd-n16 {
    margin-right: -8rem !important;
  }
  .mb-wd-n16,
  .my-wd-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-wd-n16,
  .mx-wd-n16 {
    margin-left: -8rem !important;
  }
  .m-wd-n17 {
    margin: -9rem !important;
  }
  .mt-wd-n17,
  .my-wd-n17 {
    margin-top: -9rem !important;
  }
  .mr-wd-n17,
  .mx-wd-n17 {
    margin-right: -9rem !important;
  }
  .mb-wd-n17,
  .my-wd-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-wd-n17,
  .mx-wd-n17 {
    margin-left: -9rem !important;
  }
  .m-wd-n18 {
    margin: -10rem !important;
  }
  .mt-wd-n18,
  .my-wd-n18 {
    margin-top: -10rem !important;
  }
  .mr-wd-n18,
  .mx-wd-n18 {
    margin-right: -10rem !important;
  }
  .mb-wd-n18,
  .my-wd-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-wd-n18,
  .mx-wd-n18 {
    margin-left: -10rem !important;
  }
  .m-wd-n19 {
    margin: -10.6rem !important;
  }
  .mt-wd-n19,
  .my-wd-n19 {
    margin-top: -10.6rem !important;
  }
  .mr-wd-n19,
  .mx-wd-n19 {
    margin-right: -10.6rem !important;
  }
  .mb-wd-n19,
  .my-wd-n19 {
    margin-bottom: -10.6rem !important;
  }
  .ml-wd-n19,
  .mx-wd-n19 {
    margin-left: -10.6rem !important;
  }
  .m-wd-n20 {
    margin: -12.4rem !important;
  }
  .mt-wd-n20,
  .my-wd-n20 {
    margin-top: -12.4rem !important;
  }
  .mr-wd-n20,
  .mx-wd-n20 {
    margin-right: -12.4rem !important;
  }
  .mb-wd-n20,
  .my-wd-n20 {
    margin-bottom: -12.4rem !important;
  }
  .ml-wd-n20,
  .mx-wd-n20 {
    margin-left: -12.4rem !important;
  }
  .m-wd-auto {
    margin: auto !important;
  }
  .mt-wd-auto,
  .my-wd-auto {
    margin-top: auto !important;
  }
  .mr-wd-auto,
  .mx-wd-auto {
    margin-right: auto !important;
  }
  .mb-wd-auto,
  .my-wd-auto {
    margin-bottom: auto !important;
  }
  .ml-wd-auto,
  .mx-wd-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1480px) {
  .text-wd-left {
    text-align: left !important;
  }
  .text-wd-right {
    text-align: right !important;
  }
  .text-wd-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #FF6500 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1b527c !important;
}

.text-secondary {
  color: #77838f !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545d66 !important;
}

.text-success {
  color: #00c9a7 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #007d67 !important;
}

.text-info {
  color: #00dffc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #009bb0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #FF6500 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ac281c !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #3b444f !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #FF6500 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-indigo {
  color: #2d1582 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #160a40 !important;
}

.text-gray {
  color: #ebf0f7 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #b4c7e1 !important;
}

.text-violet {
  color: #532184 !important;
}

a.text-violet:hover, a.text-violet:focus {
  color: #2d1247 !important;
}

.text-violet-1 {
  color: #a864a8 !important;
}

a.text-violet-1:hover, a.text-violet-1:focus {
  color: #7b457b !important;
}

.text-violet-light {
  color: #6f13cd !important;
}

a.text-violet-light:hover, a.text-violet-light:focus {
  color: #490d87 !important;
}

.text-brown-light {
  color: #ceac61 !important;
}

a.text-brown-light:hover, a.text-brown-light:focus {
  color: #ad8836 !important;
}

.text-brown {
  color: #f8bd5b !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: #f59f12 !important;
}

.text-maroon {
  color: #c72f74 !important;
}

a.text-maroon:hover, a.text-maroon:focus {
  color: #892050 !important;
}

.text-indigo-light {
  color: #080e7b !important;
}

a.text-indigo-light:hover, a.text-indigo-light:focus {
  color: #030633 !important;
}

.text-red-light-2 {
  color: #ff3c4e !important;
}

a.text-red-light-2:hover, a.text-red-light-2:focus {
  color: #ef0016 !important;
}

.text-blue-dark-1 {
  color: #045cff !important;
}

a.text-blue-dark-1:hover, a.text-blue-dark-1:focus {
  color: #0040b7 !important;
}

.text-gray-1 {
  color: #67747c !important;
}

a.text-gray-1:hover, a.text-gray-1:focus {
  color: #444d52 !important;
}
.text-gray-61 {
  color: #67747c !important;
}
a.text-gray-61:hover, a.text-gray-61:focus {
  color: #444d52 !important;
}
.text-gray-2 {
  color: #f7f8f9 !important;
}

a.text-gray-2:hover, a.text-gray-2:focus {
  color: #cbd2d8 !important;
}

.text-gray-3 {
  color: #3b444f !important;
}

a.text-gray-3:hover, a.text-gray-3:focus {
  color: #1a1e23 !important;
}

.text-gray-4 {
  color: #eceff3 !important;
}

a.text-gray-4:hover, a.text-gray-4:focus {
  color: #bdc8d5 !important;
}

.text-blue {
  color: #43c5db !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #229bb0 !important;
}

.text-blue-1 {
  color: #297cbb !important;
}

a.text-blue-1:hover, a.text-blue-1:focus {
  color: #1b527c !important;
}

.text-gray-5 {
  color: #18181b !important;
}

a.text-gray-5:hover, a.text-gray-5:focus {
  color: black !important;
}

.text-gray-6 {
  color: #18181a !important;
}

a.text-gray-6:hover, a.text-gray-6:focus {
  color: black !important;
}

.text-gray-7 {
  color: #5c6770 !important;
}

a.text-gray-7:hover, a.text-gray-7:focus {
  color: #3a4046 !important;
}

.text-gray-8 {
  color: #c5cdd8 !important;
}

a.text-gray-8:hover, a.text-gray-8:focus {
  color: #97a6b9 !important;
}

.text-gray-9 {
  color: #9fa9b8 !important;
}

a.text-gray-9:hover, a.text-gray-9:focus {
  color: #738297 !important;
}

.text-gray-10 {
  color: #c1c1c1 !important;
}

a.text-gray-10:hover, a.text-gray-10:focus {
  color: #9b9b9b !important;
}

.text-gray-11 {
  color: #484848 !important;
}

a.text-gray-11:hover, a.text-gray-11:focus {
  color: #222222 !important;
}

.text-gray-23 {
  color: #f4f4f4 !important;
}

a.text-gray-23:hover, a.text-gray-23:focus {
  color: #cecece !important;
}

.text-gray-33 {
  color: #ebf0f7 !important;
}

a.text-gray-33:hover, a.text-gray-33:focus {
  color: #b4c7e1 !important;
}

.text-sea-green {
  color: #1d508d !important;
}

a.text-sea-green:hover, a.text-sea-green:focus {
  color: #102c4e !important;
}

.text-dark-1 {
  color: #1e2022 !important;
}

a.text-dark-1:hover, a.text-dark-1:focus {
  color: black !important;
}

.text-navy {
  color: #0057ff !important;
}

a.text-navy:hover, a.text-navy:focus {
  color: #003db3 !important;
}

.text-pink {
  color: #ffe5ee !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #ff99bc !important;
}

.text-dark-2 {
  color: #1a2b49 !important;
}

a.text-dark-2:hover, a.text-dark-2:focus {
  color: #060a11 !important;
}

.text-yellow-lighter-2 {
  color: #f7bc5a !important;
}

a.text-yellow-lighter-2:hover, a.text-yellow-lighter-2:focus {
  color: #f39e11 !important;
}

.text-orange {
  color: #f05700 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #a43b00 !important;
}

.text-green {
  color: #28871c !important;
}

a.text-green:hover, a.text-green:focus {
  color: #15480f !important;
}

.text-pink-1 {
  color: #ff0045 !important;
}

a.text-pink-1:hover, a.text-pink-1:focus {
  color: #b30030 !important;
}

.text-purple-1 {
  color: #232753 !important;
}

a.text-purple-1:hover, a.text-purple-1:focus {
  color: #0c0e1d !important;
}

.text-body {
  color: #3b444f !important;
}

.text-muted {
  color: #8c98a4 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*-------------------------------------------*\
    1.34. Print
\*-------------------------------------------*/
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #97a4af;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e7eaf3 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e7eaf3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e7eaf3;
  }
}

/*----------------------------------------------------------------------
  * Mytravel - Responsive Website Template version v1.0
  * Copyright 2020 Madrasthemes
  * Licensed under Bootstrap Themes (https://themes.getbootstrap.com/licenses/)
------------------------------------------------------------------------*/
/*-------------------------------------------*\
    2. MyTravel CSS
\*-------------------------------------------*/
/*-------------------------------------------*\
    2.1. Sizing
\*-------------------------------------------*/
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
}

@media (min-width: 1480px) {
  .w-wd-25 {
    width: 25% !important;
  }
  .w-wd-50 {
    width: 50% !important;
  }
  .w-wd-75 {
    width: 75% !important;
  }
  .w-wd-100 {
    width: 100% !important;
  }
  .w-wd-auto {
    width: auto !important;
  }
  .w-wd-15 {
    width: 15% !important;
  }
  .w-wd-30 {
    width: 30% !important;
  }
  .w-wd-35 {
    width: 35% !important;
  }
  .w-wd-40 {
    width: 40% !important;
  }
  .w-wd-60 {
    width: 60% !important;
  }
  .w-wd-65 {
    width: 65% !important;
  }
  .w-wd-70 {
    width: 70% !important;
  }
  .w-wd-80 {
    width: 80% !important;
  }
  .w-wd-85 {
    width: 85% !important;
  }
}

/*-------------------------------------------*\
    2.2. Spaces
\*-------------------------------------------*/
.space-0,
.space-top-0 {
  padding-top: 0 !important;
}

.space-0,
.space-bottom-0 {
  padding-bottom: 0 !important;
}

.space-1,
.space-top-1 {
  padding-top: 80px !important;
}

.space-1,
.space-bottom-1 {
  padding-bottom: 1rem !important;
}


.space-3,
.space-top-3 {
  padding-top: 8rem !important;
}

.space-3,
.space-bottom-3 {
  padding-bottom: 8rem !important;
}

.space-4,
.space-top-4 {
  padding-top: 12.5rem !important;
}

.space-4,
.space-bottom-4 {
  padding-bottom: 12.5rem !important;
}

.space-5,
.space-top-5 {
  padding-top: 15rem !important;
}

.space-5,
.space-bottom-5 {
  padding-bottom: 15rem !important;
}

.space-6,
.space-top-6 {
  padding-top: 16rem !important;
}

.space-6,
.space-bottom-6 {
  padding-bottom: 16rem !important;
}

.space-8,
.space-top-8 {
  padding-top: 18rem !important;
}

.space-8,
.space-bottom-8 {
  padding-bottom: 18rem !important;
}

.space-9,
.space-top-9 {
  padding-top: 19rem !important;
}

.space-9,
.space-bottom-9 {
  padding-bottom: 19rem !important;
}

.space-10,
.space-top-10 {
  padding-top: 22rem !important;
}

.space-10,
.space-bottom-10 {
  padding-bottom: 22rem !important;
}

@media (min-width: 576px) {
  .space-sm-0,
  .space-top-sm-0 {
    padding-top: 0 !important;
  }
  .space-sm-0,
  .space-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
  .space-sm-1,
  .space-top-sm-1 {
    padding-top: 2rem !important;
  }
  .space-sm-1,
  .space-bottom-sm-1 {
    padding-bottom: 2rem !important;
  }
  .space-sm-2,
  .space-top-sm-2 {
    padding-top: 4rem !important;
  }
  .space-sm-2,
  .space-bottom-sm-2 {
    padding-bottom: 4rem !important;
  }
  .space-sm-3,
  .space-top-sm-3 {
    padding-top: 8rem !important;
  }
  .space-sm-3,
  .space-bottom-sm-3 {
    padding-bottom: 8rem !important;
  }
  .space-sm-4,
  .space-top-sm-4 {
    padding-top: 12.5rem !important;
  }
  .space-sm-4,
  .space-bottom-sm-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-sm-5,
  .space-top-sm-5 {
    padding-top: 15rem !important;
  }
  .space-sm-5,
  .space-bottom-sm-5 {
    padding-bottom: 15rem !important;
  }
  .space-sm-6,
  .space-top-sm-6 {
    padding-top: 16rem !important;
  }
  .space-sm-6,
  .space-bottom-sm-6 {
    padding-bottom: 16rem !important;
  }
  .space-sm-8,
  .space-top-sm-8 {
    padding-top: 18rem !important;
  }
  .space-sm-8,
  .space-bottom-sm-8 {
    padding-bottom: 18rem !important;
  }
  .space-sm-9,
  .space-top-sm-9 {
    padding-top: 19rem !important;
  }
  .space-sm-9,
  .space-bottom-sm-9 {
    padding-bottom: 19rem !important;
  }
  .space-sm-10,
  .space-top-sm-10 {
    padding-top: 22rem !important;
  }
  .space-sm-10,
  .space-bottom-sm-10 {
    padding-bottom: 22rem !important;
  }
  .space-2,
.space-bottom-2 {
  margin-top: -150px;
}
}

@media (min-width: 768px) {
  .space-md-0,
  .space-top-md-0 {
    padding-top: 0 !important;
  }
  .space-md-0,
  .space-bottom-md-0 {
    padding-bottom: 0 !important;
  }
  .space-md-1,
  .space-top-md-1 {
    padding-top: 2rem !important;
  }
  .space-md-1,
  .space-bottom-md-1 {
    padding-bottom: 2rem !important;
  }
  .space-md-2,
  .space-top-md-2 {
    padding-top: 4rem !important;
  }
  .space-md-2,
  .space-bottom-md-2 {
    padding-bottom: 4rem !important;
  }
  .space-md-3,
  .space-top-md-3 {
    padding-top: 8rem !important;
  }
  .space-md-3,
  .space-bottom-md-3 {
    padding-bottom: 8rem !important;
  }
  .space-md-4,
  .space-top-md-4 {
    padding-top: 12.5rem !important;
  }
  .space-md-4,
  .space-bottom-md-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-md-5,
  .space-top-md-5 {
    padding-top: 15rem !important;
  }
  .space-md-5,
  .space-bottom-md-5 {
    padding-bottom: 15rem !important;
  }
  .space-md-6,
  .space-top-md-6 {
    padding-top: 16rem !important;
  }
  .space-md-6,
  .space-bottom-md-6 {
    padding-bottom: 16rem !important;
  }
  .space-md-8,
  .space-top-md-8 {
    padding-top: 18rem !important;
  }
  .space-md-8,
  .space-bottom-md-8 {
    padding-bottom: 18rem !important;
  }
  .space-md-9,
  .space-top-md-9 {
    padding-top: 19rem !important;
  }
  .space-md-9,
  .space-bottom-md-9 {
    padding-bottom: 19rem !important;
  }
  .space-md-10,
  .space-top-md-10 {
    padding-top: 22rem !important;
  }
  .space-md-10,
  .space-bottom-md-10 {
    padding-bottom: 22rem !important;
  }
}

@media (min-width: 992px) {
  .space-lg-0,
  .space-top-lg-0 {
    padding-top: 0 !important;
  }
  .space-lg-0,
  .space-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
  .space-lg-1,
  .space-top-lg-1 {
    padding-top: 2rem !important;
  }
  .space-lg-1,
  .space-bottom-lg-1 {
    padding-bottom: 2rem !important;
  }
  .space-lg-2,
  .space-top-lg-2 {
    padding-top: 4rem !important;
  }
  .space-lg-2,
  .space-bottom-lg-2 {
    padding-bottom: 4rem !important;
  }
  .space-lg-3,
  .space-top-lg-3 {
    padding-top: 35px !important;
  }
  .space-lg-3,
  .space-bottom-lg-3 {
    padding-bottom: 8rem !important;
  }
  .space-lg-4,
  .space-top-lg-4 {
    padding-top: 12.5rem !important;
  }
  .space-lg-4,
  .space-bottom-lg-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-lg-5,
  .space-top-lg-5 {
    padding-top: 15rem !important;
  }
  .space-lg-5,
  .space-bottom-lg-5 {
    padding-bottom: 15rem !important;
  }
  .space-lg-6,
  .space-top-lg-6 {
    padding-top: 16rem !important;
  }
  .space-lg-6,
  .space-bottom-lg-6 {
    padding-bottom: 16rem !important;
  }
  .space-lg-8,
  .space-top-lg-8 {
    padding-top: 18rem !important;
  }
  .space-lg-8,
  .space-bottom-lg-8 {
    padding-bottom: 18rem !important;
  }
  .space-lg-9,
  .space-top-lg-9 {
    padding-top: 19rem !important;
  }
  .space-lg-9,
  .space-bottom-lg-9 {
    padding-bottom: 19rem !important;
  }
  .space-lg-10,
  .space-top-lg-10 {
    padding-top: 22rem !important;
  }
  .space-lg-10,
  .space-bottom-lg-10 {
    padding-bottom: 22rem !important;
  }
}

@media (min-width: 1200px) {
  .space-xl-0,
  .space-top-xl-0 {
    padding-top: 0 !important;
  }
  .space-xl-0,
  .space-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
  .space-xl-1,
  .space-top-xl-1 {
    padding-top: 2rem !important;
  }
  .space-xl-1,
  .space-bottom-xl-1 {
    padding-bottom: 2rem !important;
  }
  .space-xl-2,
  .space-top-xl-2 {
    padding-top: 4rem !important;
  }
  .space-xl-2,
  .space-bottom-xl-2 {
    padding-bottom: 4rem !important;
  }
  .space-xl-3,
  .space-top-xl-3 {
    padding-top: 8rem !important;
  }
  .space-xl-3,
  .space-bottom-xl-3 {
    padding-bottom: 8rem !important;
  }
  .space-xl-4,
  .space-top-xl-4 {
    padding-top: 12.5rem !important;
  }
  .space-xl-4,
  .space-bottom-xl-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-xl-5,
  .space-top-xl-5 {
    padding-top: 15rem !important;
  }
  .space-xl-5,
  .space-bottom-xl-5 {
    padding-bottom: 15rem !important;
  }
  .space-xl-6,
  .space-top-xl-6 {
    padding-top: 16rem !important;
  }
  .space-xl-6,
  .space-bottom-xl-6 {
    padding-bottom: 16rem !important;
  }
  .space-xl-8,
  .space-top-xl-8 {
    padding-top: 18rem !important;
  }
  .space-xl-8,
  .space-bottom-xl-8 {
    padding-bottom: 18rem !important;
  }
  
  .space-xl-9,
  .space-bottom-xl-9 {
    padding-bottom: 19rem !important;
  }
  .space-xl-10,
  .space-top-xl-10 {
    padding-top: 22rem !important;
  }
  .space-xl-10,
  .space-bottom-xl-10 {
    padding-bottom: 22rem !important;
  }
}

@media (min-width: 1480px) {
  .space-wd-0,
  .space-top-wd-0 {
    padding-top: 0 !important;
  }
  .space-wd-0,
  .space-bottom-wd-0 {
    padding-bottom: 0 !important;
  }
  .space-wd-1,
  .space-top-wd-1 {
    padding-top: 2rem !important;
  }
  .space-wd-1,
  .space-bottom-wd-1 {
    padding-bottom: 2rem !important;
  }
  .space-wd-2,
  .space-top-wd-2 {
    padding-top: 4rem !important;
  }
  .space-wd-2,
  .space-bottom-wd-2 {
    padding-bottom: 4rem !important;
  }
  .space-wd-3,
  .space-top-wd-3 {
    padding-top: 8rem !important;
  }
  .space-wd-3,
  .space-bottom-wd-3 {
    padding-bottom: 8rem !important;
  }
  .space-wd-4,
  .space-top-wd-4 {
    padding-top: 12.5rem !important;
  }
  .space-wd-4,
  .space-bottom-wd-4 {
    padding-bottom: 12.5rem !important;
  }
  .space-wd-5,
  .space-top-wd-5 {
    padding-top: 15rem !important;
  }
  .space-wd-5,
  .space-bottom-wd-5 {
    padding-bottom: 15rem !important;
  }
  .space-wd-6,
  .space-top-wd-6 {
    padding-top: 16rem !important;
  }
  .space-wd-6,
  .space-bottom-wd-6 {
    padding-bottom: 16rem !important;
  }
  .space-wd-8,
  .space-top-wd-8 {
    padding-top: 18rem !important;
  }
  .space-wd-8,
  .space-bottom-wd-8 {
    padding-bottom: 18rem !important;
  }
  .space-wd-9,
  .space-top-wd-9 {
    padding-top: 19rem !important;
  }
  .space-wd-9,
  .space-bottom-wd-9 {
    padding-bottom: 19rem !important;
  }
  .space-wd-10,
  .space-top-wd-10 {
    padding-top: 22rem !important;
  }
  .space-wd-10,
  .space-bottom-wd-10 {
    padding-bottom: 22rem !important;
  }
}

/*-------------------------------------------*\
    2.3. Reboot
\*-------------------------------------------*/


figure {
  margin-bottom: 0;
}

strong {
  font-weight: 500;
}

svg {
  margin-bottom: -0.4375rem;
  vertical-align: baseline;
}

table th {
  font-weight: 500;
}

.fa, .fas {
  font-weight: 900;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #297cbb;
}

::selection {
  color: #fff;
  background-color: #FF6500;
}

.bg-primary ::-moz-selection {
  color: #297cbb;
  background-color: #fff;
}

.bg-primary ::selection {
  color: #297cbb;
  background-color: #fff;
}

/*------------------------------------
  Text-Decoration
------------------------------------*/
.text-decoration-on-hover:hover {
  text-decoration: underline !important;
}

/*------------------------------------
  Accessibility
------------------------------------*/
:focus,
a:focus,
button:focus {
  outline: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 0 transparent;
}

.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  box-shadow: 0 0 0 0 transparent;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent;
}

.custom-select:focus,
.page-link:focus {
  box-shadow: 0 0 0 0 transparent;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 transparent;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

/*------------------------------------
  Print styles
------------------------------------*/
@media print {
  header, footer, .btn {
    display: none;
  }
}

/*------------------------------------
  Skippy
------------------------------------*/
.u-skippy {
  display: none;
}

/*-------------------------------------------*\
    2.4. List Group
\*-------------------------------------------*/
.list-group {
  list-style: none;
}

.list-group .list-group {
  margin-left: 1rem;
}

.list-group .list-group-item {
  font-size: 1rem;
}

.list-group .list-group-icon {
  min-width: 1rem;
  max-width: 1rem;
  color: #77838f;
  text-align: center;
  margin-right: .5rem;
}

.list-group .active > .list-group-item {
  color: #297cbb;
}

.list-group .active > .list-group-text {
  color: #fff;
}

.list-group .disabled .u-icon {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
}

/* Border Radius */
.list-group-rounded-0 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-rounded-0 .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Transparent */
.list-group-transparent .list-group-item {
  border-color: transparent;
  background-color: transparent;
}

/* White */
.list-group-white .list-group-item,
.list-group-white .list-group-item-action {
  color: #c1c1c1;
}

.list-group-white .list-group-item[href],
.list-group-white .list-group-item-action[href] {
  color: #c1c1c1;
}

.list-group-white .list-group-item[href]:hover,
.list-group-white .list-group-item-action[href]:hover {
  color: #297cbb;
}

.list-group-white.list-group-striped .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

.list-group-white .active > .list-group-item {
  color: #fff;
}

/* Flush */
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.list-group-flush .list-group-item.active {
  color: #297cbb;
  background-color: transparent;
  border-color: transparent;
}

/* Borderless */
.list-group-borderless .list-group-item {
  border: none;
}

/* Striped */
.list-group-striped .list-group-item:nth-child(even) {
  background-color: #f8fafd;
}

.custom-social-share a {
  transition: all 0.2s ease-in-out;
}

.custom-social-share a:hover {
  border-color: #297cbb !important;
  background-color: #297cbb !important;
}

.custom-social-share a:hover i {
  color: #fff !important;
}

/*-------------------------------------------*\
    2.5. Headers
\*-------------------------------------------*/
/*------------------------------------
  Header Default
------------------------------------*/
.u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.u-header__section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

.u-header__section-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.u-header__shadow-on-show-hide {
  box-shadow: none;
}

.js-header-fix-moment .u-header__shadow-on-show-hide {
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

.u-header__login-form .form-control {
  font-size: 0.875rem;
  height: 3.125rem;
  color: #67747c;
}

.u-header__login-form .form-control::-webkit-input-placeholder {
  color: #67747c;
}

.u-header__login-form .form-control::-moz-placeholder {
  color: #67747c;
}

.u-header__login-form .form-control:-ms-input-placeholder {
  color: #67747c;
}

.u-header__login-form .form-control::-ms-input-placeholder {
  color: #67747c;
}

.u-header__login-form .form-control::placeholder {
  color: #67747c;
}

.u-header__login-form .input-group-text {
  color: #dce3ec;
}

.u-header__login-form .input-group-text > span {
  line-height: 1;
}

.u-header__login-form .card-header {
  padding: 1.41rem;
  border-bottom-color: #ebf0f7;
}

.u-header__login-form .card-body,
.u-header__login-form .card-footer__top {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.u-header__login-form .card-footer {
  border-top-color: #ebf0f7;
}

.u-header__login-form .custom-control-label {
  color: #67747c;
}

.u-header__login-form .custom-control-label:before {
  border-width: 2px;
  border-color: #ebf0f7;
}

.u-header__topbar [class*="u-header__topbar-nav-divider"] .list-inline-item + .list-inline-item {
  position: relative;
}

.u-header__topbar [class*="u-header__topbar-nav-divider"] .list-inline-item + .list-inline-item .u-header__navbar-link:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 1px;
  height: 30px;
  left: -1px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[class*="u-header--bg-transparent"] .u-header__topbar [class*="u-header__topbar-nav-divider"] .list-inline-item + .list-inline-item .u-header__navbar-link:before {
  opacity: 0.149;
}

.u-header__topbar [class*="u-header__topbar-divider"]:not(.list-inline) {
  position: relative;
}

.u-header__topbar [class*="u-header__topbar-divider"]:not(.list-inline):before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 1px;
  height: 30px;
  left: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[class*="u-header--bg-transparent"] .u-header__topbar [class*="u-header__topbar-divider"]:not(.list-inline):before {
  opacity: 0.149;
}

.u-header__topbar .u-header__topbar-divider--dark:not(.list-inline):before,
.u-header__topbar .u-header__topbar-nav-divider--dark .list-inline-item + .list-inline-item .u-header__navbar-link:before {
  background-color: #ebf0f7;
}

.u-header__topbar .list-inline-item:first-child .u-header__navbar-link {
  padding-left: 0;
}

.u-header__topbar .dropdown-menu {
  min-width: 4.375rem;
  padding: 0.438rem 0;
}

.u-header__topbar .dropdown-item {
  padding: 0.125rem 0.313rem;
  text-align: center;
}

.u-header__topbar[class*="bg-"] .u-header__navbar-link {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.u-header:not([class*="u-header--bg-transparent"]) [class*="u-header__topbar-divider"]:before,
.u-header:not([class*="u-header--bg-transparent"]) [class*="u-header__topbar-nav-divider"] .list-inline-item + .list-inline-item .u-header__navbar-link:before {
  height: 20px;
}

.u-header [class*="u-header__search"] .form-control:focus {
  padding-right: 0.5rem !important;
}

.u-header__divider {
  position: relative;
}

.u-header__divider:before {
  content: '';
  background-color: #ebf0f7;
  position: absolute;
  width: 1px;
  height: 50px;
  top: 50%;
  left: 0;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-header__divider.u-header__divider-right:before {
  left: unset;
  right: 0;
}

@media (min-width: 576px) {
  .u-header__divider-sm {
    position: relative;
  }
  .u-header__divider-sm:before {
    content: '';
    background-color: #ebf0f7;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .u-header__divider-sm.u-header__divider-right:before {
    left: unset;
    right: 0;
  }
}

@media (min-width: 768px) {
  .u-header__divider-md {
    position: relative;
  }
  .u-header__divider-md:before {
    content: '';
    background-color: #ebf0f7;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .u-header__divider-md.u-header__divider-right:before {
    left: unset;
    right: 0;
  }
}

@media (min-width: 992px) {
  .u-header__divider-lg {
    position: relative;
  }
  .u-header__divider-lg:before {
    content: '';
    background-color: #ebf0f7;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .u-header__divider-lg.u-header__divider-right:before {
    left: unset;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .u-header__divider-xl {
    position: relative;
  }
  .u-header__divider-xl:before {
    content: '';
    background-color: #ebf0f7;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .u-header__divider-xl.u-header__divider-right:before {
    left: unset;
    right: 0;
  }
}

@media (min-width: 1480px) {
  .u-header__divider-wd {
    position: relative;
  }
  .u-header__divider-wd:before {
    content: '';
    background-color: #ebf0f7;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .u-header__divider-wd.u-header__divider-right:before {
    left: unset;
    right: 0;
  }
}

@media (max-width: 575.98px) {
  .u-header__search, .u-header__topbar, .u-header__last-item-btn {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .u-header__search-sm, .u-header__topbar-sm, .u-header__last-item-btn-sm {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .u-header__search-md, .u-header__topbar-md, .u-header__last-item-btn-md {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .u-header__search-lg, .u-header__topbar-lg, .u-header__last-item-btn-lg {
    display: none;
  }
}

@media (max-width: 1479.98px) {
  .u-header__search-xl, .u-header__topbar-xl, .u-header__last-item-btn-xl {
    display: none;
  }
}

.u-header__search-wd, .u-header__topbar-wd, .u-header__last-item-btn-wd {
  display: none;
}

.u-header .hs-sub-menu-right {
  right: 0;
  left: unset;
}

/* Navbar */
.u-header__navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
}

/* Navbar Space */
@media (max-width: 991.98px) {
  .u-header .u-header__navbar.u-header__navbar--top-space {
    padding-top: 0.25rem;
  }
}

/* Navbar Brand */
@media (max-width: 767.98px) {
  .u-header__navbar-brand {
    margin-right: 0.625rem;
  }
}

.u-header__navbar-brand,
.u-header__navbar-brand > img {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}

.u-header__navbar-brand-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.u-header__navbar-brand-vertical {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.u-header__navbar-brand-vertical .u-header__navbar-brand-text {
  display: block;
  margin-left: 0;
}

.u-header__navbar-brand-text {
  font-size: 1.75rem;
  margin-left: 0.875rem;
}

@media (max-width: 767.98px) {
  .u-header__navbar-brand-text {
    font-size: 1.438rem !important;
  }
}

.u-header__navbar-brand-text, .u-header__navbar-brand-text:focus, .u-header__navbar-brand-text:hover {
  color: #297cbb;
}

.u-header__navbar-brand-text-md .u-header__navbar-brand-text {
  font-size: 1.5rem;
  margin-left: 0.75rem;
}

.u-header__navbar-brand-text {
  font-weight: 700;
}

.u-header__navbar-brand-text-white .u-header__navbar-brand-text, .u-header__navbar-brand-text-white .u-header__navbar-brand-text:focus, .u-header__navbar-brand-text-white .u-header__navbar-brand-text:hover {
  color: #fff;
}

.u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark [class*="u-header__navbar-brand-text"], .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark [class*="u-header__navbar-brand-text"]:focus, .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark [class*="u-header__navbar-brand-text"]:hover {
  color: #3b444f;
}

@media (min-width: 576px) {
  .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-sm [class*="u-header__navbar-brand-text"], .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-sm [class*="u-header__navbar-brand-text"]:focus, .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-sm [class*="u-header__navbar-brand-text"]:hover {
    color: #3b444f;
  }
}

@media (min-width: 768px) {
  .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-md [class*="u-header__navbar-brand-text"], .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-md [class*="u-header__navbar-brand-text"]:focus, .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-md [class*="u-header__navbar-brand-text"]:hover {
    color: #3b444f;
  }
}

@media (min-width: 992px) {
  .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-lg [class*="u-header__navbar-brand-text"], .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-lg [class*="u-header__navbar-brand-text"]:focus, .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-lg [class*="u-header__navbar-brand-text"]:hover {
    color: #3b444f;
  }
}

@media (min-width: 1200px) {
  .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-xl [class*="u-header__navbar-brand-text"], .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-xl [class*="u-header__navbar-brand-text"]:focus, .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-xl [class*="u-header__navbar-brand-text"]:hover {
    color: #3b444f;
  }
}

@media (min-width: 1480px) {
  .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-wd [class*="u-header__navbar-brand-text"], .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-wd [class*="u-header__navbar-brand-text"]:focus, .u-header:not(.js-header-fix-moment) .u-header__navbar-brand-text-dark-wd [class*="u-header__navbar-brand-text"]:hover {
    color: #3b444f;
  }
}

/* Navbar Collapse */
.u-header__navbar-collapse {
  padding-top: 0;
  padding-bottom: 0;
}

/* Navbar Link */
.u-header__navbar-link {
  color: #77838f;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 1.281rem;
  padding-right: 1.281rem;
  display: inline-block;
  padding-top: 0.594rem;
  padding-bottom: 0.594rem;
}

.list-inline-dark .u-header__navbar-link {
  color: #3b444f;
}

/* Nav Item */
.u-header .u-header__nav-item:first-child .u-header__nav-link {
  padding-left: 0;
}

.u-header__nav-item:hover .u-header__nav-link, .u-header__nav-item:focus .u-header__nav-link {
  color: #297cbb;
}

/* Nav Link */
.u-header .active > .u-header__nav-link {
  color: #297cbb;
}

.u-header__nav-link {
  color: #67747c;
  font-weight: 500;
}

.u-header--nav-links-normal .u-header__nav-link {
  font-weight: 400;
}

.u-header__nav-link-toggle {
  position: relative;
}

.u-header__nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f107";
  margin-left: 0.75rem;
  transition: 0.3s ease;
}

[class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .hs-sub-menu-opened .u-header__nav-link:before,
[class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .hs-mega-menu-opened .u-header__nav-link:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: '';
  height: 0;
  width: 0;
  left: 50%;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 210ms;
          animation-duration: 210ms;
}



@media (min-width: 1200px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-xl-45 {
    right: 45% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-xl-50 {
    right: 50% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-10 {
    right: 10% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-15 {
    right: 15% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-20 {
    right: 20% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-25 {
    right: 25% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-30 {
    right: 30% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-35 {
    right: 35% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-40 {
    right: 40% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-45 {
    right: 45% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-right.u-header__mega-menu-position-right-fix-wd-50 {
    right: 50% !important;
  }
}

.hs-position-left.u-header__mega-menu-position-left-fix-10 {
  left: 10% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-15 {
  left: 15% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-20 {
  left: 20% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-25 {
  left: 25% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-30 {
  left: 30% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-35 {
  left: 35% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-40 {
  left: 40% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-45 {
  left: 45% !important;
}

.hs-position-left.u-header__mega-menu-position-left-fix-50 {
  left: 50% !important;
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-10 {
    left: 10% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-15 {
    left: 15% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-20 {
    left: 20% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-25 {
    left: 25% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-30 {
    left: 30% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-35 {
    left: 35% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-40 {
    left: 40% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-45 {
    left: 45% !important;
  }
}

@media (min-width: 576px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-sm-50 {
    left: 50% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-10 {
    left: 10% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-15 {
    left: 15% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-20 {
    left: 20% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-25 {
    left: 25% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-30 {
    left: 30% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-35 {
    left: 35% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-40 {
    left: 40% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-45 {
    left: 45% !important;
  }
}

@media (min-width: 768px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-md-50 {
    left: 50% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-10 {
    left: 10% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-15 {
    left: 15% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-20 {
    left: 20% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-25 {
    left: 25% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-30 {
    left: 30% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-35 {
    left: 35% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-40 {
    left: 40% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-45 {
    left: 45% !important;
  }
}

@media (min-width: 992px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-lg-50 {
    left: 50% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-10 {
    left: 10% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-15 {
    left: 15% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-20 {
    left: 20% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-25 {
    left: 25% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-30 {
    left: 30% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-35 {
    left: 35% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-40 {
    left: 40% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-45 {
    left: 45% !important;
  }
}

@media (min-width: 1200px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-xl-50 {
    left: 50% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-10 {
    left: 10% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-15 {
    left: 15% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-20 {
    left: 20% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-25 {
    left: 25% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-30 {
    left: 30% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-35 {
    left: 35% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-40 {
    left: 40% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-45 {
    left: 45% !important;
  }
}

@media (min-width: 1480px) {
  .hs-position-left.u-header__mega-menu-position-left-fix-wd-50 {
    left: 50% !important;
  }
}

/*------------------------------------
  Header Helpers
------------------------------------*/
.u-header--invisible {
  display: none;
}

.u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.u-header--faded {
  opacity: 0;
  visibility: hidden;
}

.u-header__section--hidden {
  position: relative;
}

.u-header[data-header-fix-effect] {
  transition: 0.3s ease;
}

.u-header.u-header--untransitioned {
  transition: none;
}

.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

.u-header--fix-top {
  position: fixed;
}

.u-header.u-header--fix-top[data-effect-compensation] {
  transition: none;
}

/*------------------------------------
  Nav Alignments
------------------------------------*/
@media (min-width: 992px) {
  .u-header__navbar-body,
  .u-header__navbar-nav {
    margin-left: auto;
  }
  .u-header-left-aligned-nav .u-header__navbar-body,
  .u-header-left-aligned-nav .u-header__navbar-nav {
    margin-left: 0;
    margin-right: auto;
  }
  .u-header-left-aligned-nav .u-header__navbar-nav {
    width: 100%;
  }
  .u-header-left-aligned-nav .u-header__navbar-brand {
    margin-left: 0;
    margin-right: 3rem;
  }
  .u-header-left-aligned-nav .u-header__nav-last-item {
    margin-left: auto;
  }
  .u-header-center-aligned-nav__col {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .u-header-center-aligned-nav__col-last-item {
    text-align: right;
  }
  .u-header-center-aligned-nav .u-header__navbar-body,
  .u-header-center-aligned-nav .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .u-header-center-aligned-nav__col:not(.u-header-center-aligned-nav__col-last-item) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .u-header-center-aligned-nav__col-last-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-body,
  .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------
  Header Default
------------------------------------*/
.u-header__navbar-nav-scroll {
  max-width: 100%;
  height: 4.25rem;
  overflow: hidden;
}

.u-header__navbar-nav-scroll .u-header__navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*------------------------------------
  Fullscreen
------------------------------------*/
.u-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.u-fullscreen--toggler {
  z-index: 1001;
}

.u-fullscreen__container, .u-fullscreen__overlay {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.u-fullscreen__container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.u-fullscreen__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.95) 0%, rgba(25, 160, 255, 0.95) 100%);
  background-repeat: repeat-x;
  transition-delay: 0.5s;
}

.u-fullscreen.u-fullscreen--showed {
  visibility: visible;
}

.u-fullscreen.u-fullscreen--showed .u-fullscreen__container,
.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  opacity: 1;
  visibility: visible;
}

.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  transition-delay: 0s;
}

.u-fullscreen.u-fullscreen--showed .u-fullscreen__container {
  transition-delay: 0.5s;
}

/*------------------------------------
  Header Fullscreen Style
------------------------------------*/
.u-fullscreen__nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.u-fullscreen__nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.u-fullscreen__nav-link {
  display: inline-block;
  color: #fff;
  font-size: 1.375rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  .u-fullscreen__nav-link {
    font-size: 1.75rem;
  }
}

.u-fullscreen__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.u-fullscreen__submenu {
  position: relative;
  transition: 0.3s ease-in-out;
}

.u-fullscreen__submenu .u-fullscreen__nav-list {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
}

.u-fullscreen__submenu-nav-link {
  display: inline-block;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.u-fullscreen__submenu-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.u-fullscreen__submenu-list {
  list-style: none;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
  margin-bottom: 0;
}

.u-fullscreen__submenu-list-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

.u-fullscreen__submenu-list-link:hover {
  color: #fff;
}

/*------------------------------------
  Header Navbar Background Colors
------------------------------------*/
.u-header--navbar-bg .u-header__navbar-brand-text {
  color: #fff;
}

.u-header--navbar-bg .u-header__nav-item:hover .u-header__nav-link {
  color: #fff;
}

.u-header--navbar-bg .active > .u-header__nav-link {
  color: #fff;
}

.u-header--navbar-bg .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.u-header--navbar-bg .u-header__nav-link:hover {
  color: #fff;
}

.u-header--navbar-bg .u-header__navbar-link,
.u-header--navbar-bg .dropdown-nav-link,
.u-header--navbar-bg .btn-text-secondary {
  color: rgba(255, 255, 255, 0.6);
}

.u-header--navbar-bg .u-header__navbar-link:hover,
.u-header--navbar-bg .dropdown-nav-link:hover,
.u-header--navbar-bg .btn-text-secondary:hover {
  color: #fff;
}

.u-header--navbar-bg .btn-text-secondary[href]:hover {
  color: #fff;
}

.u-header--navbar-bg .u-hamburger__inner, .u-header--navbar-bg .u-hamburger__inner::before, .u-header--navbar-bg .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner, .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::before, .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #fff;
}

/*------------------------------------
  Header Submenu Background Colors
------------------------------------*/
.u-header--sub-menu-dark-bg .u-header__sub-menu,
.u-header--sub-menu-dark-bg .u-header__promo {
  background-color: #3b444f;
}

.u-header--sub-menu-dark-bg .u-header__sub-menu-title,
.u-header--sub-menu-dark-bg .u-header__promo-title {
  color: rgba(255, 255, 255, 0.8);
}

.u-header--sub-menu-dark-bg .u-header__promo-footer {
  background-color: #39414c;
}

.u-header--sub-menu-dark-bg .u-header__promo-footer-ver-divider::before {
  border-color: rgba(255, 255, 255, 0.1);
}

.u-header--sub-menu-dark-bg .u-header__promo-link::after {
  border-color: rgba(255, 255, 255, 0.1);
}

.u-header--sub-menu-dark-bg .u-header__promo-item {
  border-color: rgba(255, 255, 255, 0.1);
}

.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link {
  color: #8c98a4;
}

.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link:hover {
  color: #297cbb;
}

.u-header--sub-menu-dark-bg .u-header__product-banner {
  background-color: #39414c;
}

.u-header--sub-menu-dark-bg .u-header__product-banner-text {
  color: #8c98a4;
}

.u-header--sub-menu-dark-bg .dropdown-nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.u-header--sub-menu-dark-bg .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu,
  .u-header--sub-menu-dark-bg-sm .u-header__promo {
    background-color: #3b444f;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-title,
  .u-header--sub-menu-dark-bg-sm .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-sm .u-header__promo-footer {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-sm .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-sm .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link:hover {
    color: #297cbb;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__product-banner {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__product-banner-text {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-sm .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-sm .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu,
  .u-header--sub-menu-dark-bg-md .u-header__promo {
    background-color: #3b444f;
  }
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-title,
  .u-header--sub-menu-dark-bg-md .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-md .u-header__promo-footer {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-md .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-md .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-md .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link:hover {
    color: #297cbb;
  }
  .u-header--sub-menu-dark-bg-md .u-header__product-banner {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-md .u-header__product-banner-text {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-md .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-md .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu,
  .u-header--sub-menu-dark-bg-lg .u-header__promo {
    background-color: #3b444f;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-title,
  .u-header--sub-menu-dark-bg-lg .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-lg .u-header__promo-footer {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-lg .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-lg .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link:hover {
    color: #297cbb;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__product-banner {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__product-banner-text {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-lg .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-lg .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1200px) {
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu,
  .u-header--sub-menu-dark-bg-xl .u-header__promo {
    background-color: #3b444f;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-title,
  .u-header--sub-menu-dark-bg-xl .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-xl .u-header__promo-footer {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-xl .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-xl .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link:hover {
    color: #297cbb;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__product-banner {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__product-banner-text {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-xl .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-xl .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1480px) {
  .u-header--sub-menu-dark-bg-wd .u-header__sub-menu,
  .u-header--sub-menu-dark-bg-wd .u-header__promo {
    background-color: #3b444f;
  }
  .u-header--sub-menu-dark-bg-wd .u-header__sub-menu-title,
  .u-header--sub-menu-dark-bg-wd .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-wd .u-header__promo-footer {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-wd .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-wd .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-wd .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .u-header--sub-menu-dark-bg-wd .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-wd .u-header__sub-menu-nav-link:hover {
    color: #297cbb;
  }
  .u-header--sub-menu-dark-bg-wd .u-header__product-banner {
    background-color: #39414c;
  }
  .u-header--sub-menu-dark-bg-wd .u-header__product-banner-text {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-wd .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-wd .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

/*------------------------------------
  Primary Header
------------------------------------*/
.u-header--bg-primary:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section,
.u-header--bg-violet:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
  background-color: #fff;
}

.u-header--bg-primary:not(.js-header-fix-moment) .u-header__section,
.u-header--bg-violet:not(.js-header-fix-moment) .u-header__section {
  background-color: #6f13cd;
  box-shadow: none;
}

.u-header--bg-primary .u-header__navbar-brand-collapsed,
.u-header--bg-primary .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-primary .u-header__navbar-brand-on-scroll,
.u-header--bg-primary .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
.u-header--bg-violet .u-header__navbar-brand-collapsed,
.u-header--bg-violet .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-violet .u-header__navbar-brand-on-scroll,
.u-header--bg-violet .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: none;
}

.u-header--bg-primary.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-primary.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text,
.u-header--bg-violet.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-violet.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
  display: none;
}

.u-header--bg-primary.js-header-fix-moment .u-header__navbar-brand-on-scroll,
.u-header--bg-violet.js-header-fix-moment .u-header__navbar-brand-on-scroll {
  display: -ms-flexbox;
  display: flex;
}

.u-header--bg-primary.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
.u-header--bg-violet.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: inline-block;
}

@media (min-width: 576px) and (min-width: 576px) {
  .u-header--bg-primary-sm:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section,
  .u-header--bg-violet-sm:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-primary-sm:not(.js-header-fix-moment) .u-header__section,
  .u-header--bg-violet-sm:not(.js-header-fix-moment) .u-header__section {
    background-color: #6f13cd;
    box-shadow: none;
  }
}

@media (min-width: 576px) {
  .u-header--bg-primary-sm .u-header__navbar-brand-collapsed,
  .u-header--bg-primary-sm .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-primary-sm .u-header__navbar-brand-on-scroll,
  .u-header--bg-primary-sm .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-sm .u-header__navbar-brand-collapsed,
  .u-header--bg-violet-sm .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-violet-sm .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-sm .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-sm.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-primary-sm.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text,
  .u-header--bg-violet-sm.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-violet-sm.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-primary-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .u-header--bg-primary-md:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section,
  .u-header--bg-violet-md:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-primary-md:not(.js-header-fix-moment) .u-header__section,
  .u-header--bg-violet-md:not(.js-header-fix-moment) .u-header__section {
    background-color: #6f13cd;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .u-header--bg-primary-md .u-header__navbar-brand-collapsed,
  .u-header--bg-primary-md .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-primary-md .u-header__navbar-brand-on-scroll,
  .u-header--bg-primary-md .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-md .u-header__navbar-brand-collapsed,
  .u-header--bg-violet-md .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-violet-md .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-md .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-md.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-primary-md.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text,
  .u-header--bg-violet-md.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-violet-md.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-md.js-header-fix-moment .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-md.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-primary-md.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-md.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .u-header--bg-primary-lg:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section,
  .u-header--bg-violet-lg:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-primary-lg:not(.js-header-fix-moment) .u-header__section,
  .u-header--bg-violet-lg:not(.js-header-fix-moment) .u-header__section {
    background-color: #6f13cd;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .u-header--bg-primary-lg .u-header__navbar-brand-collapsed,
  .u-header--bg-primary-lg .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-primary-lg .u-header__navbar-brand-on-scroll,
  .u-header--bg-primary-lg .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-lg .u-header__navbar-brand-collapsed,
  .u-header--bg-violet-lg .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-violet-lg .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-lg .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-lg.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-primary-lg.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text,
  .u-header--bg-violet-lg.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-violet-lg.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-primary-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .u-header--bg-primary-xl:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section,
  .u-header--bg-violet-xl:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-primary-xl:not(.js-header-fix-moment) .u-header__section,
  .u-header--bg-violet-xl:not(.js-header-fix-moment) .u-header__section {
    background-color: #6f13cd;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .u-header--bg-primary-xl .u-header__navbar-brand-collapsed,
  .u-header--bg-primary-xl .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-primary-xl .u-header__navbar-brand-on-scroll,
  .u-header--bg-primary-xl .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-xl .u-header__navbar-brand-collapsed,
  .u-header--bg-violet-xl .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-violet-xl .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-xl .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-xl.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-primary-xl.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text,
  .u-header--bg-violet-xl.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-violet-xl.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-primary-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 1480px) and (min-width: 1480px) {
  .u-header--bg-primary-wd:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section,
  .u-header--bg-violet-wd:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-primary-wd:not(.js-header-fix-moment) .u-header__section,
  .u-header--bg-violet-wd:not(.js-header-fix-moment) .u-header__section {
    background-color: #6f13cd;
    box-shadow: none;
  }
}

@media (min-width: 1480px) {
  .u-header--bg-primary-wd .u-header__navbar-brand-collapsed,
  .u-header--bg-primary-wd .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-primary-wd .u-header__navbar-brand-on-scroll,
  .u-header--bg-primary-wd .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-wd .u-header__navbar-brand-collapsed,
  .u-header--bg-violet-wd .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-violet-wd .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-wd .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-wd.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-primary-wd.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text,
  .u-header--bg-violet-wd.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-violet-wd.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-primary-wd.js-header-fix-moment .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-wd.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-primary-wd.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text,
  .u-header--bg-violet-wd.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .u-header--bg-primary-sm .u-header__navbar-brand-default,
  .u-header--bg-primary-sm .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-sm .u-header__navbar-brand-default,
  .u-header--bg-violet-sm .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .u-header--bg-primary-md .u-header__navbar-brand-default,
  .u-header--bg-primary-md .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-md .u-header__navbar-brand-default,
  .u-header--bg-violet-md .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .u-header--bg-primary-lg .u-header__navbar-brand-default,
  .u-header--bg-primary-lg .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-lg .u-header__navbar-brand-default,
  .u-header--bg-violet-lg .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .u-header--bg-primary-xl .u-header__navbar-brand-default,
  .u-header--bg-primary-xl .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-xl .u-header__navbar-brand-default,
  .u-header--bg-violet-xl .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1479.98px) {
  .u-header--bg-primary-wd .u-header__navbar-brand-default,
  .u-header--bg-primary-wd .u-header__navbar-brand-on-scroll,
  .u-header--bg-violet-wd .u-header__navbar-brand-default,
  .u-header--bg-violet-wd .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

.u-header--bg-primary .u-header__navbar-brand-default,
.u-header--bg-primary .u-header__navbar-brand-on-scroll,
.u-header--bg-violet .u-header__navbar-brand-default,
.u-header--bg-violet .u-header__navbar-brand-on-scroll {
  display: none;
}

/*------------------------------------
  Transparent Header
------------------------------------*/
.u-header--bg-transparent:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
  background-color: #fff;
}

.u-header--bg-transparent:not(.js-header-fix-moment) .u-header__section {
  background-color: transparent;
  box-shadow: none;
}

.u-header--bg-transparent .u-header__navbar-brand-collapsed,
.u-header--bg-transparent .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: none;
}

.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
  display: none;
}

.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll {
  display: -ms-flexbox;
  display: flex;
}

.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: inline-block;
}

.u-header--bg-transparent .u-header__navbar-link {
  padding-top: 1.219rem;
  padding-bottom: 1.219rem;
}

@media (min-width: 576px) and (min-width: 576px) {
  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 576px) {
  .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
  .u-header--bg-transparent-sm .u-header__navbar-link {
    padding-top: 1.219rem;
    padding-bottom: 1.219rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .u-header--bg-transparent-md .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-md .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
  .u-header--bg-transparent-md .u-header__navbar-link {
    padding-top: 1.219rem;
    padding-bottom: 1.219rem;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
  .u-header--bg-transparent-lg .u-header__navbar-link {
    padding-top: 1.219rem;
    padding-bottom: 1.219rem;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
  .u-header--bg-transparent-xl .u-header__navbar-link {
    padding-top: 1.219rem;
    padding-bottom: 1.219rem;
  }
}

@media (min-width: 1480px) and (min-width: 1480px) {
  .u-header--bg-transparent-wd:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-wd:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1480px) {
  .u-header--bg-transparent-wd .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-wd .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-wd .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-wd .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-wd.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-wd.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  .u-header--bg-transparent-wd.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  .u-header--bg-transparent-wd.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
  .u-header--bg-transparent-wd .u-header__navbar-link {
    padding-top: 1.219rem;
    padding-bottom: 1.219rem;
  }
}

@media (max-width: 575.98px) {
  .u-header--bg-transparent-sm .u-header__navbar-brand-default,
  .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .u-header--bg-transparent-md .u-header__navbar-brand-default,
  .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .u-header--bg-transparent-lg .u-header__navbar-brand-default,
  .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .u-header--bg-transparent-xl .u-header__navbar-brand-default,
  .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1479.98px) {
  .u-header--bg-transparent-wd .u-header__navbar-brand-default,
  .u-header--bg-transparent-wd .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

.u-header--bg-transparent .u-header__navbar-brand-default,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll {
  display: none;
}

.u-header--bg-transparent .u-header__navbar-brand-default {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .u-header--bg-transparent .u-header__navbar-nav {
    background-color: #fff;
  }
  .u-header--bg-transparent .u-header__navbar-nav {
    padding: 0.875rem 1.5rem;
    padding-top: 1rem;
  }
  .u-header--bg-transparent.u-scrolled .scroll-icon i {
    color: #297cbb !important;
  }
}

/*------------------------------------
  Header On Scroll
------------------------------------*/
.u-header--white-bg-on-scroll.u-scrolled .u-header__section {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

/*------------------------------------
  Header White Nav Links
------------------------------------*/
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
  color: white;
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
  color: white;
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 576px) {
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: white;
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: white;
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 768px) {
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: white;
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: white;
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 992px) {
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: white;
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: white;
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 1200px) {
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: white;
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: white;
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 1480px) {
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: white;
  }
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: white;
  }
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-wd:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

/*------------------------------------
  Header White Nav Links
------------------------------------*/
.u-header--dark-nav-links:not(.bg-dark) .u-header__nav-item:hover .u-header__nav-link {
  color: #297cbb;
}

.u-header--dark-nav-links:not(.bg-dark) .u-header__nav-link {
  color: #3b444f;
}

@media (min-width: 576px) {
  .u-header--dark-nav-links-sm:not(.bg-dark) .u-header__nav-item:hover .u-header__nav-link {
    color: #297cbb;
  }
  .u-header--dark-nav-links-sm:not(.bg-dark) .u-header__nav-link {
    color: #3b444f;
  }
}

@media (min-width: 768px) {
  .u-header--dark-nav-links-md:not(.bg-dark) .u-header__nav-item:hover .u-header__nav-link {
    color: #297cbb;
  }
  .u-header--dark-nav-links-md:not(.bg-dark) .u-header__nav-link {
    color: #3b444f;
  }
}

@media (min-width: 992px) {
  .u-header--dark-nav-links-lg:not(.bg-dark) .u-header__nav-item:hover .u-header__nav-link {
    color: #297cbb;
  }
  .u-header--dark-nav-links-lg:not(.bg-dark) .u-header__nav-link {
    color: #3b444f;
  }
}

@media (min-width: 1200px) {
  .u-header--dark-nav-links-xl:not(.bg-dark) .u-header__nav-item:hover .u-header__nav-link {
    color: #297cbb;
  }
  .u-header--dark-nav-links-xl:not(.bg-dark) .u-header__nav-link {
    color: #3b444f;
  }
}

@media (min-width: 1480px) {
  .u-header--dark-nav-links-wd:not(.bg-dark) .u-header__nav-item:hover .u-header__nav-link {
    color: #297cbb;
  }
  .u-header--dark-nav-links-wd:not(.bg-dark) .u-header__nav-link {
    color: #3b444f;
  }
}

/*------------------------------------
  Navbar Expand
------------------------------------*/
.navbar-expand {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navbar-expand.u-header__navbar--no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-expand .u-header__navbar-nav {
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-expand .u-header__sub-menu-bordered > li + li .nav-link {
  border-top: 1px solid #ebf0f7;
}

.navbar-expand .hs-mega-menu {
  padding: 1.875rem;
}

.navbar-expand .u-header__navbar-nav .u-header__nav-last-item {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}

.navbar-expand .u-header__navbar-nav .u-header__nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu {
  border-top: 0.1875rem solid #297cbb;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  box-shadow: 0 8px 20px rgba(41, 124, 187, 0.075);
}

[class*="u-header--bg-transparent"].u-header:not(.js-header-fix-moment) .navbar-expand .u-header__navbar-nav .u-header__sub-menu-rounded {
  border-top: unset;
  border-radius: 0.188rem;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
  padding-left: 0;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
  padding: 0.813rem 1.875rem;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
  padding: 0;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
  margin-top: -1.1875rem;
}

.navbar-expand .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
  right: 20%;
}

.navbar-expand .u-header__mega-menu-wrapper {
  padding: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}

.navbar-expand .u-header__promo {
  border-bottom-right-radius: 0.3125rem;
}

.navbar-expand .u-header__promo-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.navbar-expand .u-header__promo-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
  position: relative;
}

.navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.5rem;
  border-right: 1px solid #e7eaf3;
  height: 100%;
  content: "";
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-expand-sm.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-sm .u-header__navbar-nav {
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-sm .u-header__sub-menu-bordered > li + li .nav-link {
    border-top: 1px solid #ebf0f7;
  }
  .navbar-expand-sm .hs-mega-menu {
    padding: 1.875rem;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #297cbb;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(41, 124, 187, 0.075);
  }
  [class*="u-header--bg-transparent"].u-header:not(.js-header-fix-moment) .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-rounded {
    border-top: unset;
    border-radius: 0.188rem;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding: 0.813rem 1.875rem;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  .navbar-expand-sm .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-expand-sm .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .navbar-expand-sm .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .navbar-expand-sm .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-expand-md.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-md .u-header__navbar-nav {
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-md .u-header__sub-menu-bordered > li + li .nav-link {
    border-top: 1px solid #ebf0f7;
  }
  .navbar-expand-md .hs-mega-menu {
    padding: 1.875rem;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #297cbb;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(41, 124, 187, 0.075);
  }
  [class*="u-header--bg-transparent"].u-header:not(.js-header-fix-moment) .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-rounded {
    border-top: unset;
    border-radius: 0.188rem;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding: 0.813rem 1.875rem;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  .navbar-expand-md .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-md .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-expand-md .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .navbar-expand-md .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .navbar-expand-md .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-expand-lg.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .u-header__navbar-nav {
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .u-header__sub-menu-bordered > li + li .nav-link {
    border-top: 1px solid #ebf0f7;
  }
  .navbar-expand-lg .hs-mega-menu {
    padding: 1.875rem;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #297cbb;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(41, 124, 187, 0.075);
  }
  [class*="u-header--bg-transparent"].u-header:not(.js-header-fix-moment) .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-rounded {
    border-top: unset;
    border-radius: 0.188rem;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding: 0.813rem 1.875rem;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  .navbar-expand-lg .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-expand-lg .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .navbar-expand-lg .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .navbar-expand-lg .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}






[class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .dropdown-connector-lg.shopping-cart > a.active:before {
  left: 0;
}

@media (min-width: 1200px) {
  [class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .dropdown-connector-xl > a.active:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: '';
    height: 0;
    left: 50%;
    width: 0;
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
    -webkit-animation-duration: 210ms;
            animation-duration: 210ms;
  }
}

[class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .dropdown-connector-xl.shopping-cart > a.active:before {
  left: 0;
}

@media (min-width: 1480px) {
  [class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .dropdown-connector-wd > a.active:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: '';
    height: 0;
    left: 50%;
    width: 0;
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
    -webkit-animation-duration: 210ms;
            animation-duration: 210ms;
  }
}

[class*="u-header--bg-transparent"]:not(.js-header-fix-moment) .dropdown-connector-wd.shopping-cart > a.active:before {
  left: 0;
}

.tab-dropdown {
  border-bottom: 2px solid #eaeaea;
}

.tab-dropdown.show {
  border-bottom: 2px solid #FF6500;
}

.tab-dropdown .dropdown-toggle::after {
  display: none;
}

.tab-dropdown .dropdown-toggle.bs-placeholder {
  color: #3b444f;
}

.tab-dropdown .dropdown-item {
  color: #67747c;
}

.tab-dropdown .dropdown-item:hover {
  color: #297cbb;
}

.tab-dropdown .dropdown-menu li {
  margin: 0 2rem;
}

.tab-dropdown .dropdown-menu a {
  padding: 0.8rem 0;
}

.dropdown-custom .dropdown-menu {
  left: auto !important;
}

.dropdown-custom .dropdown-nav-link {
  border-bottom: 2px solid #eaeaea;
}

.dropdown-custom .dropdown-nav-link.active {
  border-bottom: 2px solid #297cbb;
}

.dropdown-custom .dropdown-toggle::after {
  margin-left: auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.dropdown-custom_white .dropdown-toggle::after {
  color: #fff;
}

.dropdown-custom_white .dropdown-nav-link.active {
  border-color: #fff;
}

.collapse_custom .collapsed .card-btn-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.custom-dropdown .dropdown-toggle {
  padding: .475rem 1.7rem !important;
}

.custom-dropdown .dropdown-toggle::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 70%;
  font-weight: 900;
  content: "";
  color: #3b444f;
  margin-right: .4rem;
}

.custom-dropdown .dropdown-toggle::after {
  display: none;
}

.custom-dropdown .dropdown-toggle-collapse::before {
  transition: 0.3s;
}

.custom-dropdown .dropdown-toggle-collapse[aria-expanded="true"] {
  border-left: 2px solid #297cbb !important;
}

.custom-dropdown .dropdown-toggle-collapse[aria-expanded="true"] span {
  color: #297cbb !important;
}

.custom-dropdown .dropdown-toggle-collapse[aria-expanded="true"]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #297cbb;
}

.custom-dropdown .dropdown-item {
  padding: .475rem 2.5rem;
}

.custom-dropdown .list-item {
  margin-bottom: .5rem;
}

/*------------------------------------
  Dropdown Card
------------------------------------*/
.dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .dropdown-card {
    min-width: 25rem;
  }
}

/*------------------------------------
  Dropdown Sizes
------------------------------------*/
@media (min-width: 576px) {
  .dropdown-menu-size-md {
    width: 440px;
  }
  .dropdown-menu-size-lg {
    width: 340px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-size-lg {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-size-lg {
    width: 740px;
  }
}

/*-------------------------------------------*\
    2.18. Form Controls
\*-------------------------------------------*/
.custom-select:focus,
.form-control:focus {
  box-shadow: 0 0 25px rgba(41, 124, 187, 0.1);
  border-color: rgba(41, 124, 187, 0.5);
}

.form-control.text-white::-webkit-input-placeholder {
  color: #fff;
}

.form-control.text-white::-moz-placeholder {
  color: #fff;
}

.form-control.text-white:-ms-input-placeholder {
  color: #fff;
}

.form-control.text-white::-ms-input-placeholder {
  color: #fff;
}

.form-control.text-white::placeholder {
  color: #fff;
}

.form-control.hero-form::-webkit-input-placeholder {
  color: #3b444f;
}

.form-control.hero-form::-moz-placeholder {
  color: #3b444f;
}

.form-control.hero-form:-ms-input-placeholder {
  color: #3b444f;
}

.form-control.hero-form::-ms-input-placeholder {
  color: #3b444f;
}

.form-control.hero-form::placeholder {
  color: #3b444f;
}

.u-header__search .form-label {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500;
}

/* Form Borderless */
.input-group-borderless .form-control,
.input-group-borderless .input-group-text,
.input-group-borderless .form-control,
.input-group-borderless button,
.input-group-borderless .btn {
  border: none;
}

.input-group-borderless .form-control:focus,
.input-group-borderless .input-group-text:focus,
.input-group-borderless .form-control:focus,
.input-group-borderless button:focus,
.input-group-borderless .btn:focus {
  box-shadow: none;
}

.input-group-radiusless .form-control,
.input-group-radiusless .input-group-text,
.input-group-radiusless .form-control,
.input-group-radiusless button,
.input-group-radiusless .btn {
  border-radius: unset;
}

/* Form Transpatent */
.input-group-tranparent .form-control,
.input-group-tranparent .input-group-text,
.input-group-tranparent button,
.input-group-tranparent .btn {
  background-color: transparent;
}

.placeholder-1::-webkit-input-placeholder {
  color: #5c6770;
}

.placeholder-1::-moz-placeholder {
  color: #5c6770;
}

.placeholder-1:-ms-input-placeholder {
  color: #5c6770;
}

.placeholder-1::-ms-input-placeholder {
  color: #5c6770;
}

.placeholder-1::placeholder {
  color: #5c6770;
}

.form-control {
  border-radius: 0.3125rem;
  font-size: 0.875rem;
}

/*------------------------------------
  Form Pill
------------------------------------*/
.input-group-pill {
  border-radius: 6.1875rem;
}

.input-group-pill > .form-control:first-child {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.input-group-pill > .form-control:last-child {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

.input-group-pill .input-group-prepend > .input-group-text,
.input-group-pill .input-group-prepend > .btn {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.input-group-pill .input-group-append > .input-group-text,
.input-group-pill .input-group-append > .btn {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

/*------------------------------------
  Form Sizes
------------------------------------*/
/* Default Size */
.input-group.input-group-pill > .form-control:first-child {
  padding-left: 1.5rem;
}

.input-group.input-group-pill .input-group-prepend > .input-group-text,
.input-group.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

.input-group.input-group-pill .input-group-append > .input-group-text,
.input-group.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

.input-group .input-group-prepend > .input-group-text,
.input-group .input-group-append > .input-group-text {
  font-size: 0.875rem;
}

/* Extra Small Size */
.input-group-xs.input-group-pill > .form-control:first-child {
  padding-left: 1.375rem;
}

.input-group-xs.input-group-pill .input-group-prepend > .input-group-text,
.input-group-xs.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

.input-group-xs.input-group-pill .input-group-append > .input-group-text,
.input-group-xs.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

.input-group-xs .input-group-prepend > .input-group-text,
.input-group-xs .input-group-append > .input-group-text {
  font-size: 0.625rem;
}

.form-control-xs {
  height: calc(1.925rem + 1px);
  padding: 0.4375rem 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Small Size */
.input-group-sm.input-group-pill > .form-control:first-child {
  padding-left: 1rem;
}

.input-group-sm.input-group-pill .input-group-prepend > .input-group-text,
.input-group-sm.input-group-pill .input-group-prepend > .btn {
  padding-left: 1rem;
}

.input-group-sm.input-group-pill .input-group-append > .input-group-text,
.input-group-sm.input-group-pill .input-group-append > .btn {
  padding-right: 1rem;
}

.input-group-sm .input-group-prepend > .input-group-text,
.input-group-sm .input-group-append > .input-group-text {
  font-size: 0.75rem;
}

/* Large Size */
.input-group-lg.input-group-pill > .form-control:first-child {
  padding-left: 2rem;
}

.input-group-lg.input-group-pill .input-group-prepend > .input-group-text,
.input-group-lg.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.375rem;
}

.input-group-lg.input-group-pill .input-group-append > .input-group-text,
.input-group-lg.input-group-pill .input-group-append > .btn {
  padding-right: 1.5rem;
}

.input-group-lg .input-group-prepend > .input-group-text,
.input-group-lg .input-group-append > .input-group-text {
  font-size: 1rem;
}

/*------------------------------------
  Focus States
------------------------------------*/
.u-focus-state .form-label + .form-control,
.u-focus-state .custom-select,
.u-focus-state .input-group,
.u-focus-state .form-control:first-child:last-child {
  box-shadow: 0 0 25px rgba(41, 124, 187, 0.1);
}

.u-focus-state .input-group-text {
  color: #297cbb;
}

.u-focus-state:focus,
.u-focus-state *:focus,
.u-focus-state .input-group-text,
.u-focus-state .form-control {
  border-color: rgba(41, 124, 187, 0.5);
}

.u-focus-state .form-control {
  box-shadow: none;
}

/*------------------------------------
  Success State
------------------------------------*/
.u-has-success .form-label + .form-control,
.u-has-success .custom-select,
.u-has-success .input-group,
.u-has-success .form-control:first-child:last-child {
  box-shadow: 0 0 25px rgba(0, 201, 167, 0.1);
}

.u-has-success .input-group-text {
  color: #00c9a7;
}

.u-has-success:focus,
.u-has-success *:focus,
.u-has-success .input-group-text,
.u-has-success .form-control {
  border-color: rgba(0, 201, 167, 0.5);
}

/*------------------------------------
  Error State
------------------------------------*/
.u-has-error .form-label + .form-control,
.u-has-error .custom-select,
.u-has-error .input-group,
.u-has-error .form-control:first-child:last-child {
  box-shadow: 0 0 25px rgba(222, 68, 55, 0.1);
}

.u-has-error .input-group-text {
  color: #de4437;
}

.u-has-error:focus,
.u-has-error *:focus,
.u-has-error .input-group-text,
.u-has-error .form-control {
  border-color: rgba(222, 68, 55, 0.5);
}

/*------------------------------------
  Bookmark Checkbox
------------------------------------*/
.bookmark-checkbox {
  position: relative;
  display: block;
  line-height: 0;
}

.bookmark-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.bookmark-checkbox-label {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0.8175rem;
  color: #77838f;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
  transition: 0.3s;
}

.bookmark-checkbox-label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Free";
}

.bookmark-checkbox-input:checked ~ .bookmark-checkbox-label {
  color: #fff;
  background-color: #297cbb;
  box-shadow: 0 3px 6px 0 rgba(41, 124, 187, 0.25);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*------------------------------------
  Checkbox Bordered
------------------------------------*/
.checkbox-outline {
  padding-left: 0;
  margin-right: 0;
}

.checkbox-outline__label {
  border: 1px solid #e7eaf3;
  cursor: pointer;
}

.checkbox-outline__input:checked ~ .checkbox-outline__label {
  border-color: #297cbb;
}

/*------------------------------------
  Checkbox Switch
------------------------------------*/
.custom-switch {
  padding-left: 4.75rem;
}

.custom-switch .custom-control-label::before {
  left: -4.75rem;
  height: 1.875rem;
  border: none;
  background-color: #e7eaf3;
  border-radius: 6.1875rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.3861rem);
  left: calc(-4.42rem);
  background-color: #fff;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(2.187rem);
          transform: translateX(2.187rem);
}

.switch-custom .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9rem) !important;
          transform: translateX(0.9rem) !important;
}

.switch-custom .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8394ac !important;
}

.map-collapse.show + .map-collapse-hidden {
  display: none;
}

.map-lable-list .map-show {
  display: none;
}

.map-lable[aria-expanded="true"] + .map-lable-list .map-hide {
  display: none;
}

.map-lable[aria-expanded="true"] + .map-lable-list .map-show {
  display: inline;
}

.map-switch.custom-switch {
  padding-left: 64px;
}

.map-switch.custom-switch .custom-control-label::before {
  left: 0;
}

.map-switch.custom-switch .custom-control-label::after {
  left: 5px;
}

.map-switch .custom-control-label {
  position: static;
}

.map-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #8394ac;
  background-color: #8394ac;
}

/*------------------------------------
  Custom Checkbox
------------------------------------*/
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(41, 124, 187, 0);
}

/*------------------------------------
  Range Slider
------------------------------------*/
.u-range-slider {
  height: 1.25rem;
}

.u-range-slider .irs {
  height: 1.25rem;
}

.u-range-slider .irs-line {
  top: .5rem;
  height: 0.438rem;
}

.u-range-slider .irs-line-left {
  left: 0;
  height: 0.438rem;
  background-color: #e7eaf3;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.u-range-slider .irs-line-mid {
  height: 0.438rem;
  background-color: #e7eaf3;
}

.u-range-slider .irs-line-right {
  right: 0;
  height: 0.438rem;
  background-color: #e7eaf3;
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

.u-range-slider .irs-bar {
  top: .5rem;
  height: 0.438rem;
  background-color: #297cbb;
}

.u-range-slider .irs-bar-edge {
  top: .5rem;
  left: .0625rem;
  height: 0.25rem;
  width: .6875rem;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
  background-color: #297cbb;
}

.u-range-slider .irs-slider {
  top: -.02rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}

.u-range-slider .irs-slider.state_hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.u-range-slider .irs-from,
.u-range-slider .irs-to,
.u-range-slider .irs-single {
  display: inline-block;
  min-width: 2.5rem;
  background-color: #fff;
  color: #3b444f;
  font-size: 0.875rem;
  text-shadow: none;
  text-align: center;
  border-radius: 0.3125rem;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
  padding: .5rem;
}

/* Indicator */
.u-range-slider-indicator {
  height: 5rem;
}

.u-range-slider-indicator .irs {
  height: 5rem;
}

.u-range-slider-indicator.u-range-slider-grid {
  height: 8rem;
}

.u-range-slider-indicator.u-range-slider-grid .irs {
  height: 8rem;
}

.u-range-slider-indicator .irs-line {
  top: 3.875rem;
}

.u-range-slider-indicator .irs-bar {
  top: 3.875rem;
}

.u-range-slider-indicator .irs-bar-edge {
  top: 3.875rem;
}

.u-range-slider-indicator .irs-slider {
  top: 3.1875rem;
}

/* Grid */
.u-range-slider-grid {
  height: 4.5rem;
}

.u-range-slider-grid .irs {
  height: 4.5rem;
}

.u-range-slider-grid .irs-grid {
  height: 2.5rem;
}

.u-range-slider-grid .irs-grid-text {
  display: inline-block;
  min-width: 2.5rem;
  line-height: 1;
  font-size: 0.875rem;
  color: #77838f;
  border-radius: 6.1875rem;
  padding: 0.25rem;
}

.u-range-slider-grid .irs-grid-text.current {
  background: rgba(41, 124, 187, 0.1);
  color: #297cbb;
}

.u-range-slider-grid .irs-grid-pol {
  height: .75rem;
  background-color: #e7eaf3;
}

.u-range-slider-grid .irs-grid-pol.small {
  display: none;
}

/*------------------------------------
  File Attachment Button
------------------------------------*/
.file-attachment-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.file-attachment-btn__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

/*------------------------------------
  File Attachment Input
------------------------------------*/
.file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.3125rem;
  padding: 4rem;
  margin-bottom: 0;
}

.file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

.file-attachment-input:hover {
  background-color: #f5f8fc;
}

/*------------------------------------
  File Attachment Link
------------------------------------*/
.file-attachment-link {
  position: relative;
  top: .4375rem;
  overflow: hidden;
}

.file-attachment-link input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.file-attachment-link__label {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.file-attachment-link:hover .u-file-attachment-link__label {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/*-------------------------------------------*\
    2.19. Google Map
\*-------------------------------------------*/
.u-gmap-interactive {
  height: 15.625rem;
  border: 4px solid #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0 45px rgba(140, 152, 164, 0.125);
}

.u-gmap-interactive .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

.u-gmap-interactive .gm-style-iw {
  min-width: 11.0625rem;
  background-color: #fff;
  text-align: center;
  overflow: inherit;
  box-shadow: 0 0 45px rgba(140, 152, 164, 0.4);
  border-radius: 0.3125rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.u-gmap-interactive .gm-style-iw::before {
  position: absolute;
  bottom: -.75rem;
  left: 50%;
  width: 1rem;
  height: .875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.1 14.5'%3E %3Cpath fill='#fff' d='M9.8,13.5L15.9,3c0.8-1.3-0.2-3-1.7-3H2C0.5,0-0.5,1.7,0.3,3l6.1,10.5C7.1,14.8,9,14.8,9.8,13.5z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.u-gmap-interactive .gm-style-iw img {
  max-width: 100%;
}

.u-gmap-interactive__info {
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
}

/*-------------------------------------------*\
    2.20. Go to Section
\*-------------------------------------------*/
.u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #297cbb;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-go-to:hover, .u-go-to:focus:hover {
  color: #fff;
  opacity: 1;
}

/*------------------------------------
  Got to Section - Vertical Arrow
------------------------------------*/
.u-go-to-ver-arrow {
  display: inline-block;
  color: #297cbb;
  background-color: rgba(41, 124, 187, 0.1);
  padding: 2rem 1rem;
  border-radius: 6.1875rem;
}

.u-go-to-ver-arrow:hover .u-go-to-ver-arrow__inner {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.u-go-to-ver-arrow__inner {
  transition: 0.2s ease-in-out;
}

/*------------------------------------
  Got to Section - Modern
------------------------------------*/
.u-go-to-modern {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #297cbb;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(140, 152, 164, 0.2);
}

.u-go-to-modern .u-go-to-modern__inner {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*------------------------------------
  Got to Section - Wave
------------------------------------*/
.u-go-to-wave {
  width: 13.125rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .u-go-to-wave {
    width: 10rem;
  }
}

.u-go-to-wave__icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-------------------------------------------*\
    2.21. Hamburger
\*-------------------------------------------*/
.u-hamburger {
  font-size: inherit;
  line-height: 0;
  padding: 0.25rem;
}

.u-hamburger:hover .u-hamburger__inner, .u-hamburger:hover .u-hamburger__inner::before, .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #297cbb;
}

.u-hamburger__box {
  width: 1.5625rem;
  height: 0.875rem;
  display: inline-block;
  position: relative;
}

.u-hamburger__inner {
  display: block;
  top: 0.0625rem;
  margin: top, -0.0625rem;
}

.u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #8c98a4;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.u-hamburger__inner::before, .u-hamburger__inner::after {
  content: "";
  display: block;
}

.u-hamburger__inner::before {
  top: 0.375rem;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.u-hamburger__inner::after {
  top: 0.75rem;
}

.u-hamburger[aria-expanded="true"] .u-hamburger__inner,
.u-hamburger .is-active .u-hamburger__inner {
  -webkit-transform: translate3d(0, 0.375rem, 0) rotate(45deg);
          transform: translate3d(0, 0.375rem, 0) rotate(45deg);
}

.u-hamburger[aria-expanded="true"] .u-hamburger__inner::before,
.u-hamburger .is-active .u-hamburger__inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-0.22321rem, -0.25rem, 0);
          transform: rotate(-45deg) translate3d(-0.22321rem, -0.25rem, 0);
  opacity: 0;
}

.u-hamburger[aria-expanded="true"] .u-hamburger__inner::after,
.u-hamburger .is-active .u-hamburger__inner::after {
  -webkit-transform: translate3d(0, -0.75rem, 0) rotate(-90deg);
          transform: translate3d(0, -0.75rem, 0) rotate(-90deg);
}

.u-hamburger--white .u-hamburger__inner, .u-hamburger--white .u-hamburger__inner::before, .u-hamburger--white .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.u-hamburger--white:hover .u-hamburger__inner, .u-hamburger--white:hover .u-hamburger__inner::before, .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #fff;
}

.u-hamburger--primary .u-hamburger__inner, .u-hamburger--primary .u-hamburger__inner::before, .u-hamburger--primary .u-hamburger__inner::after {
  background-color: #297cbb;
}

.u-hamburger--primary:hover .u-hamburger__inner, .u-hamburger--primary:hover .u-hamburger__inner::before, .u-hamburger--primary:hover .u-hamburger__inner::after {
  background-color: #297cbb;
}

.js-header-fix-moment .u-hamburger--white .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after {
  background-color: #8c98a4;
}

.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #297cbb;
}

/*-------------------------------------------*\
    2.22. Hero Blocks
\*-------------------------------------------*/
/*------------------------------------
  Hero v1
------------------------------------*/
.u-hero-v1 {
  position: relative;
}

.u-hero-v1__main {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 992px) {
  .u-hero-v1__main {
    height: 70vh;
  }
}

.u-hero-v1__main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(54, 85, 111, 0.3);
  content: "";
}

.u-hero-v1__secondary {
  position: relative;
}

@media (min-width: 992px) {
  .u-hero-v1__secondary {
    height: 30vh;
  }
}

.u-hero-v1__last {
  position: absolute;
  bottom: 0;
  left: 58.333333%;
}

.u-hero-v1__last-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-hero-v1__last-next {
  color: #174567;
}

.u-hero-v1__last-prev {
  color: #962319;
}

/*-------------------------------------------*\
    2.23. Indicators
\*-------------------------------------------*/
/*------------------------------------
  Indicator Dots
------------------------------------*/
.u-indicator-dots {
  position: relative;
}

@media (min-width: 768px) {
  .u-indicator-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: .75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -.375rem;
  }
}

/*------------------------------------
  Indicator - Vertical Dashed
------------------------------------*/
.u-indicator-vertical-dashed-item:not(:last-child) {
  position: relative;
  margin-bottom: 1rem;
}

.u-indicator-vertical-dashed-item:not(:last-child)::after {
  position: absolute;
  top: 1.625rem;
  bottom: -.8125rem;
  left: .625rem;
  border-left: 2px dashed #e7eaf3;
  content: "";
}

/*------------------------------------
  Indicator Steps
------------------------------------*/
.u-indicator-steps {
  position: relative;
  padding-left: 2.5rem;
}

.u-indicator-steps::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.25rem;
  width: 2rem;
  height: .0625rem;
  border-top: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

.u-indicator-steps::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.3125rem;
  width: .0625rem;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

.u-indicator-steps:first-child::after {
  height: 50%;
  top: auto;
}

.u-indicator-steps:last-child::after {
  height: 50%;
  bottom: auto;
}

.u-indicator-steps__inner {
  min-width: 3rem;
}

/*-------------------------------------------*\
    2.24. Media
\*-------------------------------------------*/
/*------------------------------------
  Media Player
------------------------------------*/
.u-media-player {
  color: #3b444f;
  transition: all 0.2s ease-in-out;
}

.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #3b444f;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.u-media-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: .125rem;
}

.u-media-player__icon--box-shadow {
  box-shadow: 0 0 2.5rem rgba(140, 152, 164, 0.3);
}

.u-media-player:hover .u-media-player__icon, .u-media-player:focus .u-media-player__icon {
  color: #297cbb;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.u-media-player:hover .u-media-player__icon--primary, .u-media-player:focus .u-media-player__icon--primary {
  background-color: #297cbb;
}

.u-media-player:hover .u-media-player__icon--success, .u-media-player:focus .u-media-player__icon--success {
  background-color: #00c9a7;
}

/* Colors */
.u-media-player:hover .u-media-player__icon--primary, .u-media-player:hover .u-media-player__icon--success, .u-media-player:focus .u-media-player__icon--primary, .u-media-player:focus .u-media-player__icon--success {
  color: #fff;
}

.u-media-player__icon--primary {
  color: #297cbb;
  background-color: rgba(41, 124, 187, 0.1);
}

.u-media-player__icon--success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}

/* Large Size */
.u-media-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}

/* Extra Large Size */
.u-media-player__icon--xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1rem;
}

/* Positions */
.u-media-player--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .u-media-player--left-minus-50x-top-50x-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*------------------------------------
  Media Viewer
------------------------------------*/
.u-media-viewer {
  position: relative;
  display: block;
}

.u-media-viewer:hover .u-media-viewer__icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.u-media-viewer__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-media-viewer__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #297cbb;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  transition: 0.3s ease-in-out;
}

.u-media-viewer__icon:hover, .u-media-viewer__icon:focus {
  color: #fff;
}

.u-media-viewer__icon--active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.u-media-viewer__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*------------------------------------
  Video Player
------------------------------------*/
.u-video-player {
  position: relative;
  background-color: #000;
}

.u-video-player__preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.u-video-player__played .u-video-player__preview {
  opacity: 0;
  pointer-events: none;
}

.u-video-player__btn {
  z-index: 3;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.u-video-player__played .u-video-player__btn {
  -webkit-animation: videoPlayerButton 0.4s ease-in-out forwards;
          animation: videoPlayerButton 0.4s ease-in-out forwards;
  pointer-events: none;
}

.u-video-player__btn:hover .u-video-player__icon, .u-video-player__btn:focus .u-video-player__icon {
  color: #297cbb;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.u-video-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #3b444f;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.u-video-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: .125rem;
}

/* Large Size */
.u-video-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}

/* Positions */
.u-video-player__centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

@keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

/*-------------------------------------------*\
    2.25. Mockups
\*-------------------------------------------*/
/*------------------------------------
  Mockup Browser v1
------------------------------------*/
.u-browser-v1 {
  position: relative;
  max-width: 53.125rem;
}

.u-browser-v1__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 85%;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175);
}

/*------------------------------------
  Mockup Devices v1
------------------------------------*/
.u-devices-v1 {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 40.625rem;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.u-devices-v1__tablet-svg, .u-devices-v1__phone-svg {
  border-radius: 2.125rem;
  box-shadow: 0 0 10px 6px rgba(59, 68, 79, 0.05);
}

.u-devices-v1__tablet {
  width: 26.875rem;
  height: 34.3125rem;
}

.u-devices-v1__phone {
  width: 13.75rem;
  height: 27.5rem;
  margin-right: 1.25rem;
}

/*------------------------------------
  Devices v2
------------------------------------*/
.u-devices-v2 {
  position: relative;
  overflow: hidden;
}

.u-devices-v2__tablet {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 1;
  width: 34.375rem;
  height: 50.875rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
          transform-origin: 90% -20%;
}

@media (max-width: 991.98px) {
  .u-devices-v2__tablet {
    -webkit-transform-origin: 100% -40%;
            transform-origin: 100% -40%;
  }
}

.u-devices-v2__tablet-svg {
  border-radius: 1.85rem;
  box-shadow: 0 0 0.75rem 0.5rem rgba(59, 68, 79, 0.1);
}

.u-devices-v2__phone {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 1;
  width: 19.8125rem;
  height: 41.5625rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.u-devices-v2__phone--left-position {
  position: absolute;
  right: auto;
  left: 0;
  -webkit-transform-origin: 100% 40%;
          transform-origin: 100% 40%;
}

@media (max-width: 1199.98px) {
  .u-devices-v2__phone--left-position {
    -webkit-transform-origin: 100% 65%;
            transform-origin: 100% 65%;
  }
}

.u-devices-v2__phone-svg {
  border-radius: 3rem;
  box-shadow: 0 0 0.75rem 0.5rem rgba(59, 68, 79, 0.1);
}

/*------------------------------------
  Devices v3
------------------------------------*/
.u-devices-v3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 40%;
  border-radius: 4.0625rem;
  box-shadow: 10px 15px 55px 15px rgba(140, 152, 164, 0.1);
}

/*------------------------------------
  Mockup Devices v4
------------------------------------*/
.u-devices-v4 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.u-devices-v4__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-devices-v4__laptop {
  width: 35.9375rem;
  height: 20.75rem;
}

.u-devices-v4__tablet-svg, .u-devices-v4__tablet-ver-svg {
  border-radius: 1.375rem;
  box-shadow: 0 0 0.625rem 0.375rem rgba(59, 68, 79, 0.05);
}

.u-devices-v4__tablet {
  width: 17.1875rem;
  height: 25.4375rem;
  margin-left: 1.5625rem;
}

.u-devices-v4__tablet-ver {
  width: 25rem;
  height: 16.875rem;
}

.u-devices-v4__phone {
  width: 6.25rem;
  height: 13.0625rem;
  margin-left: 1.5625rem;
}

.u-devices-v4__phone-svg {
  border-radius: 1rem;
  box-shadow: 0 0 0.625rem 0.375rem rgba(59, 68, 79, 0.05);
}

/*-------------------------------------------*\
    2.26. Modal Window
\*-------------------------------------------*/
/*------------------------------------
  Modal Window
------------------------------------*/
.u-modal-window {
  display: none;
  max-height: 85vh;
}

.u-modal-window-custom.u-modal-window {
  display: block !important;
  height: 0 !important;
  opacity: 0 !important;
}

.custombox-open .u-modal-window-custom.u-modal-window {
  height: auto !important;
  opacity: 1 !important;
}

/*------------------------------------
  Modal Window - Facebook
------------------------------------*/
.u-modal--facebook {
  width: 31.25rem;
  border-radius: 0.3125rem;
}

.u-modal--facebook__body {
  position: relative;
  background-color: #395899;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.u-modal--facebook__body::after {
  position: absolute;
  left: 5rem;
  top: 100%;
  display: block;
  border-style: solid;
  border-width: 1.125rem 1.375rem 0 0;
  border-color: #395899 transparent transparent transparent;
  content: "";
}

.u-modal--facebook__space {
  padding: 2rem;
}

.u-modal--facebook__content {
  background-color: #fff;
  padding: 2rem;
}

.u-modal--facebook__navbar {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.u-modal--facebook__navbar-logo {
  width: 7.5rem;
}

.u-modal--facebook__text {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

/*-------------------------------------------*\
    2.27. Page Preloader
\*-------------------------------------------*/
.page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: #fff;
}

.page-preloader__content-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

/*-------------------------------------------*\
    2.28. Pagination
\*-------------------------------------------*/
.page-link {
  text-align: center;
  min-width: 2.25rem;
}

.page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.page-item .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.page-item .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.list-pagination .page-item .page-link:hover {
  background-color: #297cbb;
  color: #fff !important;
  transition: .3s;
}

.list-pagination-1 .page-item .page-link:hover {
  background-color: #297cbb;
  color: #fff !important;
  transition: .3s;
  border-radius: .3125rem !important;
}

.list-pagination-1 .page-item:first-child .page-link, .list-pagination-1 .page-item:last-child .page-link {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}

.custom-pagination .page-link {
  color: #67747c;
  padding: .4rem;
  border-radius: 3px;
}

.custom-pagination .page-link:hover {
  background: #297cbb !important;
  color: #fff !important;
}

.custom-pagination .page-item:first-child .page-link {
  color: #3b444f;
  border-right: 1px solid #e4e4e4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-pagination .page-item:last-child .page-link {
  color: #3b444f;
  border-left: 1px solid #e4e4e4;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*-------------------------------------------*\
    2.29. Nav
\*-------------------------------------------*/
.nav-classic {
  border-bottom: 1px solid #e7eaf3;
}

.nav-classic .nav-link {
  color: #77838f;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  margin-bottom: -.125rem;
  transition: 0.3s;
}

.nav-classic .nav-link:hover {
  color: #297cbb;
}

.nav-classic .nav-link.active {
  color: #297cbb;
  border-bottom-color: #297cbb;
}

.nav-borderless {
  border-color: transparent;
}

.nav-rounded {
  border-radius: 1.25rem;
}

.nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: 1.25rem;
}

.nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: 1.25rem;
}

.nav-rounded-pill .nav-item .nav-link {
  border-radius: 1.25rem;
}

.nav-default .nav-item .nav-link {
  min-height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.nav-default .nav-item .nav-link:not(.active) {
  color: #3b444f;
}

.nav-default .nav-item .nav-link.active {
  background-color: #045cff;
}

.nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

.nav-choose .nav-link .rounded-circle {
  opacity: 0;
}

.nav-choose .nav-link.active {
  border-color: #297cbb !important;
  position: relative;
}

.nav-choose .nav-link.active .rounded-circle {
  opacity: 1;
}

.nav .nav-item:not(:first-child) {
  margin-left: .25rem;
}

.nav .nav-item:not(:last-child) {
  margin-right: 1.25rem;
}

@media (max-width: 1479.98px) {
  .tab-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.tab-nav-rounded .nav-link {
  padding: 1.5rem 1.5rem;
}

.tab-nav-rounded .nav-link.active .icon::before {
  border: 1px solid #FF6500;
  border-radius: 50%;
  padding: 14px;
  background-color: #FF6500;
}

.tab-nav-rounded .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -33px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-rounded .nav-link.active .icon::after {
    bottom: -16px;
  }
}

.tab-nav-boxed .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-boxed .nav-link.active {
  border: 1px solid #FF6500;
  background-color: #FF6500;
  border-radius: 3px;
}

.tab-nav-boxed .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-boxed .nav-link.active .icon::after {
    left: 13px;
  }
}

.tab-nav-pill .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-pill .nav-link.active {
  background-color:#FF6500;
  border-radius: 20px;
}

.tab-nav-pill .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-pill .nav-item.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-pill .nav-item.active .tabtext {
  color: #fff;
}

.tab-nav-square .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-square .nav-link.active {
  background-color: #297cbb;
  border-radius: 3px;
}

.tab-nav-square .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-line .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-line .nav-link.active .tabtext {
  color: #297cbb;
}

.tab-nav-line .nav-link.active .tabtext::after {
  display: block;
  height: 0.125rem;
  background-color: #377dff;
  content: " ";
  margin-top: 0.313rem;
}

.tab-nav-shadow .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-shadow .nav-link.active {
  position: relative;
  z-index: 1;
}

.tab-nav-shadow .nav-link.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0.15;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tab-nav-inner .nav-link {
  padding: 0.3rem 1rem;
}

.tab-nav-inner .nav-link.active {
  border: 1px solid #fddc95;
  background-color: #fddc95;
  border-radius: 3px;
}

.tab-nav-shop .nav-link {
  color: #67747c;
  padding: 0.5rem 0.5rem;
}

.tab-nav-shop .nav-link.active {
  color: #297cbb;
}

.tab-nav-list .nav-link {
  padding: .5rem 0;
}

.tab-nav-list .nav-link.active {
  border-left: 2px solid #297cbb !important;
}

.tab-nav-list .nav-link.active i, .tab-nav-list .nav-link.active span {
  color: #297cbb !important;
}

@media (max-width: 1479.98px) {
  .tab-nav-1 {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.tab-nav-1-rounded .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-rounded .nav-link.active .icon::before {
  border: 1px solid #297cbb;
  border-radius: 50%;
  padding: 14px;
  background-color: #297cbb;
}

.tab-nav-1-rounded .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -33px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-1-rounded .nav-link.active .icon::after {
    bottom: -16px;
  }
}

.tab-nav-1-boxed .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-1-boxed .nav-link.active {
  border: 1px solid #408fb9;
  background-color: #408fb9;
  border-radius: 3px;
}

.tab-nav-1-boxed .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-1-boxed .nav-link.active .icon::after {
    left: 13px;
  }
}

.tab-nav-1-pill .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-pill .nav-link.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-1-pill .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-1-pill .nav-item.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-1-pill .nav-item.active .tabtext {
  color: #fff;
}

.tab-nav-1-square .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-square .nav-link.active {
  background-color: #297cbb;
  border-radius: 3px;
}

.tab-nav-1-square .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-1-line .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-line .nav-link.active .tabtext {
  color: #297cbb;
}

.tab-nav-1-line .nav-link.active .tabtext::after {
  display: block;
  height: 0.125rem;
  background-color: #377dff;
  content: " ";
  margin-top: 0.313rem;
}

.tab-nav-1-shadow .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-1-shadow .nav-link.active {
  position: relative;
  z-index: 1;
}

.tab-nav-1-shadow .nav-link.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0.15;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tab-nav-1-inner .nav-link {
  padding: 0.3rem 1rem;
}

.tab-nav-1-inner .nav-link.active {
  border: 1px solid #297cbb !important;
  background-color: #297cbb !important;
  border-radius: 3px;
}

.tab-nav-1-inner .nav-link.active span {
  color: #fff !important;
}

.tab-nav-1-shop .nav-link {
  color: #67747c;
  padding: 0.5rem 0.5rem;
}

.tab-nav-1-shop .nav-link.active {
  color: #297cbb;
}

.tab-nav-1-list .nav-link {
  padding: .5rem 0;
}

.tab-nav-1-list .nav-link.active {
  border-left: 2px solid #297cbb !important;
}

.tab-nav-1-list .nav-link.active i, .tab-nav-1-list .nav-link.active span {
  color: #297cbb !important;
}

.collapse-link .plus,
.collapse-link .minus {
  display: none;
}

.collapse-link[aria-expanded="false"] .plus {
  display: -ms-flexbox;
  display: flex;
  padding: .2rem .4rem;
}

.collapse-link[aria-expanded="true"] .minus {
  display: -ms-flexbox;
  display: flex;
  padding: .7rem .4rem;
}

/* Nav Steps */
.nav-icon .nav-item {
  color: #77838f;
}

.nav-icon .nav-item.active {
  color: #297cbb;
}

.nav-icon .nav-item.active .nav-icon-action {
  color: #fff;
  background-color: #297cbb;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-icon-action {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  line-height: 0.7;
  width: 4rem;
  height: 4rem;
  font-size: 1.375rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.nav-icon-action-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------------------------------*\
    2.30. News Blogs
\*-------------------------------------------*/
/*------------------------------------
  Blog Thumb Minimal
------------------------------------*/
.u-blog-thumb-minimal {
  padding: .5rem;
  transition: 0.3s ease-in-out;
}

.u-blog-thumb-minimal, .u-blog-thumb-minimal__img {
  border-radius: 0.3125rem;
}

.u-blog-thumb-minimal:hover {
  background-color: #196eff;
}

.u-blog-thumb-minimal__img-wrapper {
  width: 5rem;
}

/*-------------------------------------------*\
    2.31. Progress
\*-------------------------------------------*/
.progress-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: #f8fafd;
  height: 12.5rem;
}

/*-------------------------------------------*\
    2.32. Paging
\*-------------------------------------------*/
/*------------------------------------
  Paging Modern
------------------------------------*/
.u-paging-modern .u-paging-modern__arrow-icon-prev, .u-paging-modern .u-paging-modern__arrow-icon-next {
  transition: 0.3s;
}

.u-paging-modern .u-paging-modern__arrow-icon-prev {
  margin-right: 1rem;
}

.u-paging-modern .u-paging-modern__arrow-icon-next {
  margin-left: 1rem;
}

.u-paging-modern:hover .u-paging-modern__arrow-icon-prev {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.u-paging-modern:hover .u-paging-modern__arrow-icon-next {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.u-paging-modern-view-all {
  color: #fff;
  text-align: center;
  background-color: #ffc107;
}

.u-paging-modern-view-all__icon {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
  transition: 0.3s;
}

.u-paging-modern-view-all:hover {
  color: #fff;
}

.u-paging-modern-view-all:hover .u-paging-modern-view-all__icon {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*-------------------------------------------*\
    2.33. Quantity
\*-------------------------------------------*/
.u-quantity {
  width: 4rem;
}

.u-quantity > .u-quantity__input {
  padding-right: 1.875rem;
}

.u-quantity > .u-quantity__input:not(:last-child) {
  border-radius: 0.3125rem;
}

.u-quantity__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: .75rem;
  z-index: 3;
}

.u-quantity__arrows-inner {
  display: block;
  color: #77838f;
  cursor: pointer;
}

.u-quantity__arrows-inner:hover {
  color: #297cbb;
}

/*-------------------------------------------*\
    2.34. Search Forms
\*-------------------------------------------*/
/*------------------------------------
  Search Form - Push Top
------------------------------------*/
.u-search-push-top {
  display: none;
  background-color: #f8fafd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, 0.05);
}

.u-search-push-top__content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.u-search-push-top__close-btn {
  position: absolute;
  top: -1.5625rem;
  right: .4375rem;
}

@media (max-width: 575.98px) {
  .u-search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Banner */
.u-search-push-top__banner {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(151, 164, 175, 0.05);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden;
}

.u-search-push-top__banner-container {
  position: relative;
  width: 75%;
  min-height: 11.5625rem;
}

.u-search-push-top__banner-img {
  position: absolute;
  bottom: -.625rem;
  left: -.625rem;
  transition: all .3s ease-in-out;
}

.u-search-push-top__banner:hover .u-search-push-top__banner-img:first-child {
  bottom: 0;
  left: 0;
}

/*------------------------------------
  Search Form - Slide Down
------------------------------------*/
.u-search-slide-down {
  position: absolute;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 23.75rem;
}

.u-search-slide-down-trigger.active .u-search-slide-down-trigger__icon::before {
  content: "\f00d";
}

.u-search-slide-down .input-group {
  background-color: #ebf0f7;
}

.u-search-slide-down .form-control {
  min-height: 3.75rem;
}

.u-search-slide-down .form-control::-webkit-input-placeholder {
  color: #3b444f;
}

.u-search-slide-down .form-control::-moz-placeholder {
  color: #3b444f;
}

.u-search-slide-down .form-control:-ms-input-placeholder {
  color: #3b444f;
}

.u-search-slide-down .form-control::-ms-input-placeholder {
  color: #3b444f;
}

.u-search-slide-down .form-control::placeholder {
  color: #3b444f;
}

.u-search-slide-down .btn-icon__inner {
  color: #fff;
}

.u-search-slide-down .btn.btn-icon {
  margin-right: 0.688rem;
  cursor: pointer !important;
}

.u-search-slide-down .list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.469rem 1.438rem;
}

.u-search-slide-down .list-group-item:hover, .u-search-slide-down .list-group-item:focus {
  background-color: #f9fafc;
}

.u-search-slide-down .list-group-item-action {
  color: #3b444f;
}

.u-search-slide-down-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
}

.u-search-slide-down .u-search-slide-down__input {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
  transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
  transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

.u-search-slide-down .u-search-slide-down__suggestions {
  opacity: 0;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
  transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
  transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

.u-search-slide-down.active .u-search-slide-down__input,
.u-search-slide-down.active .u-search-slide-down__suggestions {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.u-search-slide-down.active .u-search-slide-down__suggestions {
  transition-delay: 0.2s;
}

/*-------------------------------------------*\
    2.35. Slick
\*-------------------------------------------*/
.u-slick {
  position: relative;
}

.u-slick__img-overlay .slick-slide:not(.slick-center) {
  position: relative;
}

.u-slick__img-overlay .slick-slide:not(.slick-center)::before {
  background-color: rgba(59, 68, 79, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  content: " ";
}

.u-slick__tab .tab-pane:not(.active) {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.u-slick__tab .tab-pane.active {
  height: auto !important;
}

.u-slick--transform-off.slick-transform-off .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

.testimonial-quote text,
.testimonial-quote path {
  fill: #ebf0f7;
}

.testimonial-quote i {
  color: #ebf0f7;
}

.u-slick-bordered-primary .slick-current .card {
  border-color: #297cbb !important;
}

.u-slick-bordered-primary .slick-current .card .testimonial-quote text,
.u-slick-bordered-primary .slick-current .card .testimonial-quote path {
  fill: #297cbb;
}

.u-slick-bordered-primary .slick-current .card .testimonial-quote i {
  color: #297cbb;
}

.u-slick-bordered-dark .slick-current .card {
  border-color: #1a2b49 !important;
}

.u-slick-bordered-dark .slick-current .card .testimonial-quote text,
.u-slick-bordered-dark .slick-current .card .testimonial-quote path {
  fill: #1a2b49;
}

.u-slick-bordered-dark .slick-current .card .testimonial-quote i {
  color: #1a2b49;
}

/*------------------------------------
  Slick Equal Height
------------------------------------*/
.u-slick--equal-height .slick-list {
  height: 100%;
}

.u-slick--equal-height .slick-track {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.u-slick--equal-height .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

/*------------------------------------
  Slick Gutters
------------------------------------*/
/* Gutters X */
.u-slick--gutters-1 {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.u-slick--gutters-1 .slick-slide {
  margin-left: .25rem;
  margin-right: .25rem;
}

.u-slick--gutters-2 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.u-slick--gutters-2 .slick-slide {
  margin-left: .5rem;
  margin-right: .5rem;
}

.u-slick--gutters-3 {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.u-slick--gutters-3 .slick-slide {
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.u-slick--gutters-4 {
  margin-left: -.4rem;
  margin-right: -.4rem;
}

.u-slick--gutters-4 .slick-slide {
  margin-left: .4rem;
  margin-right: .4rem;
}

/*------------------------------------
  Slick Zoom
------------------------------------*/
.u-slick-zoom .slick-slide .u-slick-zoom__slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}

.u-slick-zoom .slick-center .u-slick-zoom__slide {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*------------------------------------
  Slick Arrows
------------------------------------*/
.u-slick__arrow {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #297cbb;
  background-color: rgba(41, 124, 187, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.u-slick__arrow:hover {
  color: #fff;
  background-color: #297cbb;
}

.u-slick__arrow-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-slick__arrow-inner--left {
  left: 0;
}

.u-slick__arrow-inner--right {
  right: 0;
}

/* Flat */
.u-slick__arrow--flat {
  color: #fff;
  background-color: rgba(41, 124, 187, 0.8);
}

/* Offset */
@media (min-width: 992px) {
  .u-slick__arrow--offset.u-slick__arrow-inner--left {
    left: -2.5rem;
  }
  .u-slick__arrow--offset.u-slick__arrow-inner--right {
    right: -2.5rem;
  }
}

/* Vertical Center Alignment */
.u-slick__arrow-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*------------------------------------
  Slick Arrows Classic
------------------------------------*/
.u-slick__arrow-classic {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #297cbb;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.u-slick__arrow-classic:hover {
  color: #fff;
  background-color: #297cbb;
}

.u-slick__arrow-classic-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-slick__arrow-classic-inner--left {
  left: 0;
}

.u-slick__arrow-classic-inner--left.v1 {
  left: -5px;
}

.u-slick__arrow-classic-inner--left.v4 {
  left: 25px;
}

.u-slick__arrow-classic-inner--right {
  right: 0;
}

.u-slick__arrow-classic-inner--right.v1 {
  right: -5px;
}

.u-slick__arrow-classic-inner--right.v4 {
  right: 25px;
}

.u-slick__arrow-classic--v1 {
  color: #3d88c1;
  background-color: #fff;
}

.u-slick__arrow-classic--v2 {
  color: #297cbb;
  background-color: #ebf0f7;
}

.u-slick__arrow-classic--v3 {
  color: #3b444f;
  background-color: transparent;
  font-size: 20px;
  font-weight: 800;
  color: #cad4e1;
}

.u-slick__arrow-classic--v3:hover {
  color: #3b444f;
  background-color: transparent;
}

.u-slick__arrow-classic--v4 {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

.u-slick__arrow-classic--v4:hover {
  background-color: transparent;
}

/*------------------------------------
  Slick Paging
------------------------------------*/
.u-slick__paging {
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.u-slick__paging .u-paging__current {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1;
}

.u-slick__paging .u-paging__divider {
  position: relative;
  margin-right: .5rem;
  margin-left: .25rem;
}

.u-slick__paging .u-paging__divider::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  content: "\002f";
}

.u-slick__paging .u-paging__total {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------
  Slick Pagination
------------------------------------*/
.u-slick__pagination {
  padding-left: 0;
}

.u-slick__pagination:not(.u-slick__pagination--block) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}

.u-slick__pagination li {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  margin: 0 .25rem;
  cursor: pointer;
}

.u-slick__pagination li span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  box-sizing: border-box;
  background-color: #cad4e1;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  transition: 0.3s ease-in-out;
}

.u-slick__pagination li.slick-active span {
  background-color: transparent;
  border-color: #297cbb;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* White Version */
.u-slick__pagination--white li span {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: none;
          transform: none;
  border-width: 0;
}

.u-slick__pagination--white li.slick-active span {
  border-color: none;
  background-color: white;
}

/* Block */
.u-slick__pagination--block li {
  display: block;
}

/* Vertical Center Alignment */
.u-slick__pagination-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 992px) {
  /* Vertical Option */
  .u-slick__pagination--vertical-lg li {
    display: block;
    margin: .25rem 0;
  }
  /* Vertical Option Positions */
  .u-slick__pagination--vertical-pos-v1-lg {
    position: absolute;
    top: 50%;
    left: -15.7%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.u-slick__pagination-dark {
  padding-left: 0;
}

.u-slick__pagination-dark:not(.u-slick__pagination--block) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}

.u-slick__pagination-dark li {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  margin: 0 .25rem;
  cursor: pointer;
}

.u-slick__pagination-dark li span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  box-sizing: border-box;
  background-color: #cad4e1;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  transition: 0.3s ease-in-out;
}

.u-slick__pagination-dark li.slick-active span {
  background-color: transparent;
  border-color: #1a2b49 !important;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*------------------------------------
  Slick Pagination Modern
------------------------------------*/
.u-slick--pagination-modern {
  width: 100%;
  max-width: 12.5rem;
}

.u-slick--pagination-modern .slick-slide {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s ease-in-out;
}

.u-slick--pagination-modern .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*------------------------------------
  Slick Pagination Interactive
------------------------------------*/
.u-slick--pagination-interactive__text {
  color: rgba(255, 255, 255, 0.7);
}

.u-slick--pagination-interactive .slick-slide {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

.u-slick--pagination-interactive .slick-slide:hover {
  background: rgba(255, 255, 255, 0.15);
}

.u-slick--pagination-interactive .slick-slide:hover.slick-center {
  background: #fff;
}

.u-slick--pagination-interactive .slick-center {
  background: #fff;
}

.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {
  color: #297cbb;
}

.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {
  color: #77838f;
}

/*-------------------------------------------*\
    2.36. Spinner
\*-------------------------------------------*/
.spinner-border,
.spinner-grow {
  vertical-align: middle;
}

/*-------------------------------------------*\
    2.37. Stats
\*-------------------------------------------*/
/*------------------------------------
  Stats Progress
------------------------------------*/
.u-stats-progress {
  position: relative;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
  margin-left: auto;
  margin-right: auto;
}

.u-stats-progress__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 2rem;
  text-align: center;
}

/*-------------------------------------------*\
    2.38. SVG
\*-------------------------------------------*/
.svg-preloader {
  z-index: -1;
  background: #fff url(https://madrasthemes.github.io/mytravel-html/assets/svg/preloaders/circle-preloader.svg) center no-repeat !important;
  overflow: hidden;
  transition: all 0.4s ease-in;
}

.svg-preloader *:not(.u-icon):not(.btn):not(.u-media-player):not(.u-media-player__icon):not(.u-label) {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/*------------------------------------
  SVG IE10+ specific styles go here
------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .u-header__promo-icon {
    height: 48px;
  }
  .ie-height-24 {
    height: 24px;
  }
  .ie-height-40 {
    height: 40px;
  }
  .ie-height-48 {
    height: 48px;
  }
  .ie-height-56 {
    height: 56px;
  }
  .ie-height-72 {
    height: 72px;
  }
  .ie-main-hero {
    height: 686px;
  }
  .ie-soft-triangle-shape {
    height: 610px;
  }
  .ie-browser {
    height: 565px;
  }
  .ie-wave-1-bottom {
    height: 100px;
  }
  .ie-vault,
  .ie-responsive,
  .ie-easy-payment {
    height: 210px;
  }
  .ie-marketing-strategy,
  .ie-app-development,
  .ie-business-analysis {
    height: 328px;
  }
  .ie-devices-v1-tablet {
    height: 38.5rem;
  }
  .ie-devices-v1-phone {
    height: 27.5rem;
  }
  .ie-devices-v2-tablet {
    height: 37.875rem;
  }
  .ie-devices-v2-iphone {
    height: 31rem;
  }
  .ie-devices-v3-iphone {
    height: 633px;
  }
  .ie-devices-v4-tablet-horizontal {
    height: 16.875rem;
  }
  .ie-devices-v4-tablet {
    height: 25.4375rem;
  }
  .ie-devices-v4-laptop {
    height: 20.75rem;
  }
  .ie-devices-v4-iphone {
    height: 13.0625rem;
  }
  .ie-wave-6-top-left {
    height: 379px;
  }
  .ie-double-ellipse-top-right {
    height: 431px;
  }
  .ie-double-ellipse-top-left {
    height: 788px;
  }
  .ie-double-ellipse-bottom-right {
    height: 252px;
  }
  .ie-ellipse-mockup {
    height: 656px;
  }
  .ie-irregular-shape-2-right {
    height: 660px;
  }
  .ie-irregular-shape-3-bottom {
    height: 255px;
  }
  .ie-circle-chart {
    height: 219px;
  }
  .ie-curved-shape {
    height: 55.8px;
  }
  .ie-subscribe-illustration {
    height: 329px;
  }
  .ie-subscribe-1 {
    height: 315px;
  }
  .ie-subscribe-2 {
    height: 295px;
  }
  .ie-subscribe-2-flat-icons {
    height: 200px;
  }
  .ie-color-gradient {
    height: 566px;
  }
  .ie-for-sale,
  .ie-buyer {
    height: 208px;
  }
  .ie-events,
  .ie-data-report,
  .ie-image-upload {
    height: 219px;
  }
  .ie-analysis,
  .ie-in-the-office,
  .ie-make-it-rain {
    height: 200px;
  }
  .ie-house-agency {
    height: 381px;
  }
  .ie-laptop-and-iphone {
    height: 421px;
  }
  .ie-get-answered {
    height: 386px;
  }
  .ie-bg-elements-1 {
    height: 420px;
  }
  .ie-bg-elements-2 {
    height: 374px;
  }
  .ie-bg-elements-3 {
    height: 583px;
  }
  .ie-bg-elements-4 {
    height: 850px;
  }
  .ie-circle-1 {
    height: 379px;
  }
  .ie-go-to-wave {
    height: 46px;
  }
  .ie-graphic-illustration-1 {
    height: 270px;
  }
  .ie-app-development {
    height: 328px;
  }
  .ie-we-have-an-idea {
    height: 335px;
  }
  .ie-chatting-girl,
  .ie-chatting-boy {
    height: 328px;
  }
  .ie-virtual-reality {
    height: 320px;
  }
  .ie-maintenance-mode {
    height: 200px;
  }
  .ie-non-standard-hero-shape {
    height: 556px;
  }
  .ie-enterprise-2 {
    height: 267px;
  }
  .ie-abstract-shapes-1 {
    height: 554px;
  }
  .ie-abstract-shapes-2,
  .ie-abstract-shapes-3,
  .ie-abstract-shapes-4 {
    height: 532px;
  }
  .ie-abstract-shapes-6 {
    height: 187px;
  }
  .ie-abstract-shapes-7 {
    height: 624px;
  }
  .ie-abstract-shapes-9 {
    height: 182px;
  }
  .ie-abstract-shapes-10 {
    height: 573px;
  }
  .ie-abstract-shapes-11 {
    height: 192px;
  }
  .ie-showcase-mockup-1 {
    height: 384px;
  }
  .ie-showcase-mockup-2 {
    height: 371px;
  }
  .ie-showcase-mockup-3 {
    height: 535px;
  }
  .ie-knowledgebase-community {
    height: 447px;
  }
  .ie-knowledgebase-community-2 {
    height: 542px;
  }
  .ie-files {
    height: 293px;
  }
}

/*-------------------------------------------*\
    2.39. Table
\*-------------------------------------------*/
.table-heighlighted thead th {
  border-bottom-color: #3b444f;
  border-top: none;
}

.table-heighlighted tfoot td {
  border-top: 2px solid #3b444f;
}

/*-------------------------------------------*\
    2.40. Timeline
\*-------------------------------------------*/
.u-timeline {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
}

.u-timeline__item {
  position: relative;
  padding-right: .9375rem;
  padding-left: 2rem;
}

.u-timeline__item:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-timeline__item::before {
  position: absolute;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  height: auto;
  border-left: 0.1875rem solid #e7eaf3;
  content: "";
}

.u-timeline__icon {
  position: absolute;
  left: -.875rem;
}

.u-timeline__heading {
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
}

.u-timeline__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid #e7eaf3;
  content: "";
}

/*-------------------------------------------*\
    2.41. Sticky Block
\*-------------------------------------------*/
[class*="sticky-block"] {
  max-width: 100%;
}

/*-------------------------------------------*\
    2.42. Utilities
\*-------------------------------------------*/
/*------------------------------------
  Background Gradients
------------------------------------*/
.gradient-half-primary-body-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.gradient-half-primary-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
  background-repeat: repeat-x;
}

.gradient-half-primary-v2 {
  background-image: linear-gradient(0deg, rgba(41, 124, 187, 0.05) 0%, transparent 100%);
  background-repeat: repeat-x;
}

.gradient-half-primary-v3 {
  background-image: linear-gradient(0deg, rgba(41, 124, 187, 0.1) 0%, transparent 100%);
  background-repeat: repeat-x;
}

.gradient-half-primary-v4 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
  background-repeat: repeat-x;
}

.gradient-half-primary-v5 {
  background-image: linear-gradient(150deg, #297cbb 0%, #2d1582 100%);
  background-repeat: repeat-x;
}

.gradient-half-info-v1 {
  background-image: linear-gradient(0deg, #297cbb 0%, #00dffc 100%);
  background-repeat: repeat-x;
}

.gradient-half-warning-v1 {
  background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
  background-repeat: repeat-x;
}

.gradient-half-warning-v2 {
  background-image: linear-gradient(150deg, #ffc107 0%, #efa02e 100%);
  background-repeat: repeat-x;
}

.gradient-half-warning-v3 {
  background-image: linear-gradient(150deg, #ffc107 0%, #de4437 100%);
  background-repeat: repeat-x;
}

/*------------------------------------
 Grid
------------------------------------*/
[class*="gdot"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2dot2 {
  -ms-flex: 0 0 18.33333%;
      flex: 0 0 18.33333%;
  max-width: 18.33333%;
}

.col-xs-2dot3 {
  -ms-flex: 0 0 19.16667%;
      flex: 0 0 19.16667%;
  max-width: 19.16667%;
}

.col-xs-2dot4 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.col-xs-2gdot8 {
  -ms-flex: 0 0 23.66667%;
      flex: 0 0 23.66667%;
  max-width: 23.66667%;
}

.col-xs-3dot64 {
  -ms-flex: 0 0 30.35833%;
      flex: 0 0 30.35833%;
  max-width: 30.35833%;
}

.col-xs-3dot7 {
  -ms-flex: 0 0 30.83333%;
      flex: 0 0 30.83333%;
  max-width: 30.83333%;
}

.col-xs-3dot2 {
  -ms-flex: 0 0 25.83333%;
      flex: 0 0 25.83333%;
  max-width: 25.83333%;
}

.col-xs-3dot1 {
  -ms-flex: 0 0 25.83333%;
      flex: 0 0 25.83333%;
  max-width: 25.83333%;
}

.col-xs-3dot6 {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  max-width: 30%;
}

.col-xs-2dot8 {
  -ms-flex: 0 0 23.33333%;
      flex: 0 0 23.33333%;
  max-width: 23.33333%;
}

.col-xs-2dot6 {
  -ms-flex: 0 0 21.66667%;
      flex: 0 0 21.66667%;
  max-width: 21.66667%;
}

.col-xs-2dot5 {
  -ms-flex: 0 0 20.83333%;
      flex: 0 0 20.83333%;
  max-width: 20.83333%;
}

.col-xs-2dot7 {
  -ms-flex: 0 0 22.5%;
      flex: 0 0 22.5%;
  max-width: 22.5%;
}

.col-xs-1dot6 {
  -ms-flex: 0 0 13.33333%;
      flex: 0 0 13.33333%;
  max-width: 13.33333%;
}

.col-xs-1dot8 {
  -ms-flex: 0 0 15%;
      flex: 0 0 15%;
  max-width: 15%;
}

.col-xs-8dot4 {
  -ms-flex: 0 0 70%;
      flex: 0 0 70%;
  max-width: 70%;
}

.col-xs-8dot1 {
  -ms-flex: 0 0 67.5%;
      flex: 0 0 67.5%;
  max-width: 67.5%;
}

.col-xs-8dot2 {
  -ms-flex: 0 0 68.33333%;
      flex: 0 0 68.33333%;
  max-width: 68.33333%;
}

.col-xs-3dot5 {
  -ms-flex: 0 0 29.16667%;
      flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

.col-xs-3gdot5 {
  -ms-flex: 0 0 29.16667%;
      flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

.col-xs-6dot5 {
  -ms-flex: 0 0 54.16667%;
      flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

.col-xs-5dot4 {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  max-width: 45%;
}

.col-xs-7dot5 {
  -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-xs-4dot5 {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-xs-4gdot5 {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%;
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
  .col-xs-8dot3 {
    -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }
}

.col-xs-9dot2 {
  -ms-flex: 0 0 76.66667%;
      flex: 0 0 76.66667%;
  max-width: 76.66667%;
}

.col-xs-8dot5 {
  -ms-flex: 0 0 70.83333%;
      flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

.col-xs-8gdot5 {
  -ms-flex: 0 0 70.83333%;
      flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

.col-xs-4dot1 {
  -ms-flex: 0 0 34.16667%;
      flex: 0 0 34.16667%;
  max-width: 34.16667%;
}

.col-xs-7dot9 {
  -ms-flex: 0 0 65.83333%;
      flex: 0 0 65.83333%;
  max-width: 65.83333%;
}

.col-xs-5dot5 {
  -ms-flex: 0 0 45.83333%;
      flex: 0 0 45.83333%;
  max-width: 45.83333%;
}

.col-xs-9dot5 {
  -ms-flex: 0 0 79.16667%;
      flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

@media (min-width: 576px) {
  .col-sm-2dot2 {
    -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2dot3 {
    -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }
}

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 576px) {
  .col-sm-2gdot8 {
    -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
    max-width: 23.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3dot64 {
    -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
    max-width: 30.35833%;
  }
}

@media (min-width: 576px) {
  .col-sm-3dot7 {
    -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-3dot2 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-3dot1 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-3dot6 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 576px) {
  .col-sm-2dot8 {
    -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2dot6 {
    -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-2dot5 {
    -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2dot7 {
    -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
    max-width: 22.5%;
  }
}

@media (min-width: 576px) {
  .col-sm-1dot6 {
    -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-1dot8 {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    max-width: 15%;
  }
}

@media (min-width: 576px) {
  .col-sm-8dot4 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 576px) {
  .col-sm-8dot1 {
    -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
    max-width: 67.5%;
  }
}

@media (min-width: 576px) {
  .col-sm-8dot2 {
    -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-3dot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3gdot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6dot5 {
    -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
}

@media (min-width: 576px) {
  .col-sm-5dot4 {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 576px) {
  .col-sm-7dot5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 576px) {
  .col-sm-4dot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 576px) {
  .col-sm-4gdot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
  .col-sm-8dot3 {
    -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9dot2 {
    -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-8dot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8gdot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-4dot1 {
    -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }
}

@media (min-width: 576px) {
  .col-sm-7dot9 {
    -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5dot5 {
    -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
}

@media (min-width: 576px) {
  .col-sm-9dot5 {
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot2 {
    -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot3 {
    -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot4 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-2gdot8 {
    -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
    max-width: 23.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-3dot64 {
    -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
    max-width: 30.35833%;
  }
}

@media (min-width: 768px) {
  .col-md-3dot7 {
    -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-3dot2 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-3dot1 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-3dot6 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot8 {
    -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot6 {
    -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot5 {
    -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-2dot7 {
    -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
    max-width: 22.5%;
  }
}

@media (min-width: 768px) {
  .col-md-1dot6 {
    -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-1dot8 {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    max-width: 15%;
  }
}

@media (min-width: 768px) {
  .col-md-8dot4 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .col-md-8dot1 {
    -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
    max-width: 67.5%;
  }
}

@media (min-width: 768px) {
  .col-md-8dot2 {
    -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-3dot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-3gdot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-6dot5 {
    -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-5dot4 {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 768px) {
  .col-md-7dot5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 768px) {
  .col-md-4dot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 768px) {
  .col-md-4gdot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
  .col-md-8dot3 {
    -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-9dot2 {
    -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-8dot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-8gdot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-4dot1 {
    -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }
}

@media (min-width: 768px) {
  .col-md-7dot9 {
    -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-5dot5 {
    -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
}

@media (min-width: 768px) {
  .col-md-9dot5 {
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot2 {
    -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot3 {
    -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-2gdot8 {
    -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
    max-width: 23.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3dot64 {
    -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
    max-width: 30.35833%;
  }
}

@media (min-width: 992px) {
  .col-lg-3dot7 {
    -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3dot2 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3dot1 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3dot6 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot8 {
    -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot6 {
    -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot5 {
    -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2dot7 {
    -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
    max-width: 22.5%;
  }
}

@media (min-width: 992px) {
  .col-lg-1dot6 {
    -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-1dot8 {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    max-width: 15%;
  }
}

@media (min-width: 992px) {
  .col-lg-8dot4 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .col-lg-8dot1 {
    -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
    max-width: 67.5%;
  }
}

@media (min-width: 992px) {
  .col-lg-8dot2 {
    -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3dot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3gdot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6dot5 {
    -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-5dot4 {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 992px) {
  .col-lg-7dot5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 992px) {
  .col-lg-4dot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 992px) {
  .col-lg-4gdot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
  .col-lg-8dot3 {
    -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9dot2 {
    -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-8dot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8gdot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-4dot1 {
    -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }
}

@media (min-width: 992px) {
  .col-lg-7dot9 {
    -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5dot5 {
    -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
}

@media (min-width: 992px) {
  .col-lg-9dot5 {
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot2 {
    -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot3 {
    -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2gdot8 {
    -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
    max-width: 23.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3dot64 {
    -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
    max-width: 30.35833%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3dot7 {
    -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3dot2 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3dot1 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3dot6 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot8 {
    -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot6 {
    -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot5 {
    -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2dot7 {
    -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
    max-width: 22.5%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1dot6 {
    -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1dot8 {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    max-width: 15%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8dot4 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8dot1 {
    -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
    max-width: 67.5%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8dot2 {
    -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3dot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3gdot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6dot5 {
    -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5dot4 {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7dot5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4dot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4gdot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
  .col-xl-8dot3 {
    -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9dot2 {
    -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8dot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8gdot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4dot1 {
    -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7dot9 {
    -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5dot5 {
    -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9dot5 {
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot2 {
    -ms-flex: 0 0 18.33333%;
        flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot3 {
    -ms-flex: 0 0 19.16667%;
        flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot4 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2gdot8 {
    -ms-flex: 0 0 23.66667%;
        flex: 0 0 23.66667%;
    max-width: 23.66667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3dot64 {
    -ms-flex: 0 0 30.35833%;
        flex: 0 0 30.35833%;
    max-width: 30.35833%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3dot7 {
    -ms-flex: 0 0 30.83333%;
        flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3dot2 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3dot1 {
    -ms-flex: 0 0 25.83333%;
        flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3dot6 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot8 {
    -ms-flex: 0 0 23.33333%;
        flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot6 {
    -ms-flex: 0 0 21.66667%;
        flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot5 {
    -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-2dot7 {
    -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
    max-width: 22.5%;
  }
}

@media (min-width: 1480px) {
  .col-wd-1dot6 {
    -ms-flex: 0 0 13.33333%;
        flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-1dot8 {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    max-width: 15%;
  }
}

@media (min-width: 1480px) {
  .col-wd-8dot4 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 1480px) {
  .col-wd-8dot1 {
    -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
    max-width: 67.5%;
  }
}

@media (min-width: 1480px) {
  .col-wd-8dot2 {
    -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3dot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-3gdot5 {
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-6dot5 {
    -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-5dot4 {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 1480px) {
  .col-wd-7dot5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 1480px) {
  .col-wd-4dot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1480px) {
  .col-wd-4gdot5 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
  .col-wd-8dot3 {
    -ms-flex: 0 0 69.16667%;
        flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-9dot2 {
    -ms-flex: 0 0 76.66667%;
        flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-8dot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-8gdot5 {
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-4dot1 {
    -ms-flex: 0 0 34.16667%;
        flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }
}

@media (min-width: 1480px) {
  .col-wd-7dot9 {
    -ms-flex: 0 0 65.83333%;
        flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-5dot5 {
    -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
}

@media (min-width: 1480px) {
  .col-wd-9dot5 {
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

/*------------------------------------
  Background Overlay Gradients
------------------------------------*/
[class*="gradient-overlay-half"] {
  position: relative;
  z-index: 1;
}

[class*="gradient-overlay-half"]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease-in-out;
}

.gradient-overlay-half-primary-video-v1::before {
  z-index: 2;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(25, 160, 255, 0.85) 100%);
  background-repeat: repeat-x;
}

.gradient-overlay-half-primary-v1::before {
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(25, 160, 255, 0.85) 100%);
  background-repeat: repeat-x;
}

.gradient-overlay-half-primary-v2::before {
  background-image: linear-gradient(30deg, rgba(25, 160, 255, 0.85) 0%, rgba(45, 21, 130, 0.9) 100%);
  background-repeat: repeat-x;
}

.gradient-overlay-half-info-v1::before {
  background-image: linear-gradient(0deg, rgba(41, 124, 187, 0.92) 0%, rgba(0, 223, 252, 0.92) 100%);
  background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v1::before {
  background-image: linear-gradient(0deg, #3b444f 0%, transparent 75%);
  background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v2::before {
  background-image: linear-gradient(150deg, rgba(56, 78, 98, 0.675) 0%, rgba(119, 131, 143, 0.3) 100%);
  background-repeat: repeat-x;
}

.gradient-overlay-half-bg-gradient::before {
  background: linear-gradient(180deg, #1e2022 0%, transparent 50%);
}

.gradient-overlay-half-bg-gradient:hover:before {
  background: linear-gradient(180deg, #1e2022 0%, transparent 75%);
}

.gradient-overlay-half-bg-gradient-v1::before {
  background: linear-gradient(180deg, #484848 0%, transparent 75%);
}

.gradient-overlay-half-bg-gradient-v2::before {
  background-color: #20274d;
  opacity: .4;
}

.gradient-overlay-half-bg-gradient-v2.gradient-overlay:hover:before {
  background: none;
}

.gradient-overlay-half-bg-gradient-v3::before {
  background: linear-gradient(180deg, #1e2022 0%, transparent 50%);
}

.gradient-overlay-half-bg-gradient-v4::before {
  background: linear-gradient(160deg, #1e2022 -18%, transparent 90%);
}

.gradient-overlay-half-bg-gradient-v5 {
  z-index: 0;
}

.gradient-overlay-half-bg-gradient-v5::before {
  background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
  z-index: 0;
}

.gradient-overlay-half-bg-gradient-v6 {
  z-index: 0;
}

.gradient-overlay-half-bg-gradient-v6::before {
  background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
  z-index: 0;
  border-radius: 0.188rem;
}

.gradient-overlay-half-bg-gradient-v7::before {
  background: linear-gradient(to top, #131313 6%, rgba(19, 19, 19, 0.2) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
  z-index: inherit;
}

.gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #297cbb;
  opacity: .0;
}

.gradient-overlay:hover:after {
  opacity: .4;
  z-index: -1;
  transition-duration: 0.5s;
}

.gradient-overlay-half-bg-orange::before {
  background-color: #ff9500;
  opacity: .85;
}

[class*="gradient-overlay-half-bg-dark"]::before {
  background-color: #000000;
  opacity: .7;
}

.gradient-overlay-half-bg-dark-v1::before {
  opacity: .6;
}

.gradient-overlay-half-bg-blue-light::before {
  background-color: #297cbb;
  opacity: .8;
}

.gradient-overlay-half-bg-grayish-blue::before {
  background-color: #3b444f;
  opacity: .8;
}

.gradient-overlay-half-bg-blue::before {
  background-color: #7eadfb;
  opacity: 0.4;
}

.gradient-overlay-half-bg-violet::before {
  background-color: rgba(73, 16, 128, 0.64);
}

.gradient-overlay-half-black-gradient::before {
  background-color: #18181a;
  opacity: 0.5;
}

.gradient-overlay-half-gray-gradient::before {
  background-color: #3b444f;
  opacity: 0.6;
}

.gradient-overlay-half-blue-gradient::before {
  background-color: #1a2b49;
  opacity: 0.4;
}

.gradient-overlay-half-sapphire-gradient::before {
  background-color: #002568;
  opacity: 0.7;
}

.gradient-overlay-half-sapphire-gradient::before {
  background-color: #002568;
  opacity: 0.7;
}

.gradient-overlay-half-bg-violet-light::before {
  background-color: #ac5ef1;
  opacity: 0.7;
}

.gradient-overlay-half-white-gradient::before {
  background-color: #ffffff;
  opacity: 0.15;
}

.gradient-overlay-half-bg-catalina-blue:before {
  background-color: #16142D;
  opacity: .4;
}

.gradient-overlay-half-bg-charcoal-gray:before {
  background-color: #484848;
  opacity: 0.5;
}

.gradient-overlay-half-bg-white::before {
  background-color: #fff;
  opacity: 1;
}

.gradient-overlay-half-bg-white:hover:before {
  opacity: 0;
}

.gradient-overlay-half-bg-white:hover i, .gradient-overlay-half-bg-white:hover h6, .gradient-overlay-half-bg-white:hover span {
  color: #fff !important;
}

.collapsed.text-gradient::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, #ffffff 50%);
  opacity: .7;
  width: 100%;
  height: 80px;
  bottom: 30px;
}

.u-media-viewer__dark::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 13, 16, 0.8);
  border-radius: 3px;
}

/*------------------------------------
  Links
------------------------------------*/
.link {
  display: inline-block;
}

.link__icon {
  position: relative;
  line-height: .7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #297cbb;
  background-color: rgba(41, 124, 187, 0.1);
  border-radius: 50%;
  transition: 0.3s;
}

.link__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.link:hover .link__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Collapse */
.link-collapse[aria-expanded="false"] .link-collapse__default {
  display: inline-block;
}

.link-collapse[aria-expanded="false"] .link-collapse__active {
  display: none;
}

.link-collapse[aria-expanded="true"] .link-collapse__default {
  display: none;
}

.link-collapse[aria-expanded="true"] .link-collapse__active {
  display: inline-block;
}

/* Link Light */
.link-light {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}

.link-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* Link Muted */
.link-muted {
  color: #8c98a4;
  border-bottom: 1px dashed #97a4af;
}

.link-muted:hover {
  border-color: #1b527c;
}

.link-muted__toggle-default {
  display: inline-block;
}

.link-muted__toggle-toggled {
  display: none;
}

.link-muted.toggled .link-muted__toggle-default {
  display: none;
}

.link-muted.toggled .link-muted__toggle-toggled {
  display: inline-block;
}

/* Link White */
.link-white {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.link-white:hover {
  color: #fff;
}

.link-collapse-custom[aria-expanded="false"] {
  position: static;
}

.link-collapse-custom[aria-expanded="false"]::before {
  background-image: linear-gradient(180deg, transparent 40%, #fff 99%);
  background-repeat: repeat-x;
  z-index: 1;
  bottom: 74px;
  height: auto;
}

/*------------------------------------
  Fill Colors
------------------------------------*/
.fill-none {
  fill: none !important;
}

.fill-white {
  fill: #fff !important;
}

.fill-dark {
  fill: #3b444f !important;
}

.fill-primary {
  fill: #297cbb !important;
}

.fill-primary-lighter {
  fill: #19a0ff !important;
}

.fill-primary-darker {
  fill: #196eff !important;
}

.fill-success {
  fill: #00c9a7 !important;
}

.fill-success-lighter {
  fill: #13d7b6 !important;
}

.fill-info {
  fill: #00dffc !important;
}

.fill-danger {
  fill: #de4437 !important;
}

.fill-danger-lighter {
  fill: #ec5245 !important;
}

.fill-warning {
  fill: #ffc107 !important;
}

.fill-warning-lighter {
  fill: #fdd14e !important;
}

.fill-warning-darker {
  fill: #efa02e !important;
}

.fill-gray-200 {
  fill: #f8fafd !important;
}

.fill-gray-300 {
  fill: #e7eaf3 !important;
}

.fill-gray-400 {
  fill: #bdc5d1 !important;
}

.fill-gray-500 {
  fill: #97a4af !important;
}

.fill-gray-600 {
  fill: #8c98a4 !important;
}

/*------------------------------------
  Stop Colors
------------------------------------*/
.stop-color-white {
  stop-color: #fff !important;
}

.stop-color-primary {
  stop-color: #297cbb !important;
}

.stop-color-primary-darker {
  stop-color: #196eff !important;
}

.stop-color-primary-lighter {
  stop-color: #19a0ff !important;
}

.stop-color-warning {
  stop-color: #ffc107 !important;
}

.stop-color-danger {
  stop-color: #de4437 !important;
}

.stop-color-info {
  stop-color: #00dffc !important;
}

.stop-color-indigo {
  stop-color: #2d1582 !important;
}

/*------------------------------------
  Stroke Colors
------------------------------------*/
.stroke-white {
  stroke: #fff !important;
}

.stroke-primary {
  stroke: #297cbb !important;
}

.stroke-primary-lighter {
  stroke: #19a0ff !important;
}

.stroke-primary-darker {
  stroke: #196eff !important;
}

.stroke-success {
  stroke: #00c9a7 !important;
}

.stroke-danger {
  stroke: #de4437 !important;
}

.stroke-warning {
  stroke: #ffc107 !important;
}

.stroke-info {
  stroke: #00dffc !important;
}

.stroke-gray-200 {
  stroke: #f8fafd !important;
}

.stroke-gray-300 {
  stroke: #e7eaf3 !important;
}

.stroke-gray-400 {
  stroke: #bdc5d1 !important;
}

.stroke-gray-500 {
  stroke: #97a4af !important;
}


/*------------------------------------
  Background Image Style
------------------------------------*/
.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-img-hero-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/*------------------------------------
  Background Colors
------------------------------------*/
.bg-color-1 {
  background-color: #5392f9;
}

.bg-color-2 {
  background-color: #ebf0f7;
}

.bg-primary-darken {
  background-color: #0f2e46;
}

/*------------------------------------
  Borders
------------------------------------*/
.rounded-pill {
  border-radius: 6.1875rem;
}

.rounded-xs {
  border-radius: 0.188rem;
}

.rounded-top-pill {
  border-top-left-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem;
}

.rounded-right-pill {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

.rounded-bottom-pill {
  border-bottom-right-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.rounded-left-pill {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

.rounded-top-left-pill {
  border-top-left-radius: 6.1875rem;
}

.rounded-bottom-left-pill {
  border-bottom-left-radius: 6.1875rem;
}

.rounded-pseudo {
  border-radius: 0.3125rem;
}

.rounded-pseudo::before, .rounded-pseudo::after {
  border-radius: 0.3125rem;
}

.rounded-top-pseudo {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.rounded-top-pseudo::before, .rounded-top-pseudo::after {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

@media (min-width: 1200px) {
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl {
    border: 1px solid #e7eaf3 !important;
  }
  .border-xl-top {
    border-top: 1px solid #e7eaf3 !important;
  }
  .border-xl-right {
    border-right: 1px solid #e7eaf3 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e7eaf3 !important;
  }
  .border-xl-left {
    border-left: 1px solid #e7eaf3 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg {
    border: 1px solid #e7eaf3 !important;
  }
  .border-lg-top {
    border-top: 1px solid #e7eaf3 !important;
  }
  .border-lg-right {
    border-right: 1px solid #e7eaf3 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e7eaf3 !important;
  }
  .border-lg-left {
    border-left: 1px solid #e7eaf3 !important;
  }
}

.border-color-white {
  border-color: rgba(255, 255, 255, 0.149) !important;
}

.border-color-3 {
  border-color: #ebf0f7;
}

.border-color-1 {
  border-color: #eaeaea !important;
}

.border-color-7 {
  border-color: #e4e4e4 !important;
}

.border-color-8 {
  border-color: #ebf0f7 !important;
}

.border-color-13 {
  border-color: #b3b1ae !important;
}

.border-color-11 {
  border-color: #dce3ec !important;
}

.border-color-2 {
  border-color: #67747c;
}

.border-color-14 {
  border-color: #3c3c3c !important;
}

@media (min-width: 992px) {
  .border-lg-bottom {
    border-bottom: 1px solid #ebf0f7;
  }
}

.destination {
  position: relative;
}

.destination::after {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.rounded-border {
  border-radius: 0.188rem;
}

.rounded-border::before, .rounded-border::after {
  border-radius: 0.188rem;
}

.border-radius-2 {
  border-radius: 2px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-bottom {
  border-bottom: 1px solid #ebf0f7;
}

@media (min-width: 576px) {
  .border-bottom-sm {
    border-bottom: 1px solid #ebf0f7;
  }
}

@media (min-width: 768px) {
  .border-bottom-md {
    border-bottom: 1px solid #ebf0f7;
  }
}

@media (min-width: 992px) {
  .border-bottom-lg {
    border-bottom: 1px solid #ebf0f7;
  }
}

@media (min-width: 1200px) {
  .border-bottom-xl {
    border-bottom: 1px solid #ebf0f7;
  }
}

@media (min-width: 1480px) {
  .border-bottom-wd {
    border-bottom: 1px solid #ebf0f7;
  }
}

.border-bottom-1 {
  border-bottom: 2px solid #c6cdd6 !important;
}

/*------------------------------------
  Position Spaces
------------------------------------*/
.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0;
}

.left-n100 {
  left: -100%;
}

.left-0 {
  left: 0;
}

.bottom-n66 {
  bottom: -66px;
}

.bottom-n86 {
  bottom: -86px;
}

@media (min-width: 768px) {
  .top-md-0 {
    top: 0;
  }
  .right-md-0 {
    right: 0;
  }
  .bottom-md-0 {
    bottom: 0;
  }
  .left-md-0 {
    left: 0;
  }
  .position-md-absolute {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .top-lg-0 {
    top: 0;
  }
  .right-lg-0 {
    right: 0;
  }
  .bottom-lg-0 {
    bottom: 0;
  }
  .left-lg-0 {
    left: 0;
  }
  .position-lg-absolute {
    position: absolute;
  }
}

.btn-position {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

/*------------------------------------
  Content Centered
------------------------------------*/
.content-centered-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .content-centered-y--md {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (min-width: 992px) {
  .content-centered-y--lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.flex-center-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-content-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-horizontal-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* Vertical Center Alignment */
.position-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .position-50-horizontal {
    -webkit-transform: translate(-35%, 0);
            transform: translate(-35%, 0);
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .position-50-hover:hover .position-50-horizontal {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*------------------------------------
  Margin Spacing
------------------------------------*/
.ml-n2 {
  margin-left: -.5rem;
}

.ml-n3 {
  margin-left: -1rem;
}

.mr-n2 {
  margin-right: -.5rem;
}

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n5 {
  margin-top: -2rem;
}

.mt-n6 {
  margin-top: -2.5rem;
}

.mt-n9 {
  margin-top: -4rem;
}

.mt-n23 {
  margin-top: -10rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n9 {
  margin-bottom: -4rem;
}

/* Gutters X */
.mx-gutters-1 {
  margin-right: -.25rem;
  margin-left: -.25rem;
}

.mx-gutters-1 > .col,
.mx-gutters-1 > [class*="col-"] {
  padding-right: .25rem;
  padding-left: .25rem;
}

.mx-gutters-2 {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.mx-gutters-2 > .col,
.mx-gutters-2 > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

/*------------------------------------
  Opacity
------------------------------------*/
.opacity-md {
  opacity: .2;
}

.opacity-4 {
  opacity: .4;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-9 {
  opacity: .9;
}

/*------------------------------------
  Overflow
------------------------------------*/
@media (min-width: 992px) {
  .overflow-lg-visible {
    overflow: visible !important;
  }
}

/*------------------------------------
  Box Shadow
------------------------------------*/
.box select  {

  color: #3b444f;
  line-height: 1.5;
  padding: 3px 0px 3px;
  width: 290px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  outline: none;
  margin-left: 50px;
  background-color: transparent;
  border: none;
 
  
  }
  
.shadow-primary-lg {
  box-shadow: 0 0 50px rgba(41, 124, 187, 0.4) !important;
}

.shadow-soft {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-hover-2:hover, .shadow-hover-2:active, .shadow-hover-2:focus {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.shadow-hover-2.tab-card:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.tab-shadow {
  box-shadow: 0px 14px 50px 0px rgba(32, 32, 32, 0.15);
}

.shadow-hover-3:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.slick-shadow {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.shadow-5 {
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

.hover-shadow-none:hover {
  box-shadow: none;
}

.shadow-6 {
  box-shadow: 0px 1px 4px 0px rgba(27, 32, 50, 0.3);
}

/*------------------------------------
  Width
------------------------------------*/
.min-width-3 {
  min-width: 1rem !important;
}

.min-width-4 {
  min-width: 1.5rem !important;
}

.min-width-200 {
  min-width: 12.5rem;
}

.max-width-3 {
  max-width: 1rem !important;
}

.max-width-4 {
  max-width: 1.5rem !important;
}

.max-width-5 {
  max-width: 2rem !important;
}

.max-width-6 {
  max-width: 2.5rem !important;
}

.max-width-8 {
  max-width: 3.5rem;
}

.max-width-9 {
  max-width: 4rem;
}

.max-width-10 {
  max-width: 4.5rem;
}

.max-width-15 {
  max-width: 7rem;
}

.max-width-27 {
  max-width: 13rem;
}

.max-width-35 {
  max-width: 17rem;
}

.max-width-40 {
  max-width: 19.5rem;
}

.max-width-40 {
  max-width: 2.5rem;
}

.max-width-960 {
  max-width: 60rem;
}

@media (min-width: 1200px) {
  .max-width-960 {
    min-width: 60rem;
  }
}

.min-width-112 {
  min-width: 7rem;
}

.min-width-170 {
  min-width: 10.625rem;
}

@media (min-width: 768px) {
  .min-width-290 {
    min-width: 18.125rem;
  }
}

@media (min-width: 768px) {
  .min-width-256 {
    min-width: 16rem;
  }
}

@media (min-width: 768px) {
  .max-width-155 {
    max-width: 9.6875rem !important;
  }
}

.min-width-130 {
  min-width: 8.125rem;
}

.min-width-220 {
  min-width: 13.75rem;
}

.min-width-220 {
  min-width: 13.75rem;
}

.min-width-250 {
  min-width: 15.625rem;
}

.min-width-284 {
  min-width: 17.75rem;
}

.max-width-580 {
  max-width: 36.25rem;
}

.width-200 {
  width: 12.5rem;
}

.width-30 {
  width: 1.875rem;
}

.max-width-235 {
  max-width: 14.688rem;
}

.min-width-178 {
  min-width: 11.125rem;
}

.min-width-300 {
  min-width: 18.75rem;
}

@media (max-width: 575.98px) {
  .w-max-100 {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .w-max-sm-100 {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .w-max-md-100 {
    width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .w-max-lg-100 {
    width: 100% !important;
  }
}

@media (max-width: 1479.98px) {
  .w-max-xl-100 {
    width: 100% !important;
  }
}

.w-max-wd-100 {
  width: 100% !important;
}

.min-width-254 {
  min-width: 15.875rem;
}

@media (min-width: 1200px) {
  .min-width-xl-447 {
    min-width: 27.938rem;
  }
}

.width-51 {
  width: 3.188rem;
}

.width-135 {
  width: 8.438rem !important;
}

.width-25 {
  width: 1.563rem;
}

.width-35 {
  width: 2.188rem;
}

.width-36 {
  width: 36px;
}

.width-40 {
  width: 2.5rem;
}

.width-45 {
  width: 2.813rem;
}

.width-50 {
  width: 3.125rem;
}

.width-80 {
  width: 5rem;
}

.width-90 {
  width: 5.625rem;
}

.width-223 {
  width: 13.875rem !important;
}

.width-100vw {
  width: 100vw;
}

@media (min-width: 1200px) {
  .min-width-xl-100 {
    min-width: 100%;
  }
}

.max-width-650 {
  max-width: 38.125rem;
}

.max-width-810 {
  max-width: 50.625rem;
}

.width-260 {
  width: 16.25rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .width-lg-200 {
    width: 12.5rem !important;
  }
}

.width-60 {
  width: 3.75rem;
}

.max-height-200 {
  max-height: 12.5rem;
}

.width-70 {
  width: 4.375rem;
}

.width-190 {
  width: 11.875rem;
}

@media (min-width: 1480px) {
  .width-960 {
    width: 60rem;
  }
}

.min-width-190 {
  min-width: 11.875rem;
}

/*------------------------------------
  Height
------------------------------------*/
.height-30vh {
  height: 30vh;
}

.height-40vh {
  height: 40vh;
}

.height-60vh {
  height: 60vh;
}

.height-100vh {
  height: 100vh;
}

.height-570 {
  height: 35.625rem;
}

.height-100vh-72 {
  height: calc(100vh - 72px);
}

@media (min-width: 992px) {
  .height-100vh-main {
    height: calc(100vh - 194px);
  }
}

@media (min-width: 1200px) {
  .height-100vh-main {
    height: calc(100vh - 214px);
  }
}

@media (min-width: 992px) {
  .height-100vh-main-1 {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 992px) {
  .height-100vh-main-2 {
    height: calc(100vh - 155px);
  }
}

.height-4 {
  height: .25rem;
}

.height-25 {
  height: 1.563rem;
}

.height-35 {
  height: 2.188rem;
}

.height-36 {
  height: 36px;
}

.height-40 {
  height: 2.5rem;
}

.height-45 {
  height: 2.813rem;
}

.height-50 {
  height: 3.125rem;
}

.height-51 {
  height: 3.188rem;
}

.height-54 {
  height: 54px;
}

.height-60 {
  height: 3.75rem;
}

.min-height-60 {
  min-height: 3.75rem;
}

.height-380 {
  height: 23.75rem;
}

@media (max-width: 991.98px) {
  .height-350-md-down {
    height: 21.875rem;
  }
}

.height-400 {
  height: 25rem;
}

.height-450 {
  height: 28.125rem !important;
}

.max-height-100vh {
  max-height: 100vh;
}

.min-height-100vh {
  min-height: 100vh;
}

.min-height-50 {
  min-height: 3.125rem;
}

.min-height-155 {
  min-height: 9.6875rem;
}

.min-height-200 {
  min-height: 12.5rem;
}

.min-height-230 {
  min-height: 14.375rem;
}

.min-height-240 {
  min-height: 15rem;
}

.min-height-350 {
  min-height: 21.875rem !important;
}

.min-height-300 {
  min-height: 18.75rem;
}

.min-height-380 {
  min-height: 23.75rem;
}

.min-height-450 {
  min-height: 28.125rem;
}

@media (min-width: 768px) {
  .min-height-458 {
    min-height: 28.625rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 768px) {
  .min-height-150 {
    min-height: 9.375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.min-height-500 {
  min-height: 31.25rem;
}

.min-height-550 {
  min-height: 34.375rem;
}

.min-height-600 {
  min-height: 37.5rem;
}

.min-height-620 {
  min-height: 38.75rem;
}

@media (max-width: 1199.98px) {
  .min-height-650 {
    min-height: 25rem;
  }
}

@media (min-width: 1200px) {
  .min-height-650 {
    min-height: 40.625rem;
  }
}

@media (max-width: 1199.98px) {
  .min-height-750 {
    min-height: 30rem;
  }
}

@media (min-width: 1200px) {
  .min-height-750 {
    min-height: 46.875rem;
  }
}

@media (max-width: 1199.98px) {
  .min-height-800 {
    min-height: 30rem;
  }
}

@media (min-width: 1200px) {
  .min-height-800 {
    min-height: 50rem;
  }
}

@media (max-width: 991.98px) {
  .min-height-720 {
    min-height: 26rem;
  }
}

@media (min-width: 992px) {
  .min-height-720 {
    min-height: 45rem;
  }
}

@media (max-width: 1199.98px) {
  .min-height-955 {
    min-height: 30rem;
  }
}

@media (min-width: 1200px) {
  .min-height-955 {
    min-height: 59.688rem;
  }
}

.min-height-960 {
  min-height: 60rem;
}

@media (max-width: 1479.98px) {
  .min-height-960 {
    min-height: 32rem;
  }
}

.max-height-760 {
  max-height: 47.5rem;
}

@media (min-width: 1480px) {
  .height-760 {
    height: 47.5rem;
  }
}

@media (min-width: 576px) {
  .height-sm-100vh {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .height-md-60vh {
    height: 60vh;
  }
  .height-md-100vh {
    height: 100vh;
  }
  .min-height-md-100vh {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .height-lg-100vh {
    height: 100vh;
  }
  .min-height-lg-auto {
    min-height: auto;
  }
  .min-height-lg-100vh {
    min-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .min-height-xl-100vh {
    min-height: 100vh;
  }
}

.height-110 {
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .width-md-50 {
    width: 50%;
  }
}

.m-b-n1 {
  margin-bottom: -1px;
}

/*------------------------------------
Typography Font Size
------------------------------------*/
.font-size-1 {
  font-size: 0.875rem;
}

.font-size-2 {
  font-size: 1.5rem;
}

.font-size-3 {
  font-size: 2rem;
}

.font-size-4 {
  font-size: 2.5rem;
}

.font-size-5 {
  font-size: 3rem;
}

.font-size-8 {
  font-size: 0.5rem;
}

.font-size-10 {
  font-size: 0.625rem;
}

.font-size-11 {
  font-size: 0.688rem;
}

.font-size-21 {
  font-size: 1.313rem;
}

.font-size-12 {
  font-size: 0.75rem;
  
}

.font-size-13 {
  font-size: 0.813rem;
}

.font-size-14 {
  font-size: 0.875rem;
  color: #FF6500;
}

.font-size-15 {
  font-size: 0.938rem;
  color: #FF6500;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-17 {
  font-size: 1.063rem;
}

.font-size-18 {
  font-size: 1.125rem;
}

.font-size-19 {
  font-size: 1.188rem;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-21 {
  font-size: 1.313rem;
}

.font-size-23 {
  font-size: 1.438rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-27 {
  font-size: 1.688rem !important;
}

.font-size-30 {
  font-size: 40px;
}

.font-size-35 {
  font-size: 2.188rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-50 {
  font-size: 3.125rem;
}

.font-size-41 {
  font-size: 2.563rem;
}

.font-size-60 {
  font-size: 3.75rem;
}

.font-size-22 {
  font-size: 1.375rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-size-lg-16 {
    font-size: 1rem;
  }
}

.font-size-25 {
  font-size: 1.563rem;
}

.font-size-80 {
  font-size: 5rem;
}

@media (max-width: 575.98px) {
  .font-size-xs-40 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .font-size-xs-30 {
    font-size: 1.875rem !important;
  }
}

@media (max-width: 575.98px) {
  .font-size-xs-20 {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .font-size-xs-160 {
    font-size: 10rem !important;
  }
}

@media (max-width: 991.98px) {
  .font-size-md-down-5 {
    font-size: 3rem;
  }
}

@media (max-width: 1199.98px) {
  .font-size-lg-15 {
    font-size: 0.938rem;
  }
}

.font-size-200 {
  font-size: 12.5rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-size-lg-120 {
    font-size: 7.5rem;
  }
}

/*------------------------------------
Font Weight
------------------------------------*/
.font-weight-medium {
  font-weight: 700 !important;
}

.font-weight-semi-bold {
  font-weight: 700 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

@media (max-width: 575.98px) {
  .font-size-xs-20 {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .font-size-xs-28 {
    font-size: 1.75rem !important;
  }
}

/*------------------------------------
Line Height
------------------------------------*/
.text-lh-sm {
  line-height: 1.2;
}

.text-lh-md {
  line-height: 1.8;
}

.text-lh-1 {
  line-height: 1;
}

.text-lh-2 {
  line-height: 2;
}

.text-lh-3 {
  line-height: 3;
}

.text-lh-inherit {
  line-height: 1.5;
}

.text-lh-1dot4 {
  line-height: 1.4;
}

.text-lh-1dot6 {
  line-height: 1.6;
}

.text-lh-1dot7 {
  line-height: 1.7;
}

.text-lh-lg {
  line-height: 1.9;
}









* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}


img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
a:focus {
	text-decoration: none;
	outline: 0;
}

/**************** fh5co-destination css Start ****************/

#fh5co-destination-list
{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	position:relative;
	float:left;
	padding:0!important;margin:0!important;
	width:100%;
	
}
#fh5co-destination-list li
{
	display:table;
	padding:0;
	margin:0;
	list-style:none;
	min-height:220px;
	float:left;
	clear:left;
	position:relative;
	
}

#fh5co-destination-list li .title-bg,#fh5co-destination-list li>a
{
	min-height:220px;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	
}
#fh5co-destination-list li .title-bg
{
	padding:2em;
	position:relative;
	background:#183557;
	z-index:12
}
#fh5co-destination-list li .title-bg h2
{
	color:#fff;
	margin-bottom:20px;
	font-size:40px;
}
#fh5co-destination-list li .title-bg span
{
	text-transform:uppercase;
	letter-spacing:2px
}
#fh5co-destination-list li .title-bg span a{
color:#fff;
font-size:13px;
font-weight:400;
border:1px solid #fff;
padding:5px 7px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
border-radius:4px;
}
#fh5co-destination-list li:after
{
content:"";
position:absolute;
bottom:0;
left:0;
right:0;
top:0;
background:rgba(0,0,0,.4);
z-index:8;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s
}
#fh5co-destination-list li>a
{
padding:2em;
position:relative;
z-index:12
}
#fh5co-destination-list li>a:after
{
position:absolute;
top:20px;
bottom:20px;
left:20px;
right:20px;
content:"";
border:2px solid rgba(255,255,255,.8);
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s
}
#fh5co-destination-list li>a .case-studies-summary
{
width:auto
}
@media screen and (max-width:768px){
#fh5co-destination-list li .title-bg h2
{
	font-size:30px
}
#fh5co-destination-list li>a .case-studies-summary
{
bottom:1em;
left:1em;
right:1em
}
}
#fh5co-destination-list li>a .case-studies-summary span
{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;color:rgba(255,255,255,.7)
}
#fh5co-destination-list li>a .case-studies-summary h2
{
	color:#fff;
	margin-bottom:0;
	font-size:24px;
	font-weight:400;
	-webkit-transition:.1s;
	-o-transition:.1s;
	transition:.1s
}
#fh5co-destination-list li:hover:after
{
	-webkit-box-shadow:inset 0 0 91px 0 rgba(0,0,0,.75);
	-moz-box-shadow:inset 0 0 91px 0 rgba(0,0,0,.75);
	-ms-box-shadow:inset 0 0 91px 0 rgba(0,0,0,.75);
	-o-box-shadow:inset 0 0 91px 0 rgba(0,0,0,.75);
	box-shadow:inset 0 0 91px 0 rgba(0,0,0,.75);
	background:rgba(0,0,0,.3)
}
#fh5co-destination-list li:hover>a:after
{
	opacity:1
}
#fh5co-destination-list li:hover>a .case-studies-summary h2
{
	margin-top:-5px
}
#fh5co-destination-list li.two-third
{
	width:65.6%
}
@media screen and (max-width:768px){
	#fh5co-destination-list li>a .case-studies-summary h2
	{
		font-size:24px
}
	#fh5co-destination-list li.two-third
	{
		width:49%
}

}
@media screen and (max-width:480px)
{
	#fh5co-destination-list li.two-third
	{
		width:100%
	}
}
#fh5co-destination-list li.one-third
{
	width:32.3%
}
@media screen and (max-width:768px)
{
	#fh5co-destination-list li.one-third
	{
		width:49%
	}
}
@media screen and (max-width:480px)
{
	#fh5co-destination-list li.one-third
	{
		width:100%
	}
}
#fh5co-destination-list li.one-forth
{
	width: 100%;
   height: 350px;
}
@media screen and (max-width:768px){
	#fh5co-destination-list li.one-forth
	{
		width: 100%;
       height: 350px;
	}
}
@media screen and (max-width:480px){#fh5co-destination-list li.one-forth{width:100%}}#fh5co-destination-list li.one-half{width:50%}@media screen and (max-width:480px){#fh5co-destination-list li.one-half{width:100%}}

/**************** fh5co-destination css End ****************/


span {
	font-family: 'Quicksand', sans-serif;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/down.png');
	background-repeat: no-repeat;
	background-position: 96%;
	background-size: 25px;
}
.text-theme {
	color: #fff;
}
.bor-none {
	border: none !important;
}
.center-title2 {
	text-align: center;
	padding-bottom: 20px;
}
.center-title2 .title2 {
	text-transform: capitalize;
	padding-bottom: 30px;
	color:#fff;
}
.center-title2 .sub-title2{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	max-width: 750px;
	margin: 0 auto;
	color:#fff;
}
.text2
{
	color: #fff;
	font-size: 45px;
}
.text1
{
	color:#fff;
}
.center-title1 {
	text-align: center;
	padding-bottom: 20px;
}
.center-title1 .title1 {
	text-transform: capitalize;
	padding-bottom: 30px;
	color:#fff;
}
.center-title1 .sub-title1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	max-width: 750px;
	margin: 0 auto;
	color:#fff;
}
.center-title {
	text-align: center;
	padding-bottom: 20px;
}
.center-title .title {
	text-transform: capitalize;
	padding-bottom: 30px;
	color:#1F4570;
	font-size: 40px;
}
.ws-section-spacing2 {
    padding: 80px 0 60px;
}
.same-section-spacing
{
  padding: 80px 0 100px;


}
.bg-grays2 {
    position: relative;
}
.center-title .sub-title {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	max-width: 750px;
	margin: 0 auto;
	color:#404040;
}
.center-title4 {
	text-align: center;
	padding-bottom: 20px;
}
.center-title4 .title4 {
	text-transform: capitalize;
	padding-bottom: 30px;
	color:#fff;
}
.center-title4 .sub-title4 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	max-width: 750px;
	margin: 0 auto;
	color:#fff;
}
.center-title3 {
	text-align: center;
	padding-bottom: 42px;
}
.center-title3 .title3 {
	text-transform: capitalize;
	padding-bottom: 2rem;
	color:#1F4570;
	font-size: 40px;
}
.center-title3 .sub-title3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	max-width: 750px;
	margin: 0 auto;
	color:#404040;
}
/*-------------- title-spacing -------------*/


.same-section-spacing2 {
	padding: 20px 0 35px;
	width: 100%;
    position: relative;
}
.contact1{
	padding: 60px 0px 20px;
    background-attachment: scroll;
    background-position: left;
    background-size: cover;
    width: 100%;
	position: relatve;
}



.title-bottom-spacing {
	margin-bottom: 60px;
}
.pb-70{
	padding-bottom: 70px;
}
/*---------------- Sticky-header -------------*/

.header-fixed.stick {
	border-bottom: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #183557;
	box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
	-webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
	animation: 300ms ease-in-out 0s normal none fadeInDown;
	z-index: 999;
}
/*----------------- Preloader -----------------*/

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../images/loader.gif") no-repeat center center;
}
/*----------- Button-bottom-to-top -------------*/

#btn-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	border-bottom: 60px solid #183557;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	color: #fff;
	transition: 0.3s;
}
#btn-to-top::after {
	content: "\f30c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2em;
	line-height: 70px;
	position: relative;
	color: #ffffff;
	right: 5px;
}
#btn-to-top:hover {
	cursor: pointer;
	border-bottom: 60px solid #FF6500;
}
#btn-to-top.show {
	opacity: 1;
	visibility: visible;
}
/*------------- Search-icon --------------*/

.search_area_three .search_area-inner {

	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
}
#search-btn input[type="text"] {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	padding-right: 30px;
	width: 0px;
	position: absolute;
	top: 15px;
	right: 8px;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
#search-btn input[type="text"]:focus {
	width: 700px;
	z-index: 1;
	cursor: text;
	background: #fff;
	margin-right: 30px;
	padding: 10px 20px;
	border-radius: 5px;
	top: 10px;
}
/*--------------- Datepicker Or search-form -------------*/

.search_area .form-group {
	margin: 0;
}
.search_area .form-control,
.search_area input {
	height: 40px;
	width: 210px;
	padding: 0px 10px;
	margin-right: 15px;
	border-radius:0;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
  -o-border-radius:0;
  font-weight: 600;
}
.search_area.search_area_three .btn-tour,
.search_area.search_area_three .form-control,
.search_area.search_area_three input{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.datepicker.dropdown-menu {
	padding: 0;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	-webkit-animation: popup .2s ease-out forwards;
	animation: popup .2s ease-out forwards;
}
.form-group.date.input-datepicker {
	position: relative;
}
.datepicker.dropdown-menu table thead tr {
	border-top: 0;
}
.datepicker.dropdown-menu table tbody {
	background-color: white;
}
.datepicker.dropdown-menu table tr {
	border-top: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
	width: auto;
	height: 24px;
	padding: 8px;
	font-size: 16px;
	border-radius: 0;
  transition: background-color .6s ease-out;
  font-weight: 600;
}
span.input-group-addon {
	position: absolute;
	right: 30px;
	top: 8px;
}
.search_area.search_area_two .input-group-addon{
	right: 15px;
}
.search_area.search_area_two.booking-tour .input-group-addon{
right: 20px;
}

.btn-tour {
	background: #FF6500;
	border: none;
	padding: 7px 40px;
	color: #fff;
  line-height: 26px;
  font-weight: 600;
}

.search_area-inner {
	border-radius: 4px;
	margin-top: -75px;
	padding: 40px;
	z-index: 9;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
}
@media screen and (min-width: 400px) {
	.datepicker.dropdown-menu table tr td,
	.datepicker.dropdown-menu table tr th {
		padding: 12px;
	}
}
.datepicker.dropdown-menu table tr td:hover,
.datepicker.dropdown-menu table tr td.active:hover,
.datepicker.dropdown-menu table tr td:active:hover,
.datepicker.dropdown-menu table tr th:hover,
.datepicker.dropdown-menu table tr th.active:hover,
.datepicker.dropdown-menu table tr th:active:hover {
	border-color: #ededed;
	border-radius: 0;
	transition: background-color .2s ease-out;
}
.datepicker.dropdown-menu table tr td.focused,
.datepicker.dropdown-menu table tr td.selected,
.datepicker.dropdown-menu table tr th.focused,
.datepicker.dropdown-menu table tr th.selected {
	background-color: #24A0AD;
	border-color: #ededed;
	border-radius: 0;
}
.datepicker.dropdown-menu table tr td.active,
.datepicker.dropdown-menu table tr td.active:focus,
.datepicker.dropdown-menu table tr td.active.active:hover,
.datepicker.dropdown-menu table tr td:active:focus,
.datepicker.dropdown-menu table tr td.highlighted,
.datepicker.dropdown-menu table tr th.active,
.datepicker.dropdown-menu table tr th.active:focus,
.datepicker.dropdown-menu table tr th.active.active:hover,
.datepicker.dropdown-menu table tr th:active:focus,
.datepicker.dropdown-menu table tr th.highlighted {
	background-color: #21ab64;
	border-color: #21ab64;
	color: #fff;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #212121;
	background-color: inherit;
	border-radius: 0;
	text-align: center;
	background: #e5e5e5;
}
.datepicker-days {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3686274509803922);
	overflow: hidden;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
	color: #212121;
	background-color: rgba(0, 0, 0, 0.10);
	text-align: center;
	cursor: pointer;
	border-radius: 0;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
	background-color: rgba(0, 0, 0, 0.20) !important;
}
.datepicker.dropdown-menu table tr th.dow {
	padding: 2px 12px;
	font-size: 12px;
	line-height: 2;
	color: #ffffff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	background-color: #FF6500;
}
.datepicker.dropdown-menu table tr td.day {
	width: 24px;
	cursor: pointer;
	text-align: center;
	border-right: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td.day:last-child {
	border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
	background-color: #eeeeee;
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
	color: #ccc;
}
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
.fontawesome-calendar {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 24px;
	z-index: -99;
}
@-webkit-keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/*------------- Video-box --------*/

.video-img-box {
	position: relative;
}
.video-img-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
/* pulse in CSS */

.pulse-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.pulse-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid #fff;
	position: relative;
	text-align: center;
	line-height: 55px;
	padding-left: 5px;
	font-size: 25px;
	color: #fff;
}
.pulse-icon:hover {
	color: #fff;
}
.pulse-icon:before,
.pulse-icon:after {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: scale(0.5);
	transform-origin: center center;
	animation: pulse-me 3s linear infinite;
}
.pulse-icon:after {
	animation-delay: 2s;
}
@keyframes pulse-me {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 0.1;
		background: #fff;
	}
	70% {
		opacity: 0.09;
		background: #fff;
	}
	100% {
		transform: scale(5);
		opacity: 0;
		background: #fff;
	}
}
/*--------------- Top-bar ----------------*/

header {
	position: relative;
	margin: -1px 0;
}
header .header_top_area {
	background: #ffffff;
}
header .header_top_area .contact_wrapper_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header_top_area .contact_wrapper_top .header_top_contact {
	margin: 0;
}
header .header_top_area .contact_wrapper_top .header_top_contact li {
	display: inline-block;
	padding: 14px;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 400;
	border-right: 1px solid #e8e8e8;
}
header .header_top_area .contact_wrapper_top .header_top_contact li:last-child {
	border-right: none;
}
header .header_top_area .contact_wrapper_top .header_top_contact li i {
	margin-right: 10px;
	color: #FF7519;
	font-size: 20px;
	vertical-align: middle;
}
header .header_top_area .contact_wrapper_top .book-btn {
	display: inline-block;
	padding: 18px 30px;
	float: right;
	background: #FF6500;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
header .header_top_area .contact_wrapper_top .book-btn a {
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
}
header .header_top_area .contact_wrapper_top .book-btn:hover {
	background: #183557;
}

/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/

.header-one {
	position: absolute;
	
	left: 0;
	width: 100%;
	z-index: 1;
}
.navbar-light .navbar-nav {
	position: relative;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 0;
	margin-right: 17px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.navbar-light .navbar-nav .nav-link>i {
	vertical-align: middle;
	font-size: 13px;
}
.navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-item {
	position: relative;
	padding: 15px 7px;
}
.navbar-light .navbar-nav .nav-item .dropdown {
	background: #fff;
	padding: 15px 0;
	position: absolute;
	top: 55px;
	opacity: 0;
	visibility: hidden;
	max-width: 200px;
	width: 200px;
	left: 0;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-item {
	padding: 8px 5px;
	border-bottom: 1px solid #eee;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-item:last-child{
	border: none;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-link {
	color: #212121;
	margin-left: 10px;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
	color: #183557;
}
.navbar-light .navbar-nav .nav-item:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 50px;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end;
	}
}
.log-btn a {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.log-btn a:hover {
	color: #183557;
}
.navbar-brand {
	padding: 0;
}
/*------------- Slick-Nav ----------------*/

.slicknav_menu {
  display: none;
}
@media (max-width: 992px) {
	.slicknav_menu {
		display: block;
		background: transparent;
		position: relative;
		z-index: 999;
	}
	.header-one .navbar {
		display: none;
	}
	.slicknav_nav {
		background: #183557;
		position: relative;
		top: 0px;
		padding: 10px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.23);
	}
	.slicknav_btn {
		background: transparent;
	}
	.slicknav_nav a {
		font-size: 15px;
	}
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 0;
		background: transparent;
		color: #183557;
	}
	.slicknav_nav .slicknav_arrow {
		float: right;
	}
	.slicknav_brand {
		height: 70px;
	}
	.slicknav_btn {
		padding: 22px 0;
	}
}
/* ----------------------------------------------------------------
     [ 03 Main Hero slide ]
-----------------------------------------------------------------*/

/*--------- Index-one-main ----------*/

main.hero-slide .item {
	position: relative;
}
.hero-slider__content-wrapper {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
	width: 100%;
}
.hero-slider__content .hero-slider__title {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 30px;
	color:#fff;
}
.hero-slider__content .hero-slider__text {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 50px;
	color: #fff;
}
.hero-slider__content .hero-slider__btn {
	border: 2px solid #fff;
	color: #212121;
	line-height: 26px;
	border-radius: 5px;
	padding: 10px 30px;
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.hero-slider__content .hero-slider__btn.active,
.hero-slider__content .hero-slider__btn:hover {
	background:#FF6500;
	border-color: #FF6500;
	color: #fff;
}
.slider-type-one .hero-slider__content .hero-slider__btn.active,
.slider-type-one .hero-slider__content .hero-slider__btn:hover {
	background: #fff;
	border-color: #fff;
	color: #212121;
}
main.hero-slide.slick-initialized.slick-slider.slick-dotted {
	overflow: hidden;
	margin: 0;
}
main.hero-slide .item img {
	height: 950px;
	object-fit: cover;
	object-position: center;
}
main.hero-slide .slick-prev:before,
main.hero-slide .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #212121;
	position: relative;
	font-size: 20px;
	line-height: 2px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
main.hero-slide .slick-prev:before {
	content: "\f30a";
	left: 15px;
}
main.hero-slide .slick-next:before {
	content: "\f30b";
	right: 34px;
}
main.hero-slide .slick-prev,
main.hero-slide .slick-next {
	z-index: 1;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
main.hero-slide .slick-prev:hover,
main.hero-slide .slick-next:hover {
	border-color: #183557;
	border-top: 24px solid transparent;
	border-bottom: 25px solid transparent;
}
main.hero-slide .slick-prev:hover:before,
main.hero-slide .slick-next:hover:before {
	color: #fff;
}
main.hero-slide .slick-next {
	right: 20px;
	border-left: 40px solid #ffffff;
	border-top: 24px solid transparent;
	border-bottom: 25px solid transparent;
}
main.hero-slide .slick-prev {
	left: 20px;
	border-right: 40px solid #ffffff;
	border-top: 24px solid transparent;
	border-bottom: 25px solid transparent;
}
main.hero-slide .slick-dots {
	display: none !important;
}
@media screen and (min-width: 400px) {
	#flight-datepicker .date-text {
		top: 100%;
	}
}
/*--------- Index-two-main ----------*/

.header_top_area.type-two {
	background: #183557;
}
header .header_top_area.type-two .contact_wrapper_top .header_top_contact li,
header .header_top_area.type-two .contact_wrapper_top .header_top_contact li i {
	color: #fff;
}
.topbar-icon ul {
	padding: 15px 0;
	margin: 0;
}
.topbar-icon ul li {
	display: inline-block;
	color: #fff;
	margin-left: 15px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.topbar-icon ul li:hover {
	color: #212121;
}
.header-two {
	position: relative;
	z-index: 9;
}
.header-two .navbar-light .navbar-nav .active>.nav-link {
	color: #183557;
}
.header-two .navbar-light .navbar-nav .nav-link {
	color: #212121;
	margin-left: 30px;
	margin-right: 0;
}
.header-two .navbar {
	padding: 15px 0;
}
.slider-type-two {
	line-height: 0;
}
.slider-type-two .item {
	position: relative;
}
.slider-type-two .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.slider-type-two .hero-slider__content .hero-slider__btn,
.slider-type-two .hero-slider__content .hero-slider__text,
.slider-type-two .hero-slider__content .hero-slider__title {
	color: #fff;
	border-color: #fff;
}
.slider-type-two .hero-slider__content .hero-slider__btn.active,
.slider-type-two .hero-slider__content .hero-slider__btn:hover {
	border-color: #183557;
}
.search_area_two .search_area-inner {
	box-shadow: none;
	background: transparent;
	margin: 0;
}
.search_area_two .search_area-inner .form-group {
	margin-bottom: 20px;
}
main.hero-slide.slider-type-two .item img {
	height: 830px;
}

/*--------------- Index-three-main  -------------*/

header.header-type-three .log-btn a,
header.header-type-three .navbar-light .navbar-nav .nav-link,
header.header-type-three .header_top_area .contact_wrapper_top .header_top_contact li {
	color: #fff;
}
header.header-type-three .navbar-light .navbar-nav .nav-link:hover,
header.header-type-three .navbar-light .navbar-nav .nav-link:hover,
header.header-type-three .navbar-light .navbar-nav .active>.nav-link,
header.header-type-three .topbar-icon ul li:hover {
	color: #183557;
}
header.header-type-three .header-fixed.stick {
	background: #212121;
}
.header-type-three {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 11;
	border-bottom: 1px solid #727272;
}
header.header-type-three .header_top_area .contact_wrapper_top .header_top_contact li {
	border-color: #727272;
}
.header-type-three .header_top_area {
	background: transparent;
}
.hero-slide-three {
	overflow: hidden;
	position: relative;
}

.hero-slide-three .item {
	height: 650px;
	object-fit: cover;
    object-position: center;
}
.hero-slide-three .item img {
	height: 655px;
	object-fit: cover;
    object-position: center;
}
.hero-slide-three .slick-current .item::before {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.50;
	
}
.hero-slide-three .slick-current .item img {
	-webkit-animation: myMove 8s 1 ease-in-out;
	-moz-animation: myMove 8s 1 ease-in-out;
	-o-animation: myMove 8s 1 ease-in-out;
	-ms-animation: myMove 8s 1 ease-in-out;
	animation: myMove 8s 1 ease-in-out;
	object-fit: cover;
	object-position: center;
	
}
@keyframes myMove {
	from {
		transform: scale(1.0, 1.0);
		transform-origin: 50% 50%;
	}
	to {
		transform: scale(1.1, 1.1);
		transform-origin: 50% 0%;
	}
}
@-webkit-keyframes myMove {
	from {
		-webkit-transform: scale(1.0, 1.0);
		-webkit-transform-origin: 50% 50%;
	}
	to {
		-webkit-transform: scale(1.1, 1.1);
		-webkit-transform-origin: 50% 0%;
	}
}
@-o-keyframes myMove {
	from {
		-o-transform: scale(1.0, 1.0);
		-o-transform-origin: 50% 50%;
	}
	to {
		-o-transform: scale(1.1, 1.1);
		-o-transform-origin: 50% 0%;
	}
}
@-moz-keyframes myMove {
	from {
		-moz-transform: scale(1.0, 1.0);
		-moz-transform-origin: 50% 50%;
	}
	to {
		-moz-transform: scale(1.1, 1.1);
		-moz-transform-origin: 50% 0%;
	}
}
@-ms-keyframes myMove {
	from {
		-ms-transform: scale(1.0, 1.0);
		-ms-transform-origin: 50% 50%;
	}
	to {
		-ms-transform: scale(1.1, 1.1);
		-ms-transform-origin: 50% 0%;
	}
}
.hero-slide-three .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity:0.3 ;
}
.hero-slide-three .hero-slider__content .hero-slider__btn {
	color: #fff;
	border-color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.hero-slide-three .hero-slider__content .hero-slider__btn:hover,
.hero-slide-three .hero-slider__content .hero-slider__btn.active {
	border-color:#FF6500;
}
.hero-slide-three .hero-slider__content .hero-slider__text,
.hero-slide-three .hero-slider__content .hero-slider__title {
	color: #fff;
}
.hero-slide-three .slick-prev:before,
.hero-slide-three .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	position: relative;
	font-size: 20px;
	line-height: 15px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.hero-slide-three .slick-prev:before {
	content: "\f30a";
}
.hero-slide-three .slick-next:before {
	content: "\f30b";
}
.hero-slide-three .slick-prev,
.hero-slide-three .slick-next {
	z-index: 1;
	text-align: center;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.hero-slide-three .slick-prev:hover,
.hero-slide-three .slick-next:hover {
	border-color: #FF6500;
	background:#FF6500;
}
.hero-slide-three .slick-prev:hover:before,
.hero-slide-three .slick-next:hover:before {
	color: #fff;
}
.hero-slide-three .slick-next {
	right: 20px;
}
.hero-slide-three .slick-prev {
	left: 20px;
}

/* ----------------------------------------------------------------
     [ 04  About us ]
-----------------------------------------------------------------*/

.about-content {
	margin-bottom: 30px;
}
.about-content h2 {
	margin-bottom: 30px;
}
.about-content .read-btn {
	display: inline-block;
	border: 2px solid #212121;
	padding: 12px 30px;
	margin-top: 0px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.about-content .read-btn:hover {
	color: #fff;
	background: #183557;
	border-color:#183557;
}
ul.about-listing {
	padding-top: 10px;
}
.about-listing li {
	padding-bottom: 12px;
}
.about-listing li>i {
	color: #183557;
	padding-right: 6px;
}
.about-content1 {
	margin-bottom: 30px;
}
.about-content1 h2 {
	margin-bottom: 30px;
}
.about-content1 .read-btn {
	display: inline-block;
	border: 2px solid #FF6500;
	padding: 12px 30px;
	margin-top: 0px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.about-content1 .read-btn:hover {
	color: #fff;
	background: #FF6500;
	border-color:#FF6500;
}

/* --------------------
.about-img{
display: block;
position: relative;
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.about-img:hover
{
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
----------*/
/* ----------------------------------------------------------------
     [ 05  Service ]
-----------------------------------------------------------------*/

/*------------------ Service-One --------------*/

.ws-section-spacing {
    padding: 80px 0 60px;
}
.bg-grays {
    position: relative;
}

.servicebox-one {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding: 30px 20px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #fff;
}
.servicebox-one:hover {
	box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2);
}
.servicebox-one .service-box-icon {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 12px;
	color:#1F4570;
}
.service-box-icon:hover
{
	color:#183557;
}
.servicebox-one .service-box-title {
	margin-bottom: 15px;
	text-transform: capitalize;
  color:#183557;
  font-size: 28px;
}
.servicebox-one .service-box-desc {
	margin-bottom: 15px;
	color:#212121;
}
.servicebox-one .btn {
	padding: 0;
	font-weight: 500;
	color: #FF6500;
}
/*-------------------- Service-two ---------------*/

.service-type-two {

	text-align: left;
	border: 1px solid #fff;
	
}
.service-type-two .btn {
	border-bottom: 1px solid #FF6500;
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
}
.service-type-two .btn:hover {
	color:#FF6500 ;
	border-bottom: 1px solid #FF6500;
}
/* ----------------------------------------------------------------
     [ 06  Package-section ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 08  Desination-Section ]
-----------------------------------------------------------------*/

.destination-slide .slick-slide>div {
	padding: 0 15px;
}
.testi-slide-one .slick-prev,
.testi-slide-one .slick-next,
.destination-slide .slick-prev,
.destination-slide .slick-next {
	display: none !important;
}
.place-box .desi-inner {
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.place-box .desi-inner h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.place-box .desi-inner p {
	display: inline-block;
	margin-bottom: 0;
}
.place-box .wapper-img {
	position: relative;
}
.place-box .wapper-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.place-box .wapper-img .pop-btn {
	color: #fff;
    border: 2px solid #fff;
    padding: 1px 28px;
    width: fit-content;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	opacity: 0;
	visibility: hidden;
}
.place-box:hover .wapper-img::before {
	opacity: 0.7;
	visibility: visible;
	height: 100%;
}
.place-box:hover .wapper-img .pop-btn {
	opacity: 1;
	visibility: visible;
}
.place-box .wapper-img .pop-btn:hover {
	background: #21ab64;
	border-color: #21ab64;
}
.place-box .wapper-img .pop-btn1 {
	color: #fff;
    border: 2px solid #fff;
    padding: 1px 28px;
    width: fit-content;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	opacity: 0;
	visibility: hidden;
}
.place-box:hover .wapper-img::before {
	opacity: 0.7;
	visibility: visible;
	height: 100%;
}
.place-box:hover .wapper-img .pop-btn1 {
	opacity: 1;
	visibility: visible;
}
.place-box .wapper-img .pop-btn1:hover {
	background:#183557;
	border-color: #183557;
}
.testi-slide-two .slick-dots li button:before,
.testi-slide-one .slick-dots li button:before,
.destination-slide .slick-dots li button:before {
	font-size: 14px;
}
.testi-slide-two .slick-dots li.slick-active button:before,
.testi-slide-one .slick-dots li.slick-active button:before,
.destination-slide .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #183557;
}

/* ----------------------------------------------------------------
     [ 10  Testimonial-slider ]
-----------------------------------------------------------------*/


.testi-slide-two {
	text-align: center;
	margin: auto 15px 25px !important;
}
.testi-slide-two .item img {
	max-width: 120px;
	max-height: 120px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.testi-slide-two .testi-content {
	margin-bottom: 20px;
}
.testi-slide-two .testi-content span {
	padding-top: 10px;
	display: block;
}
.testi-slide-two .testi-content h4 {
	padding: 10px 0;
}
/* ----------------------------------------------------------------
     [ 11  Blog-section ]
-----------------------------------------------------------------*/

.meta-tag {
	padding-top: 5px;
}
.meta-tag li {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px;
	margin-bottom: 5px;
}
.meta-tag li a>i {
	font-size: 13px;
	padding-right: 2px;
}
.meta-tag li a {
	font-weight: 500;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.read-btn {
	font-weight: 500;
	color: #212121;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.read-btn>i {
	font-size: 13px;
}
.meta-tag li a:hover,
.read-btn:hover {
	color: #183557;
}
.package-one.blog-box .package-content p {
	font-size: 16px;
	font-weight: 400;
}


.client-slide {
	overflow: hidden;
}
.client-slide .slick-slide>div {
	padding: 0 15px;
}
/* ----------------------------------------------------------------
     [ 12  Footer-section ]
-----------------------------------------------------------------*/

.img-footer {
	background-color: #1F4570;
	width: 100%;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
	
}

.footer-widget {
	margin-bottom: 30px;
}
.footer-widget .title {
	margin-bottom: 40px;
	text-transform: capitalize;
}
.footer-widget .title h3 {
	color: #fff;
}
.footer-widget p {
	color: #fff;
	margin-bottom: 20px;
}
.footer-icon {
	color: #fff;
}
.footer-icon li {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}
.recent-post-list li .post-content h5>a,
.link-widget li>a,
.footer-icon li>a {
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
color: #fff;
}
.recent-post-list li .post-content h5>a:hover,
.link-widget li>a:hover,
.footer-icon li>a:hover {
	color: #FF6500;
}
.link-widget li {
	color: #fff;
	padding-bottom: 15px;
}
.link-widget li:last-child {
	padding-bottom: 0;
}
.recent-post-list li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.recent-post-list li .post-thum {
	float: left;
	margin-right: 15px;
}
.recent-post-list li .post-content h5 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
}
.recent-post-list li .post-content span {
	color: #fff;
	font-size: 14px;
}
.ftr-gallery-list {
	margin: 0;
}
.ftr-gallery-list li {
	display: inline-block;
	max-width: 90px;
	margin: 5px 4px;
	position: relative;
}
.ftr-gallery-list li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.ftr-gallery-list li a:hover::before {
	opacity: 0.5;
}
.footer-bottom {
	clear: both;
	padding: 20px 0;
	background-color: #335780;
	text-align: center;
}
/* ----------------------------------------------------------------
     [ 13  Extra-css ]
-----------------------------------------------------------------*/

/*-------------- Banner-css ------------------*/

.bg-banner {
	background: url('../images/banner.jpg');
	width: 100%;
	position: relative;
}
.bg-banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}
.banner-box h2 {
	color: #fff;
	margin-bottom: 30px;
}
.breadcrumb {
	background: transparent;
	color: #fff;
	padding: 10px 0;
}
.breadcrumb-item.active {
	color: #fff;
	font-weight: 300;
}
.breadcrumb-item a{
	font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
/*---------- package-list ----------*/

.single_package {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: transform .2s;
    /* Animation */
}
.single_package:hover {
    transform: scale(0.89);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.single_package:hover .media-body h3 {
	color:#183557;
}
.single_package .media > img {
	max-width: 370px;
	width: 100%;
	min-height: 310px;
}
.single_package .media-body {
	padding: 25px 30px;
}
.single_package .media-body .direction {
	font-size: 15px;
	font-weight: 500;
	color: #FF6500;
	display: block;
	margin-bottom: 10px;
}
.single_package .media-body h3 {
	margin-bottom: 20px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
    font-size: 20px;
}
.single_package .media-body p {
	margin-bottom: 20px;
}
.single_package .media-body .duration {
	display: inline-block;
	margin-bottom: 30px;
}
.single_package .media-body ul {
	margin: 0;
}
.single_package .media-body ul p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color:#FF6500;
}
.single_package .media-body ul h5 {
	font-size: 15px;
	padding-left: 20px;
}
.single_package .media-body ul li i {
	padding-right: 5px;
	color:#FF6500;
}
.single_package .media-body .duration li {
	display: inline-block;
	margin-right: 20px;
}
.single_package .media-body .btn-packlist {
	border: 1px solid #FF6500;
	display: table-cell;
	padding: 12px 30px;
	border-radius: 4px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	color:#FF6500;
	font-size: 15px;
	font-weight: 600;
	
}
.single_package .media-body .btn-packlist:hover {
	background: #183557;
	color: #fff;
	border-color: #183557;
}
/*--------------- place-details ---------------*/

.place-details img {
	margin-bottom: 30px;
}
.place-content h3 {
	margin-bottom: 30px;
}
/*---------------- Booking-tour ------------*/


.gallery-box {
	position: relative;
	margin-bottom: 30px;
}
.gallery-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.gallery-box:hover .overlay {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.gallery-box .overlay a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.gallery-box .overlay a > i {
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.gallery-box .overlay a > i:hover {
	background: #21ab64;
	border-color: #21ab64;
}
/*--------------- Accordian ---------------*/

#accordion .panel-default {
	margin-bottom: 30px;
	border: 1px solid #eee;
}
#accordion .panel-body {
	padding: 20px;
}
#accordion .panel-body p {
	margin: 0;
}
#accordion .panel-title {
	color: #21ab64;
	font-weight: 500;
}
#accordion .panel-title .collapsed {
	color: #212121;
}
#accordion .panel-title i {
	float: right;
}
#accordion .panel-heading {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}
.bg-fixed {
	background-image: url('../images/2.2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.bg-fixed::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
}
.bg-error {
	background-image: url('../images/error-box.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 750px;
	position: relative;
}
.error-box {
	position: absolute;
	top: 44%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.error-box h1 {
	font-size: 115px;
	line-height: 125px;
	margin-bottom: 15px;
}
.error-box span {
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px;
	display: block;
}
.error-box p {
	margin-bottom: 20px;
}
.error-box a {
	border: 1px solid #000;
	padding: 8px 30px;
	display: inline-block;
	border-radius: 30px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.error-box a:hover {
	background: #21ab64;
	border-color: #21ab64;
	color: #fff;
}
/*-------------- Blog-sidebar ----------------*/

.single-blog .blog-box .blog-content .blog-meta {
	margin-bottom: 20px;
}
.single-blog .search-box input {
	height: 50px;
}
.single-blog .search-box input:focus {
	outline: none;
	box-shadow: none;
}
.single-blog .search-box .btn-search {
	width: 43px;
	height: 43px;
}
.single-blog .search-box .btn-search i {
	font-size: 18px;
	position: absolute;
	top: 15px;
	right: 30px;
}
.sidebar-box {
	margin-bottom: 40px;
}
.sidebar-box .title {
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.Categories-box li {
	padding: 10px 0;
	text-transform: capitalize;
	position: relative;
	padding-left: 18px;
	font-weight: 500;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.Categories-box li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 7px;
	height: 7px;
	background: #dcdcdc;
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.Categories-box li:hover {
	color: #212121;
	font-weight: 500;
	margin-left: 8px;
}
.Categories-box li:hover::before {
	background: #212121;
}
.recent-post {
	margin: 0;
}
.recent-post li {
	margin-bottom: 5px;
	padding-top: 10px;
	min-height: 80px;
}
.recent-post .post-left {
	max-width: 30%;
	height: auto;
	float: left;
	padding-top: 5px;
}
.recent-post .post-right {
	display: inline-block;
	padding-left: 10px;
	max-width: 70%;
}
.recent-post .post-right h5 {
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	line-height: 22px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.recent-post .post-right h5:hover {
	color: #21ab64;
}
.recent-post .post-right .date {
	color: #212121;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.tags-btn a {
	background: #f7f8fa;
	padding: 8px 15px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 500;
	border-radius: 5px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.tags-btn a:hover {
	background: #21ab64;
	color: #fff;
}
.add-post {
	position: relative;
	margin-top: 60px;
}
.add-post::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.add-post h3 {
	color: #fff;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/*------------------ Blockqouts ----------------*/

.quote-card {
	background: #21ab64;
	padding: 50px 30px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
.quote-card p {
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.quote-card p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 190px;
	color: rgba(255, 255, 255, 0.14);
	font-weight: 900;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: -1;
}
ul.share-icon {
	margin-bottom: 30px;
}
.share-icon>.title {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 0 !important;
}
.share-icon {
	margin-bottom: 10px;
}
.share-icon ul {
	display: inline-block;
}
.share-icon li {
	display: inline-block;
	margin: 0 8px;
	font-size: 22px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.share-icon li:hover {
	color: #21ab64;
}
.blog-content {
	margin-bottom: 50px;
}
/*----------------- Comment-box -------------*/

.comment-area .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.comment-box {
	margin: 20px 0 40px;
}
.comment-box>li {
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}
.comment-box .left-comment-box {
	max-width: 15%;
	float: left;
	margin-right: 20px;
}
.comment-box .right-comment-content {
	max-width: 100%;
	position: relative;
}
.comment-box .right-comment-content h3 {
	margin-bottom: 15px;
}
.comment-box .right-comment-content h3>span {
	color: #585858;
	font-size: 15px;
	padding-left: 10px;
	font-weight: 500;
}
.comment-box .right-comment-content>a {
	position: absolute;
	top: 8px;
	right: 15px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.comment-box .right-comment-content>a:hover {
	color: #21ab64;
}
.comment-box img {
	border: 3px solid #21ab64;
	box-shadow: 0px 3px 21px 0px rgba(67, 57, 169, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.comment-box .user-two {
	margin-left: 50px;
	border-top: 1px solid #eee;
	padding: 30px 0 0;
	margin-top: 50px;
	display: block;
}
/*---------------- Comment-form ----------------*/

.comment-form .title {
	margin-bottom: 40px;
}
.comment-form .form-group input {
	border: none;
	box-shadow: 0px 3px 20px 0 rgba(67, 57, 169, 0.1);
	background-color: #ffffff;
	height: 50px;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
	position: relative;
}
.comment-form textarea.form-control {
	height: auto;
	border: none;
	box-shadow: 0px 3px 20px 0 rgba(67, 57, 169, 0.1);
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.comment-form button.btn {
	border: 2px solid #21ab64;
	padding: 8px 50px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 35px;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.comment-form button.btn:focus {
	outline: none;
}
.comment-form button.btn:hover {
	background: #21ab64;
	color: #fff;
}
.comment-form .form-icon {
	position: absolute;
	top: 18px;
	right: 30px;
	color: #585858;
	opacity: 0.5;
	font-size: 14px;
}
/*--------- pagination ------------*/

.pagination {
	display: inline-flex;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}
.pagination li a.page-link {
	color: #21ab64;
	background-color: transparent;
	font-size: 20px;
	line-height: 35px;
	height: 55px;
	width: 45px;
	margin: 0 0 -5px;
	border: none;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease 0s;
}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
	color: #fff;
	font-size: 25px;
	background-color: transparent;
	border: none;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after {
	content: '';
	background-color: #21ab64;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: -1;
	transition: all 0.3s;
}
.pagination li a.page-link:after {
	background-color: #21ab64;
	height: 5px;
	top: auto;
	bottom: 0;
	left: -100%;
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
	top: 0;
}
.pagination li a.page-link:hover:after,
.pagination li.active a.page-link:after {
	left: 0;
}
@media only screen and (max-width: 480px) {
	.pagination {
		display: block;
	}
	.pagination li {
		margin: 5px 0;
		display: inline-block;
	}
}
/*------------ Contact-area --------------*/

.contact-box {
	text-align: center;
	margin-bottom: 30px;
}
.contact-box .icon-box {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #21ab64;
	border-radius: 50%;
	font-size: 55px;
	padding: 15px;
	color: #fff;
	margin-bottom: 25px;
	box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
}
.contact-box .con-diss h4 {
	margin-bottom: 10px;
}
#map {
	width: 100%;
	height: 325px;
}
.contact-form .form-group input {
	border: none;
	height: 50px;
	margin-bottom: 30px;
	padding-left: 25px;
	background: #f7f8fa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-form textarea.form-control {
	background: #f7f8fa;
	border: none;
	margin-bottom: 30px;
	padding: 30px 15px;
	padding-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-form textarea.form-control:focus,
.contact-form .form-group input:focus {
	box-shadow: none;
}
.contact-form .btn-1 {
	background:#FF6500;
	border: 1px solid #eaeaea;
	padding: 10px 40px;
	border-radius: 30px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.4s ease 0s;
	font-size: 15px;
}
.contact-form .btn-1:hover {
	background: #183557;
	color: #fff;
}

/*------------------ Extrta-css -------------*/

.zoom-effect {
	animation: scale 40s linear infinite !important;
	-webkit-animation: scale 40s linear infinite !important;
}
	
  @keyframes scale {
	50% {
	  -webkit-transform:scale(1.2);
	  -moz-transform:scale(1.2);
	  -ms-transform:scale(1.2);
	  -o-transform:scale(1.2);
	  transform:scale(1.2);
	}
  }
  .filterVideo{
	  width: 100%;
  }
  .hero-fixed-banner,
  .hero-video-banner{
overflow: hidden;
position: relative;
  }
  .hero-fixed-banner::before,
  .hero-video-banner::before{
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 99.5%;
	  background: rgba(0, 0, 0, 0.75);
  }
  .hero-fixed-banner .hero-slider__title,
  .hero-video-banner .hero-slider__title{
color: #fff;
  }
  .hero-fixed-banner .hero-slider__text,
  .hero-video-banner .hero-slider__text{
	color: #fff;
  }
  .hero-fixed-banner .hero-slider__btn,
  .hero-video-banner .hero-slider__btn{
	color: #fff;
	border-color: #fff;
  }
  .search_area_three .search_area-inner.type-form-four {
	margin-top: -65px;
  }
  .hero-fixed-banner .item img{
	height: 900px;
	object-fit: cover;
	object-position: center;
  }
  .hero-fixed-banner::before{
	  height: 100%;
  }
  @media (max-width: 992px){
	.filterVideo {
		width: initial;
		height: inherit;
	}
  }
/*--------------- Timeline ---------------*/

.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: '';
    background-color: #555;
    width: 4px;
    height: calc(100% - 70px);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    float: left;
    width: 50%;
    padding: 0 30px;
    margin: 55px 10px 25px 0;
    position: relative;
}
.main-timeline .timeline:before{
    content: '';
    background-color: #21ab64;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    box-shadow: 0 0 5px #fff inset, 0 0 0 5px #ffffff, 0 0 13px #000;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -17px;
}
.main-timeline .timeline-content{
    color: #555;
    background: linear-gradient(45deg,#DFDFDF,#FEFEFE);
    text-align: center;
    padding: 30px 40px;
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(45deg,#FEFEFE,#DFDFDF);
    border-radius: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(125deg, #2fd27e 39%, #21ab64 40%);
    font-size: 37px;
    text-align: left;
    line-height: 120px;
    height: 120px;
    width: 110px;
    padding-left: 15px;
    position: absolute;
    top: -56px;
    left: -30px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after{
    content: "";
    background-color: #fff;
    position: absolute;
    left: 3px;
    bottom: 6px;
    top: 6px;
    right: 6px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.main-timeline .timeline-icon:after{
    background: linear-gradient(125deg, #26bb6e 39%, #21ab64 40%);
    left: 6px;
    top: 11px;
    bottom: 11px;
    right: 11px;
}
.main-timeline .title{
	font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 15px;
    margin: 0 0 10px;
}
.main-timeline .description{
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 65px 0 25px 10px;
}
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: -17px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    transform: rotateY(180deg);
    left: auto;
    right: -30px;
}

@media screen and (max-width:767px){
    .main-timeline:before{
        left: 15px;
        transform: translateX(0);
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 0 0 0 30px;
        margin: 65px 0 0 0;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        height: 20px;
        width: 20px;
        left: 5px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon,
    .main-timeline .timeline-icon{
        transform: translateX(-50%);
        left: 50%;
        top: -54px;
    }
    .main-timeline .timeline-content{ padding: 80px 20px 20px; }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}
/*---------------- New-packages ---------------*/
.package-list-wrap {
    border-radius: 4px;
    position: relative;
    z-index: 10;
    overflow: hidden;
	margin-bottom: 30px;
	overflow: hidden;
    display: block;
}
.package-list-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
}
.package-list-wrap:hover:before {
    opacity: 0;
}

.package-list-content {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.package-list-wrap:hover .package-list-content {
    bottom: 0;
}
.package-list-wrap .package-list-duration {
    color: #fff;
    margin-bottom: 5px;
}
.package-list-wrap .package-list-title {
	color: #fff;
	margin-bottom: 15px;
}
.package-list-button {
	display: inline-block;
	background-color: #21ab64;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	bottom: -20px;
	opacity: 0;
	border-color: #21ab64;
	color: #fff !important;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.package-list-wrap:hover .package-list-button {
    bottom: 0;
    opacity: 1;
}
.package-list-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.package-list-wrap:hover:after {
    background: rgba(0,0,0,0.6);
    opacity: 1;
}

.small-package-list .single_package .media > img{
	max-width: 235px;
    min-height: 255px;
}
.small-package-list .media-body{
	padding: 15px;
}
.small-package-list .single_package .media-body .direction{
	margin-bottom: 5px;
}
.small-package-list .single_package .media-body h3{
	margin-bottom: 15px;
}
.small-package-list .single_package .media-body .duration{
	margin-bottom: 20px;
}
.small-package-list .single_package .media-body .btn-packlist{
	padding: 6px 20px;
}
/*-------------- package-detail ------------*/

.package-detail {
	border: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.package-detail .package-info {
    margin-bottom: 30px;
}
.package-detail .hotel-diss h4 {
    color: #21ab64;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.package-detail .hotel-diss h3 {
	margin-bottom: 15px;
}
.hotel-diss .rating {
    margin-bottom: 15px;
}
.hotel-diss .rating > span{
	color: #21ab64;
}
.hotel-diss .h-book{
	display: inline-block;
	color: #fff;
	padding: 8px 25px;
	background: #21ab64;
	border-radius: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hotel-diss .h-book:hover{
	background-color: #212121;
}
.hotel-diss .rating > span:last-child{
	color: #858585;
}
.hotel-diss .map-viw {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.hotel-diss .map-viw > i {
    padding-right: 5px;
}
.package-detail .rate {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}
.package-detail .package-list-button{
    padding: 12px 25px;
    font-size: 16px;
}
.off-box{
	position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #183557;
    padding: 8px 20px;
    border-radius: 3px;
    z-index: 9;
}
.other-packages{
	display: block;
}
.other-packages .title{
	margin-bottom: 40px;
}
/*--------------- Contact-Two -----------*/
.contact-two-page .btn-1{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color:#fff;
}
.title-left {
	margin-bottom: 60px;
	color:#404040;
	font-size: 40px;
	text-align: center;
}
.contact-info-two ul li{
    margin-bottom: 20px;
}
.contact-info-two ul li h4{
    margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
}
.contact-info-two ul li p{
	margin: 0;
	color:#fff;
}

/*-------------- Hotel-index ------------*/
.search_area_overlay {
    position: relative;
    bottom: 8.7em;
    width: 100%;
	background: rgba(0, 0, 0, 0.31);
}
.search_area.search_area_overlay .search_area-inner {
    margin: 0 auto;
    background: transparent;
    padding: 50px 0;
}
.search_area_overlay .search_area .form-control{
	width: 220px;
}
.search_area_overlay .btn-tour{
	padding: 7px 50px;
}
.slide-type-four{

}
main.hero-slide.slide-type-four .slick-prev {
    left: 0;
    border-left: 40px solid #ffffff;
    border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: transparent;
}
main.hero-slide.slide-type-four .slick-prev:before {
    left: -35px;
}
main.hero-slide.slide-type-four .slick-next {
    right: 0;
    border-right: 40px solid #ffffff;
    border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: transparent;
}
main.hero-slide.slide-type-four .slick-next:before {
    right: -15px;
}
.hotel-service-area .single_package .media > img {
	max-width: 250px;
    width: 100%;
    min-height: 250px;
   
}
.hotel-service-area .single_package .media{
	align-items: stretch;
}
.hotel-service-area  .single_package .media-body {
    padding: 25px 15px;
}
.hotel-service-area .single_package .media-body .btn-packlist{
	padding: 6px 15px;
}
.hotel-service-area .service-box-icon {
    font-size: 35px;
    color: #5191fa;
    margin-bottom: 5px;
}
.hotel-cn-bg.bg-img-counter {
	background-image: url('../images/cn-bg.jpg');
}
.hcn-box{
	border: none;
	padding: 0;
}
.hcn-box .count-icon{
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	padding: 25px 15px;
	margin: 0;
	font-size: 30px;
	vertical-align: middle;
}
.hcn-box .cn-con{
	display: inline-block;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.3);
	padding: 7px 15px;
	text-align: left;
}
.hcn-box .cn-con .counter{
	font-size: 35px;
	margin-bottom: 5px;
}
@media (max-width:992px){
	.search_area_overlay {
		position: relative;
		bottom: 0;
		width: 100%;
		background: transparent;
	}
	.search_area.search_area_overlay .search_area-inner {
		margin: 50px auto;
		background: transparent;
		padding: 30px 20px;
	}
	
}