@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');


.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
@media (min-width: 576px){
.pt-sm-5 {
    padding-top: 3rem!important;
}}
.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.profile-user-wid {
    margin-top: -26px;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.625rem;
    overflow: hidden;
    font-size: .60938rem;
    background-color: #f6f6f6;
    border-radius: 0.25rem;
}
.custom-progess {
    position: relative;
}
.progress-sm {
    height: 5px;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
}
.custom-progess .progress-icon {
    position: absolute;
    top: -12px;
}
.avatar-xs {    
    height: 35px;
    width: 28px;

}
.custom-progess .progress-icon .avatar-title {
    background: #fff;
}

div.screen{
	/*width: 320px; 
    height: 560px;
    overflow: hidden;*/
    /* position: absolute; */
    /* top: 50px; */
    left: 0px;
    background: #31558a;
}

.list{margin-top:36px; text-align:left;}
.item{
	height:115px;
	margin-top:30px 0;
	padding-left:115px;
	clear:both;
}
.item .img, .item span{background:#214273; border-radius:3px;}
.item .img{float:left; width:71px; height:71px; margin-left:-93px;}
.item span{height:11px; width:180px; margin-bottom:19px; float:left;}
.item span:nth-of-type(3){width:75px; margin-botom:0;}

div.burger {
    height: 50px;
    width: 50px;
    position: absolute;
    /* top: 34px; */
    right: 38px;
    /* cursor: pointer; */
    background: #cccc;
    padding: 5px;
    border-radius: 5px;	
}
div.burger-cart {
    position: absolute;
    right: 102px;	
}
	div.x,
	div.y,
	div.z {
		position: absolute; margin: auto;
		top: 0px; bottom: 0px;		
		background: #fff;
		border-radius:2px;
		-webkit-transition: all 200ms ease-out;
		   -moz-transition: all 200ms ease-out;
		    -ms-transition: all 200ms ease-out;
		     -o-transition: all 200ms ease-out;
		        transition: all 200ms ease-out;
	}		
	div.x, div.y, div.z { height: 3px; width: 26px; margin-left: 9px;}
	div.y{top: 4px;}
	div.z{top: 23px;}
    div.x{top: -17px;}
	div.collapse{
		top: 0;
        background: #fff;
        -webkit-transition: all 70ms ease-out;
        -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
        -o-transition: all 70ms ease-out;
        transition: all 70ms ease-out;
        margin-left: 7px;
	}
	 
	
	div.rotate30{
		-ms-transform: rotate(30deg); 
    	-webkit-transform: rotate(30deg); 
	    transform: rotate(30deg);	
		-webkit-transition: all 50ms ease-out;
		   -moz-transition: all 50ms ease-out;
		    -ms-transition: all 50ms ease-out;
		     -o-transition: all 50ms ease-out;
		        transition: all 50ms ease-out;					
	}
	div.rotate150{
		-ms-transform: rotate(150deg); 
    	-webkit-transform: rotate(150deg); 
	    transform: rotate(150deg);	
		-webkit-transition: all 50ms ease-out;
		   -moz-transition: all 50ms ease-out;
		    -ms-transition: all 50ms ease-out;
		     -o-transition: all 50ms ease-out;
		        transition: all 50ms ease-out;					
	}
	
	div.rotate45{
		-ms-transform: rotate(45deg); 
    	-webkit-transform: rotate(45deg); 
	    transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}
	div.rotate135{
		-ms-transform: rotate(135deg); 
    	-webkit-transform: rotate(135deg); 
	    transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}

div.navbar{height:73px;background:#385e97;}

div.circle{	
	border-radius: 50%;
	width: 0px;
	height: 0px; 
	position:absolute;
	top: 35px;
	left: 36px;
	background:#fff;
	opacity:1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.circle.expand{
	width:1200px;
	height:1200px;
	top: -560px;
	left: -565px; 	
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);					
	
}
/*div.menu {
	height: 568px; 
	width: 320px;
	position: absolute;
	top: 0px; left: 0px;
}*/

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio {
    position: relative;
    width: 100%;
}
.btn-outline-secondary {
    color: #74788d;
    border-color: #74788d !important;
}



div#topnav-menu-content ul.animate{
	font-size:21px;
	opacity:1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div#topnav-menu-content ul.animate:nth-of-type(1){	
	top:120px;
	transition-delay: 0.0s;	
}
div#topnav-menu-content ul.animate:nth-of-type(2){
	top:190px;
	transition-delay: 0.03s;	
			
}
div#topnav-menu-content ul.animate:nth-of-type(3){
	top:260px;
	transition-delay: 0.06s;		
	
}
div#topnav-menu-content ul.animate:nth-of-type(4){
	top:330px;
	transition-delay: 0.09s;		
	
}
div#topnav-menu-content ul.animate:nth-of-type(5){
	top:400px;
	transition-delay: 0.12s;		
	
}
div#topnav-menu-content ul.animate:nth-of-type(6){
	top:470px;
	transition-delay: 0.15s;	
			
}


/*! * Bootstrap v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root{
    --bs-blue:#556ee6;
    --bs-indigo:#564ab1;
    --bs-purple:#6f42c1;
    --bs-pink:#e83e8c;
    --bs-red:#f46a6a;
    --bs-orange:#f1734f;
    --bs-yellow:#f1b44c;
    --bs-green:#34c38f;
    --bs-teal:#050505;
    --bs-cyan:#50a5f1;
    --bs-white:#fff;
    --bs-gray:#74788d;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#eff2f7;
    --bs-gray-300:#f6f6f6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#74788d;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;
    --bs-primary:#556ee6;
    --bs-secondary:#74788d;
    --bs-success:#34c38f;
    --bs-info:#50a5f1;
    --bs-warning:#f1b44c;
    --bs-danger:#f46a6a;
    --bs-pink:#e83e8c;
    --bs-light:#eff2f7;
    --bs-dark:#343a40;
    --bs-primary-rgb:85,110,230;
    --bs-secondary-rgb:116,120,141;
    --bs-success-rgb:52,195,143;
    --bs-info-rgb:80,165,241;
    --bs-warning-rgb:241,180,76;
    --bs-danger-rgb:244,106,106;
    --bs-pink-rgb:232,62,140;
    --bs-light-rgb:239,242,247;
    --bs-dark-rgb:52,58,64;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-body-color-rgb:73,80,87;
    --bs-body-bg-rgb:248,248,251;
    --bs-font-sans-serif:"Poppins",sans-serif;
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family:var(--bs-font-sans-serif);
    --bs-body-font-size:17px;
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#495057;
    --bs-body-bg:#e7e7e7;
}
*,::after,::before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
body{
    margin:0;
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    font-size: 16px;
}
*,::after,::before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
@media (min-width:1200px){
    .h1,h1{
        font-size:40px
    }
}
.h2,h2{
    font-size:calc(1.2875rem + .45vw)
}
@media (min-width:1200px){
    .h2,h2{
        font-size:1.625rem
    }
}
.h3,h3{
    font-size:calc(1.26719rem + .20625vw)
}
@media (min-width:1200px){
    .h3,h3{
        font-size:1.42188rem
    }
}
.h4,h4{
    font-size:1.21875rem
}
.h5,h5{
    font-size:1.01563rem
}
.h6,h6{
    font-size:.8125rem
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
img,svg{
    vertical-align:middle
}
table{
    caption-side:bottom;
    border-collapse:collapse
}
th{
    text-align:inherit;
    text-align:-webkit-match-parent
}
tbody,td,tfoot,th,thead,tr{
    border-color:inherit;
    border-style:solid;
    border-width:0
}
label{
    display:inline-block
}
button{
    border-radius:0
}
button:focus:not(:focus-visible){
    outline:0
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,select{
    text-transform:none
}
[role=button]{
    cursor:pointer
}
select{
    word-wrap:normal
}
select:disabled{
    opacity:1
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
::-moz-focus-inner{
    padding:0;
    border-style:none
}
textarea{
    resize:vertical
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:textfield
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
    padding:0
}
::file-selector-button{
    font:inherit
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
[hidden]{
    display:none!important
}

@media (min-width:576px){
    .container,.container-sm{
        max-width:540px
    }
}
@media (min-width:768px){
    .container,.container-md,.container-sm{
        max-width:720px
    }
}
@media (min-width:992px){
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        width:100%
    }
}
@media (min-width:1400px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
        max-width:1320px
    }
}
.row{
    --bs-gutter-x:24px;
    --bs-gutter-y:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>*{
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
}
.col{
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
}
.row-cols-auto>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
}
.row-cols-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
}
.row-cols-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
}
.row-cols-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333%
}
.row-cols-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
}
.row-cols-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
}
.row-cols-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66667%
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
}
.col-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333%
}
.col-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66667%
}
.col-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
}
.col-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333%
}
.col-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66667%
}
.col-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
}
.col-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333%
}
.col-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66667%
}
.col-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
}
.col-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333%
}
.col-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66667%
}
.col-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
}

.g-0,.gx-0{
    --bs-gutter-x:0
}
.g-0,.gy-0{
    --bs-gutter-y:0
}

@media (min-width:576px){
    .col-sm{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
    .row-cols-sm-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .row-cols-sm-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    .row-cols-sm-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .row-cols-sm-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .row-cols-sm-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .row-cols-sm-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
    .row-cols-sm-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-sm-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .col-sm-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333%
    }
    .col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-sm-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .col-sm-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .col-sm-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66667%
    }
    .col-sm-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .col-sm-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333%
    }
    .col-sm-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66667%
    }
    .col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
    .col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333%
    }
    .col-sm-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66667%
    }
    .col-sm-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    
}
@media (min-width:768px){
    .col-md{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
    .row-cols-md-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .row-cols-md-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    .row-cols-md-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .row-cols-md-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .row-cols-md-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .row-cols-md-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
    .row-cols-md-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-md-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .col-md-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333%
    }
    .col-md-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-md-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .col-md-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66667%
    }
    .col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333%
    }
    .col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66667%
    }
    .col-md-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
    .col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333%
    }
    .col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66667%
    }
    .col-md-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    .offset-md-0{
        margin-left:0
    }
    .offset-md-1{
        margin-left:8.33333%
    }
    .offset-md-2{
        margin-left:16.66667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.33333%
    }
    
    
}
@media (min-width:992px){
    .col-lg{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
    .row-cols-lg-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .row-cols-lg-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    .row-cols-lg-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .row-cols-lg-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .row-cols-lg-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .row-cols-lg-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
    .row-cols-lg-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-lg-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .col-lg-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333%
    }
    .col-lg-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .col-lg-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66667%
    }
    .col-lg-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333%
    }
    .col-lg-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66667%
    }
    .col-lg-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
    .col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333%
    }
    .col-lg-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66667%
    }
    .col-lg-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    
}
@media (min-width:1200px){
    .col-xl{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
    .row-cols-xl-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .row-cols-xl-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    .row-cols-xl-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .row-cols-xl-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .row-cols-xl-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xl-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
    .row-cols-xl-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-xl-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .col-xl-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333%
    }
    .col-xl-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-xl-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .col-xl-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .col-xl-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66667%
    }
    .col-xl-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .col-xl-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333%
    }
    .col-xl-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66667%
    }
    .col-xl-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
    .col-xl-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333%
    }
    .col-xl-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66667%
    }
    .col-xl-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    
}
@media (min-width:1400px){
    .col-xxl{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
    .row-cols-xxl-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .row-cols-xxl-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    .row-cols-xxl-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .row-cols-xxl-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .row-cols-xxl-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xxl-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
    .row-cols-xxl-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-xxl-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .col-xxl-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333%
    }
    .col-xxl-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66667%
    }
    .col-xxl-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
    .col-xxl-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333%
    }
    .col-xxl-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66667%
    }
    .col-xxl-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
    .col-xxl-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333%
    }
    .col-xxl-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66667%
    }
    .col-xxl-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
    .col-xxl-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333%
    }
    .col-xxl-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66667%
    }
    .col-xxl-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
    
}
.table{
    --bs-table-bg:transparent;
    --bs-table-accent-bg:transparent;
    --bs-table-striped-color:#495057;
    --bs-table-striped-bg:#f8f9fa;
    --bs-table-active-color:#495057;
    --bs-table-active-bg:#f8f9fa;
    --bs-table-hover-color:#495057;
    --bs-table-hover-bg:#f8f9fa;
    width:100%;
    margin-bottom:1rem;
    color:#495057;
    vertical-align:top;
    border-color:#eff2f7
}

.table>tbody{
    vertical-align:inherit
}
.table>thead{
    vertical-align:bottom
}
.table>:not(:first-child){
    border-top:2px solid #eff2f7
}
.caption-top{
    caption-side:top
}
.table-sm>:not(caption)>*>*{
    padding:.3rem .3rem
}
.table-bordered>:not(caption)>*{
    border-width:1px 0
}
.table-bordered>:not(caption)>*>*{
    border-width:0 1px
}
.table-borderless>:not(caption)>*>*{
    border-bottom-width:0
}
.table-borderless>:not(:first-child){
    border-top-width:0
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg:var(--bs-table-striped-bg);
    color:var(--bs-table-striped-color)
}
.table-active{
    --bs-table-accent-bg:var(--bs-table-active-bg);
    color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover>*{
    --bs-table-accent-bg:var(--bs-table-hover-bg);
    color:var(--bs-table-hover-color)
}

.form-label{
    margin-bottom:.5rem
}

.form-control{
    /*display:block;*/
    width:100%;
    padding:.47rem .75rem;
    font-size:.8125rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:.25rem;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control{
        -webkit-transition:none;
        transition:none
    }
}
.form-control[type=file]{
    overflow:hidden
}
.form-control[type=file]:not(:disabled):not([readonly]){
    cursor:pointer
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#b9bfc4;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.form-control::-webkit-date-and-time-value{
    height:1.5em
}
.form-control::-webkit-input-placeholder{
    color:#74788d;
    opacity:1
}
.form-control::-moz-placeholder{
    color:#74788d;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#74788d;
    opacity:1
}
.form-control::-ms-input-placeholder{
    color:#74788d;
    opacity:1
}
.form-control::placeholder{
    color:#74788d;
    opacity:1
}
.form-control:disabled,.form-control[readonly]{
    background-color:#eff2f7;
    opacity:1
}
.form-control::file-selector-button{
    padding:.47rem .75rem;
    margin:-.47rem -.75rem;
    -webkit-margin-end:.75rem;
    margin-inline-end:.75rem;
    color:#495057;
    background-color:#eff2f7;
    pointer-events:none;
    border-color:inherit;
    border-style:solid;
    border-width:0;
    border-inline-end-width:1px;
    border-radius:0;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control::file-selector-button{
        -webkit-transition:none;
        transition:none
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
    background-color:#e3e6eb
}
.form-control::-webkit-file-upload-button{
    padding:.47rem .75rem;
    margin:-.47rem -.75rem;
    -webkit-margin-end:.75rem;
    margin-inline-end:.75rem;
    color:#495057;
    background-color:#eff2f7;
    pointer-events:none;
    border-color:inherit;
    border-style:solid;
    border-width:0;
    border-inline-end-width:1px;
    border-radius:0;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control::-webkit-file-upload-button{
        -webkit-transition:none;
        transition:none
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color:#e3e6eb
}
.form-control-plaintext{
    display:block;
    width:100%;
    padding:.47rem 0;
    margin-bottom:0;
    line-height:1.5;
    color:#495057;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0
}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{
    padding-right:0;
    padding-left:0
}
.form-control-sm{
    min-height:calc(1.5em + .5rem + 2px);
    padding:.25rem .5rem;
    font-size:.71094rem;
    border-radius:.2rem
}
.form-control-sm::file-selector-button{
    padding:.25rem .5rem;
    margin:-.25rem -.5rem;
    -webkit-margin-end:.5rem;
    margin-inline-end:.5rem
}
.form-control-sm::-webkit-file-upload-button{
    padding:.25rem .5rem;
    margin:-.25rem -.5rem;
    -webkit-margin-end:.5rem;
    margin-inline-end:.5rem
}
.form-control-lg{
    min-height:calc(1.5em + 1rem + 2px);
    padding:.5rem 1rem;
    font-size:1.01563rem;
    border-radius:.4rem
}
.form-control-lg::file-selector-button{
    padding:.5rem 1rem;
    margin:-.5rem -1rem;
    -webkit-margin-end:1rem;
    margin-inline-end:1rem
}
.form-control-lg::-webkit-file-upload-button{
    padding:.5rem 1rem;
    margin:-.5rem -1rem;
    -webkit-margin-end:1rem;
    margin-inline-end:1rem
}
textarea.form-control{
    min-height:calc(1.5em + .94rem + 2px)
}
textarea.form-control-sm{
    min-height:calc(1.5em + .5rem + 2px)
}
textarea.form-control-lg{
    min-height:calc(1.5em + 1rem + 2px)
}
.form-control-color{
    width:3rem;
    height:auto;
    padding:.47rem
}
.form-control-color:not(:disabled):not([readonly]){
    cursor:pointer
}
.form-control-color::-moz-color-swatch{
    height:1.5em;
    border-radius:.25rem
}
.form-control-color::-webkit-color-swatch{
    height:1.5em;
    border-radius:.25rem
}
.form-select{
    display:block;
    width:100%;
    padding:.47rem 1.75rem .47rem .75rem;
    -moz-padding-start:calc(.75rem - 3px);
    font-size:.8125rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right .75rem center;
    background-size:16px 12px;
    border:1px solid #ced4da;
    border-radius:.25rem;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .form-select{
        -webkit-transition:none;
        transition:none
    }
}
.form-select:focus{
    border-color:#b9bfc4;
    outline:0;
    -webkit-box-shadow:0 0 0 .15rem rgba(85,110,230,.25);
    box-shadow:0 0 0 .15rem rgba(85,110,230,.25)
}
.form-select[multiple],.form-select[size]:not([size="1"]){
    padding-right:.75rem;
    background-image:none
}
.form-select:disabled{
    color:#74788d;
    background-color:#eff2f7
}
.form-select:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.form-select-sm{
    padding-top:.25rem;
    padding-bottom:.25rem;
    padding-left:.5rem;
    font-size:.71094rem;
    border-radius:.2rem
}
.form-select-lg{
    padding-top:.5rem;
    padding-bottom:.5rem;
    padding-left:1rem;
    font-size:1.01563rem;
    border-radius:.4rem
}
.form-check{
    display:block;
    min-height:1.21875rem;
    padding-left:1.5em;
    margin-bottom:.125rem
}
.form-check .form-check-input{
    float:left;
    margin-left:-1.5em
}
.form-check-input{
    width:1em;
    height:1em;
    margin-top:.25em;
    vertical-align:top;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    border:1px solid rgba(0,0,0,.25);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-print-color-adjust:exact;
    color-adjust:exact;
    -webkit-transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-check-input{
        -webkit-transition:none;
        transition:none
    }
}
.form-check-input[type=checkbox]{
    border-radius:.25em
}
.form-check-input[type=radio]{
    border-radius:50%
}
.form-check-input:active{
    -webkit-filter:brightness(90%);
    filter:brightness(90%)
}
.form-check-input:focus{
    border-color:#b9bfc4;
    outline:0;
    -webkit-box-shadow:0 0 0 .15rem rgba(85,110,230,.25);
    box-shadow:0 0 0 .15rem rgba(85,110,230,.25)
}
.form-check-input:checked{
    background-color:#556ee6;
    border-color:#556ee6
}
.form-check-input:checked[type=checkbox]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate{
    background-color:#556ee6;
    border-color:#556ee6;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled{
    pointer-events:none;
    -webkit-filter:none;
    filter:none;
    opacity:.5
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
    opacity:.5
}
.form-switch{
    padding-left:2.5em
}
.form-switch .form-check-input{
    width:2em;
    margin-left:-2.5em;
    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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position:left center;
    border-radius:2em;
    -webkit-transition:background-position .15s ease-in-out;
    transition:background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-switch .form-check-input{
        -webkit-transition:none;
        transition:none
    }
}
.form-switch .form-check-input:focus{
    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='%23b9bfc4'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked{
    background-position:right center;
    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")
}
.form-check-inline{
    display:inline-block;
    margin-right:1rem
}
.btn-outline-success {
    color: #34c38f;
    border-color: #34c38f;
}
.btn-check{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.btn-check:disabled+.btn,.btn-check[disabled]+.btn{
    pointer-events:none;
    -webkit-filter:none;
    filter:none;
    opacity:.65
}

.input-group{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%
}
.input-group>.form-control,.input-group>.form-select{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:1%;
    min-width:0
}
.input-group>.form-control:focus,.input-group>.form-select:focus{
    z-index:3
}
.input-group .btn{
    position:relative;
    z-index:2
}
.input-group .btn:focus{
    z-index:3
}
.input-group-text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:.47rem .75rem;
    font-size:.8125rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    text-align:center;
    white-space:nowrap;
    background-color:#eff2f7;
    border:1px solid #ced4da;
    border-radius:.25rem
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left:-1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.valid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#34c38f
}
.valid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.4rem .7rem;
    margin-top:.1rem;
    font-size:.71094rem;
    line-height:1.5;
    color:#fff;
    background-color:rgba(52,195,143,.9);
    border-radius:.25rem
}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{
    display:block
}
.form-control.is-valid,.was-validated .form-control:valid{
    border-color:#34c38f;
    padding-right:calc(1.5em + .94rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' 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:right calc(.375em + .235rem) center;
    background-size:calc(.75em + .47rem) calc(.75em + .47rem)
}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{
    border-color:#34c38f;
    -webkit-box-shadow:0 0 0 .15rem rgba(52,195,143,.25);
    box-shadow:0 0 0 .15rem rgba(52,195,143,.25)
}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
    padding-right:calc(1.5em + .94rem);
    background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)
}
.form-select.is-valid,.was-validated .form-select:valid{
    border-color:#34c38f
}
.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{
    padding-right:calc(.75em + 3.205rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' 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-position:right .75rem center,center right 2.5rem;
    background-size:16px 12px,calc(.75em + .47rem) calc(.75em + .47rem)
}
.form-select.is-valid:focus,.was-validated .form-select:valid:focus{
    border-color:#34c38f;
    -webkit-box-shadow:0 0 0 .15rem rgba(52,195,143,.25);
    box-shadow:0 0 0 .15rem rgba(52,195,143,.25)
}
.form-check-input.is-valid,.was-validated .form-check-input:valid{
    border-color:#34c38f
}
.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{
    background-color:#34c38f
}
.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{
    -webkit-box-shadow:0 0 0 .15rem rgba(52,195,143,.25);
    box-shadow:0 0 0 .15rem rgba(52,195,143,.25)
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{
    color:#34c38f
}
.form-check-inline .form-check-input~.valid-feedback{
    margin-left:.5em
}
.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{
    z-index:1
}
.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{
    z-index:3
}
.alert-success{color:#1f7556;background-color:#d6f3e9;border-color:#c2eddd}
.invalid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#f46a6a
}
.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{
    padding-right:calc(.75em + 3.205rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e");
    background-position:right .75rem center,center right 2.5rem;
    background-size:16px 12px,calc(.75em + .47rem) calc(.75em + .47rem)
}
.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{
    border-color:#f46a6a;
    -webkit-box-shadow:0 0 0 .15rem rgba(244,106,106,.25);
    box-shadow:0 0 0 .15rem rgba(244,106,106,.25)
}
.form-check-input.is-invalid,.was-validated .form-check-input:invalid{
    border-color:#f46a6a
}
.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{
    background-color:#f46a6a
}
.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{
    -webkit-box-shadow:0 0 0 .15rem rgba(244,106,106,.25);
    box-shadow:0 0 0 .15rem rgba(244,106,106,.25)
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{
    color:#f46a6a
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f46a6a;
    padding-right: calc(1.5em + 0.94rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.235rem) center;
    background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem);
}

.form-check-inline .form-check-input~.invalid-feedback{
    margin-left:.5em
}
.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{
    z-index:2
}
.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{
    z-index:3
}
.btn{
    display:inline-block;
    font-weight:400;
    line-height:1.5;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid transparent;
    padding: 8px 8px 8px 8px;
    font-size:.8125rem;
    border-radius:.25rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .btn{
        -webkit-transition:none;
        transition:none
    }
}
.btn-check:focus+.btn,.btn:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .15rem rgba(85,110,230,.25);
    box-shadow:0 0 0 .15rem rgba(85,110,230,.25)
}
.btn.disabled,.btn:disabled,fieldset:disabled .btn{
    pointer-events:none;
    opacity:.65
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#4458b8;
    border-color:#4053ad
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .15rem rgba(111,132,234,.5);
    box-shadow:0 0 0 .15rem rgba(111,132,234,.5)
}

.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
    z-index:1
}
.btn-toolbar{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.btn-toolbar .input-group{
    width:auto
}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){
    margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}

@media (prefers-reduced-motion:reduce){
    .nav-link{
        -webkit-transition:none;
        transition:none
    }
}
.nav-link:focus,.nav-link:hover{
    color:#4458b8;
    text-decoration:none
}
.nav-link.disabled{
    color:#74788d;
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    border-bottom:1px solid #ced4da
}
.nav-tabs .nav-link{
    margin-bottom:-1px;
    background:0 0;
    border:1px solid transparent;
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    border-color:#eff2f7 #eff2f7 #ced4da;
    isolation:isolate
}
.nav-tabs .nav-link.disabled{
    color:#74788d;
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:#495057;
    background-color:#fff;
    border-color:#ced4da #ced4da #fff
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-pills .nav-link{
    background:0 0;
    border:0;
    border-radius:.25rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#fff;
    background-color:#556ee6
}
.nav-fill .nav-item,.nav-fill>.nav-link{
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    text-align:center
}
.nav-justified .nav-item,.nav-justified>.nav-link{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center
}
.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{
    width:100%
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.navbar{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:inherit;
    flex-wrap:inherit;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.navbar-brand{
    padding-top:.34766rem;
    padding-bottom:.34766rem;
    margin-right:1rem;
    font-size:1.01563rem;
    white-space:nowrap
}
.navbar-brand:focus,.navbar-brand:hover{
    text-decoration:none
}
.navbar-nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.navbar-nav .dropdown-menu{
    position:static
}
.navbar-text{
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar-collapse{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.navbar-toggler{
    padding:.25rem .75rem;
    font-size:1.01563rem;
    line-height:1;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:.25rem;
    -webkit-transition:-webkit-box-shadow .15s ease-in-out;
    transition:-webkit-box-shadow .15s ease-in-out;
    transition:box-shadow .15s ease-in-out;
    transition:box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .navbar-toggler{
        -webkit-transition:none;
        transition:none
    }
}
.navbar-toggler:hover{
    text-decoration:none
}
.navbar-toggler:focus{
    text-decoration:none;
    outline:0;
    -webkit-box-shadow:0 0 0 .15rem;
    box-shadow:0 0 0 .15rem
}
.navbar-toggler-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%
}
.navbar-nav-scroll{
    max-height:var(--bs-scroll-height,75vh);
    overflow-y:auto
}
@media (min-width:576px){
    .navbar-expand-sm{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-sm .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-sm .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-sm .navbar-collapse{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
    .navbar-expand-sm .navbar-toggler{
        display:none
    }
    .navbar-expand-sm .offcanvas-header{
        display:none
    }
    .navbar-expand-sm .offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        transform:none
    }
    .navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .navbar-expand-sm .offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible;
       
    }
}
@media (min-width:768px){
    .navbar-expand-md{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-md .navbar-collapse{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
    .navbar-expand-md .navbar-toggler{
        display:none
    }
    .navbar-expand-md .offcanvas-header{
        display:none
    }
    .navbar-expand-md .offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        transform:none
    }
    .navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .navbar-expand-md .offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media (min-width:992px){
    .navbar-expand-lg{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-lg .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-lg .navbar-collapse{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler{
        display:none
    }
    .navbar-expand-lg .offcanvas-header{
        display:none
    }
    .navbar-expand-lg .offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        transform:none
    }
    .navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .navbar-expand-lg .offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
.navbar-expand{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.navbar-expand .navbar-nav{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu{
    position:absolute
}
.navbar-expand .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
}
.navbar-expand .navbar-nav-scroll{
    overflow:visible
}
.navbar-expand .navbar-collapse{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -ms-flex-preferred-size:auto;
    flex-basis:auto
}
.navbar-expand .navbar-toggler{
    display:none
}
.navbar-expand .offcanvas-header{
    display:none
}
.navbar-expand .offcanvas{
    position:inherit;
    bottom:0;
    z-index:1000;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    visibility:visible!important;
    background-color:transparent;
    border-right:0;
    border-left:0;
    -webkit-transition:none;
    transition:none;
    -webkit-transform:none;
    transform:none
}
.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{
    height:auto;
    border-top:0;
    border-bottom:0
}
.navbar-expand .offcanvas-body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0;
    padding:0;
    overflow-y:visible
}
.card{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:0 solid #f6f6f6;
    border-radius:.25rem
}
.card>hr{
    margin-right:0;
    margin-left:0
}
.card>.list-group{
    border-top:inherit;
    border-bottom:inherit
}
.card>.list-group:first-child{
    border-top-width:0;
    border-top-left-radius:calc(.25rem - 0);
    border-top-right-radius:calc(.25rem - 0)
}
.card>.list-group:last-child{
    border-bottom-width:0;
    border-bottom-right-radius:calc(.25rem - 0);
    border-bottom-left-radius:calc(.25rem - 0)
}
.card>.card-header+.list-group,.card>.list-group+.card-footer{
    border-top:0
}
.card-body{
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:10px 1.25rem
}
.card-title{
    margin-bottom:.5rem
}
.card-subtitle{
    margin-top:-.25rem;
    margin-bottom:0
}
.card-text:last-child{
    margin-bottom:0
}
.card-link:hover{
    text-decoration:none
}
.card-link+.card-link{
    margin-left:1.25rem
}
.card-header{
    padding:.625rem 1.25rem;
    margin-bottom:0;
    background-color:rgba(0,0,0,.03);
    border-bottom:0 solid #f6f6f6
}
.card-header:first-child{
    border-radius:calc(.25rem - 0) calc(.25rem - 0) 0 0
}
.card-footer{
    padding:.625rem 1.25rem;
    background-color:rgba(0,0,0,.03);
    border-top:0 solid #f6f6f6
}
.card-footer:last-child{
    border-radius:0 0 calc(.25rem - 0) calc(.25rem - 0)
}
.card-header-tabs{
    margin-right:-.625rem;
    margin-bottom:-.625rem;
    margin-left:-.625rem;
    border-bottom:0
}
.card-header-pills{
    margin-right:-.625rem;
    margin-left:-.625rem
}
.card-img-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1rem;
    border-radius:calc(.25rem - 0)
}
.card-img,.card-img-bottom,.card-img-top{
    width:100%
}
.card-img,.card-img-top{
    border-top-left-radius:calc(.25rem - 0);
    border-top-right-radius:calc(.25rem - 0)
}
.card-img,.card-img-bottom{
    border-bottom-right-radius:calc(.25rem - 0);
    border-bottom-left-radius:calc(.25rem - 0)
}
.card-group>.card{
    margin-bottom:12px
}
@media (min-width:576px){
    .card-group{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap
    }
    .card-group>.card{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%;
        margin-bottom:0
    }
    .card-group>.card+.card{
        margin-left:0;
        border-left:0
    }
    .card-group>.card:not(:last-child){
        border-top-right-radius:0;
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{
        border-top-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:first-child){
        border-top-left-radius:0;
        border-bottom-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{
        border-top-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{
        border-bottom-left-radius:0
    }
}
.accordion-button{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    padding:1rem 1.25rem;
    font-size:.8125rem;
    color:#495057;
    text-align:left;
    background-color:transparent;
    border:0;
    border-radius:0;
    overflow-anchor:none;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .accordion-button{
        -webkit-transition:none;
        transition:none
    }
}
.accordion-button:not(.collapsed){
    color:#4d63cf;
    background-color:#eef1fd;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)
}
.accordion-button:not(.collapsed)::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d63cf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.accordion-button::after{
    -ms-flex-negative:0;
    flex-shrink:0;
    width:16px;
    height:16px;
    margin-left:auto;
    content:"";
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-size:16px;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .accordion-button::after{
        -webkit-transition:none;
        transition:none
    }
}
.accordion-button:hover{
    z-index:2
}
.accordion-button:focus{
    z-index:3;
    border-color:#b9bfc4;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.accordion-header{
    margin-bottom:0
}
.accordion-item{
    background-color:transparent;
    border:1px solid rgba(0,0,0,.125)
}
.accordion-item:first-of-type{
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.accordion-item:first-of-type .accordion-button{
    border-top-left-radius:calc(.25rem - 1px);
    border-top-right-radius:calc(.25rem - 1px)
}
.accordion-item:not(:first-of-type){
    border-top:0
}
.accordion-item:last-of-type{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius:calc(.25rem - 1px);
    border-bottom-left-radius:calc(.25rem - 1px)
}
.accordion-item:last-of-type .accordion-collapse{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.accordion-body{
    padding:1rem 1.25rem
}
.accordion-flush .accordion-collapse{
    border-width:0
}
.accordion-flush .accordion-item{
    border-right:0;
    border-left:0;
    border-radius:0
}
.accordion-flush .accordion-item:first-child{
    border-top:0
}
.accordion-flush .accordion-item:last-child{
    border-bottom:0
}
.accordion-flush .accordion-item .accordion-button{
    border-radius:0
}
.breadcrumb{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:.75rem 1rem;
    margin-bottom:1rem;
    list-style:none
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before{
    float:left;
    padding-right:.5rem;
    color:#74788d;
    content:var(--bs-breadcrumb-divider, "/")
}
.breadcrumb-item.active{
    color:#74788d
}
.badge{
    background: #f3f3f3 !important;
    color: #343a40 !important;
    display:inline-block;
    padding:.25em .4em;
    font-size:80%;
    font-weight:500;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25rem
}
.badge:hover{
    background:#556ee6 !important;
     color:#fff !important;
     transition: all 0.2s;
}
.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem
}
.alert-danger {
    color: #924040;
    background-color: #fde1e1;
    border-color: #fcd2d2;
}
.btn-close{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    width:1em;
    height:1em;
    padding:.25em .25em;
    color:#000;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border:0;
    border-radius:.25rem;
    opacity:.5
}
.btn-close:hover{
    color:#000;
    text-decoration:none;
    opacity:.75
}
.btn-close:focus{
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:1
}
.btn-close.disabled,.btn-close:disabled{
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    opacity:.25
}
.btn-close-white{
    -webkit-filter:invert(1) grayscale(100%) brightness(200%);
    filter:invert(1) grayscale(100%) brightness(200%)
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1055;
    display:none;
    width:100%;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    outline:0
}

 .modal-dialog-large{
    max-width:75% !important;
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    -webkit-transition:-webkit-transform .3s ease-out;
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-50px);
    transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        -webkit-transition:none;
        transition:none
    }
}
.modal.show .modal-dialog{
    -webkit-transform:none;
    transform:none
}
.modal.modal-static .modal-dialog{
    -webkit-transform:scale(1.02);
    transform:scale(1.02)
}
.modal-dialog-scrollable{
    height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:100%;
    overflow:hidden
}
.modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
.modal-dialog-centered{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-content{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #f6f6f6;
    border-radius:.4rem;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    width:100vw;
    height:100vh;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem 1rem;
    border-bottom:1px solid #eff2f7;
    border-top-left-radius:calc(.4rem - 1px);
    border-top-right-radius:calc(.4rem - 1px)
}
.modal-header .btn-close{
    padding:.5rem .5rem;
    margin:-.5rem -.5rem -.5rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:.75rem;
    border-top:1px solid #eff2f7;
    border-bottom-right-radius:calc(.4rem - 1px);
    border-bottom-left-radius:calc(.4rem - 1px)
}
.modal-footer>*{
    margin:.25rem
}
@media (min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-scrollable{
        height:calc(100% - 3.5rem)
    }
    .modal-dialog-centered{
        min-height:calc(100% - 3.5rem)
    }
    .modal-sm{
        max-width:300px
    }
}
@media (min-width:992px){
    .modal-lg,.modal-xl{
        max-width:800px
    }
}
@media (min-width:1200px){
    .modal-xl{
        width:100%
    }
}
.modal-fullscreen{
    width:100vw;
    max-width:none;
    height:100%;
    margin:0
}
.modal-fullscreen .modal-content{
    height:100%;
    border:0;
    border-radius:0
}
.modal-fullscreen .modal-header{
    border-radius:0
}
.modal-fullscreen .modal-body{
    overflow-y:auto
}
.modal-fullscreen .modal-footer{
    border-radius:0
}
@media (max-width:575.98px){
    .modal-fullscreen-sm-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-sm-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-sm-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-sm-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-sm-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:767.98px){
    .modal-fullscreen-md-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-md-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-md-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-md-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-md-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:991.98px){
    .modal-fullscreen-lg-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .slider-area h1{
        font-size: 30px !important;
      }
    .modal-fullscreen-lg-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-lg-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-lg-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-lg-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:1199.98px){
    .modal-fullscreen-xl-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-xl-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-xl-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-xl-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-xl-down .modal-footer{
        border-radius:0
    }
}
@media (max-width:1399.98px){
    .modal-fullscreen-xxl-down{
        width:100vw;
        max-width:none;
        height:100%;
        margin:0
    }
    .modal-fullscreen-xxl-down .modal-content{
        height:100%;
        border:0;
        border-radius:0
    }
    .modal-fullscreen-xxl-down .modal-header{
        border-radius:0
    }
    .modal-fullscreen-xxl-down .modal-body{
        overflow-y:auto
    }
    .modal-fullscreen-xxl-down .modal-footer{
        border-radius:0
    }
}
.offcanvas{
    position:fixed;
    bottom:0;
    z-index:1045;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    max-width:100%;
    visibility:hidden;
    background-color:#fff;
    background-clip:padding-box;
    outline:0;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .offcanvas{
        -webkit-transition:none;
        transition:none
    }
}
.offcanvas-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000
}
.offcanvas-backdrop.fade{
    opacity:0
}
.offcanvas-backdrop.show{
    opacity:.5
}
.offcanvas-header{
    border-bottom: 1px solid #e8e8ed;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-around;/*space-between;*/
    padding:0rem 1rem 0rem 1rem
}
.offcanvas-header .btn-close{
    padding:.5rem .5rem;
    margin-top:-.5rem;
    margin-right:-.5rem;
    margin-bottom:-.5rem
}
.offcanvas-title{
    margin-bottom:0;
    line-height:1.5
}
.offcanvas-body{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    padding:1rem 1rem;
    overflow-y:auto;
    background: #f1f1f1;
}
.offcanvas-start{
    top:0;
    left:0;
    width:400px;
    border-right:1px solid #f6f6f6;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%)
}
.offcanvas-end{
    top:0;
    right:0;
    width:400px;
    border-left:1px solid #f6f6f6;
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
}
.offcanvas-top{
    top:0;
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-bottom:1px solid #f6f6f6;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
}
.offcanvas-bottom{
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-top:1px solid #f6f6f6;
    -webkit-transform:translateY(100%);
    transform:translateY(100%)
}
.offcanvas.show{
    -webkit-transform:none;
    transform:none
}
.placeholder{
    display:inline-block;
    min-height:1em;
    vertical-align:middle;
    cursor:wait;
    background-color:currentColor;
    opacity:.5
}
.placeholder.btn::before{
    display:inline-block;
    content:""
}
.fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}

.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.align-middle{
    vertical-align:middle!important
}
.align-bottom{
    vertical-align:bottom!important
}
.align-text-bottom{
    vertical-align:text-bottom!important
}
.align-text-top{
    vertical-align:text-top!important
}
.float-start{
    float:left!important
}
.float-end{
    float:right!important
}
.float-none{
    float:none!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-grid{
    display:grid!important
}
.d-flex{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
.d-none{
    display:none!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:sticky!important
}
.top-0{
    top:0!important
}
.top-50{
    top:50%!important
}
.top-100{
    top:100%!important
}
.bottom-0{
    bottom:0!important
}
.bottom-50{
    bottom:50%!important
}
.bottom-100{
    bottom:100%!important
}
.start-0{
    left:0!important
}
.start-50{
    left:50%!important
}
.start-100{
    left:100%!important
}
.end-0{
    right:0!important
}
.end-50{
    right:50%!important
}
.end-100{
    right:100%!important
}
.translate-middle{
    -webkit-transform:translate(-50%,-50%)!important;
    transform:translate(-50%,-50%)!important
}
.translate-middle-x{
    -webkit-transform:translateX(-50%)!important;
    transform:translateX(-50%)!important
}
.translate-middle-y{
    -webkit-transform:translateY(-50%)!important;
    transform:translateY(-50%)!important
}
.border{
    border:1px solid #cfcfcf!important
}
.border-0{
    border:0!important
}
.border-top{
    border-top:1px solid #cfcfcf!important
}
.border-top-0{
    border-top:0!important
}
.border-end{
    border-right:1px solid #cfcfcf!important
}
.border-end-0{
    border-right:0!important
}
.border-bottom{
    border-bottom:1px solid #d7d7d7 !important;
}
.border-bottom-0{
    border-bottom:0!important
}
.border-start{
    border-left:1px solid #cfcfcf!important
}
.border-start-0{
    border-left:0!important
}
.border-primary{
    border-color:#556ee6!important
}
.border-secondary{
    border-color:#74788d!important
}
.border-success{
    border-color:#34c38f!important
}
.border-info{
    border-color:#50a5f1!important
}
.border-warning{
    border-color:#f1b44c!important
}
.border-danger{
    border-color:#f46a6a!important
}

.border-0{
    border-width:0!important
}
.border-1{
    border-width:1px!important
}
.border-2{
    border-width:2px!important
}
.border-3{
    border-width:3px!important
}
.border-4{
    border-width:4px!important
}
.border-5{
    border-width:5px!important
}
.flex-column{
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
}
.flex-wrap{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
}
.m-0{
    margin:0!important
}
.m-1{
    margin:.25rem!important
}
.m-2{
    margin:.5rem!important
}
.m-3{
    margin:1rem!important
}
.m-4{
    margin:1.5rem!important
}
.m-5{
    margin:3rem!important
}
.m-auto{
    margin:auto!important
}
.mt-0{
    margin-top:0!important
}
.mt-1{
    margin-top:.25rem!important
}
.mt-2{
    margin-top:.5rem!important
}
.mt-3{
    margin-top:1rem!important
}
.mt-4{
    margin-top:1.5rem!important
}
.mt-5{
    margin-top:3rem!important
}
.mt-auto{
    margin-top:auto!important
}
.me-0{
    margin-right:0!important
}
.me-1{
    margin-right:.25rem!important
}
.me-2{
    margin-right:.5rem!important
}
.me-3{
    margin-right:1rem!important
}
.me-4{
    margin-right:1.5rem!important
}
.me-5{
    margin-right:3rem!important
}
.me-auto{
    margin-right:auto!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-1{
    margin-bottom:.25rem!important
}
.mb-2{
    margin-bottom:.5rem!important
}
.mb-3{
    margin-bottom:1rem!important
}
.mb-4{
    margin-bottom:1.5rem!important
}
.mb-5{
    margin-bottom:3rem!important
}
.mb-auto{
    margin-bottom:auto!important
}
.ms-0{
    margin-left:0!important
}
.ms-1{
    margin-left:.25rem!important
}
.ms-2{
    margin-left:.5rem!important
}
.ms-3{
    margin-left:1rem!important
}
.ms-4{
    margin-left:1.5rem!important
}
.ms-5{
    margin-left:3rem!important
}
.ms-auto{
    margin-left:auto!important
}
.m-n1{
    margin:-.25rem!important
}
.m-n2{
    margin:-.5rem!important
}
.m-n3{
    margin:-1rem!important
}
.m-n4{
    margin:-1.5rem!important
}
.m-n5{
    margin:-3rem!important
}
.p-0{
    padding:0!important
}
.p-1{
    padding:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.p-3{
    padding:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.px-0{
    padding-right:0!important;
    padding-left:0!important
}
.px-1{
    padding-right:.25rem!important;
    padding-left:.25rem!important
}
.px-2{
    padding-right:.5rem!important;
    padding-left:.5rem!important
}
.px-3{
    padding-right:1rem!important;
    padding-left:1rem!important
}
.px-4{
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
}
.px-5{
    padding-right:3rem!important;
    padding-left:3rem!important
}
.py-0{
    padding-top:0!important;
    padding-bottom:0!important
}
.py-1{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
}
.py-2{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
}
.py-3{
    padding-top:1rem!important;
    padding-bottom:1rem!important
}
.py-4{
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
}
.py-5{
    padding-top:3rem!important;
    padding-bottom:3rem!important
}
.pt-0{
    padding-top:0!important
}
.pt-1{
    padding-top:.25rem!important
}
.pt-2{
    padding-top:.5rem!important
}
.pt-3{
    padding-top:1rem!important
}
.pt-4{
    padding-top:1.5rem!important
}
.pt-5{
    padding-top:3rem!important
}
.pt-10{
    padding-top:8rem!important
}
.pe-0{
    padding-right:0!important
}
.pe-1{
    padding-right:.25rem!important
}
.pe-2{
    padding-right:.5rem!important
}
.pe-3{
    padding-right:1rem!important
}
.pe-4{
    padding-right:1.5rem!important
}
.pe-5{
    padding-right:3rem!important
}
.pb-0{
    padding-bottom:0!important
}
.pb-1{
    padding-bottom:.25rem!important
}
.pb-2{
    padding-bottom:.5rem!important
}
.pb-3{
    padding-bottom:1rem!important
}
.pb-4{
    padding-bottom:1.5rem!important
}
.pb-5{
    padding-bottom:3rem!important
}
.ps-0{
    padding-left:0!important
}
.ps-1{
    padding-left:.25rem!important
}
.ps-2{
    padding-left:.5rem!important
}
.ps-3{
    padding-left:1rem!important
}
.ps-4{
    padding-left:1.5rem!important
}
.ps-5{
    padding-left:3rem!important
}
.fw-normal{
    font-weight:400!important
}
.fw-bold{
    font-weight:600!important
}
.text-start{
    text-align:left!important
}
.text-end{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
.text-decoration-none{
    text-decoration:none!important
}
.text-decoration-underline{
    text-decoration:underline!important
}
.text-decoration-line-through{
    text-decoration:line-through!important
}
.text-lowercase{
    text-transform:lowercase!important
}
.text-uppercase{
    text-transform:uppercase!important
}
.text-capitalize{
    text-transform:capitalize!important
}
.text-wrap{
    white-space:normal!important
}
.text-success{
    --bs-text-opacity:1;
    color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}
.text-info{
    --bs-text-opacity:1;
    color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}
.text-warning{
    --bs-text-opacity:1;
    color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}
.text-danger{
    --bs-text-opacity:1;
    color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}
.text-pink{
    --bs-text-opacity:1;
    color:rgba(var(--bs-pink-rgb),var(--bs-text-opacity))!important
}
.rounded{
    border-radius:.25rem!important
}
.rounded-0{
    border-radius:0!important
}
.rounded-1{
    border-radius:.2rem!important
}
.rounded-2{
    border-radius:.25rem!important
}
.rounded-3{
    border-radius:.4rem!important
}
.rounded-circle{
    border-radius:50%!important
}
.rounded-pill{
    border-radius:50rem!important
}
.rounded-top{
    border-top-left-radius:.25rem!important;
    border-top-right-radius:.25rem!important
}
.rounded-end{
    border-top-right-radius:.25rem!important;
    border-bottom-right-radius:.25rem!important
}
.rounded-bottom{
    border-bottom-right-radius:.25rem!important;
    border-bottom-left-radius:.25rem!important
}
.rounded-start{
    border-bottom-left-radius:.25rem!important;
    border-top-left-radius:.25rem!important
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}

html{
    position:relative;
    min-height:100%
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    color:#262626;
    line-height: 1.1;
    font-family: 'Salsa', cursive;;
}
 a{
    text-decoration:none!important
}
label{
    font-weight:500;
    margin-bottom:.5rem
}
.blockquote{
    padding:10px 20px;
    border-left:4px solid #f6f6f6
}
@media (min-width:1200px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
        width: 100% !important;
    }
}
.row>*{
    position:relative
}
.badge[href]:focus,.badge[href]:hover{
    color:#fff
}
.badge.bg-primary[href]:focus,.badge.bg-primary[href]:hover{
    background-color:#435fe3!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-primary{
    color:#556ee6;
    background-color:rgba(85,110,230,.18)
}
.badge-soft-primary[href]:focus,.badge-soft-primary[href]:hover{
    color:#556ee6;
    text-decoration:none;
    background-color:rgba(85,110,230,.4)
}
.badge.bg-secondary[href]:focus,.badge.bg-secondary[href]:hover{
    background-color:#6b6e82!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-secondary{
    color:#74788d;
    background-color:rgba(116,120,141,.18)
}
.badge-soft-secondary[href]:focus,.badge-soft-secondary[href]:hover{
    color:#74788d;
    text-decoration:none;
    background-color:rgba(116,120,141,.4)
}
.badge.bg-success[href]:focus,.badge.bg-success[href]:hover{
    background-color:#30b383!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-success{
    color:#34c38f !important;
    background-color:rgba(52,195,143,.18)!important
}
.badge-soft-success[href]:focus,.badge-soft-success[href]:hover{
    color:#34c38f;
    text-decoration:none;
    background-color:rgba(52,195,143,.4)
}
.badge.bg-info[href]:focus,.badge.bg-info[href]:hover{
    background-color:#3d9bef!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-info{
    color:#50a5f1;
    background-color:rgba(80,165,241,.18)
}
.badge-soft-info[href]:focus,.badge-soft-info[href]:hover{
    color:#50a5f1;
    text-decoration:none;
    background-color:rgba(80,165,241,.4)
}
.badge.bg-warning[href]:focus,.badge.bg-warning[href]:hover{
    background-color:#f0ac39!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-warning{
    color:#f1b44c !important;
    background-color:rgba(241,180,76,.18) !important;
}
.badge-soft-warning[href]:focus,.badge-soft-warning[href]:hover{
    color:#f1b44c;
    text-decoration:none;
    background-color:rgba(241,180,76,.4)
}
.badge.bg-danger[href]:focus,.badge.bg-danger[href]:hover{
    background-color:#f35757!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-danger{
    color:#f46a6a !important;
    background-color:rgba(244,106,106,.18) !important
}
.badge-soft-danger[href]:focus,.badge-soft-danger[href]:hover{
    color:#f46a6a;
    text-decoration:none;
    background-color:rgba(244,106,106,.4)
}
.badge.bg-pink[href]:focus,.badge.bg-pink[href]:hover{
    background-color:#e62c81!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-pink{
    color:#e83e8c;
    background-color:rgba(232,62,140,.18)
}
.badge-soft-pink[href]:focus,.badge-soft-pink[href]:hover{
    color:#e83e8c;
    text-decoration:none;
    background-color:rgba(232,62,140,.4)
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    background-color:#e1e7f0!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-light{
    color:#eff2f7;
    background-color:rgba(239,242,247,.18)
}
.badge-soft-light[href]:focus,.badge-soft-light[href]:hover{
    color:#eff2f7;
    text-decoration:none;
    background-color:rgba(239,242,247,.4)
}
.badge.bg-dark[href]:focus,.badge.bg-dark[href]:hover{
    background-color:#2b3035!important
}
.badge.bg-light{
    color:#495057
}
.badge.bg-light[href]:focus,.badge.bg-light[href]:hover{
    color:#495057
}
.badge-soft-dark{
    color:#343a40;
    background-color:rgba(52,58,64,.18)
}
.badge-soft-dark[href]:focus,.badge-soft-dark[href]:hover{
    color:#343a40;
    text-decoration:none;
    background-color:rgba(52,58,64,.4)
}

.badge.bg-dark{
    color:#eff2f7
}
a,button{
    outline:0!important
}
.btn-group-example .btn{
    position:relative
}
.btn-group-example .btn:first-child::before{
    display:none
}
.btn-group-example .btn:before{
    content:"OR";
    position:absolute;
    font-size:10px;
    width:24px;
    height:24px;
    line-height:24px;
    border-radius:50%;
    background-color:#74788d;
    color:#eff2f7;
    border:1px solid #fff;
    left:-12px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:1
}
.btn i{
    font-size:1.5em;
   /*  padding:0px 5px;*/
}
.btn-group-vertical label{
    margin-bottom:0
}
.breadcrumb-item>a{
    color:#495057
}
.breadcrumb-item+.breadcrumb-item::before{
    font-family:"Material Design Icons"
}
.card{
    margin-bottom:24px;
    -webkit-box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);
    box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)
}
.card-drop{
    color:#495057
}
.card-title{
    font-size:15px;
    margin:0 0 7px 0;
    font-weight:600
}
.card-title-desc{
    color:#74788d;
    margin-bottom:24px
}

@-webkit-keyframes DropDownSlide{
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    0%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
}
@keyframes DropDownSlide{
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    0%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
}
.dropdown-divider{
    border-top-color:#eff2f7
}
.dropdown-mega{
    position:static!important
}
.dropdown-megamenu[style]{
    padding:20px;
    left:20px!important;
    right:20px!important
}
.dropdown-mega-menu-xl{
    width:40rem
}
.dropdown-mega-menu-lg{
    width:26rem
}
.nav-pills>li>a,.nav-tabs>li>a{
    color:#495057;
    font-weight:500
}
.nav-pills>a{
    color:#495057;
    font-weight:500
}
.nav-tabs-custom{
    border-bottom:2px solid #f6f6f6
}
.nav-tabs-custom .nav-item{
    position:relative;
    color:#343a40
}
.nav-tabs-custom .nav-item .nav-link{
    border:none
}
.nav-tabs-custom .nav-item .nav-link::after{
    content:"";
    background:#556ee6;
    height:2px;
    position:absolute;
    width:100%;
    left:0;
    bottom:-1px;
    -webkit-transition:all 250ms ease 0s;
    transition:all 250ms ease 0s;
    -webkit-transform:scale(0);
    transform:scale(0)
}
.nav-tabs-custom .nav-item .nav-link.active{
    color:#556ee6
}
.nav-tabs-custom .nav-item .nav-link.active:after{
    -webkit-transform:scale(1);
    transform:scale(1)
}
.vertical-nav .nav .nav-link{
    padding:24px 16px;
    text-align:center;
    margin-bottom:8px
}
.vertical-nav .nav .nav-link .nav-icon{
    font-size:24px
}
 .nav-item i{
    font-size:1.5em;
     padding:0px 5px;
}
 .font20{
    font-size: 20px;
}
@-webkit-keyframes animate-positive{
    0%{
        width:0
    }
}
@keyframes animate-positive{
    0%{
        width:0
    }
}
.my-0{
    margin-top:0!important;
    margin-bottom:0!important
}
/* SLIDER */
.fw-bold {
    font-weight: 700 !important;
}

/*
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */

 .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .social a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    border: 1px solid #0081f5;
    background-color: #0081f5;
    font-size: 16px;
  }
  
  .social a i {
    color: #fff;
  }
  
  .social a:hover {
    background-color: #0e7a31;
  }
  
  .social a:hover i {
    color: #ffffff;
  }
  
   @media (min-width: 1200px){
  .d-xl-none {
      display: none!important;
  }
   }
  .header {
    position: fixed;
    top: 6px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
    background: transparent;
  }
  
  .header .nav {
    padding: 0px 45px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
  
  .header .nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*gap: 24px;*/
    min-width: 100%;
  }
  
  .header .nav__menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .header .nav__menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .header .nav__menu-link {
    padding: 39px 12px;
    color: #3f3f3f;
    font-weight: 500;
  }
  
 
  
  .header .nav__menu-item--dropdown {
    position: relative;
    list-style: none !important;
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown {
    position: absolute;
    top: 62px;
    left: 0px;
    min-width: 200px;
    max-width: 300px;
    background-color: #000f46;
    /*padding: 30px;*/
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
  .header .nav__menu-item--dropdown .nav__dropdown_hijo {
    position: absolute;
    top: -25px;
    left: 248px;
    max-width: 315px;
    min-width: 315px;
    max-width: 400px;
    background-color: #000f46;
    /*padding: 30px;*/
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }

  .header .nav__menu-item--dropdown .nav__dropdown {
    position: absolute;
    top: 62px;
    left: 0px;
    min-width: 253px;
    max-width: 300px;
    background-color: #000f46;
    /*padding: 30px;*/
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }


  
  .header .nav__menu-item--dropdown .nav__dropdown::-webkit-scrollbar {
    width: 0px;
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown::before, .header .nav__menu-item--dropdown .nav__dropdown::after {
    content: "";
    display: table;
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown::after {
    clear: both;
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown li {
    padding: 10px;
    list-style: none;
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown li:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  
  .header .nav__menu-item--dropdown:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown-item {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #ffffff;
    border-bottom: 1px solid #ffffff60;
  }
  .header .nav__menu-item--dropdown .nav__dropdown li:hover{
    background: #ffffff;
    transition: all 0.4s ease-in-out;
  }
  .header .nav__menu-link-child li:hover a , .header .nav__dropdown li:hover a.nav__menu-link--dropdown, .header .nav__dropdown li:hover a.nav_ {
    color: #000f46;
  }

  /*.header .nav__menu-item--dropdown .nav__menu-link-child a {
    color: #ffffff !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  */
  /*.header .nav__menu-item--dropdown .nav__dropdown li:hover a{  
    color: #000f46;
  }*/
  /*.header .nav__menu-item--dropdown .nav__dropdown li:hover a{  
    color: #000f46 !important;
  }nav__dropdown
  /*.header .nav__menu-item--dropdown .nav__dropdown-item:hover {
   
    background: #ffffff;
    color: #000f46;
  }
  */
  
  .header .nav__menu-link--dropdown {
    position: relative;
  }
  
  .header .nav__menu-link--dropdown::after {
    font-family: "boxicons" !important;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      display: inline-block;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
  
    font-weight: 900;
    content: "\e9e9";
    border: none;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .header .nav__menu-link:hover {
    color: #000f46;
  }

  
  .header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #000f46;
  }
  
  .header .nav__menu-item--dropdown .nav__menu-link-child {
    position: relative;
  }
  
  
  /*
  .header .nav__menu-item--dropdown .nav__menu-link-child a::after {
    color: #ffffff !important;
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    right: 0px;
  }
  */
  
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
  
  .header .nav__menu-item--dropdown .nav__menu-link-child:hover .nav__dropdown-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .header .nav__menu-item--dropdown .nav__dropdown-child {
 
    background: #000f46;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 252px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
  
  .header .nav__uncollapsed {
    height: 39px;
      width: 47px;
      position: absolute;
      /* top: 34px; */
      right: 25px;
      /* cursor: pointer; */
      background: #07294d;
      padding: 5px;
      border-radius: 5px;}
  
  .header .nav__uncollapsed a {
    color: #ffffff;
  }
  
  .header .nav__uncollapsed a i {
    font-size: 24px;
  }
  
  .header .nav__uncollapsed .cart {
    color: #3f3f3f;
  }
  
  .header .nav__uncollapsed .cart i {
    -webkit-transition: none;
    transition: none;
  }
  
  .header .nav__uncollapsed .cart:hover {
    color: #000f46;
  }
  
  .header .nav__uncollapsed .cmn-button--secondary {
    color: #3f3f3f;
  }
  
  .header .nav__uncollapsed .cmn-button:hover {
    color: #3f3f3f;
  }
  
  .header .social {
    margin-top: 40px;
    display: none;
  }
  
  .header .social a:hover {
    color: #ffffff;
  }
  
  .header .nav__uncollapsed-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  
  .header .nav__uncollapsed-item .cmn-button--secondary:hover {
    color: #ffffff;
    border: 1px solid #000f46;
  }
  
  .header .nav__uncollapsed-item .cmn-button:nth-last-of-type(1) {
    border: 1px solid #000f46;
  }
  
  .header .nav__uncollapsed-item .cmn-button:nth-last-of-type(1):hover {
    border: 1px solid #cecece;
    background-color: transparent;
  }
  
  .header .nav__bar {
    padding: 0px;
    display: inline-block;
  }
  
  .header .nav__bar span {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .header .nav__bar .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #3f3f3f;
    margin: 0px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header .nav__bar .middle-bar {
    margin: 6px 0px;
    opacity: 1;
  }
  
  .header .nav__bar-toggle .top-bar {
    -webkit-transform: rotate(-45deg) translate(-7px, 4px);
            transform: rotate(-45deg) translate(-7px, 4px);
    background: #000f46;
  }
  
  .header .nav__bar-toggle .middle-bar {
    opacity: 0;
  }
  
  .header .nav__bar-toggle .bottom-bar {
    -webkit-transform: rotate(45deg) translate(-7px, -4px);
            transform: rotate(45deg) translate(-7px, -4px);
    background: #000f46;
  }
  
  .header-active {
    background-color: #ffffff;
    -webkit-animation: header 0.5s linear;
            animation: header 0.5s linear;
    top: 0px;
    z-index: 99;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
  
  .header-active .nav {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  .backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #12121260;
    z-index: 9;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
  }
  
  .backdrop-active {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  
  .body-active {
    overflow: hidden;
    min-width: 100vw;
    min-height: 100vh;
  }
  
  @-webkit-keyframes header {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  @keyframes header {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  .header--secondary {
    top: 0px !important;
  }
  
  .header--secondary .nav {
    padding: 30px 0px 29px;
    background-color: transparent;
    border-bottom: 1px solid #036423;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .header--secondary .nav__menu-link {
    color: #ffffff;
  }
  
  .header--secondary .nav__menu-link:hover {
    color: #ffffff;
  }
  
  .header--secondary .nav__menu-link--dropdown {
    color: #ffffff;
  }
  
  .header--secondary .nav__menu-link--dropdown:hover {
    color: #ffffff !important;
  }
  
  .header--secondary .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
    color: #ffffff;
  }
  
  .header--secondary .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
    color: #ffffff;
  }
  
  .header--secondary .nav__uncollapsed .cart {
    color: #ffffff;
  }
  
  .header--secondary .nav__uncollapsed .cart:hover {
    color: #ffffff;
  }
  
  .header--secondary .nav__uncollapsed .cmn-button--secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  
  .header--secondary .nav__uncollapsed .cmn-button--secondary:hover {
    border: 1px solid #000f46 !important;
  }
  
  .header--secondary .nav__uncollapsed .cmn-button:hover {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  
  .header--secondary .nav__bar .icon-bar {
    background-color: #ffffff;
  }
  
  .header--secondary.header-active {
    background-color: #032810;
  }
  
  .header--secondary.header-active .nav {
    border-bottom: 1px solid transparent;
  }
  
  /* ==== 
   --------- (4.1) header styles end ---------
  */
  
  /* ==== 
   --------- (6.0) responsive styles start ---------
   ==== */
  @media only screen and (max-width: 1799.98px) {
    .banner {
      background-position: left -110px center, right -100px bottom, left top;
    }
  }
  
  
  
  @media only screen and (max-width: 1619.98px) {
    .banner {
      background-position: left -110px center, right -200px bottom, left top;
    }
    
  }
  
  
  @media only screen and (max-width: 1399.98px) {
    
    
  
    .banner {
      padding: 240px 0px;
      background-position: left -110px center, right -290px bottom, left top;
    }
    .banner--secondary {
      padding: 240px 0px 200px;
    }
    .banner--inner {
      padding: 180px 0px 80px;
    }
  }
  
  
  @media only screen and (max-width: 1199.98px) {
    
    .header {
      top: 20px;
    }
    .header .nav {
      padding: 17px 30px;
    }
    .header .nav__menu {
      position: fixed;
      top: 0px;
      left: 0px;
      bottom: 0px;
      min-width: 350px;
      max-width: 350px;
      height: 100vh;
      z-index: 99;
      overflow-x: clip;
      overflow-y: auto;
      padding: 40px 20px;
      background: #ffffff;
      -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateX(-110%);
      transform: translateX(-110%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .header .nav__menu::-webkit-scrollbar {
      width: 0px;
    }
    .header .nav__menu-logo {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px;
      gap: 20px;
    }
    .header .nav__menu-logo img {
     width: 80%;
    }
    .header .nav__menu-logo .nav__menu-close {
      font-size: 30px;
      color: #3f3f3f;
    }
    .header .nav__menu-active {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    .header .nav__menu-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .header .nav__menu-item {
      width: 100%;
      margin-bottom: 5px;
    }
    .header .nav__menu-item:nth-last-of-type(1) {
      margin-bottom: 0px;
      margin-top: 0px;
    }
    .header .nav__menu-item:nth-last-of-type(1) .cmn-button {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .header .nav__menu-item--dropdown .nav__dropdown,
    .header .nav__menu-item--dropdown .nav__dropdown-child {
      position: static;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      padding: 20px;
      margin-top: 5px;
      display: none;
      opacity: 1;
      visibility: visible;
      min-width: 100%;
      background-color: rgb(180 218 251);
      -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    }
    .header .nav__menu-item--dropdown .nav__dropdown li,
    .header .nav__menu-item--dropdown .nav__dropdown-child li {
      margin-bottom: 14px;
    }
    .header .nav__menu-item--dropdown .nav__dropdown-item {
      color: #3b3b3b !important;
      border-bottom: 1px solid #3b3b3b60;
    }
    .header .nav__menu-item--dropdown .nav__dropdown-item:hover {
      border-bottom: 1px solid #3b3b3b;
    }
    .header .nav__menu-item--dropdown .nav__dropdown-active {
      display: block !important;
      -webkit-animation: atg 0.4s ease-in-out;
              animation: atg 0.4s ease-in-out;
    }

   

    @-webkit-keyframes atg {
      0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
      }
      100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
    }
    @keyframes atg {
      0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
      }
      100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
    }
    .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
      color: #000f46 !important;
    }
    .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      color: #000f46 !important;
    }
    .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
      color: #000f46 !important;
    }
    .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
      -webkit-transform: rotate(180deg) !important;
              transform: rotate(180deg) !important;
      color: #000f46 !important;
    }
   
    .header .nav__menu-item--dropdown .nav__menu-link-child a::after {
      color: #ffffff !important;
      -webkit-transform: rotate(-90deg) !important;
              transform: rotate(-90deg) !important;
    }
    .header .nav__menu-item--dropdown .nav__dropdown-child {
      left: 0px;
      top: 100%;
      right: 0px;
      width: 100%;
    }
    .header .nav__menu-link {
      width: 100%;
      border:1px solid #000f46;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 12px 16px;
      border-radius: 5px;
    }
    .header .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .header .social a {
      width: 40px;
      min-width: 40px;
      height: 40px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 5px;
    }
    .header-active {
      top: 0px;
    }
    .header--secondary .nav {
      padding: 27px 0px 26px;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown::after {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__dropdown-item {
      color: #ffffff !important;
      border-bottom: 1px solid #ffffff50;
    }
    .header--secondary .nav__menu-item--dropdown .nav__dropdown-item:hover {
      border-bottom: 1px solid #ffffff;
    }
    .header--secondary .nav__menu-logo .nav__menu-close {
      color: #ffffff;
    }
    .header--secondary .nav__menu-active {
      background-color: #011006;
    }
    .header--secondary .social a {
      background-color: transparent;
      border: 1px solid rgba(242, 255, 246, 0.32);
    }
    .header--secondary .social a:hover {
      background-color: #ffffff;
    }
    .header--secondary .social a:hover i {
      color: #000f46;
    }
    .header--secondary .social a i {
      color: #ffffff;
    }
    .header--secondary .nav__menu-link-child a {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-link-child a:hover {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-link-child a:hover::after {
      color: #ffffff !important;
      -webkit-transform: rotate(-90deg) !important;
              transform: rotate(-90deg) !important;
    }
    .header--secondary .nav__menu-link-child a::after {
      color: #ffffff !important;
      -webkit-transform: rotate(-90deg) !important;
              transform: rotate(-90deg) !important;
    }
    .banner {
      background-position: left -110px center, right -170px bottom, left top;
    }
    
    .backdrop {
      display: block;
    }
    
    .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a::after {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a:hover {
      color: #ffffff !important;
    }
    .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
      color: #ffffff !important;
    }
  }
  
  
  @media only screen and (max-width: 991.98px) {
   
    .unset {
      max-width: 75%;
      height: auto;
    }
    .dir-rtl {
      direction: ltr;
    }
    .section__header--secondary .section__header--secondary__content {
      text-align: center;
    }
    .section__header--secondary .section__header--secondary__content h5 {
      margin-bottom: 10px;
    }
    .section__header--secondary .section__header--secondary__cta {
      text-align: center;
      margin-top: 20px;
    }
    .header .nav {
      -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    }
    .header .nav__menu {
      min-width: 300px;
      max-width: 300px;
    }
    .header .nav__bar .icon-bar {
      background-color: #3f3f3f;
    }
    .header--secondary .nav__bar .icon-bar {
      background-color: #ffffff;
    }
    .banner {
      padding: 180px 0px 80px;
      background-image: radial-gradient(circle at left center, white 250px, transparent 250px), -webkit-gradient(linear, left top, right top, from(rgba(12, 169, 64, 0.1)), to(rgba(255, 255, 255, 0)));
      background-image: radial-gradient(circle at left center, white 250px, transparent 250px), linear-gradient(90deg, rgba(12, 169, 64, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
      background-size: auto, auto;
      background-position: left -30px center, left top;
    }
    .banner--secondary {
      padding: 180px 0px 80px;
      background-image: linear-gradient(74deg, #fdfffa 70%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
    }
    .banner--tertiary {
      background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffae6 100%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
    }
    .about--tertiary .about--tertiary__thumb img {
      max-width: 75%;
    }
    
  }
  
  @media only screen and (max-width: 767.98px) {
    
    .header .nav {
      padding: 19px 24px;
    }
    .header .nav__menu-item {
      width: 100%;
      margin-bottom: 5px;
    }
    .header .nav__menu-item:nth-last-of-type(1) {
      margin-top: 20px;
    }
    .header .nav__menu-item:nth-last-of-type(1) .cmn-button {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .header .nav__menu-item:nth-last-of-type(1) .cmn-button--secondary {
      margin-bottom: 16px;
    }
    .header .nav__bar .icon-bar {
      width: 30px;
    }
    .header--secondary .nav {
      padding: 23px 0px 24px;
    }
    .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button--secondary {
      border: 1px solid rgba(242, 255, 246, 0.32) !important;
      color: #ffffff;
    }
    .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button--secondary:hover {
      border: 1px solid #000f46;
    }
    .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button {
      border: 1px solid #000f46;
      background-color: transparent;
    }
    .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button:hover {
      border: 1px solid rgba(242, 255, 246, 0.32);
      color: #ffffff;
    }
    .header--secondary .nav__bar .icon-bar {
      width: 30px;
    }
    .banner--inner {
      padding: 160px 0px 80px;
    }
    .banner--inner .breadcrumb {
      margin-top: 10px;
    }
    .cmn-button {
      padding: 10px 24px;
    }
    .club {
      background-position: right 15px bottom 20px;
    }
    .sponsor {
      padding: 40px 0px;
    }
    
  }
  
  @media only screen and (max-width: 575.98px) {
    
    .header .nav {
      padding: 12px
    }
    .header .nav__logo img {
      width: 100%;
    }
    .header--secondary .nav {
      padding: 26px 0px 27px;
    }
    .banner--secondary {
      background-image: linear-gradient(110deg, #fdfffae6 70%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
    }
    .banner--tertiary {
      background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffae6 100%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
      background-size: 30px, 100%, auto 100%;
    }
    .banner--inner {
      padding: 150px 0px 60px;
    }
    .banner--inner .breadcrumb .breadcrumb-item {
      padding-left: 21px;
      padding-right: 12px;
    }
    .banner--inner .breadcrumb .active {
      padding-right: 0px;
    }
    .banner--inner .banner--inner__content h2 {
      font-size: 30px;
      line-height: 40px;
    }
    
  }
  
  
  /****FIN MENU***/
  


  /**MAIN**/
  /*---------------------------------------
    Template Name:  Excavahire - Heavy machinaries hiring platform HTML Template
    Description:    Heavy machinaries hiring platform HTML Template
    Author Name:    Pixelaxis
    Author URI:     https://themeforest.net/user/uiaxis
    Theme URI:      https://excavahire.vercel.app/
    Version:        1.0
-----------------------------------------
    Table of contents
-----------------------------------------
    Color variables    
    Typography Style
    Pages Style
---------------------------------------*/


@media (min-width: 1200px){
.padding-left {
    padding-left: 8.33333333%;
}
}
.about__section-inner {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.about__section-inner__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
 .about__section-inner__single-thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #000f46;
}
 .about--secondary__thumb-experience {
    padding: 20px 30px;
    background-color: #000f46;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 5%;
    top: 206px;
    direction: ltr;
    COLOR: #FFF;
}
.about--secondary__thumb-experience h3 span {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    overflow: visible !important;
    text-align: center !important;
}
.about--secondary__modal {
    width: 200px;
    min-width: 150px;
    height: 200px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 17px;
    left: 9%;
    background: #bb9494;
}
.play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.play-wrapper .play-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000f46;
    color: #ffffff;
    z-index: 1;
}
.play-wrapper .play-btn::before {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    background-color: rgba(12, 169, 64, 0.4);
    -webkit-animation: play-waves 3s ease-in-out infinite;
    animation: play-waves 3s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.secondary-text {
    font-size: 15px;
    line-height: 22px;
}
.elementor-widget-container{
    margin-top: -30px;
    background: #ffd000;
    max-width: 85px;
    min-height: 90px;
}
.elementor-a p {
    color: #5a5959;
    font-family: "Open Sans",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.elementor-a h3{
    color: #0081f5;  
    font-size: 35px;
    text-align: left;
}
.elementor-a:hover {
    background: #0081f5;    
    -webkit-transition: .3s all ease;
    transition: all .3s ease;
    
}
.elementor-a:hover h3 {
    color: #ffd000 !important;
}
.elementor-a:hover p {
    color: #fff !important;
}

@media (min-width: 992px) {
  
    .d-lg-block {
      display: block !important;
    }
    
    .float-text {
        display: flex;
        overflow: hidden;
    }
    /* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  }
    
  }
  .fw-bold {
    font-weight: 700 !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }

  
.text-secondary-1{
    color: #ffd000;
}


.z-12 {
  z-index: 12;
  position: relative;
}


.hovereffect, .hovereffectrounded {
  position: relative;
  display: inline-flex;
  z-index: 2;
}
.hovereffect::before, .hovereffectrounded::before {
  width: 0;
  height: 100%;
  content: "";
  background-color: #4085fe;
  position: absolute;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
  z-index: -1;
}
.hovereffect:hover::before, .hovereffectrounded:hover::before {
  width: 100%;
}

.hovereffectrounded::before {
  border-radius: 16px;
}



section {
  overflow-x: hidden;
}


.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 42, 42, 0.5019607843);
  z-index: 20;
  transform: translateX(100%);
  transition: all 0.5s;
}

.backdrop-active {
  transform: translateX(0px);
  z-index: 2;
}


.sidebar {
  background-color: #313131;
  min-height: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 14;
  bottom: 0 !important;
}
.sidebar .social {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.sidebar .social li {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: solid #636363;
  border-width: 1px 1px 0 1px;
  padding: 8px;
  z-index: 2;
  display: inline-flex;
  position: relative;
  width: 100%;
  transition: 0.5s all;
}
.sidebar .social li a {
  color: #636363;
}
.sidebar .social li:last-child {
  border-bottom: 1px solid #636363;
}
.sidebar .social li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ffd000;
  transition: all 300ms ease-out;
}
.sidebar .social li:hover::before {
  width: 100%;
}
.sidebar .social li:hover a {
  color: #000000;
}
.sidebar .hline {
  height: 8px;
  width: 60px;
  background-color: #ffd000;
  margin: 0 14px;
}
@media (min-width: 1400px) {
  .sidebar .hline {
    width: 76px;
  }
}
.sidebar .vline {
  margin: 40px auto;
  height: 100px;
  width: 1px;
  background-color: #636363;
}
.sidebar .plus {
  height: 88px;
  width: 88px;
  border: none;
  position: relative;
  z-index: 13;
  padding: 0;
}
@media (min-width: 1400px) {
  .sidebar .plus {
    height: 100px;
    width: 104px;
  }
}
.sidebar .share {
  background-color: #313131;
  height: 88px;
  width: 88px;
  border: none;
  padding: 0;
}
@media (min-width: 1400px) {
  .sidebar .share {
    height: 92px;
    width: 104px;
  }
}
.sidebar .social-popup {
  position: absolute;
  left: -500px;
  top: 0;
  z-index: 12;
  width: 100%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar .social-popup ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.sidebar .social-popup ul li a {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 99;
  position: relative;
  transition-duration: 600ms;
  background-color: #ffd000;
  color: #000000;
}
@media (min-width: 1400px) {
  .sidebar .social-popup ul li a {
    height: 100px;
    width: 100px;
  }
}
.sidebar .social-popup ul li a:hover {
  background-color: #000000;
  color: #fefefe;
}
.sidebar .showicons {
  left: 100%;
}

.bottom-bar {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #313131;
  padding: 8px;
}
@media (min-width: 992px) {
  .bottom-bar {
    margin-left: 85px;
    overflow-x: hidden;
    display: block;
  }
}
@media (min-width: 1400px) {
  .bottom-bar {
    padding: 10px 60px;
    margin-left: 90px;
  }
}
.bottom-bar .inner {
  background-color: #2c2c2c;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
.bottom-bar .select-box {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  transition: all 400ms ease-in;
  border-radius: 50px;
}
@media (min-width: 1400px) {
  .bottom-bar .select-box {
    width: 380px;
  }
}
.bottom-bar .select-box:hover {
  background-color: #222222;
}
.bottom-bar .select-box:hover select,
.bottom-bar .select-box:hover input {
  background-color: #222222;
}
.bottom-bar .select-box i {
  font-size: 25px;
  display: none;
}
@media (min-width: 1200px) {
  .bottom-bar .select-box i {
    display: block;
  }
}
@media (min-width: 1400px) {
  .bottom-bar .select-box i {
    font-size: 35px;
  }
}
.bottom-bar .select-box select,
.bottom-bar .select-box input {
  background-color: #2c2c2c;
  transition: all 400ms ease-in;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}
@media (min-width: 1400px) {
  .bottom-bar .select-box select,
  .bottom-bar .select-box input {
    font-size: 1.1rem;
  }
}
.bottom-bar .select-box select option,
.bottom-bar .select-box input option {
  width: 100%;
}
.bottom-bar .select-box select:focus,
.bottom-bar .select-box input:focus {
  outline: none;
}
.bottom-bar .select-box p {
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 10px;
}
.bottom-bar .search-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd000;
  border: none;
  justify-self: flex-end;
  font-size: 1.2rem;
  color: #000000;
}
.bottom-bar input.picker[type=date] {
  position: relative;
}
.bottom-bar select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bottom-bar input.picker[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}
.bottom-bar .daterangepicker {
  background: #141718 !important;
}



.slider-area {
  padding-bottom: 80px;
  min-height: 100vh;
  height: 100%;
  padding-top: 80px;
  background: linear-gradient(155deg, rgba(247, 175, 33, 0.1) 0%, rgba(24, 24, 24, 0.2) 100%);
  background-color: #000000;
  background-image: url(../images/home-bg.png);
  background-repeat: no-repeat;
  background-position: right 150px top 120px;
  position: relative;
}
.slider-area h1{
 font-size: 67px;
 color:#fff;
}
/*@media (min-width: 992px) {
  .slider-area {
    margin-left: 85px;
    overflow-x: hidden;
  }
}
@media (min-width: 1400px) {
  .slider-area {
    margin-left: 104px;
  }
}*/
.slider-area .circle {
  position: absolute;
  top: 130px;
  width: 270px;
  height: 270px;
  left: 80px;
  border-radius: 50%;
  opacity: 30;
  z-index: 4;
  transition: all 1.5s ease-in-out;
  background: no-repeat;
}
@media (min-width: 1300px) {
  .slider-area .circle {
    left: 130px;
    width: 380px;
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .slider-area .circle {
    left: 130px;
    width: 456px;
    height: 456px;
  }
}
.slider-area .circle::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left-color: #ffd000;
  border-right-color: #ffd000;
  box-shadow: 0px 0px 0px 35px rgba(247, 175, 33, 0.05);
  box-shadow: 0px 0px 0px 52px rgba(247, 175, 33, 0.05);
  background-clip: content-box;
  pointer-events: none;
}
.slider-area .rotate {
  transform: rotate(180deg);
}
.slider-area .art {
  font-size: 180px;
  font-weight: 800;
  text-transform: uppercase;
  background: -webkit-linear-gradient(top, #ffd000, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: #0f0b04;
  z-index: 1;
  position: absolute;
  right: 250px;
  top: 60px;
}
.slider-area .swiper {
  width: 100%;
  height: 100%;
  z-index: 6;
}
.slider-area .swiper-slide {
  height: 100%;
  min-height: 78vh;
  background: #000000;
}
@media (min-width: 768px) {
  .slider-area .swiper-slide {
    min-height: 85vh;
  }
  
}
@media (min-width: 1400px) {
  .slider-area .swiper-slide {
    min-height: 82vh;
  }
}
@media (min-width: 1200px) {
  .slider-area .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #222222;
    z-index: 2;
  }
}
.slider-area .swiper-slide .slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .slider-area .swiper-slide .slider-bg {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .slider-area .swiper-slide .slider-bg {
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .slider-area .swiper-slide .slider-bg-4 {
    background-size: 60% 85%;
  }
}
@media (min-width: 1300px) {
  .slider-area .swiper-slide .slider-bg-4 {
    background-size: 50% 85%;
  }
}
@media (min-width: 1200px){
    .slider-area .swiper-slide .content {
        padding-top: 100px;}
    .swiper-pagination-total{
        display: block;
    }
    }

.slider-area .swiper-slide .content {
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}
.swiper-pagination-total{
    display: none;
}
@media (min-width: 768px) {
  .slider-area .swiper-slide .content {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .slider-area .swiper-slide .content {
    padding-top: 130px;
  }
}
@media (min-width: 1400px) {
  .slider-area .swiper-slide .content {
    padding-top: 180px;
  }
}
.slider-area .swiper-slide .content p {
  font-size: 18px;
  margin-bottom: 30px;
  color:#cdcdcd;
}
@media (min-width: 992px) {
  .slider-area .swiper-slide .content p {
    font-size: 24px;
  }
}
.slider-area .swiper-slide .content .explore-btn {
  padding: 16px 32px;
  background-color: #0081f5;
  font-weight: 600;
  position: relative;
  color: #fff;
  display: inline-flex;
  z-index: 2;
}
.slider-area .swiper-slide .content .explore-btn::before {
  width: 10px;
  height: 100%;
  content: "";
  background-color: #000f46;
  position: absolute;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
  z-index: -1;
}
.slider-area .swiper-slide .content .explore-btn:hover::before {
  width: 100%;
}
.explore-btn-2 {
    border: 1px solid #0081f5;
    color: #000f46;
   /* background:#000f46 ;*/
}
.explore-btn-2::before {
    background-color: #0081f5;
}
.explore-btn-3 {
    border: 1px solid #0081f5;
    color: #fff;
    background:#0081f5 ;
}
.explore-btn-3::before {
    background-color: #000f46;
}
.explore-btn-wtps {
    border: 1px solid #34c38f;
    color: #34c38f;
}
.explore-btn-wtps::before {
    background-color: #34c38f;
}
.explore-btn-zoom {
    border: 1px solid #4085fe;
    color: #4085fe;
}
.explore-btn-zoom::before {
    background-color: #4085fe;
}
 .explore-btn-2 , .explore-btn-3 ,.explore-btn-wtps, .explore-btn-zoom{
    
    font-weight: 600;
    position: relative;
    /* display: inline-flex; */
    z-index: 2;
    text-align: center;
    
  }
  .explore-btn-2::before, .explore-btn-3::before ,.explore-btn-wtps::before, .explore-btn-zoom::before {
    width: 10px;
    height: 100%;
    content: "";    
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .explore-btn-2:hover,.explore-btn-3:hover, .explore-btn-wtps:hover, .explore-btn-zoom:hover  {
    color:#fff;
  }
  .explore-btn-2:hover::before,.explore-btn-3:hover::before ,.explore-btn-wtps:hover::before, .explore-btn-zoom:hover::before {
    width: 100%;
  }


.slider-area .pagination {
  position: absolute;
  top: 0;
  left: 20px;
  width: 40px;
  height: 30px;
  z-index: 10;
  display: flex;
  align-items: end;
}
@media (min-width: 992px) {
  .slider-area .pagination {
    top: 20px;
    left: 30px;
  }
}
@media (min-width: 1400px) {
  .slider-area .pagination {
    top: 50px;
    left: 40px;
  }
}
.slider-area .pagination .swiper-pagination-current {
  display: inline-flex;
  line-height: 110%;
  font-size: 1.2rem;
  color: #ffd000;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .slider-area .pagination .swiper-pagination-current {
    font-size: 2rem;
  }
}
.slider-area .pagination .swiper-pagination-total {
  display: inline-flex;
  line-height: 110%;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .slider-area .pagination .swiper-pagination-total {
    font-size: 1.5rem;
  }
}
.slider-area .pagination2 {
  display: flex;
  position: absolute;
  gap: 0;
  align-items: center;
  bottom: 25px !important;
  left: 26% !important;
}
.slider-area .pagination2 .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  transition: all 500ms linear;
  margin: 0;
  width: 30px;
  background-color: #c98e1b;
  opacity: 1;
  z-index: 5;
}
@media (min-width: 480px) {
  .slider-area .pagination2 .swiper-pagination-bullet {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .slider-area .pagination2 .swiper-pagination-bullet {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .slider-area .pagination2 .swiper-pagination-bullet {
    width: 120px;
  }
}
.slider-area .pagination2 .swiper-pagination-bullet-active {
  height: 6px;
  background-color: #ffd000;
}
.slider-area .slide-number {
  font-size: 30px;
  font-weight: 700;
  background-color: #bab9bb;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: #222222;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media (min-width: 768px) {
  .slider-area .slide-number {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slider-area .slide-number {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .slider-area .slide-number {
    font-size: 90px;
  }
}
@media (min-width: 1400px) {
  .slider-area .slide-number {
    bottom: 0;
    left: 50px;
  }
}
.slider-area .swiper-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  gap: 5px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.swiper-nav i {
    color: #fff;
    font-size: 30px;
}
@media (min-width: 768px) {
  .slider-area .swiper-nav {
    right: 40px;
    bottom: 20px;
    gap: 15px;
  }
}
.slider-area .swiper-nav .button-next,
.slider-area .swiper-nav .button-prev {
  outline: 1px solid #e8ecef;
  width: 40px;
  height: 40px;
  transition: all 400ms ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .slider-area .swiper-nav .button-next,
  .slider-area .swiper-nav .button-prev {
    width: 60px;
    height: 60px;
  }
}
.slider-area .swiper-nav .button-next:hover,
.slider-area .swiper-nav .button-prev:hover {
  color: #000000;
  outline-color: #ffd000;
}
.slider-area .swiper-nav .button-prev:hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffd000;
  position: absolute;
  transition: all 500ms ease;
  left: 10px;
  top: 10px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .slider-area .swiper-nav .button-prev:hover::after {
    width: 40px;
    height: 40px;
  }
}
.slider-area .swiper-nav .button-next:hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffd000;
  position: absolute;
  transition: all 500ms ease;
  right: 10px;
  top: 10px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .slider-area .swiper-nav .button-next:hover::after {
    width: 40px;
    height: 40px;
  }
}

.about-section {
  min-height: 92vh;
  padding-top: 60px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .about-section {
    margin-left: 75px;
    overflow-x: hidden;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .about-section {
    margin-left: 90px;
  }
}
.about-section .about-content {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .about-section .about-content {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.about-section .about-content p {
  color: #bab9bb;
}
.about-section .about-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.swiper-pagination-fraction{
    color:#ccc !important;
}
.about-section .about-pagination .swiper-pagination-bullet {
  background-color: #666666;
  opacity: 1;
  position: relative;
  transition: all 500ms ease;
}
.about-section .about-pagination .swiper-pagination-bullet-active {
  background-color: #ffd000;
}
.about-section .about-pagination .swiper-pagination-bullet-active::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #ffd000;
  left: -11px;
  top: -11px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.bx-import:before{content:"\ea8b"}
.bx-image-add:before{content:"\ea88"}
.bx-shopping-bag:before{content:"\eb3e"}
.bx-x:before {content: "\ebae";}
.colorWhite{ color:white !important;}
.collections {
  background-image: url(../images/product-outline.png);
  background-repeat: no-repeat;
  background-position: center top 120px;
  height: 100%;
  min-height: 95vh;
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .collections .collection-slider {
    padding: 0 36px;
  }
}
@media (min-width: 992px) {
  .collections {
    margin-left: 85px;
    overflow-x: hidden;
  }
}
@media (min-width: 1400px) {
  .collections {
    margin-left: 104px;
  }
}
.collections .text-content {
  height: 100%;
  display: flex;
  min-height: 450px;
  align-items: center;
  justify-content: center;
}
.collections .collection-card {
  position: relative;
  border: 1px dashed rgba(254, 254, 254, 0.4274509804);
  border-radius: 12px;
  width: 100%;
  padding: 5px;
  text-align: center;
  height: 300px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .collections .collection-card {
    padding: 20px 30px;
  }
}
.collections .collection-card img {
  max-height: 200px;
}
.collections .collection-card .collection-title {
  font-size: 0.8rem;
  font-weight: normal;
  padding: 8px 20px;
  border-radius: 25px;
  color: #fff;
  border: 1px dashed rgba(195, 190, 190, 0.569);
}
@media (min-width: 480px) {
  .collections .collection-card .collection-title {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .collections .collection-card .collection-title {
    font-size: 1.2rem;
  }
}
.collections .collection-card .titlebar {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.collections .collection-card .plusbtn {
  border-radius: 50%;
  padding: 8px 14px;
  font-size: 1.3rem;
  background-color: transparent;
  color: #fff;
  border: 1px dashed rgba(195, 190, 190, 0.569);
}
.collections .collection-card .overlay-show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease-in-out;
}
.collections .collection-card .overlay-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out; /* Add a transition for smooth fading */
}
.collections .collection-card .minusbtn {
  margin-left: auto;
  margin-right: 5px;
  bottom: -4px;
  z-index: 3;
  background-color: #ffd000;
  color: #000000;
  border: none;
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
}
.collections .collection-card .minusbtn::after {
  width: 50px;
  content: "";
  height: 50px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  border: 1px dashed #ffd000;
}
.collections .overlay {
  text-align: left;
  border-radius: 16px;
  padding: 12px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(20, 23, 24, 0.9);
}
@media (min-width: 1400px) {
  .collections .overlay {
    padding: 24px;
    width: 70%;
  }
}
.collections .swiper-slide {
  height: 100%;
}
.collections .pagination {
  height: 30px;
  padding: 0 10px;
  z-index: 2;
  display: flex;
  align-items: end;
}
@media (min-width: 768px) {
  .collections .pagination {
    padding: 0 30px;
  }
}
.collections .pagination .swiper-pagination-current {
  display: inline-flex;
  line-height: 110%;
  font-size: 1.5rem;
  color: #ffd000;
  text-decoration: underline;
}
.collections .pagination .swiper-pagination-total {
  display: inline-flex;
  line-height: 110%;
  font-size: 1.2rem;
}
.collections .pagination2 {
  display: flex;
  gap: 0;
  max-width: 100%;
  align-items: center;
}
.collections .pagination2 .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  transition: all 500ms linear;
  margin: 0;
  width: 30px;
  background-color: #c98e1b;
  opacity: 1;
  z-index: 2;
}
@media (min-width: 480px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 250px;
  }
}
@media (min-width: 1600px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 300px;
  }
}
@media (min-width: 1700px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 340px;
  }
}
@media (min-width: 1800px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 390px;
  }
}
@media (min-width: 1850px) {
  .collections .pagination2 .swiper-pagination-bullet {
    width: 410px;
  }
}
.collections .pagination2 .swiper-pagination-bullet-active {
  height: 6px;
  background-color: #ffd000;
}
.collections .swiper-nav {
  z-index: 1;
  display: flex;
  position: relative;
  gap: 15px;
  align-items: center;
}
.collections .swiper-nav .button-next,
.collections .swiper-nav .button-prev {
  outline: 1px solid #e8ecef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .collections .swiper-nav .button-next,
  .collections .swiper-nav .button-prev {
    width: 60px;
    height: 60px;
  }
}
.collections .swiper-nav .button-next:hover,
.collections .swiper-nav .button-prev:hover {
  outline-color: #ffd000;
  color: #141718;
}
.collections .swiper-nav .button-prev:hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffd000;
  position: absolute;
  transition: all 500ms ease;
  left: 10px;
  top: 10px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .collections .swiper-nav .button-prev:hover::after {
    width: 40px;
    height: 40px;
  }
}
.collections .swiper-nav .button-next:hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffd000;
  position: absolute;
  transition: all 500ms ease;
  right: 10px;
  top: 10px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .collections .swiper-nav .button-next:hover::after {
    width: 40px;
    height: 40px;
  }
}
.collections .collection-contact {
  overflow: hidden;
  background-color: #141718;
  padding: 10px 20px;
}
@media (min-width: 1400px) {
  .collections .collection-contact {
    padding: 15px 80px;
  }
}
.collections .collection-contact h4 {
  font-size: 24px;
  font-weight: 600;
}
.collections .collection-contact ul li {
  font-size: 14px;
  color: #bab9bb;
  display: flex;
  align-items: center;
  gap: 16px;
}
.collections .collection-contact ul li .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fefefe;
}
.collections .collection-contact p {
  font-size: 14px;
}
.collections .collection-contact .video-popup {
  position: relative;
  max-width: 318px;
}
.collections .collection-contact .video-popup .playicon {
  position: absolute;
  background-color: #000000;
  width: 70px;
  font-size: 1.4rem;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffd000;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border: 8px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box;
}
.collections #select-type {
  background-color: #222222;
  padding: 10px 20px;
  color: #e8ecef;
  border: none;
  border-radius: 20px;
  position: relative;
}
.collections #select-type select {
  color: #e8ecef;
  background-color: #222222;
  border: none;
}
.collections #select-type select:focus {
  outline: none;
}
.collections .filter-btn {
  padding: 10px 30px;
  background-color: #222222;
  border: none;
  border-radius: 20px;
  color: #e8ecef;
  display: flex;
  gap: 10px;
  align-items: center;
}
.collections .filter-btn i {
  padding: 6px;
  background-color: #ffd000;
  border-radius: 50%;
  color: #141718;
}
.collections .small-img {
  border: 1px dashed gray;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
}
@media (min-width: 1400px) {
  .collections .small-img {
    margin-bottom: 40px;
  }
}
.collections .small-img:last-child {
  margin-bottom: 0;
}

.details-right {
  padding: 20px;
  background-color: #141718;
  height: 83vh;
}
@media (min-width: 768px) {
  .details-right {
    padding: 40px 40px 0;
  }
}
@media (min-width: 1400px) {
  .details-right {
    padding: 80px 90px 60px;
  }
}
@media (min-width: 2000px) {
  .details-right {
    height: 90vh;
  }
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80vh;
  padding-top: 50px;
}
.error .inner {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
}
.error .inner a {
  background-color: #ffd000;
  padding: 12px 40px;
  color: #000000;
  font-weight: 600;
  display: inline-flex;
  margin-top: 20px;
}

.cart {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .cart {
    padding-bottom: 100px;
  }
}
.cart table {
  margin-top: 100px;
  border-collapse: collapse;
  border-collapse: separate;
  white-space: nowrap;
  border-spacing: 0 20px;
}
@media (min-width: 1200px) {
  .cart table {
    margin-top: 150px;
  }
}
.cart table th {
  color: #fefefe;
}
.cart table tbody td {
  background-color: #141718;
  font-size: 20px;
  padding: 20px;
}
.cart table tbody td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.cart table tbody td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.cart table tbody .cart-btn {
  border: none;
  font-size: 1.4rem;
  background-color: #222222;
  color: white;
  width: 40px;
  height: 40px;
}
.cart table tbody .closeicon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  background-color: #222222;
  cursor: pointer;
  margin-left: 5px;
  justify-content: center;
  border: 1px solid rgba(128, 128, 128, 0.416);
}
.cart .order-summery {
  background-color: #141718;
  margin-top: 40px;
  border-radius: 12px;
  padding: 20px;
}
@media (min-width: 1400px) {
  .cart .order-summery {
    padding: 40px;
  }
}
.cart .order-summery .border-gray {
  border-bottom: 1px solid #636363;
}
.cart .line {
  width: 180px;
  height: 1px;
  background-color: #ffd000;
}

.information {
  padding-top: 100px;
  min-height: 100vh;
}
.information .info-left {
  border-radius: 12px;
  background-color: #141718;
  padding: 20px;
}
@media (min-width: 768px) {
  .information .info-left {
    padding: 30px 40px;
  }
}
@media (min-width: 1400px) {
  .information .info-left {
    padding: 40px 60px;
  }
}
.information .info-left .btns {
  border-radius: 32px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000000;
}
@media (min-width: 1200px) {
  .information .info-left .btns {
    justify-content: space-between;
  }
}
.information .info-left .btns span {
  border: none;
  width: 100%;
  background-color: #000000;
  color: #fefefe;
  padding: 12px 25px;
  border-radius: 32px;
}
@media (min-width: 480px) {
  .information .info-left .btns span {
    width: auto;
  }
}
.information form input[type=number]::-webkit-inner-spin-button,
.information form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.information form input::-moz-placeholder {
  color: #b1abab;
}
.information form input::placeholder {
  color: #b1abab;
}
.information form input {
  color: #f3f5f7;
}
.information .form-control,
.information .form-select {
  background-color: #232627;
  border-radius: 12px;
  color: #f3f5f7;
  height: 53px;
  border: 1px dashed rgba(99, 99, 99, 0.5);
}
.information .form-control:focus,
.information .form-select:focus {
  box-shadow: none;
  border-color: #ffd000;
  background-color: #000000;
}
.information .form-floating label {
  color: #bab9bb;
}
.information .form-floating label::after {
  background-color: transparent;
}
.information .payment-card {
  border-radius: 12px;
  border: 1px dashed rgba(99, 99, 99, 0.5);
  background-color: #232627;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.information .payment-card.active {
  border-color: #ffd000;
  background-color: #000000;
}

.info-right {
  background-color: #141718;
  border-radius: 12px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .info-right {
    padding: 24px 40px;
  }
}
.info-right .order-img {
  padding: 12px;
  border: 1px dashed gray;
  border-radius: 8px;
  position: relative;
}
.info-right .order-img span {
  border-radius: 50%;
  border: 1px dashed white;
  width: 30px;
  height: 30px;
  display: flex;
  color: #fefefe;
  align-items: center;
  background-color: #141718;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
}
.info-right .payment-img-card {
  border-radius: 12px;
  padding: 10px 24px;
  border: 1px dashed #343839;
  background-color: #232627;
}

.payment-img-card {
  border-radius: 12px;
  padding: 10px 24px;
  border: 1px dashed #343839;
  background-color: #232627;
}

.complete {
  max-width: 630px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .complete {
    padding-top: 50px;
  }
}

.services {
  background-image: url(../images/services.png);
  background-repeat: no-repeat;
  background-position: center top 120px;
  height: 100%;
  min-height: 92vh;
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .services {
    margin-left: 85px;
    overflow-x: hidden;
    padding-bottom: 110px;
  }
}
@media (min-width: 1400px) {
  .services {
    margin-left: 104px;
  }
}
.services .service-card {
  border-radius: 12px;
  border: 1px dashed rgba(254, 254, 254, 0.4);
  padding: 20px;
  transition: all 500ms ease;
  position: relative;
}
@media (min-width: 1200px) {
  .services .service-card {
    padding: 24px 32px;
    background-color: #000000;
  }
}
.services .service-card .service-no {
  transition: all 500ms ease;
}
.services .service-card .shape {
  -webkit-clip-path: polygon(15% 48%, 15% 26%, 97% 26%, 93% 31%, 19% 31%, 19% 43%, 89% 43%, 84% 48%);
          clip-path: polygon(15% 48%, 15% 26%, 97% 26%, 93% 31%, 19% 31%, 19% 43%, 89% 43%, 84% 48%);
  background-color: #232627;
  transition: all 500ms ease;
  width: 200px;
  height: 100px;
  left: 0;
  position: absolute;
  top: 40px;
}
.services .service-card:hover {
  border-color: #ffd000;
}
.services .service-card:hover .service-no {
  color: #ffd000;
}
.services .service-card:hover .shape {
  background-color: #ffd000;
}
.services .service-card:hover .arrow-cont .arrow {
  filter: grayscale(0%);
}
.services .service-card:hover .arrow-cont::after {
  border-color: #ffd000;
}
.services .service-card .arrow-cont {
  position: relative;
  display: inline-block;
}
.services .service-card .arrow-cont .arrow {
  filter: grayscale(100%);
  transition: all 500ms ease;
}
.services .service-card .arrow-cont::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: -5px;
  right: -12px;
  z-index: 10;
  border: 1px dashed #bab9bb;
}

.service-details {
  height: 100%;
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .service-details {
    padding-bottom: 110px;
  }
}
@media (min-width: 1400px) {
  .service-details {
    margin-left: 104px;
  }
}
@media (min-width: 992px) {
  .service-details {
    padding-bottom: 105px;
    margin-left: 85px;
    overflow-x: hidden;
  }
}
.service-details p,
.service-details li {
  font-size: 18px;
  color: #bab9bb;
}
.service-details .service-content {
  padding: 20px;
}
.service-details .service-content p {
  color: #bab9bb;
}
@media (min-width: 992px) {
  .service-details .service-content {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .service-details .service-content {
    padding: 40px 60px;
  }
}

.equipment {
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .equipment {
    margin-left: 85px;
  }
}
@media (min-width: 1400px) {
  .equipment {
    margin-left: 92px;
  }
}
@media (min-width: 1400px) {
  .equipment {
    padding-bottom: 0;
  }
}
.equipment form input[type=number]::-webkit-inner-spin-button,
.equipment form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.equipment form input::-moz-placeholder {
  color: #b1abab;
}
.equipment form input::placeholder {
  color: #b1abab;
}
.equipment form input {
  color: #f3f5f7;
}
.equipment .form-control,
.equipment .form-select {
  background-color: #232627;
  border-radius: 12px;
  color: #f3f5f7;
  height: 53px;
  border: 1px dashed rgba(99, 99, 99, 0.5);
}
.equipment .form-control:focus,
.equipment .form-select:focus {
  box-shadow: none;
  border-color: #ffd000;
  background-color: #000000;
}
.equipment .form-floating label {
  color: #bab9bb;
}
.equipment .form-floating label::after {
  background-color: transparent;
}

.equipment-submit {
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
  margin-left: 85px;
}
@media (min-width: 1400px) {
  .equipment-submit {
    margin-left: 92px;
    padding-bottom: 0;
  }
}
.equipment-submit p {
  max-width: 450px;
}

@media (min-width: 992px) {
  .terms {
    max-width: 680px;
    margin: 50px auto;
    padding-top: 30px;
    font-size: 18px;
  }
}

#map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; /* Adjust opacity as needed */
  pointer-events: none; /* Allow map interactions through the overlay */
}

.contact-section {
  height: 80%;
  padding-top: 64px;
}
@media (min-width: 992px) {
  .contact-section {
    margin-left: 92px;
    overflow-x: hidden;
  }
}
.contact-section #map {
  height: 92vh;
  border: none;
  filter: grayscale(100%);
}
.contact-section #map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Adjust opacity as needed */
  pointer-events: none; /* Allow map interactions through the overlay */
}
.contact-section .leaflet-left,
.contact-section .leaflet-top {
  left: auto;
  right: 10px; /* Adjust the distance from the right edge */
  top: 45%; /* Vertically center the buttons */
  transform: translateY(-50%);
}
.contact-section .leaflet-control-zoom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
}
.contact-section .leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: none;
  background: #ffd000;
  position: relative;
  filter: grayscale(0) !important;
  color: #fff;
  margin-bottom: 15px;
}
.contact-section .leaflet-touch .leaflet-bar a::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px dashed #fff;
  left: -5px;
  top: -5px;
  border-radius: 100%;
}
.contact-section .leaflet-touch .leaflet-bar a:hover::after {
  border-color: #ffd000;
}
.contact-section .scene--card {
  width: 300px;
  perspective: 1400px;
  position: absolute;
  border-radius: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
}
@media (min-width: 480px) {
  .contact-section .scene--card {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .contact-section .scene--card {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .contact-section .scene--card {
    width: 605px;
  }
}
.contact-section .card {
  width: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  background-color: transparent;
  z-index: 10;
  border: none !important;
}
.contact-section .card.is-flipped {
  transform: rotateY(180deg);
}
.contact-section .card__face {
  position: absolute;
  width: 100%;
  z-index: 10;
  border-radius: 12px;
  backface-visibility: hidden;
}
.contact-section .card__face .left {
  padding: 20px;
  white-space: nowrap;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #141718;
}
@media (min-width: 1400px) {
  .contact-section .card__face .left {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .contact-section .card__face .left {
    padding: 60px;
    padding-right: 130px;
  }
}
.contact-section .card__face .left span {
  margin-bottom: 8px;
  display: block;
  font-size: 18px;
  color: #bab9bb;
}
.contact-section .card__face .left a,
.contact-section .card__face .left p {
  color: #e8ecef;
}
.contact-section .card__face .left #hello {
  margin-top: 35px;
}
.contact-section .card__face .right {
  background-color: #232627;
  padding: 10px;
  display: flex;
  align-items: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 480px) {
  .contact-section .card__face .right {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .contact-section .card__face .right {
    padding: 60px;
  }
}
.contact-section .card__face--back {
  background-color: #141718;
  transform: rotateY(180deg);
  padding: 20px;
}
@media (min-width: 1400px) {
  .contact-section .card__face--back {
    padding: 40px;
  }
}
@media (min-width: 1600px) {
  .contact-section .card__face--back {
    padding: 60px;
  }
}
.contact-section .card__face--back .form-close {
  position: absolute;
  right: 20px !important;
  top: 20px;
  border: 1px solid #343839;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #e8ecef;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .card__face--back form input::-moz-placeholder {
  color: #b1abab;
}
.contact-section .card__face--back form input::placeholder {
  color: #b1abab;
}
.contact-section .card__face--back form textarea::-moz-placeholder {
  color: #b1abab;
}
.contact-section .card__face--back form textarea::placeholder {
  color: #b1abab;
}
.contact-section .card__face--back form .form-control {
  background-color: #232627;
  border-radius: 12px;
  color: #f3f5f7;
  min-height: 53px;
  border: 1px dashed rgba(99, 99, 99, 0.5);
}
.contact-section .card__face--back form .form-control:focus {
  box-shadow: none;
  border-color: #ffd000;
  background-color: #000000;
}

.float-text {
  display: flex;
  overflow: hidden;
}
.float-text span {
  position: relative;
  transition: 250ms;
}
.float-text span::before {
  position: absolute;
  content: attr(data-text);
  transform: translateY(130%);
}
.float-text:hover span {
  transform: translateY(-130%);
}
.sinstock{
  position: absolute;
    background: #e90606;
    border-radius: 5px;
    color: #fff;
    padding: 2px;

}