/*
Theme Name: Foreign Car Collection
Theme URI: https://foreign.momanindustry.com
Author: Digihexagon
Author URI: https://digihexagon/
Description: Custom theme Designed by Digihexagon. Contact us at info@digihexagon.com to get your awesome website.
Version: 0.1
*/
/*      Reset CSS                 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,section,summary,time,mark,audio,video,select{margin:0;padding:0;border:0;outline:none;line-height:1;}
a:focus,a:hover,a:active,button{outline:none;text-decoration:none;}
a{
   transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
/*************************************************/
/*      1 ) Google or local Font Import          */
/*************************************************/
html{height:100%;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased !important;}
body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight:400;
    font-size:14px;
    height:100%;background:#fff5eb;overflow-x:hidden;position:relative;
}
ul{list-style:none;}
.astronomusregular,
.astronomusregular *{font-family: 'astronomusregular' !important;font-weight: unset !important;}
.jersey_m54regular,
.jersey_m54regular *{font-family: 'jersey_m54regular' !important;font-weight: unset !important;}

body::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-image: url(/wp-content/uploads/2024/12/topborder.png);
	background-size: 100%;
}
/**********************************/
/*      2 ) Helping Classes       */
/**********************************/
.clear{clear: both;}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
.table-content{display:table;width:100%;height:100vh;}
.table-cell{display:table-cell;vertical-align:middle;padding-top:70px;}
.noscroll{overflow:hidden;}
.container {
    max-width: 1200px !important;
    width: 100% !important;
}
.train{transition:0.1s all;}
.elementor-section.elementor-top-section.elementor-element.elementor-element-e81c4e5 {
    overflow: hidden;
}
/********************************
			Header
*********************************/
header.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1223454433;
	transition:0.3s all;
}
header.site-header a.site-logo img {
    max-width: 190px;
}
header.site-header nav {
    margin-left: auto;
    margin-right: 30px;
}
header.site-header nav ul {
    display: flex;
    align-items: center;
    margin: 0;
}
header.site-header nav ul li a, #banner_button a {
	display: inline-block;
	font-family: "Ethnocentric Light", Sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
	margin: 0px 10px;
	position: relative;
	text-decoration: none;
	z-index: 12;
	/* transform: skew(-14deg); */
	letter-spacing: 2px;
	border-bottom: 2px solid transparent;
}
header.site-header nav ul li a:hover,
header.site-header nav ul li a.active{
	color: #FECE00;
	border-color:#FECE00;
}
/*header.site-header nav ul li a:before,*/
/*#banner_button a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transform: skew(-14deg);
    opacity:0;
    transition:0.3s all;z-index:-1;
}*/
/*header.site-header nav ul li a:hover:before,*/
header.site-header nav ul li.current_page_item a:before{
	opacity:1;
}
header.site-header nav ul li.menubtn a, #banner_button a {
	padding: 17px 20px 23px;
	background: transparent;
	border-radius: 30px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
	letter-spacing:unset;
	border-top: 2px solid #e00202;
	border-left: 2px solid #e00202;
	border-right: 2px solid #fece00;
	border-bottom: 2px solid #fece00;
}
header.site-header nav ul li.menubtn a:hover, #banner_button a:hover{
	border-bottom: 2px solid #e00202;
	border-right: 2px solid #e00202;
	border-left: 2px solid #fece00;
	border-top: 2px solid #fece00;
}

header.site-header nav ul li.menubtn a{margin-right:0px;}
header.site-header nav ul li.menubtn a:before,
#banner_button a:before {
    opacity: 1;
}
/*header.site-header nav ul li.menubtn a:hover:before{border-color:#DF0000;}*/
header.site-header a.htel {
	color: #fff;
	font-family: "ethnocentric bold", sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
header.site-header nav ul li a::before, header.site-header nav ul li a::after,
#banner_button a:before, #banner_button a:after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
	display:none;
}

/* header.site-header nav ul li a span::before, header.site-header nav ul li a span::after,
#banner_button a span:before, #banner_button a span:after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
	display:none;
} */
/* header.site-header nav ul li a:hover::before, header.site-header nav ul li a:hover::after,
header.site-header nav ul li.menubtn a:before, header.site-header nav ul li.menubtn a:after,
header.site-header nav ul li.current_page_item a:before, header.site-header nav ul li.current_page_item a:after,
#banner_button a:before, #banner_button a:after{
  width: 100%;
}
header.site-header nav ul li a:hover span::before, header.site-header nav ul li a:hover span::after,
header.site-header nav ul li.menubtn a span:before, header.site-header nav ul li.menubtn a span:after,
header.site-header nav ul li.current_page_item a span:before, header.site-header nav ul li.current_page_item a span:after,
#banner_button a span:before, #banner_button a span:after{
  height: 100%;
} */

/* header.site-header nav ul li.menubtn a:hover:before, header.site-header nav ul li.menubtn a:hover:after,
#banner_button a:hover:before, #banner_button a:hover:after{
    width:0;
}
header.site-header nav ul li.menubtn a:hover span:before, header.site-header nav ul li.menubtn a:hover span:after,
#banner_button a:hover span:before, #banner_button a:hover span:after{
    height:0;
} */
header.site-header nav ul li.menubtn a:before,
#banner_button a:before{transition-delay: 0.4s !important;}
header.site-header nav ul li.menubtn a:after,
#banner_button a:after{transition-delay: 0s !important;}
header.site-header nav ul li.menubtn a span:before,
#banner_button a span:before{transition-delay: 0.6s !important;}
header.site-header nav ul li.menubtn a span:after,
#banner_button a span:after{transition-delay: 0.2s !important;}

header.site-header nav ul li.menubtn a:hover:before,
#banner_button a:hover:before{transition-delay: 0.2s !important;}
header.site-header nav ul li.menubtn a:hover:after,
#banner_button a:hover:after{transition-delay: 0.6s !important;}
header.site-header nav ul li.menubtn a:hover span:before,
#banner_button a:hover span:before{transition-delay: 0s !important;}
header.site-header nav ul li.menubtn a:hover span:after,
#banner_button a:hover span:after{transition-delay: 0.4s !important;}
/*----- button 3 -----*/
header.site-header nav ul li a::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
header.site-header nav ul li a span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
header.site-header nav ul li a::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
header.site-header nav ul li a span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

header.site-header nav ul li a:hover::after{
  transition-delay: 0s;
}
header.site-header nav ul li a:hover span::after{
  transition-delay: 0.2s;
}
header.site-header nav ul li a:hover::before{
  transition-delay: 0.4s;
}
header.site-header nav ul li a:hover span::before{
  transition-delay: 0.6s;
}
header.site-header.sticky {
	position: fixed;
	top: 0;
	background: #fff;
	margin-top: 0;
	z-index: 123123213;
	box-shadow: 0px 0px 4px 0px #ccc;
}
header.site-header.sticky #menu-header-menu li a {
	color: #000;
}
header.site-header.sticky .htel.ht-phone {
	color: #000;
}

body.page-id-997 #ct-credite_main #ct-back.sitebtn a::after {
	background-image: url(/wp-content/uploads/2024/01/btn-01.svg);
	filter: unset;
}

div[id^="wpcf7-f1148"] button.cf7mls_next,
div[id^="wpcf7-f1317"] button.cf7mls_next,
.cf7mls_back,
.step_form input[type="submit"]{
	position: relative;
	font-family: "ethnocentric light", sans-serif !important;
	padding: 16px 30px 22px !important;
	z-index: 12;
	color: #000 !important;
	font-weight: 200 !important;
	border-radius: 100px !important;
	background:transparent !important;
	font-size: 16px !important;
	overflow: hidden;
	transform:unset !important;
	transition:0.3s all;
	border-top: 2px solid #e00202 !important;
	border-left: 2px solid #e00202 !important;
	border-right: 2px solid #fece00 !important;
	border-bottom: 2px solid #fece00 !important;
}
div[id^="wpcf7-f1148"] button.cf7mls_next:hover,
div[id^="wpcf7-f1317"] button.cf7mls_next:hover,
.cf7mls_back:hover,
.step_form input[type="submit"]:hover{
	border-bottom: 2px solid #e00202 !important;
	border-right: 2px solid #e00202 !important;
	border-left: 2px solid #fece00 !important;
	border-top: 2px solid #fece00 !important;
}
/**/
#banner_button a:before {
    right: 0;
    top: 0;
}
#banner_button a:after {
    left: 0;
    bottom: 0;
}
#banner_button a span::before {
    left: 0;
    top: 0;
}
#banner_button a span::after {
    right: 0;
    bottom: 0;
}
header.site-header .close_menu,
header.site-header .open_menu {
    display: none;
}
body.page-id-230 .site-header {
    position: unset;
}
body.page-id-230 .site-header nav ul li a {
    color: #000;
}
body.page-id-230 .site-header nav ul li a::before, body.page-id-230 .site-header nav ul li a::after, body.page-id-230 .site-header nav ul li a span::before, body.page-id-230 .site-header nav ul li a span::after {
    background: #000;
}
body.page-id-230 .site-header nav ul li.menubtn a {
    background: #DF0000;
    color: #fff;
}
body.page-id-230 .site-header nav ul li.menubtn a:before,
body.page-id-230 .site-header nav ul li.menubtn a:after,
body.page-id-230 .site-header nav ul li.menubtn a span:before,
body.page-id-230 .site-header nav ul li.menubtn a span:after{background: #DF0000;}
body.page-id-230 header.site-header a.htel,
body.page-id-230 header.site-header .open_menu{color:#000;}

header.site-header .open_menu img {
    max-width: 40px;
}
body.page-id-230 header.site-header .open_menu img{
    -webkit-filter: invert(100%);
filter: invert(100%);
}
/*********************************
 * 			Home Page
 * ******************************/
#mousescroll{
    animation: mouse-scroll 1s infinite alternate;
    position:relative;
}
@keyframes mouse-scroll {
  from {
    top:0px;
  }
  to {
    top:30px;
  }
  
}
#banner_button a {
	font-weight: 200;
	font-family: "Ethnocentric Light", Sans-serif;
	padding: 19px 40px 24px;
	margin-top: 20px;
	z-index: 12;
	font-size: 16px;
}
/*#banner_button a:hover:before
header.site-header nav ul li.menubtn a:hover:before
 {
    background: #DF0000;
    border-color: #DF0000;
}*/
#banner_button a:before {
    z-index: -1;
}
div#banner_bottom_text h2 {
    position: relative;
    z-index: 12;
    display: inline-block;
    padding: 26px 63px;
    margin-top: -60px;
}
div#banner_bottom_text h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #DF0000;
    z-index: -1;
    transform: skew(-14deg);
}
.sitebtn a {
	position: relative;
	font-family: "ethnocentric light", sans-serif;
	padding: 16px 30px 23px;
	margin-top: 20px;
	z-index: 12;
	display: inline-block;
	color: #000 !important;
	font-weight: 200 !important;
	border-radius: 100px;
	border-width: 2px;
	font-size: 14px !important;
	overflow: hidden;
	border-top: 2px solid #e00202;
	border-left: 2px solid #e00202;
	border-right: 2px solid #fece00;
	border-bottom: 2px solid #fece00;
}
.sitebtn a:hover {
	border-bottom: 2px solid #e00202;
	border-right: 2px solid #e00202;
	border-left: 2px solid #fece00;
	border-top: 2px solid #fece00;
}
/* .sitebtn a:hover{background:#000;} */
/* .sitebtn a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skew(-14deg);
    transition: 0.3s all;
    background: #DF0000;
    z-index: -1;
}
.sitebtn a:hover:before{background:#000;} */

div#aboutcall a span {
    font-family: 'Montserrat', sans-serif !important;
    color: #808080;
    font-size: 14px;
    font-weight: 400 !important;
    font-style: italic;
}






div#legittabs .elementor-tabs-wrapper .elementor-tab-title {
    position: relative;
    font-family: "ethnocentric bold", Sans-serif !important;
    padding: 18px 40px 22px;
    z-index: 12;
    display: inline-block;
    color: #000 !important;
    font-weight: 200 !important;
    margin: 0px 12px;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 14px;
}
div#legittabs .elementor-tabs-wrapper .elementor-tab-title:after {
    display: none;
}
div#legittabs .elementor-tabs-wrapper .elementor-tab-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skew(-14deg);
    transition: 0.3s all;
    background: transparent;
    z-index: -1;
    border: 1px solid #000 !important;
    width: 100%;
    height: 100%;
	display: none;
}
/* div#legittabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
    background: #000;
} */
div#legittabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active{color:#fff !important;background:#DF0000;border-color:#DF0000;}
div#legittabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(2).elementor-active {
	background: #FECE00;
	border-color: #FECE00;
}
div#legittabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(3).elementor-active {
	background: #000000;
	border-color: #000000;
}
div#legittabs .elementor-tabs-content-wrapper h4 {
    max-width: 750px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'astronomusregular';
    color: #000;
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 25px;
}
div#legittabs .elementor-tabs-content-wrapper p {
    max-width: 850px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat';
    line-height: 1.4;
}
.services-boxes .service-box {
    margin: 25px 10px;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-end;
    padding: 30px 30px;
    z-index: 12;
    position: relative;overflow:hidden;
    transition: 0.4s all;
	border-radius:20px;
}
.services-boxes .service-box:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1232546665432421;
}
/* .services-boxes .service-box:nth-child(2n):hover::before {
	background: rgb(255, 206, 0,0.5);
}
.services-boxes .service-box:nth-child(2n):hover h3, .services-boxes .service-box:nth-child(2n):hover p {
	color: #000;
} */
.services-boxes .service-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;transition:0.3s all;
}
.services-boxes .service-box:hover:before{background: rgba(206,25,25,0.8);}
.services-boxes .service-box h3 {
    font-family: "ethnocentric bold", Sans-serif;
    color: #fff;
    font-size: 20px;
}
.services-boxes .service-box p {
    color: #fff;
    font-weight: 300;font-size:14px;
    line-height: 1.3;display:none;
}
.services-boxes .service-box:hover p{display:inline-block;}
.services-boxes .service-box a.sitebtn {
	position: relative;
	font-family: "ethnocentric light", Sans-serif;
	padding: 8px 12px 11px;
	margin-top: 20px;
	z-index: 12;
	display: inline-block;
	color: #fff !important;
	/* font-weight: 600 !important; */
	border-radius: 100px;
}
.services-boxes .service-box a.sitebtn span{display:none;}
.services-boxes .service-box a.sitebtn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/*     transform: skew(-14deg); */
    transition: 0.3s all;
    background: #DF0000;
    z-index: -1;
    outline: 5px solid rgb(255 255 255 / 40%);
	border-radius:100px;
}
.services-boxes .service-box:nth-child(2n) a.sitebtn::before {
	background: #FECE00 !important;
}
.services-boxes .service-box:hover:nth-child(2n) a.sitebtn {
	color:#000 !important;
}
.services-boxes .service-box:hover a.sitebtn{color:#fff !important;padding:14px 22px 19px;font-size:12px;}
.services-boxes .service-box:hover a.sitebtn:before{background:#000;outline:unset;}
.services-boxes .service-box:hover a.sitebtn span{display:inline-block;}
.services-boxes .service-box:hover a.sitebtn i{display:none;}

div#testimonialShortCodess {
/*     max-width: 890px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px 0px;
    z-index: 123;
}
/* div#testimonialShortCodess:before {
    content: '';
    background: #f4f6f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skew(-14deg);
} */
div#testimonialShortCodess h3 {
    font-size: 20px;
    position: relative;
/* 	padding-bottom:5px; */
}
/* div#testimonialShortCodess h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #DF0000;
    margin: 0 auto;
} */
div#testimonialShortCodess p {
    margin-top: 25px;
    font-weight: 400;
    color: #939598;
    line-height: 1.4;
}
div#testimonialShortCodess img {
    margin: 0 auto;
    width: 130px;
}
div#testimonialShortCodess .testimonials-boxes button.slick-prev.slick-arrow {
    left: -130px;
}
div#testimonialShortCodess .testimonials-boxes button.slick-next.slick-arrow {
    right: -130px;
}
div#testimonialShortCodess .testimonials-boxes button.slick-prev.slick-arrow:before,
div#testimonialShortCodess .testimonials-boxes button.slick-next.slick-arrow:before {
    content: '\f104';
    font-weight: bold;
    font-family: 'Font Awesome 6 free';
    color: #b6b6b6;
    font-size: 30px;
}
div#testimonialShortCodess .testimonials-boxes button.slick-next.slick-arrow:before{
    content: '\f105';
}
div#testimonialShortCodess .testimonials-boxes ul.slick-dots {
    bottom: -45px;
}
div#testimonialShortCodess .testimonials-boxes ul.slick-dots li button:before,
.services-boxes ul.slick-dots li button:before {
    display: none;
}
div#testimonialShortCodess .testimonials-boxes ul.slick-dots li button,
.services-boxes ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    margin: 0;
    padding: 0;
	border-radius:50px;
}
div#testimonialShortCodess .testimonials-boxes ul.slick-dots li.slick-active button,
.services-boxes ul.slick-dots li.slick-active button {
    background: #DF0000;
}
div#testimonialShortCodess .testimonials-boxes ul.slick-dots li {
    margin: 0px 0px;
}
div#testimonialShortCodess .testimonials-boxes .testimonial-box {
	text-align: center;
	margin: 0px 10px;
	background: #f7f8f7;
	padding: 30px;
	border-radius: 30px;
	height: 100%;
	position:relative;
}
div#testimonialShortCodess .testimonials-boxes .testimonial-box::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/12/quote1.png);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
}
div#testimonialShortCodess .testimonials-boxes .testimonial-box::after {
	content: "";
	background-image: url(/wp-content/uploads/2024/12/quote2.png);
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*******************************
		Footer
*********************************/
 footer.site-footer {
    background: #000000;
    padding-top: 50px;
}
footer.site-footer img.footer_logo {
    max-width: 230px;
    width: 100%;
}
footer.site-footer h2 {
    font-family: 'astronomusregular';
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
footer.site-footer h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #DF0000;
}
footer.site-footer ul.menu {
    margin: 0;
}
footer.site-footer ul.menu li a {
    color: #fff;
    display: flex;
    margin: 14px 0px;
    align-items: center;
    text-decoration: none;
    font-weight: 300;
}
footer.site-footer ul.menu li a:hover {
    color: #DF0000;
}
footer.site-footer ul.menu li a::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #FECE00;
	/* transform: skew(-14deg); */
	margin-right: 12px;
	border-radius: 50px;
}
/* footer.site-footer ul.menu li a:hover::before {
    background: #DF0000;
} */
footer.site-footer ul.contact {
    margin: 0;
}
footer.site-footer ul.contact li {
    color: #fff;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    margin: 14px 0px;font-weight: 300;
}
footer.site-footer ul.contact li i {
    color: #FECE00;
    margin-right: 12px;
    margin-top: 1px;
}
footer.site-footer ul.contact li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
footer.site-footer ul.social {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
footer.site-footer ul.social li a {
	color: #FECE00;
	text-decoration: none;
	font-size: 16px;
	margin-right: 15px;
	/* border: 1px solid #FECE00; */
	/* padding: 10px 7px; */
	display: inline-block;
	border-radius: 50px;
	/* width: 35px; */
	/* height: 35px; */
	text-align: center;
}
footer.site-footer ul.social li a:hover {
	color: #DF0000;
/* 	background: #FECE00; */
}
footer.site-footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 25px 0px;
	border-top: 1px solid #141414;
}
footer.site-footer .copyright p {
    color: #666666;
    margin: 0;
    font-size: 14px;
}
footer.site-footer .copyright p img {
    max-width: 140px;margin-left: 20px;
}
#back-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 23456675433;
    /*background: #f22828;
    color: #fff;
    padding: 6px 13px;
    font-size: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px #fff;*/
    cursor: pointer;
}
#back-top img {
    max-width: 60px;
}
.stickyphone {
    position: fixed;
    left: 20px;
    bottom: 30px;
    background: #df0000;
    color: #fff !important;
    padding: 13px 13px;
    border-radius: 50px;
    font-size: 14px;
    z-index: 12345678;
}
.stickyphone:hover{
	animation: zoomInOut 1s infinite; /* Apply animation */
	  transition: transform 0.1s ease-in-out;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Zoom out */
  }
}
/**************** 404 Page  *************/
.page404 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0px;
    box-sizing: border-box;
}
.page404 img {
    max-width: 400px;
}
.page404 h2 {
	font-family: "ethnocentric bold", sans-serif;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 15px 0px;
}
.page404 p {
    text-align: center;
    color: #686867;
    line-height: 1.4;
    margin: 0;
}
.page404 .sitebtn a {
    text-decoration:none;
}

/*************** request a rate page ******************/
.requestrate-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;margin-top:25px;position:relative;
}
.requestrate-form h3 {
    width: 100%;
    font-family: 'astronomusregular';
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
}
.requestrate-form p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;margin:0;
}
.requestrate-form p br{display:none;}
.requestrate-form p label {
    width: 44%;
    margin-bottom: 25px;position:relative;
}
.requestrate-form p label.select-tag::before {
    content: '\f107';
    font-family: 'Font Awesome 6 free';
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 46px;
    color: #DF0000;
    font-size: 21px;
    pointer-events: none;
}
.requestrate-form p label span {
    color: #000000;
    display: block;
    font-size: 16px;
    width: 100%;
}
.requestrate-form .optionn {
	width: 44%;
}
.requestrate-form .optionn p {
	flex-flow: column;
}
.requestrate-form p label span select, .requestrate-form p label span input, .requestrate-form p label span textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-top: 12px;
    outline: none;appearance: none
}
.requestrate-form p label span textarea {
    line-height: 1.6;
    height: 200px;
}
.requestrate-form p .wpcf7-not-valid-tip {
    color: #DF0000;
    margin-top: 10px;
}
.requestrate-form .optionn span input[type="radio"] {
    padding: 0;
    width: auto;
    appearance: unset;
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;margin:0;border:1px solid #000;
}
.requestrate-form .optionn span input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background: #DF0000;margin-top: 1px;
}
.requestrate-form .optionn span input[type="radio"]:checked::before {
    transform: scale(1);
}
.requestrate-form .optionn .wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.requestrate-form .optionn .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}
.requestrate-form .optionn .wpcf7-form-control.wpcf7-radio span {
    width: auto;
}
.requestrate-form .optionn .wpcf7-form-control.wpcf7-radio label {
    margin: 0;
    display: flex;
    align-items: center;
    width: 70px;
}
.requestrate-form .optionn .wpcf7-form-control.wpcf7-radio label span {
    margin: 0;
    margin-left: 10px !important;
}
.requestrate-form br {
    display: none;
}
.requestrate-form input[type="submit"] {
    background: #DF0000;
    border: unset;
    font-family: 'astronomusregular';
    color: #fff;
    display: inline-block;
    margin-left: auto;
    padding: 17px 40px;
    transform: skew(-14deg);
    transition: 0.3s all;cursor:pointer;
}
.requestrate-form input[type="submit"]:hover{background:#000;}
.requestrate-form span.wpcf7-spinner {
    margin: 0;
    float: right;
    position: absolute;
    bottom: -20px;
    right: 10px;
}