@import 'bootstrap-4.5.3.min.css';
@import 'fontawesome-6.4.2.min.css';
@import 'helper-4.0.0.min.css';
@import 'magnific-popup-1.1.0.min.css';
@import 'intlTelInput.min.css';
@import 'bootstrap-tempusdominus-5.1.2.min.css';

:root{
	color-scheme: light only;
	color: #006496;
	color: #FF8200;
}
header{
    min-height: 140.5px;
}
.headerbg .styledropdown .dropdown-toggle::after{
	top: 1px;
	font-size: 12px;
}
.headerbg .styledropdown .dropdown-menu{
	left: auto;
	right: 0;
	height: 160px;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.headerbg .styledropdown .dropdown-menu::-webkit-scrollbar{
	display: none;
}
.headerbg a:not(.btn,.dropdown-toggle),
.headerbg .dropdown-toggle:hover{
	color: #FF8200;
}
.headerbg .dropdown-toggle,
.headerbg a:hover{
	color: #fff;
}
.headerbg{
	z-index: 100;
	position: relative;
    transition: .8s;
	background-color: transparent;
}
.headerbg .navbar{
	padding-top: 16px;
	padding-bottom: 16px;
}
.headerbg .navbar-brand img{
	height: 75px;
	transition: .6s;
}
.headerbg .navbar-nav > .nav-item + .nav-item{
	margin-left: 30px;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	font-weight: 300;
    padding: 6px 0;
    color: #fff;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-link::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: .5s;
	background-color: #006496;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
}
.headerbg .navbar .navbar-nav .nav-item.active .nav-link::before,
.headerbg .navbar .navbar-nav .nav-link:hover::before{
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.headerbg .navbar .navbar-nav .nav-link span{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link{
    color: #FF8200;
}
.headerbg .navbar .navbar-nav .nav-item.active .nav-link{
	font-weight: 400;
}
.headerbg .navbar .dropdown-menu .dropdown-item{
	color: #fff;
}
.headerbg .navbar .dropdown-menu .dropdown-item:hover{
	background-color: #FF8200;
	color: #fff;
}
.headerbg .sharesocial li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.home header{
	min-height: 155px;
}
.sliderheader{
	margin-top: -155px;
}
.sliderheader__content{
	padding-top: calc(155px + 40px);
	padding-bottom: 40px;
}
.home .headerbg{
	background-color: transparent !important;
}
.home .headerbg.sticky{
	background-color: #006496 !important;
}
.home .headerbg .navbar .navbar-nav .nav-link::before{
	background-color: #FF8200;
}
.home .header-top{
	border-bottom: 1px solid #ffffff20;
	padding-top: 11px !important;
	padding-bottom: 10.41px;
}
.home .btn-iconnumber img{
	filter: brightness(10000%);
}
.home .btn-iconnumber .btn-iconnumber-icon{
	background-color: #fff !important;
	color: #111827 !important;
}
.sliderheader__texts p:nth-child(1){
	font-size: 80px;
	font-weight: 200;
	color: #FF8200;
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 10px;
	position: relative;
	display: inline-block;
}
.sliderheader__texts p:nth-child(1)::after{
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FF8200;
}
.sliderheader__texts p:nth-child(2){
	font-size: 151px;
	font-weight: 900;
	letter-spacing: 10px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}
.sliderheader__texts p:nth-child(3){
	font-size: 92px;
	font-weight: 700;
	color: #FF8200;
	padding-left: 10px;
	margin-bottom: 0;
	line-height: 50px;
}
.sliderheader__search .custom-select{
	border: 0;
	padding: 0;
	height: inherit;
}
.sliderheader__search .custom-select:focus{
	box-shadow: none !important;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    left: 0;
	z-index: 9999;
}
.headerbg.sticky .header-top{
	display: none !important;
}
.headerbg.sticky .navbar{
	padding-top: 8px;
	padding-bottom: 8px;
}
.headerbg.sticky .btn-dashboard .img-h48{
	width: 30px;
	height: 30px;
}
.headerbg.sticky .btn{
	min-height: 30px;
	padding: 2.5px 8px;
}
.headerbg.sticky .btn-iconnumber img{
	height: 28px;
}
.headerbg.sticky .btn-iconnumber .btn-iconnumber-icon{
	width: 22px;
	height: 22px;
}
.headerbg.sticky .wow{
	visibility: visible !important;
}
.headerbg.sticky .navbar-brand img{
	height: 50px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 17px;
}
.headerbg .btn-link{
	color: #fff !important;
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #FF8200;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sidenav {
	z-index: 1002;
	transition: 0.3s;
	top: 0;
	right: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	right: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a:not(.btn){
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover:not(.btn-secondary){
	color: #FF8200;
}
.sidenav .border-top{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #006496;
	color: #FF8200;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #006496;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #006496;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
	visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
	padding: 10px 30px;
	color: #FF8200;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #eac230;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(17, 15, 32, 0.9);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.breadcrumb-item{
	align-items: center;
}
.breadcrumb-item a{
	display: flex;
	align-items: center;
	font-weight: 300;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before{
    color: #5F6C72;
}
.breadcrumb-item.active{
	font-weight: 400;
}
.breadcrumb-item.active,
.breadcrumb-item a:hover{
    color: #006496;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-left: 2px;
	padding-right: 12px;
	top: 0;
}
.slidertitle{
	min-height: 430px;
}
.slidertitle__sm{
	min-height: 250px;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 30px 80px 0 rgb(0 0 0 / 4%);
}
.boxshadow2{
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.boxshadow6{
	box-shadow: 0px 5px 20px rgb(0 0 0 / 4%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
li::marker{
    color: #006496;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg strong{
	color: #FF8200;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #006496;
	margin-bottom: 30px;
	font-weight: 500;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 18px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 16px;
	line-height: 1.5;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg.font-lg p,
.singlecontentbg.font-lg ul,
.singlecontentbg.font-lg ol{
	font-size: 21px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #006496;
    font-size: 24px;
}
.singlecontentbg.font-small ul{
	padding-left: 18px;
}
.singlecontentbg.font-small li::marker{
    color: #006496;
    font-size: 16px;
}
.singlecontentbg.text-light.font-small li::marker{
    color: #898989;
}
.singlecontentbg a{
	font-weight: bold;
	color: #FF8200;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: #FF8200;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(-360deg);
	}
}
.customtable .dt-layout-row{
	flex-direction: row-reverse;
}
.customtable div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start{
	margin-right: 0;
	width: 40%;
	justify-content: flex-end;
}
.customtable div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{
	margin-left: 0;
	width: 60%;
	justify-content: flex-start;
}
.customtable .dt-search{
	width: 100%;
}
.customtable .dt-search label{
	margin-right: 20px;
	font-weight: 400;
}
.customtable div.dt-container .dt-search input{
	height: 44px;
	font-size: 15px;
	border-color: #ddd;
	border-radius: .25rem;
	padding: 10px 12px;
	width: 60%;
}
.customtable div.dt-container .dt-search input:focus{
	border-color: #006496;
}
.customtable .dt-length label{
	margin-left: 15px;
}
.customtable div.dt-container .dt-length .dt-input{
	background: #fff url("assets/img/custom-select.svg") no-repeat right 9px center/10px 6px;
	height: 44px;
	border-color: #ddd;
	border-radius: .25rem;
	padding: 9px 22px 11px 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align: middle;
}
.customtable .table{
	margin-top: 15px;
}
.customtable .table th{
	background-color:#F0F3F5;
	border: 0;
	vertical-align: middle;
    font-size: 15px;
    line-height: 1.3;
	text-align: center;
    font-weight: 500;
    color: #8E95A9;
    padding: 17px 16px;
}
.customtable .table td{
	border-top: 0;
    border-bottom: 1px solid #E9EAF3;
	padding: 10px 16px;
    color: #006496;
	vertical-align: middle;
    font-size: 15px;
    line-height: 1.3;
}
.customtable div.dt-container .dt-paging .dt-paging-button{
	margin: 4px;
	border-radius: 4px;
    width: 38px;
    height: 38px;
    padding: 0;
    border-color: #DFE3E8;
    color: #006496 !important;
    font-weight: 400;
}
.customtable div.dt-container .dt-paging .dt-paging-button.first,
.customtable div.dt-container .dt-paging .dt-paging-button.last{
	display: none;
}
.customtable div.dt-container .dt-paging .dt-paging-button.next,
.customtable div.dt-container .dt-paging .dt-paging-button.previous{
	border-color: #006496;
    background: #006496;
    color: #006496 !important;
	position: relative;
}
.customtable div.dt-container .dt-paging .dt-paging-button.next:hover,
.customtable div.dt-container .dt-paging .dt-paging-button.previous:hover{
	border-color: #1f1a4b;
    background: #1f1a4b;
    color: #1f1a4b !important;
}
.customtable div.dt-container .dt-paging .dt-paging-button.disabled{
	opacity: 0.4;
}
.customtable div.dt-container .dt-paging .dt-paging-button.previous::before{
	position: absolute;
	top: 7.5px;
	right: 13.5px;
	content: "\f104";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	color: #fff !important;
}
.customtable div.dt-container .dt-paging .dt-paging-button.next::before{
	position: absolute;
	top: 7.5px;
	right: 13.5px;
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	color: #fff !important;
}
.customtable div.dt-container .dt-paging .dt-paging-button:hover{
	border-color: #DFE3E8;
	color: #111827 !important;
	background: #e9ecef;
}
.customtable div.dt-container .dt-paging .dt-paging-button.current,
.customtable div.dt-container .dt-paging .dt-paging-button.current:hover{
	background: #fff;
	border-color: #006496;
	color: #006496 !important;
}
table.dataTable>tbody>tr.child ul.dtr-details{
	display: block !important;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
	display: flex;
	align-items: center;
}
.nav-tabs.customtabs__style-1 {
    border-bottom: none;
    padding: 0;
	margin-left: -4px;
	margin-right: -4px;
}
.nav-tabs.customtabs__style-1 .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
}
.nav-tabs.customtabs__style-1 .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding: 25px 10px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	border: 0;
    border-radius: 8px;
    text-align: center;
	background-color: #f6f6f6;
	color: #606060;
}
.nav-tabs.customtabs__style-1 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-1 .nav-link.active,
.nav-tabs.customtabs__style-1 .nav-link.active:hover{
	background-color: #FF8200;
    color: #fff;
}
.nav-tabs.customtabs__style-1 .nav-link:hover {
	background-color: #ededed;
	color: #FF8200;
}
.nav-tabs.customtabs__style-6 {
    border-bottom: none;
    padding: 0;
	margin-left: -4px;
	margin-right: -4px;
}
.nav-tabs.customtabs__style-6 .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
}
.nav-tabs.customtabs__style-6 .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding: 20px 10px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	border: 0;
    border-radius: 8px;
    text-align: center;
	background-color: #f6f6f6;
	color: #606060;
}
.nav-tabs.customtabs__style-6 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-6 .nav-link.active,
.nav-tabs.customtabs__style-6 .nav-link.active:hover{
	background-color: #006496;
    color: #fff;
}
.nav-tabs.customtabs__style-6 .nav-link:hover {
	background-color: #ededed;
	color: #006496;
}
.nav-tabs.customtabs__style-5 {
    border-bottom: none;
    padding: 0;
	margin-left: -4px;
	margin-right: -4px;
}
.nav-tabs.customtabs__style-5 .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
}
.nav-tabs.customtabs__style-5 .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding: 10px;
	min-width: 140px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	border: 0;
    border-radius: 50px;
    text-align: center;
	background-color: transparent;
	color: #606060;
}
.nav-tabs.customtabs__style-5 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-5 .nav-link.active,
.nav-tabs.customtabs__style-5 .nav-link.active:hover{
	background-color: #FF8200;
    color: #fff;
}
.nav-tabs.customtabs__style-5 .nav-link:hover {
	background-color: #ededed;
	color: #FF8200;
}
.nav-tabs.customtabs__style-2 {
    border-bottom: none;
    padding: 20px 0;
	margin: 0 -5px 0 0;
}
.nav-tabs.customtabs__style-2 .nav-item {
	width: 100%;
	margin-bottom: 7px;
}
.nav-tabs.customtabs__style-2 .nav-link {
	padding: 20px 10px;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.2;
	border: 0;
    border-radius: 50px 0 0 50px;
    text-align: center;
	background-color: transparent;
	color: #fff;
}
.nav-tabs.customtabs__style-2 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-2 .nav-link.active{
	font-weight: 500;
}
.nav-tabs.customtabs__style-2 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-2 .nav-link.active,
.nav-tabs.customtabs__style-2 .nav-link:hover,
.nav-tabs.customtabs__style-2 .nav-link.active:hover{
	background-color: #fff;
    color: #FF8200;
}
.nav-tabs.customtabs__style-3 {
    border-bottom: 2px solid #FEF4E9;
	justify-content: center;
}
.nav-tabs.customtabs__style-3 .nav-item {
	margin: 0 20px;
}
.nav-tabs.customtabs__style-3 .nav-link {
	padding: 0 0 15px;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.2;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
    text-align: center;
	background-color: transparent;
	color: #111827;
	display: flex;
	align-items: center;
	margin-bottom: -2px;
}
.nav-tabs.customtabs__style-3 .nav-link.active{
	border-color: #FF8200;
}
.nav-tabs.customtabs__style-3 .nav-link img{
	filter: brightness(0%);
	transition: .4s;
}
.nav-tabs.customtabs__style-3 .nav-link.active img,
.nav-tabs.customtabs__style-3 .nav-link:hover img{
	filter: brightness(100%);
}
.nav-tabs.customtabs__style-3 .nav-link.active,
.nav-tabs.customtabs__style-3 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-3 .nav-link:hover,
.nav-tabs.customtabs__style-3 .nav-link.active:hover{
    color: #FF8200;
}
.nav-tabs.customtabs__style-4 {
    border-bottom: 2px solid #E4E7E9;
	justify-content: space-around;
}
.nav-tabs.customtabs__style-4 .nav-item {
	margin: 0 20px -2px;
}
.nav-tabs.customtabs__style-4 .nav-link {
	padding: 0 0 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
    text-align: center;
	background-color: transparent;
	color: #5e6c72;
}
.nav-tabs.customtabs__style-4 .nav-link.active{
	border-color: #FF8200;
}
.nav-tabs.customtabs__style-4 .nav-link img{
	filter: brightness(0%);
	transition: .4s;
}
.nav-tabs.customtabs__style-4 .nav-link.active img,
.nav-tabs.customtabs__style-4 .nav-link:hover img{
	filter: brightness(100%);
}
.nav-tabs.customtabs__style-4 .nav-link.active,
.nav-tabs.customtabs__style-4 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-4 .nav-link:hover,
.nav-tabs.customtabs__style-4 .nav-link.active:hover{
    color: #111827;
}
.customaccordion__style .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
}
.customaccordion__style .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion__style .card .card-header a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #FF8200;
    background-color: transparent;
    padding: 20px 35px;
    padding-right: 85px;
    position: relative;
}
.customaccordion__style .card .card-header a.collapsed:hover {
    color: #FF8200;
}
.customaccordion__style .card .card-header a.collapsed {
    color: #000;
    background-color: transparent;
}
.customaccordion__style .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 20px;
    right: 30px;
}
.customaccordion__style .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion__style .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion__style .card .card-body p:last-child {
    margin-bottom: 0;
}
.customaccordion__style_2 .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
	background-color: #F6F7F9;
	border-radius: 10px;
}
.customaccordion__style_2 .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion__style_2 .card .card-header a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #FF8200;
    background-color: transparent;
    padding: 20px;
	padding-left: calc(20px + 25px);
    position: relative;
}
.customaccordion__style_2 .card .card-header a.collapsed:hover {
    color: #FF8200;
}
.customaccordion__style_2 .card .card-header a.collapsed {
    color: #000;
    background-color: transparent;
}
.customaccordion__style_2 .card .card-header a:before {
    position: absolute;
    content: "";
	background: url(assets/img/icon-69.svg) no-repeat;
	width: 15px;
	height: 15px;
    top: 25px;
    left: 20px;
}
.customaccordion__style_2 .card .card-header a.collapsed:before {
	background: url(assets/img/icon-73.svg) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
}
.customaccordion__style_2 .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion__style_2 .card .card-body p:last-child {
    margin-bottom: 0;
}
/**/
.btn-iconnumber:hover .btn-iconnumber-icon{
	top: 0;
}
.btn-iconnumber .btn-iconnumber-icon{
	top: -8px;
	right: -5px;
	transition: .5s;
}
.font-12{
	font-size: 12px;
}
.font-13{
	font-size: 13px;
}
label{
	cursor: pointer;
}
.form-inputcolor1{
	background-color: #F6F9FF;
	border-color: #EEF4FF;
}
.form-inputcolor1:focus{
	background-color: #F6F9FF;
	border-color: #FF8200;
	box-shadow: 0 0 0 0.2rem #FF820035 !important;
	z-index: 2;
}
.form-inputcolor1::-webkit-input-placeholder{color: #C8C8C8;}
.form-inputcolor1:-ms-input-placeholder{color: #C8C8C8;}
.form-inputcolor1::placeholder{color: #C8C8C8;}
.form-inputcolor3{
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}
.form-inputcolor3:focus{
	background-color: #f6f6f6;
	border-color: #FF8200;
	box-shadow: 0 0 0 0.2rem #FF820035 !important;
	z-index: 2;
}
.form-inputcolor3::-webkit-input-placeholder{color: #C8C8C8;}
.form-inputcolor3:-ms-input-placeholder{color: #C8C8C8;}
.form-inputcolor3::placeholder{color: #C8C8C8;}
.form-inputcolor4{
	background-color: #F6F7F9;
	border-color: #F6F7F9;
	color: #90a3bf;
	border-radius: 8.8px;
}
.form-inputcolor4:focus{
	background-color: #F6F7F9;
	border-color: #FF8200;
	color: #90a3bf;
	box-shadow: 0 0 0 0.2rem #FF820035 !important;
	z-index: 2;
}
.form-inputcolor4::-webkit-input-placeholder{color: #90A3BF;}
.form-inputcolor4:-ms-input-placeholder{color: #90A3BF;}
.form-inputcolor4::placeholder{color: #90A3BF;}
.form-inputcolor2{
	background-color: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.13);
	color: #fff;
}
.form-inputcolor2:focus{
	background-color: #F6F9FF;
	color: #111827;
	border-color: #FF8200;
	box-shadow: 0 0 0 0.2rem #FF820035 !important;
	z-index: 2;
}
.form-inputcolor2::-webkit-input-placeholder{color: #ffffffaf;}
.form-inputcolor2:-ms-input-placeholder{color: #ffffffaf;}
.form-inputcolor2::placeholder{color: #ffffffaf;}
.form-inputcolor1.custom-select{
	color: #111827;
}
.input-group-prepend .custom-select{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footerbg__inputemail .form-control{
	height: 72px;
	padding-left: 35px;
	padding-right: 135px;
}
.footerbg__inputemail .btn{
	top: 11px;
	right: 11px;
}
.headerbg__inputsearch .form-control{
	height: 48px;
	padding-left: 22px;
	padding-right: calc(12px + 36px);
}
.headerbg__inputsearch button{
	width: 36px;
	height: 36px;
	min-height: 36px;
	border-radius: 50%;
	padding: 0;
	top: 6px;
	right: 6px;
}
.headerbg.sticky .headerbg__inputsearch .form-control{
	height: 40px;
	padding-left: 14px;
	padding-right: calc(12px + 31px);
}
.headerbg.sticky .headerbg__inputsearch button{
	width: 31px;
	height: 31px;
	top: 5px;
}
.footerbg .border-bottom{
	border-color: #ffffff20 !important;
}
.footerbg a{
	color: #f6f6f8;
}
.footerbg a:hover{
	color: #FF8200;
}
.footerbg__links li + li{
	margin-top: 15px;
}
.footerbg__social li{
	margin-right: 15px;
}
.footerbg__link2 li{
	position: relative;
}
.footerbg__link2 li + li{
	margin-left: 12px;
	padding-left: 17px;
}
.footerbg__link2 li + li::before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50px;
	background-color: #fff;
	top: 11px;
	left: 0;
}
.boxroundedmaps__bg{
	border-radius: 30px;
}
.boxroundedmaps iframe{
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	border-radius: 0 30px 30px 0;
}
.boxclients{
	min-height: 500px;
}
.boxclients__slider .slick-slide:nth-child(odd) .boxclients{
	background-color: #f4f4f4;
}
.boxclients__slider .slick-slide:nth-child(even) .boxclients{
	background-color: #006496;
}
.boxclients__slider .slick-slide:nth-child(even) .boxclients .text-light-09,
.boxclients__slider .slick-slide:nth-child(even) .boxclients .text-light-66{
	color: #fff !important;
}
.boxclients__slider .slick-next,
.boxclients__slider .slick-prev {
	top: -125px;
}
.boxclients__slider .slick-prev {
	left: auto;
	right: calc(64px + 24px);
}
.boxclients__slider .slick-next {
	right: 0;
}
.boxclients__slider.boxclients__slider__2 .slick-next,
.boxclients__slider.boxclients__slider__2 .slick-prev {
	top: auto;
	bottom: -40px;
}
.boxclients__slider.boxclients__slider__2 .slick-prev {
	left: auto;
	right: 51%;
}
.boxclients__slider.boxclients__slider__2 .slick-next {
	right: calc(51% - 64px - 20px);
}
.boxclients__slider .slick-next:before,
.boxclients__slider .slick-prev:before {
	content: '';
	border-radius: 50%;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	transition: .5s;
	background-color: #E8EBF1;
}
.boxclients__slider .slick-next:before{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.52344 8.87207H19.1644" stroke="%23006496" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.8125 1.52148L19.1629 8.87187L11.8125 16.2222" stroke="%23006496" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.boxclients__slider .slick-prev:before{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.1641 8.87207L1.52315 8.87207" stroke="%23006496" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.875 16.2217L1.52462 8.8713L8.875 1.52092" stroke="%23006496" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.boxclients__slider .slick-next:hover:before{
	background-image: url('data:image/svg+xml,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.52344 8.87207H19.1644" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.8125 1.52148L19.1629 8.87187L11.8125 16.2222" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.boxclients__slider .slick-prev:hover:before{
	background-image: url('data:image/svg+xml,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.1641 8.87207L1.52315 8.87207" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.875 16.2217L1.52462 8.8713L8.875 1.52092" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.boxpartners{
	height: 100px;
}
.boxpartners img{
	max-height: 100px;
}
.title-back > *{
	position: relative;
	z-index: 2;
}
.title-back-text{
	z-index: 1;
	top: -50px;
	right: 0;
	font-size: 170px;
	font-weight: 800;
	color: #f8f8f8;
}
.rounded-4{
	border-radius: 4px;
}
.rounded-8{
	border-radius: 8px;
}
.rounded-9{
	border-radius: 9px;
}
.rounded-10{
	border-radius: 10px;
}
.rounded-11{
	border-radius: 11px;
}
.rounded-12{
	border-radius: 12px;
}
.rounded-13{
	border-radius: 13px;
}
.rounded-16{
	border-radius: 16px;
}
.rounded-17{
	border-radius: 17px;
}
.rounded-18{
	border-radius: 18px;
}
.rounded-19{
	border-radius: 19px;
}
.rounded-20{
	border-radius: 20px;
}
.rounded-30{
	border-radius: 30px;
}
.boxservices:hover,
.boxpartners__hover:hover{
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
	color: #111827;
	transform: scale(1.04);
}
a.bg-light.boxservices:hover,
a.bg-light.boxpartners__hover:hover{
	background-color: #F8F8F8 !important;
}
.boxservices__icon{
	bottom: 30px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	transform: translateY(-100%);
}
.boxservices:hover .boxservices__icon{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.servicesinfo__links > li + li{
	margin-left: 24px;
}
.servicesinfo__links li a{
	color: #5f6c72;
	font-size: 14px;
}
.servicesinfo__links li a:hover{
	color: #FF8200;
}
.servicesinfo__links .dropdown-toggle{
	background-color: #F2F4F5;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.servicesinfo__links .dropdown-toggle:hover{
	background-color: #FF8200;
	color: #fff;
}
.servicesinfo__links .dropdown-toggle:hover::after{
	background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L6 6L1 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.servicesinfo__links .dropdown-toggle::after{
	display: block;
	margin-left: 10px;
	margin-top: 1px;
	width: 10px;
	height: 7px;
	border: 0;
	background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L6 6L1 1" stroke="%235f6c72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-size: 100%;
	transition: .45s;
}
.btn-outline-secondary:hover img{
	filter:brightness(1000%);
}
.border-w16{
	border-width: 16px !important;
}
.slidertitle__sm::before{
	background: linear-gradient(-90deg, #006496 0%, #006496 50%);
}

.iconservices{
	border-radius: 30px
}
.iconservices::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 80px;
	height: 21px;
	background: url(assets/img/iconservices-2.png) no-repeat;
	background-size: 100%;
	z-index: 4;
}
.iconservices::after{
	position: absolute;
	content: '';
	top: 20px;
	left: 0;
	background-color:transparent;
	width: 100%;
	height: calc(100% - 20px);
	z-index: 3;
	border: 1.49px solid #FF8200;
	border-radius: 0 30px 30px 30px;
}
.iconservices__border{
	padding: calc(45px + 20px) 45px 45px 45px;
}
.iconservices:hover{
	transform: translateY(-4px);

}
.hoverboxtop:hover{
	transform: translateY(-4px);
    background-color:transparent;
}
.siderbarservices{
	border-radius: 8px;
	border: 1px solid rgba(20, 20, 20, 0.05);
	padding: 24px;
}
.siderbarservices__customstyle2{
	border-color: #dee2e6;
	padding: 16px;
	border-radius: 12px;
}
.siderbarservices__customstyle2 .custom-control-lg .custom-control-label{
	padding-top: 2px;
}
.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after{
	top: 5px;
}
.ratingcolors.position-absolute{
	top: 90px;
	right: 10px;
	background-color: #00000099;
}
.boxcategorys2 .ratingcolors.position-absolute{
	top: 10px;
}
.ratingcolors .fa,
.ratingcolors .far{
	color: #D9D9D9;
}
.ratingcolors .fa.active{
	color: #FF8200;
}
.price-input input[type="number"]::-webkit-outer-spin-button,
.price-input input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.pricerange__slider {
	height: 2px;
	background: #E4E7E9;
	border-radius: 10px;
}
.pricerange__slider .pricerange__progress {
	left: 25%;
	right: 25%;
	border-radius: 10px;
}
.pricerange__input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -3.5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.pricerange__input input[type="range"]::-webkit-slider-thumb {
	cursor: pointer;
	height: 14px;
	width: 14px;
	border: 2px solid #FF8200;
	border-radius: 50%;
	background: #fff;
	pointer-events: auto;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
}
.pricerange__input input[type="range"]::-moz-range-thumb {
	cursor: pointer;
	height: 14px;
	width: 14px;
	border: 2px solid #FF8200;
	border-radius: 50%;
	background: #fff;
	pointer-events: auto;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-appearance: none;
}
.boxsearch input{
	padding-right: 45px !important;
}
.boxsearch button{
	top: 6px;
	right: 10px;
}
.boxcategorys{
	background-color: #fff;
}
.boxcategorys__label{
	border-radius: 2px;
	top: 12px;
	left: 12px;
}
.boxcategorys:hover{
	border-color: #f190216c !important;
	color: #111827;
	transform: translateY(-2px);
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.boxcategorys__thu{
	height: 150px;
}
.boxcategorys__thu img{
	max-height: 150px;
	border-radius: 5px;
}
.boxcategorys2 .boxcategorys__thu{
	height: 170px;
	padding: 40px 30px 0;
}
.boxcategorys2 .boxcategorys__thu img{
	max-height: 170px;
	border-radius: 0;
}
.boxcategorys3 .boxcategorys__thu{
	height: 80px;
	padding: 20px;
}
.boxcategorys3 .boxcategorys__thu img{
	max-height: 80px;
	border-radius: 0;
}
.customstickytop{
	top: 80px;
	z-index: 4;
}
.pagination__custom .page-item{
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
}
.pagination__custom .page-item .page-link{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.pagination__custom_1 .page-item .page-link{
	width: 48px;
	height: 48px;
	border: 0;
	color: #5E6670;
}
.pagination__custom_1 .page-item.page-arrow .page-link{
	background-color: #FEF4E9;

}
.pagination__custom .page-item .page-link:hover{
	color: #111827;
}
.pagination__custom .page-item.active .page-link{
	background-color: #FF8200;
	border-color: #FF8200;
	color: #fff;
}
.pagination__custom .page-item.active .page-link:hover{
	color: #fff;
}
.pagination__custom .page-item.page-arrow .page-link{
	border-color: #FF8200;
	border-width: 2px;
}
.pagination__custom .page-item.page-arrow .page-link:hover{
	background-color: #FF8200;
}
.pagination__custom .page-item.page-arrow .page-link img{
	transition: .3s;
}
.pagination__custom .page-item.page-arrow .page-link:hover img{
	filter: brightness(1000%);
}
.borderwhite_border1{
	border: 5px solid #fff;
	box-shadow: 0 0 0 1px #E9E9E9;
}
.btn-color-dealer{
	background-color: #E9F2FF;
	border-color: #006496;
	color: #006496;
}
.btn-color-dealer:hover{
	background-color: #006496;
	border-color: #006496;
	color: #fff;
}
.btn-color-dealer svg path,
.btn-color-whatsapp svg path,
.colorsvgsecondary svg path{
	transition: .3s;
}
.btn-color-dealer:hover svg path,
.btn-color-whatsapp:hover svg path{
	fill: #fff;
}
.colorsvgsecondary:hover svg path{
	fill: #FF8200;
}
.btn-color-whatsapp{
	background-color: #fff;
	border-color: #60C961;
	color: #60c961;
}
.btn-color-whatsapp:hover{
	background-color: #60C961;
	border-color: #60C961;
	color: #fff;
}
.sliderslicknav img{
	border: 2.5px solid #d8d8d8;
	border-radius: 16px;
	padding: 5px;
	cursor: pointer;
	transition: .7s;
}
.sliderslicknav .slick-current img,
.sliderslicknav img:hover{
	border-color: #FF8200;
}
.sliderslickfor{
	border-radius: 16px;
	border: 1px solid #d8d8d8;
}
.sliderslickfor__img{
	height: 500px;
}
.sliderslickfor__img::before{
	border-radius: 13px;
}
.sliderslickfor__img img{
	max-height: 500px;
	border-radius: 13px;
}

.bg-success{
	background-color: #4DA63E !important;
}
.bg-danger{
	background-color: #dc3545 !important;
}
.cart__boxicon{
	color: #717378;
}
.cart__boxicon.active{
	color: #060709;
}
.cart__boxicon.done{
	color: #FF8200;
}
.cart__boxicon + .cart__boxicon{
	margin-left: 20px;
}
.cart__boxicon + .cart__boxicon::before{
	margin-right: 20px;
	position: relative;
	content: '';
	width: 75px;
	height: 1px;
	background-color: #C3D2CC;
}
.cart__boxicon .cart__boxicon_icon{
	background-color: #fff;
}
.cart__boxicon.active .cart__boxicon_icon{
	background-color: #FF8200;
}
.cart__boxicon.active .cart__boxicon_icon img{
	filter: brightness(1000%);
}
.cart__boxicon.done .cart__boxicon_icon{
	background-color: rgba(241, 146, 33, 0.5);
}
.linetext{
	width: 1px;
	height: 14px;
	background-color: #fff;
}
.borderlight1{
	border-color: #F4F4F4;
}
.borderlight1.form-control::-webkit-input-placeholder{color: #C8C9CB;}
.borderlight1.form-control:-ms-input-placeholder{color: #C8C9CB;}
.borderlight1.form-control::placeholder{color: #C8C9CB;}
.btn-search{
	width: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerbg.sticky .btn-search{
	width: 30px;
}
.iconbuttons:hover .iconbuttons__icon{
	background-color: #F4F4F4;
}
.iconstarttop{
	margin-top: 1px;
}
.maxwidth__icon{
	flex: 0 0 29px;
	max-width: 29px;
	width: 29px;
}
.maxwidth__icon34{
	flex: 0 0 34px;
	max-width: 34px;
	width: 34px;
}
.bodyfull{height: 100dvh;padding: 30px 0;}
@media screen and (max-width: 992px), screen and (max-height: 740px){.bodyfull{height: auto}}
.custominput__1 .form-control{
	background-color: #eee;
	border-color: #eee;
}
.custominput__1 .form-control:focus{
	background-color: #FEF4E9;
	border-color: #FEF4E9;
}
.custominput__1 .form-control.is-invalid{
	background: #FEF4E9;
	border-color: #FF0000;
	padding-right: 1rem;
}
.custominput__1 .form-control.is-valid{
	background: #FEF4E9;
	border-color: #4DA63E;
	padding-right: 1rem;
}
.userprofilelist{
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
	border: 1px solid #E4E7E9;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.userprofilelist li a{
	padding: 10px 20px;
	display: flex;
	align-items: center;
	color: #5f6c72;
}
.userprofilelist li.userprofilelist__logout a:hover{
	background-color: #EE5858;
	color: #fff;
}
.userprofilelist li.active a{
	background-color: #006496;
	color: #fff;
}
.userprofilelist li a:hover{
	background-color: #E4E7E9;
	color: #111827;
}
.userprofilelist li.active a:hover img{
	filter: brightness(0);
}
.userprofilelist li.active a img,
.userprofilelist li.userprofilelist__logout a:hover img{
	filter: brightness(6000%);
}
.userprofilelist li img{
	max-width: 30px;
	flex: 0 0 30px;
	max-width: 30px;
	height: 18px;
	transition: .2s;
}
.btn-light2{
	background-color: #e0e4e6;
	color: #111827;
}
.buttoneyeshowpassword{
	bottom: 10px;
	right: 15px;
	z-index: 4;
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	cursor: pointer;
}
.buttoneyeshowpassword::before{
	content: "\f06e";
}
.buttoneyeshowpassword.active::before{
	content: "\f070";
}
.bg-primary-50{
	background-color: rgba(46, 38, 109, 0.06);
}
.bg-secondary-50{
	background-color: rgba(241, 144, 33, 0.06);
}
.sharesocial.bg-secondary-50{
	background-color: transparent;
}
.sharesocial.bg-secondary-50{
	margin-left: 3px;
}
.sharesocial.bg-secondary-50 li{
	margin: 0 3px;
}
.sharesocial.bg-secondary-50 li a{
	background-color: rgba(241, 144, 33, 0.1);
	color: #FF8200;
	border-radius: .3rem;
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.btn-secondary-50{
	background-color: rgba(241, 144, 33, 0.1);
}
.btn-secondary-50:hover{
	background-color: rgba(241, 144, 33, 0.2);
}
.btn-secondary img{
	filter: brightness(10000%);
}
.border-secondary-50{
	border-color: rgba(241, 144, 33, 0.4) !important;
}
.bg-danger-50{
	background-color: rgba(255, 0, 0, 0.06);
}
.bg-success-50{
	background-color: #D0FFD5;
}
.bg-warning-50{
	background-color: #fff3c2;
}
.text-danger ul li::marker{
	color: #dc3545;
}
.form-inputcolor3.is-invalid:focus{
	box-shadow: none !important;
}
.form-inputcolor3.is-invalid{
	background-image: none;
	border-color: #f6f6f6;
	color: #dc3545;
}
.form-inputcolor3 .custom-file-input{
	border-radius: .3rem;
}
.form-inputcolor3 .custom-file-label{
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	border-radius: 5px;
}
.form-inputcolor3.custom-file.lg .custom-file-label{
	line-height: 1.1;
	padding-top: 15px;
	text-wrap: nowrap;
	border-radius: .3rem;
}
.form-inputcolor3.custom-file.lg .custom-file-label::after{
	background-color: #DCDDDC;
	border-radius: 6px;
	font-size: 14px;
	content: 'Choose File' !important;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	top: 4px;
	right: 4px;
}
.form-inputcolor4.custom-file.lg .custom-file-label{
	line-height: 1.1;
	padding-top: 15px;
	text-wrap: nowrap;
	border-radius: .3rem;
	padding-left: 130px;
}
.form-inputcolor4.custom-file.lg .custom-file-label::after{
	background-color: #DCDDDC;
	border-radius: 8px;
	font-size: 14px;
	content: 'Choose File' !important;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	top: 4px;
	left: 4px;
	right: auto;
}
.customtable__style_1.table th{
	text-align: center;
	font-weight: 500;
	color: #8E95A9;
	background-color: #F8F8F8;
	padding: 17px 16px;
}
.customtable__style_1.table td,
.customtable__style_1.table th{
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.3;
}
.customtable__style_1.table td{
	padding: 10px 16px;
	color: #006496;
}
.customtable__width_1.table td:nth-child(1),
.customtable__width_1.table td:nth-child(2),
.customtable__width_1.table td:nth-child(5),
.customtable__width_1.table td:nth-child(6){
	text-align: center;
}
.customtable__width_1.table th:nth-child(1){
	width: 7%;
}
.customtable__width_1.table th:nth-child(2){
	width: 13%;
}
.customtable__width_1.table th:nth-child(3){
	width: 20%;
}
.customtable__width_1.table th:nth-child(4){
	width: 20%;
}
.customtable__width_1.table th:nth-child(5){
	width: 10%;
}
.customtable__width_1.table th:nth-child(6){
	width: 5%;
}
.customtable__width_2.table th:nth-child(1){
	width: 12%;
}
.customtable__width_2.table th:nth-child(2){
	width: 15%;
}
.customtable__width_2.table th:nth-child(3){
	width: 20%;
}
.customtable__width_2.table th:nth-child(4){
	width: 10%;
}
.customtable__width_2.table th:nth-child(5){
	width: 10%;
}
.customtable__width_2.table th:nth-child(6){
	width: 5%;
}
.iti__selected-dial-code{
	font-size: 16px;
	font-weight: 400;
	color: #495057;
}
.iti__search-input{
	font-size: 16px;
	padding: 10px;
}
.text-decoration{
	text-decoration: underline;
}
.img-h10{
	height: 14px;
}
.img-h18{
	height: 18px;
}
.boxminwidth{
	min-width: 90px;
}
.dotline{
	width: 2px;
	height: 2px;
	background-color: #898989;
}
.dotline_big{
	width: 5px;
	height: 5px;
}
.hoverborder_p:hover{
	border-color: #ffe6c9 !important;
}
.styledropzone{
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 4px;
}
.styledropzone__shadow{
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	padding: 24px;
}
.styledropzone .dropzone{
	border: 0;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='%23ababab' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 9px;
	min-height: 220px;
	padding: 0;
}
.styledropzone .dropzone .dz-message{
	margin: 0;
	padding-top: 65px;
	text-align: center;
}
.text-primary2{
	color: #136DC7;
}
.text-primary3{
	color: #7366FF;
}
.imgflexwidth{
	width: 50px;
	max-width: 50px;
	flex: 0 0 50px;
}
.textmaxwidth{
	width: 140px;
	max-width: 140px;
	flex: 0 0 140px;
}
.alertclosebutton{
	top: 5px;
	right: 10px;
}
.customradioyourtype.custom-control,
.customradiologin.custom-control{
	padding-left: 0;
}
.customradioyourtype.custom-control .custom-control-label{
	display: block;
	border-radius: 20px;
	background-color: #fff;
	padding: 20px 30px 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: .5s;
}
.customradiologin.custom-control .custom-control-label{
	border-radius: 10px;
	border: 1px solid #D7D7D7;
	padding: 8px;
	transition: .4s;
}
.customradiologin.custom-control .custom-control-label::before,
.customradiologin.custom-control .custom-control-label::after{
	right: 20px;
	left: auto;
	top: 26px;
}
.customradioyourtype.custom-control .custom-control-label::before,
.customradioyourtype.custom-control .custom-control-label::after{
	display: none;
}
.customradioyourtype__button span{
	background-color: #efefef;
	color: #616161;
	border-radius: 50px;
	padding: 12px 20px;
	transition: .5s;
}
.customradiologin.custom-control .custom-control-input:checked ~ .custom-control-label{
	border-color: #FF8200;
	color: #FF8200;
}
.customradioyourtype.custom-control .custom-control-input:checked ~ .custom-control-label{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.customradioyourtype.custom-control .custom-control-input:checked ~ .custom-control-label .customradioyourtype__button span{
	background-color: #FF8200;
	color: #fff;
	padding: 12px 40px;
}
.min-btn-120{
	min-width: 120px;
}
.min-btn-250{
	min-width: 250px;
}
.openinputsmanaully__block{
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.openinputsmanaully__block.active{
	height: auto;
	visibility: visible;
	opacity: 1;
}
.customdropdown__transactions .dropdown-menu{
	left: auto !important;
	right: -6px;
}
.customboxonchart{
	bottom: 10px;
	right: 15px;
	width: calc(100% - 15px - 15px);
	height: calc(100% - 15px - 15px);
}
.custombtnoninput{
	top: 2px;
	right: 10px;
}
.bg-size-100{
	background-size: 100% 100%;
}
.customphonelist .iti__selected-country-primary{
	background-color: #FAFAFA;
	border-radius: .3rem 0 0 .3rem;
	border-right: 1px solid #ddd;
}
.boximgdown{
	padding-bottom: 350px;
}
.titleboxspan div{
	display: inline-block;
	position: relative;
}

.titleboxspan div span{
	position: relative;
	z-index: 2;
}
.boxlabel__label{
	left: 0;
	top: 0;
	border-radius: 16px 16px 16px 0;
	width: 90px;
	height: 77px;
	transition: .5s;
}
.boxlabel:hover .boxlabel__label{
	top: 20px;
	left: 20px;
	border-radius: 50px;
	width: 60px;
	height: 60px;
}
.boxuser .boxuser__share{
	top: -35px;
	z-index: 3;
}
.boxuser__text{
	top: -62px;
}
.boxuser .boxuser__share .sharesocial li a{
	color: #006496;
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 0;
}
.boxuser .boxuser__share .sharesocial li a:hover{
	color: #fff;
}
.bossearchjobs{
	box-shadow: 0 8px 24px 0 rgba(0, 44, 109, 0.04);
}
.bossearchjobs__input .form-control:focus{
	box-shadow: none !important;
}
.nostyle{
	padding: 0;
	border: 0;
	background-color: transparent;
}
.boxjobs{
	background: linear-gradient(90deg, #FFF6E6 0%, #FFFFFF 100%);
	box-shadow: 0 2px 18px 0 rgba(24, 25, 28, 0.03);
}
.boxjobs__logo{
	width: 55px;
}
.boxusedcars__bookmarks.active{
	border-color: #FF8200 !important;
	background-color: #FF8200 !important;
}
.boxusedcars__bookmarks img{
	filter: brightness(0);
}
.boxusedcars__bookmarks.active img{
	filter: brightness(100000%);
}
.boxusedcars .boxusedcars__bookmarks{
	top: 10px;
	right: 10px;
	z-index: 4;
}
.customsliderslick__usedcars .label{
	bottom: 20px;
	left: 20px;
	z-index: 4;
	background-color: rgba(24, 24, 24, 0.75);
}
.customsliderslick__usedcars .sliderslick img{
	border-radius: 10px 0 0 10px;
}
.customsliderslick__usedcars .slick-dots {
	bottom: 5px;
}
.customsliderslick__usedcars .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 0;
	border-radius: 50px;
}
.customsliderslick__usedcars .slick-dots li.slick-active button {
	background-color: #FF8200;
}
.maxwidth.img-h60{
	width: 60px;
}
.maxwidth.img-h160{
	width: 160px;
}
.formsteps .steps,
.formsteps .content .formsteps__title{
	display: none;
}
.formsteps .actions{
	width: 70%;
	margin: 50px auto 0;
}
.formsteps .actions ul{
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
    margin-right: -6px;
    margin-left: -6px;
    padding: 0;
}
.formsteps .actions ul li{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
	transition: .8s;
}
.formsteps .actions ul li a{
    display: flex;
	align-items: center;
    background-color: #FF8200;
    color: #fff;
    border-radius: 8px;
	font-size: 18px;
    padding: 16px 25px;
    text-align: center;
    font-weight: 400;
	position: relative;
}
.formsteps .actions ul li a:hover{
	background-color: #FF8200;
	color: #fff;
}
.formsteps .actions ul li a[href="#next"]{
	justify-content: flex-end;
}
.formsteps .actions ul li a[href="#next"]::after{
	position: relative;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background: url('assets/img/icon-123.svg') no-repeat;
	margin-left: 15px;
	left: 0;
	transition: .6s;
}
.formsteps .actions ul li a[href="#previous"]::before{
	position: relative;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background: url('assets/img/icon-124.svg') no-repeat;
	margin-right: 15px;
	right: 0;
	transition: .6s;
}
.formsteps .actions ul li a[href="#next"]:hover::after{
	left: 10px;
}
.formsteps .actions ul li a[href="#previous"]:hover::before{
	right: 10px;
}
.formsteps .actions ul li.disabled,
.formsteps .actions ul li a[href="#finish"]{
	display: none;
}
.linelinetext::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #d8d8d8;
	top: 10px;
	left: 0;
}
.boxcar{
	padding-top: 20px;
}
.boxcar .boxcar__thu{
	z-index: 4;
	width: calc(100% + 30px);
}
.boxcar__content{
	padding-top: 40px;
	padding-left: 55px;
}
.boxcar__label{
	top: -6px;
	left: -43px;
	background: url(assets/img/CornerRibbon.svg) no-repeat;
	width: 110px;
	height: 110px;
	top: -16px;
	left: -16px;
}
.boxcar__label span{
	transform: rotate(-45deg);
	display: block;
	margin-top: 17px;
}
.boxreviews{
	transition: .3s;
	background:transparent;
}
.boxreviews::before{
	position: absolute;
	content: '';
	width: 7px;
	height: 0;
	top: 35px;
	left: 0;
	border-radius: 0 20px 20px 0;
	transition: .8s;
}
.slick-current .boxreviews{
	transform: scale(1.07);
}
.slick-current .boxreviews::before{
	background-color: transparent;
	height: 40px;
}
#map {
	height: 100%;
}
.custom-radio2.custom-control{
	padding-left: 0;
}
.custom-radio2.custom-control .custom-control-label{
	padding-top: 3px;
	padding-left: 30px;
}
.custom-radio2.custom-control .custom-control-label::before{
	width: 12px;
	height: 12px;
	top: calc(5px + 4px);
	left: 4px;
	border: 0;
}
.custom-radio2.custom-control .custom-control-label::after{
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #006496;
	border-radius: 50%;
	background: none !important;
}
.custom-radio2 .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #006496;
	box-shadow: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark{
	z-index: 50 !important;
}
.line-or-line{
	height: 100%;
	width: 50px;
	flex: 0 0 50px;
	max-width: 50px;
}
.line-or-line span{
	position: absolute;
	top: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 2px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	text-align: center;
}
.line-or-line::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #d4d4d4;
	top: 0;
	right: calc(25px - 1px);
}
.nostylebutton{
	background-color: transparent;
	border: 0;
	padding: 0;
}
.collapse > .wow{
	visibility: visible !important;
	animation-name: inherit !important;
}
.customcollapsearrow{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.customcollapsearrow::after{
	position: relative;
	content: '\f107';
	top: 0;
	right: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
/*--------- Responsive ----- */
@media (min-width: 720px) {
	.modal-lg-700{max-width: 620px;}
	.listinformation > [class^="col"]:nth-child(1) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(2) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(5) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(6) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(9) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(10) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(13) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(14) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(17) .listinformation__box,
	.listinformation > [class^="col"]:nth-child(18) .listinformation__box{
		background-color: rgba(215, 215, 215, 0.25);
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	.form-control-xxl{
		min-height: 100px;
		border-width: 1.6px;
		border-radius: 16px;
	}
	.row-p60.row-col > [class^="col"] {
		margin-bottom: 60px;
	}
	.row-p60.row {
		margin-left: -60px;
		margin-right: -60px;
	}
	.row-p60.row > [class^="col"] {
		padding-left: 60px;
		padding-right: 60px;
	}
	.row-p25.row-col > [class^="col"] {
		margin-bottom: 50px !important;
	}
	.row-p25.row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.row-p25.row > [class^="col"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 1300px) {
	.headerbg .navbar-nav > .nav-item + .nav-item{margin-left: 15px}
}
@media (max-width: 1200px) {
	header,.home header{min-height: 107px;}
	.sliderheader{margin-top: -107px;}
	.sliderheader__content{padding-top: calc(107px + 20px);padding-bottom: 40px}
}
@media (max-width: 1190px) {
}
@media (max-width: 992px) {
	header{min-height: 92px;}
	.headerbg .navbar-brand img{height: 60px;}
	.footerbg__inputemail .form-control{height: 50px;padding-left: 20px;padding-right: 120px;}
	.footerbg__inputemail .btn{top: 5px;right: 5px;min-height: 40px;padding: 7px;}
	.nav-tabs.customtabs__style-2{margin-left: -4px;margin-right: -4px;padding-top: 0;padding-bottom: 35px;}
	.nav-tabs.customtabs__style-2 .nav-item {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;position: relative;margin-left: 4px;margin-right: 4px;}
	.nav-tabs.customtabs__style-2 .nav-link{border-radius: 50px;padding: 10px;font-size: 19px;}
	.boxroundedmaps__bg{border-radius: 20px;}
	.boxroundedmaps iframe{border-radius: 0 0 20px 20px;height: 300px !important;margin-bottom: -7px;}
	.bg-light2.rounded-pill{border-radius: 20px !important;}
	.singlecontentbg.font-lg p,.singlecontentbg.font-lg ul,.singlecontentbg.font-lg ol{font-size: 17px}
	.boxclients__slider .slick-next,.boxclients__slider .slick-prev{top: auto;bottom: -70px;}
	.boxclients__slider .slick-next::before,.boxclients__slider .slick-prev::before{width: 50px;height: 50px;line-height: 50px;}
	.boxclients__slider .slick-prev{right: calc(50px + 10px)}
	.title-back-text{font-size: 60px;top: -16px;}
	.boxservices__icon{bottom: 20px;}
	.servicesinfo__links > li:first-child{width: 100%;margin-bottom: 20px;}
	.slidertitle__sm{min-height: 150px}
	.siderbarservices,.userprofilelist{position: fixed;z-index: 1000;width: 280px;height: 100vh;;left: -280px;top: 0;overflow-y: scroll;overflow-x: hidden;-ms-overflow-style: none;scrollbar-width: none;border-radius: 0 !important;transition: left .5s;}
	.siderbarservices::-webkit-scrollbar{display: none}
	.userprofilelist::-webkit-scrollbar{display: none}
	.siderbarservices.active,.userprofilelist.active{left: 0;}
	.siderbarservices .wow,.userprofilelist .wow{visibility: visible !important;}
	.sliderslickfor__img{height: 400px}
	.sliderslickfor__img img{max-height: 400px}
	.userprofilelist{border: 0;}
	.customtable__style_1 thead{display: none;}
	.customtable__style_1 tr{border-top: 2px solid #e0e0e0;border-bottom: 2px solid #e0e0e0;padding-bottom: 10px;}
	.customtable__style_1,.customtable__style_1 table,.customtable__style_1 tbody,.customtable__style_1 tr,.customtable__style_1 td{display: block;width: 100%;}
	.customtable__style_1.table td{padding: 10px 0;}
	.customtable__width_1.table td:nth-child(1),.customtable__width_1.table td:nth-child(2),.customtable__width_1.table td:nth-child(5),.customtable__width_1.table td:nth-child(6),.customtable__width_2.table td:not(td:nth-child(3)){display: flex;align-items: center;justify-content: space-between;}
	.customtable__width_1.table td:nth-child(1) span,.customtable__width_1.table td:nth-child(2) span,.customtable__width_1.table td:nth-child(5) span,.customtable__width_1.table td:nth-child(6) span{margin-right: 10px;}
	.customtable__width_1.table td:nth-child(2) br{display: none;}
	.customtable__width_1.table td:nth-child(3) span,.customtable__width_1.table td:nth-child(4) span,.customtable__width_2.table td:nth-child(3) span{margin-bottom: 4px;}
	.customtable__width_2.table td:nth-child(3){text-align: left;}
	.boximgdown{padding-bottom: 180px}
	.boxclients{min-height: 400px}
	.boxclients__slider.boxclients__slider__2 .slick-next{right: calc(51% - 50px - 15px);}
	.bossearchjobs .border-left{border-left: 0 !important;border-top: 1px solid #dee2e6;}
	.customsliderslick__usedcars .sliderslick img{border-radius: 10px 10px 0 0;}
	.sliderheader__search{border-radius: 8px !important;}
	.sliderheader__texts p:nth-child(1){font-size: 50px;}
	.sliderheader__texts p:nth-child(2){font-size: 100px;}
	.sliderheader__texts p:nth-child(3){font-size: 63px;}
	.d-lg-flex.h-100{height: inherit !important;}
	.line-or-line{width: 100%;max-width: 100%;}
	.line-or-line::before{height: 1px;width: 100%;right: 0;}
	.line-or-line span{left: calc(50% - 25px);}
	.border-left.border-w16{border-width: 6px !important;}
}
@media (max-width: 768px) {
	.slidertitle{min-height: 150px;}
	.footerbg__links li + li{margin-top: 0;}
	.footerbg__links li{margin-bottom: 10px;margin-right: 15px;}
	.boxpartners{height: 50px;}
	.boxpartners img{max-height: 50px;}
	.boxpartners.boxpartners__hover{height: 80px;}
	.boxpartners.boxpartners__hover img{max-height: 35px;}
	.boxcategorys__thu{height: 100px}
	.boxcategorys__thu img{max-height: 100px}
	.sliderslickfor__img{height: 350px}
	.sliderslickfor__img img{max-height: 350px}
	
	.sliderslickfor__servicesingle .slick-prev{left: 0}
	.sliderslickfor__servicesingle .slick-next{right: 0}
	.sliderslickfor__servicesingle .slick-next:before{border-radius: 50px 0 0 50px}
	.sliderslickfor__servicesingle .slick-prev:before{border-radius: 0 50px 50px 0}
	.sliderslickfor__servicesingle .slick-next:before,.sliderslickfor__servicesingle .slick-prev:before{width: 35px;}
	.cart__boxicon + .cart__boxicon{margin-left:0;margin-top:20px;}
	.cart__boxicon + .cart__boxicon::before{margin-right:10px;width:1px;height:10px;position: absolute;top: -15px;left: 14px;}
	.custominput__1{margin-right: -5px;margin-left: -5px;}
	.custominput__1 > [class^="col"]{padding-right: 5px;padding-left: 5px;}
	.custominput__1 .img-h65{height: 50px;}
	.custombuttonlist{display: block;width: 100%;min-height: 40px;}
	.shadow-none-md{box-shadow: none !important;background-color: transparent !important;}
	.imgflexwidth{width: 30px;max-width: 30px;flex: 0 0 30px}
	.imgflexwidth img{height: 20px;}
	.min-btn-250{min-width: 150px;}
	.nav-tabs.customtabs__style-4 .nav-item{margin: 0 5px -2px 0;}
	.nav-tabs.customtabs__style-4 .nav-link{padding-bottom: 10px;font-size: 14px;}
	.listinformation > [class^="col"]:nth-child(odd) .listinformation__box{background-color: rgba(215, 215, 215, 0.25);}
	.boxcar .boxcar__thu{width: 100%;}
	.boxcar__content{padding-left: 40px;}
	.boxlabel__label{width: 50px;height: 50px;}
	.boxuser .boxuser__share .sharesocial li a{font-size: 20px;width: 30px;height: 30px;line-height: 30px;}
	.iconservices:hover{box-shadow: rgba(0, 0, 0, 0.04) 0px 45px 25px, rgba(0, 0, 0, 0.01) 0px 25px 10px;}
	.iconservices__border{padding: calc(30px + 20px) 20px 30px 20px;}
	.customtable div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{width: 100%;}
	.miwtable__100{width: 350px;}
}
@media (max-width: 600px) {
	.servicesinfo__links > li + li{margin-left: 8px;}
	.customradioyourtype__button{margin-top: 15px;text-align: center !important;}
	.customradioyourtype__button span,.customradioyourtype.custom-control .custom-control-input:checked ~ .custom-control-label .customradioyourtype__button span{padding: 7px 15px;}
	.textmaxwidth{width: 100px;max-width: 100px;flex: 0 0 100px}
	.boxclients{min-height: 340px}
	.bossearchjobs .btn{display: block;width: 100%;}
}
@media (max-width: 500px) {
	.sliderslickfor__img{height: 300px}
	.sliderslickfor__img img{max-height: 300px}
	.scroll-to-top{width: 38px;height: 38px;line-height: 38px;bottom: 0;right: 0;border-radius: 10px 0 0 0;}
	.nav-tabs.customtabs__style-3 .nav-item{margin: 0 8px -3px;}
	.nav-tabs.customtabs__style-3 .nav-link{font-size: 15px;padding-bottom: 10px;}
	.formsteps .actions{width: 100%;}
	.formsteps .actions ul li a{padding-top: 13px;padding-bottom: 13px;}
	.rounded-30{border-radius: 20px;}
}
@media (max-width: 375px) {
	.btn-group-lg>.btn, .btn-lg{min-height: 44px;padding: 9px 11px;}
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}


/* Location */
#mapModal {
	display: none;
	position: fixed;
	z-index: 1050;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 800px;
	height: 80%;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#map {
	width: 100%;
	height: 70%;
}

.modal-footer {
	padding: 15px;
	display: flex;
	justify-content: space-between;
}

/* EXTRA STYLE  */
.card {
    border-radius: 12px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.quantity-input {
    width: 50px;
    height: 36px;
    text-align: center;
    font-size: 14px;
}



#view-more-btn, #view-less-btn {
    margin-top: 15px;
}

.select2multiple__style .select2-container .select2-selection--multiple .select2-selection__rendered{
	margin-bottom: 0;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #f6f6f6;
	border-color: #999ff0;
	border-radius: 50px;
	font-size: 14px;
	padding: 2px 20px 2px 7px;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	top: 5px;
	right: 4px;
	left: auto;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #006496;
	color: #fff;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background-color: #FF8200;
	color: #fff;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
	display: block;
	margin-bottom: 1.5px;
}
.select2-dropdown{
	border: 0 !important;
	border-radius: 10px !important;
	padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.select2-container--default .select2-results__option--selectable{
	border-radius: 8px;
	padding: 6px 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: #006496 !important;
}


/* Loading */ 

/* شفافية الخلفية */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none; /* مخفي افتراضيًا */
}

/* الدائرة المتحركة */
.loading-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid orange; /* اللون البرتقالي */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* تأثير الدوران */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.bg-gradient-primary {
    background-color: #006496;
}
.bg-primary-background
{
	background-color: #FF8200 !important;
}

.formsteps .actions ul li a[href="#finish"]
{
	background-color: #FF8200 !important;
}
