@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	margin:0px; 
	padding:0px; 
	border:0px;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;  color:#232323;
	padding:0;overflow-x: hidden; 
	margin:0;
}
ul{
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
p{ 
	font-size:16px; 
	color: #444444; 
	margin-bottom:10px; 
	line-height: 28px;
}
h1,h2,h3,h4,h5,h6{	
	margin: 0px; 
	color: #111111; 
	padding: 0px; 
}
a{ 
	font-weight: 500;
	font-size: 16px;
	text-decoration: none; 
	-webkit-transition: all .5s ease-in-out;  
	-moz-transition: all .5s ease-in-out; 
	-o-transition: all .5s ease-in-out;  
	transition: all .5s ease-in-out; 
}
a:hover, a:focus{ 
	text-decoration: 
	none; outline: none;
}
section{
	padding-top: 50px;
}

/*==================== Loader ====================*/
.loader img {width: 15%;}
.load_container {display:block;position:fixed;width:100%;height:100vh;background: #f2f2f2;z-index:99999999; top:0;}
.load_content {width:90%;height:100%;display:flex;margin:auto;}
#loader {bottom: 0;left: 0;margin: auto;position: absolute;right: 0;top: 0;}
.loader {height: 100vh; display: flex; align-items: center;  justify-content: center;    }
/*================= Header Start ==================*/

.header .container {
    max-width: 100%;
}
.header-bottom {
    background: #fff;
    position: relative;
}

/*======== Nav Bar ========*/

/*.mainmenu li a:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 0px;*/
/*    height: 2px;*/
/*    background-color: #e77817;*/
/*    transition: all .3s ease-in-out;*/
/*}*/
/*.mainmenu li a:hover:after {*/
/*    width: 100%;*/
/*}*/

#moile-menu {
    display: flex;
    justify-content: end;
}

.mainmenu li {position: relative; display: inline-block;}
.mainmenu li a{display: block;     padding:8px; color: #262626; -webkit-transition: .3s; -o-transition: .3s; transition:.3s; font-size:16px; position:relative;}
.mainmenu li a:after {opacity:0; content:'ㆍ'; position:absolute; top:55%; left:50%; font-size:110%; transform:translateX(-50%); text-shadow: transparent 0px 0px; transition: text-shadow 0.3s, color 0.3s; color:#fff;}
.mainmenu li:hover a:after {opacity:1; transition: text-shadow 0.3s, color 0.3s; text-shadow: 8px 0 #ffffff, -8px 0 #ffffff; color:#fff;}
.mainmenu li ul {position: absolute;  left: 0; top: 69px; width: 265px; background-color: white; text-align: left; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); padding: 15px;    -webkit-transform-origin: top;  -ms-transform-origin: top; transform-origin: top; -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1); border-radius: 5px;}
.mainmenu li:hover ul { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}
.mainmenu li ul li{width:100%;}
.mainmenu li ul li a{padding: 10px 0; font-weight: 400;  color: #262626 !important; transition: all .3s; border-bottom: 1px solid #0016471f;}
.mainmenu li ul li:last-child a{border-bottom:none;}
#mainmenu-area {position: absolute;   top: 0;   z-index: 99;margin: 0 auto;
    left: 0;    right: 0;}
.mainmenu li a:focus {    color: #262626; }




.btn-style-one:hover {
    color: #ffffff;
    background: #262626;
}
.service-text a:hover {
    color: #262626;
}
.service-text a:hover i{
    color: #262626;
    transition: 0.3s ;
}
.service-text a i{
	transition: 0.3s ;
}
.header-btn{
	border-radius: 5px;
}
/*a.nav-link{
	transition: 0.5s ease;
}
a.nav-link:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #dd780e;
    position: absolute;
    opacity: 0.3 !important;
    z-index: 0;
    transition: 0.5s ease;
}

a.nav-link:hover:after{
	opacity: 0.7 !important;
	transition: 0.5s ease;
}*/

a.nav-link:hover{
	color: #dd780e;
}

/*============== Slider Start ====================*/
.hero-slider{
	padding: 0;
}
.swiper-slide img{ width:100%;}

/*=============== Abour Us Start ===============*/

.about-img-box img{
	width: 100%;
}
.about-content-box{
	position: relative;
	padding: 10px 0;
}
.about-content-box:before {
    content: 'About';
    font-family: 'Poppins', sans-serif;
    font-size: 115px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 12%);
    position: absolute;
    left: 0;
    top: -50px;
    font-weight: 700;
}
.head-p{
	color: #e38e31;
	font-size: 16px;
	position: relative;
	padding-left: 70px;
	margin-bottom: 0px;
}
.head-p:before{
	content: '';
	width: 60px;
	height: 2px;
	background: #e38e31;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about-content-box h1{
	color: #e38e31;
	font-size: 50px;
	font-weight: 700;
}
.about-content-box h1 span{
	color: #262626;
}
.about-content-box p strong{
	position: relative;
	margin-right: 10px;
}
.about-content-box p strong:after{
	content: '';
	width: 60px;
	height: 2px;
	background: #e38e31;
	display: block;
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}
.bg-box{
	/*margin-top: 30px;*/
	background: #f7f7f7;
	padding: 20px;
	text-align: justify;
    word-spacing: -1px;
}
.bg-box p:last-child{
	margin-bottom: 0;
}
.btn-style-one{
	padding: 10px 20px;
	background: #e38e31;
	color: #fff;
}
.link-box{
	margin-top: 30px;
}
.btn-style-one i{
	padding-left: 10px;
}

/*============= Services Start ===============*/

/*.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}
*/
.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -15px;
    right: -17px;
    background: #e38e31;
    height: 50px;
    width: 50px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}
.section-title{
	color: #e38e31;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	padding-top: 45px;
	position: relative;
}
.section-title-2{
	position: relative;
}
.section-title-2:before{
	content: '';
	width: 100px;
	height: 100px;
	background: url(../images/dotted-shape.png);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.card1:hover p{
	color: #fff;
}
.card1:hover h3{
	color: #fff;
}
.card1:hover a{
	color: #fff;
}
.card1:hover a i{
	color: #fff;
}
.section-title span{
	color: #262626;
}
.service-text h3{
	color: #e38e31;
	font-weight: 600;
	padding: 15px 0;
	font-size: 20px;
}
.service-box{
	border-radius: 10px;
	margin-top: 50px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.service-text {
    padding: 15px;
}
.box-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s ease;
}
.service-box:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}
.service-box .box-img {
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.service-text a{
	display: block;
	margin-top: 20px;
	color: #e38e31;
	font-weight: 500;
}
.service-text a i{
	color:  #e38e31;
	padding-left: 10px;
}
.service-section{
	position: relative;
}
.service-section:before{
	content: 'Services';
    font-family: 'Poppins', sans-serif;
    font-size: 115px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 12%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0px;
    font-weight: 700;
}

/*============= Counter Start ==============*/

.count{
	position: relative;
}
.for-k:after {
    content: 'K';
    font-size: 40px;
    position: absolute;
    left: 55px;
    display: block;
    color: #262626;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
.for-k-2:after{
	content: 'K';
    font-size: 40px;
    position: absolute;
    left: 55px;
    display: block;
    color: #262626;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
.for-m:after{
	content: 'M';
    font-size: 40px;
    position: absolute;
    left: 30px;
    display: block;
    color: #262626;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
.for-plus:after{
	content: '+';
    font-size: 40px;
    position: absolute;
    left: 50px;
    display: block;
    color: #262626;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    width: 100%;
    color: #e38e31;
}
#counter .item{
  background: #fff;
  width: 200px;
  padding: 25px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 20%);
margin: 0 40px 20px ;
} 
#counter .item .count{
  color: #e38e31;
  margin-bottom: 5px;
  font-size: 40px;
  text-align: left;
  font-weight: 700;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
  font-size: 15px;
    text-align: left;
}

/*============ Partner Start ============*/

.brands{
	background: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 50px;
}
.partner-section {
    position: relative;
}
.partner{
	padding-top: 30px;
}
.partner:before{
	content: 'Partners';
    font-family: 'Poppins', sans-serif;
    font-size: 115px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 12%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -50px;
    font-weight: 700;
}

.brands{
	padding: 50px 0;
}
.owl-carousel .owl-item img{
	margin: 0 auto;
}
.wid-85{
	width: 93%;
	margin: 0 auto;
	margin-top: 50px;
}
.owl-prev span{  
	color: #adadad;   
	font-size: 30px; 
}
.owl-theme .owl-nav [class*=owl-]{
	border: 0;
	background: none;
}
.owl-prev span{
	font-size: 40px;
	position: relative;
	color: #e38e31;
}
.owl-next span{
	font-size: 40px;
	position: relative;
	color: #e38e31;
}
/*.owl-next span:hover:before{
	background: #40a9d9;
}
.owl-next span:hover{
	color: #fff;
}
.owl-prev span:hover{
	color: #fff;
}
.owl-prev span:hover:before{
	background: #40a9d9;
}*/
.owl-next span:before{
	content: "";
	border: 1px solid #262626;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	bottom: 6px;
	left: -16px;
}
.owl-prev span:before {
    content: "";
    border: 1px solid #262626;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 6px;
    right: -15px;
}
button:focus{
	outline: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-50%);
}

/*============ Footer Start ==============*/

.footer{
	background: #262626;
	
}
.footer-box img{

}
.footer-box p{
	color: #fff;
	padding-top: 30px;
}
.footer-box ul {
    display: flex;
}
.footer-box ul li{
	margin-right: 20px;
}
.footer-box ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px dotted #e38e31;
	display: block;
	position: relative;
}
.footer-box ul li a i{
	color: #e38e31;
	font-size: 20px;
	position: absolute;
	line-height: 40px;
	/*transform: translateY(-50%);*/
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.link-box h4{
	color: #e38e31;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.link-box h4:after{
	content: '';
	width: 80px;
	height: 2px;
	background: #e38e31;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.link-box ul li{
	margin: 10px 0;
}
.link-box ul li a{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.link-box ul li a:hover{
	color: #e38e31;;
	transition: 0.2s;
	padding-left: 8px;
}
.link-box ul li i{
	color: #e38e31;
	padding-right: 10px;
	font-size: 16px;
}
.contact-link ul li{
	position: relative;
	padding-left: 30px;
}
.contact-link ul li i{
	line-height: 30px;
	position: absolute;
	left: 0;
}
.contact-link ul li span{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.contact-link i.fa.fa-phone {
    font-size: 20px;
}
.contact-link i.fa-map-marker {
    font-size: 20px;
}
.footer-box ul li a:hover {
    border: 1px dotted #fff;
}
.footer-box ul li{
	transition: transform .8s ease-in-out;
}
.footer-box ul li a:hover i {
    color: #fff;
    transform: rotate(360deg);
    transition: 0.8s;
}
.footer-box ul li a:hover{
	background: #e38e31;
	transition: 0.8s;
}
.footer-end{
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px 0;
}
.footer-text p{
	color: #fff;
	margin-bottom: 0;
}
.footer-text span{
	color: #e38e31;
}
.footer-text a{
	color: #e38e31;
	font-weight: 600;
}
.right{
	text-align: right;
}

.eff-none ul li a:hover {
    padding: 0;
}

/*============ BUTTON CSS =============*/

.block {
  height: 150px;
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px;
}

.btn {
	    *width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.btn::before,
.btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.btn4 {
  overflow: hidden;
}

.btn4:after {
  left: -100%;
  clip-path: polygon(10% 0, 70% 0, 90% 100%, 30% 100%);
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 300ms ease;
}

.btn4:hover::after {
  left: 100%;
}
.swiper-button-prev{
    background: #e38e31;
    width: 40px;
    height: 40px;
    background-size: cover;
    left: 10px;
    right: auto;
    color: #fff;
}


.swiper-button-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    font-size: 27px;
    left: 13px;
}

.swiper-button-next{
    background: #e38e31;
    width: 40px;
    height: 40px;
    background-size: cover;
    right: 10px;
    left: auto;
    color: #fff;
}

.swiper-button-next:before {
 content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-size: 27px;
    left: 13px;
}

/*================== About Us Page Start ==================*/

.breadcrumbs {
  width: 100%;
  padding:230px 0 100px 0;
  text-align: center;
  background: url(../images/breadcrumbs/about-bg.jpg);
  color: white;
}
.breadcrumbs h1{
	color: #fff;
	font-weight: 700;
	font-size: 60px;
}
.about-content{
	position: relative;
	background: #f6f7f9;
	padding-bottom: 50px;
}
/*.about-content:before{*/
/*	content: 'About Us';*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 115px;*/
/*    color: transparent;*/
/*    -webkit-text-stroke-width: 1px;*/
/*    -webkit-text-stroke-color: rgb(227 142 49 / 23%);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    top: 0px;*/
/*    font-weight: 700;*/
 /*   z-index: -1;*/
/*}*/
.about-box{
	margin-top: 40px;
	position: relative;
}
.about-box h2{
	font-weight: 700;
	color: #262626;
	font-size: 35px;
	margin-bottom: 40px;
	position: relative;
	padding-top: 40px;
}
.about-box span{
	color: #e38e31;
}
.about-box h2:before{
	content: '';
	width: 100px;
	height: 5px;
	background: #e38e31;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.about-img img{
	width: 100%;
}
.about-box{
	margin-top: 0px;
}
.bg-shape{
	position: relative;
}
.bg-shape:after{
	content: '';
    width: 100px;
    height: 100px;
    background: url(../images/dotted-shape.png);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.pb-50{
	padding-bottom: 50px;
}
.mt-50{
	margin-top: 50px;
}
.about-brands{
	margin-top: 0;
}

/*============== Services Page Start ================*/

section.second-service {
	position: relative;
    background: #f6f7f9;
    padding-bottom: 50px;
}

.second-service:before{
	display: none;
}
.services-page-title{
	position: relative;
	background: none;
}
.services-page-title:before{
	content: 'Services';
    font-family: 'Poppins', sans-serif;
    font-size: 115px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(227 142 49 / 23%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0px;
    font-weight: 700;
}
.asc{
	align-self: center;
}
.bg-shape-em{
	position: relative;
	padding-top: 40px;
}
.bg-shape-em:before{
	content: '';
    width: 100px;
    height: 5px;
    background: #e38e31;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-shape-em h2{
	padding-top: 20px;
	margin-bottom: 30px;
}
.bg-shape-em h2:before{
	display: none;
}
.bg-shape-em:after{
	content: '';
    width: 100px;
    height: 100px;
    background: url(../images/dotted-shape.png);
    display: block;
    position: absolute;
    right: 0;
    top: -70px;
}

/*----------- bottom contac row -----------*/

.bottom-contact{
	background: #f6f7f9;
	padding: 30px 0;
	position: relative;
	z-index: 0;
}
.bottom-contact:after {
    content: '';
    position: absolute;
    top: 0;
    left: -38px;
    width: 30%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
    background: #e38e31;
    display: block;
}
.bottom-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 30%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
    background: #262626;
    display: block;
}
.contact-bottom-btn p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}
.contact-bottom-btn a{
	font-weight: 600;
	color: #fff;
	font-size: 30px;
	transform: 0.2s;
}
.contact-bottom-btn a:hover{
	color: #262626;
	transform: 0.2s;
}
.contact-bar h4{
	margin-bottom: 0;
	text-align: center;
}
.conact-num-row a{
	font-weight: 600;
	color: #fff;
	transform: 0.2s;
}
.conact-num-row a:hover{
	color: #e38e31;
	transform: 0.2s;
}
.conact-num-row p{
	font-size: 20px;
	color: #262626;
	margin-bottom: 0;
}

/*=============== Contact us Page Start =================*/

.contact-us-title{
	color: #e38e31;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-top: 80px;
    padding-bottom: 15px;
}
.contact-us-title span {
    color: #262626;
}
.contact-us-title:before{
	content: 'Contact Us';
    font-family: 'Poppins', sans-serif;
    font-size: 115px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(227 142 49 / 23%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    font-weight: 700;
}
.contact-us-section:before{
	display: none;
}

/*tr:nth-child(even) {
  background-color: #e38e3161;
}*/
.bg{
	background-color: #e38e31;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
table{
	width: 100%;
}
table a {
    color: #262626 !important;
    font-weight: 400 !important;
    font-size: 14px;
}
table a:hover{
    color:#e38e31 !important;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.contact-us-title-2{
	padding-top: 50px;
}
.contact-us-title-2:before{
	display: none;
}

/*================= Start Top scrolling script ======================*/
#toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 40px; height: 40px; border: none; text-indent: 100%; background: url(../images/arrow.png)0 0 no-repeat;}
#toTopHover {width: 40px; height: 40px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);}



/*-----------xxxxxxxxxxxxx contact form xxxxxxxxxxxxxxxxxx----------*/

.contact-form{
	position: relative;
	padding-top: 0;
}
:root {
  --primary-color: #010712;
  --secondary-color: #818386;
  --bg-color: #FCFDFD;
  --button-color: #262626;
  --h1-color: #3F444C;
}

[data-theme="dark"] {
  --primary-color: #FCFDFD;
  --secondary-color: #818386;
  --bg-color: #010712;
  --button-color: #fff;
  --h1-color: #FCFDFD;
}

.contact-container {
  display: flex;
  width: 100%;
  height: 130vh;
  background: var(--bg-color);
}

.left-col {
    width: 50%;
    background-image: url("../images/contact-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.right-col {
    background: var(--bg-color);
    width: 50%;
    height: 100%;
    padding: 5rem 3.5rem;
    position: relative;
}
.contact-us-form span{
	color: var(--button-color);
}
.contact-form h1, label, button, .description {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.contact-form h1 {
  color:var(--h1-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}

.contact-form p {
  color: var(--secondary-color);
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  width: 100%;
  margin: 0.25rem 0;
}

.contact-form label, .description {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 0.625rem;
}

.contact-form form {
  /*width: 31.25rem;*/
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0;
}

.contact-form input, textarea, label {
  width: 100%;
  display: block;
}

/*.contact-form p, placeholder, input, textarea {
  font-family: 'Helvetica Neue', sans-serif;
}*/

.contact-form input::placeholder, textarea::placeholder {
  color: var(--primary-color);
}

.contact-form input, textarea {
  color: var(--primary-color);
  font-weight: 500;
  background: var(--bg-color);
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  outline: none;
}

.contact-form textarea {
  resize: none;
}

.contact-form button {
  text-transform: uppercase;
  font-weight: 300;
  background: var(--button-color);
  color: var(--bg-color);
  width: 10rem;
  height: 2.25rem;
  border: none;
  font-weight: 600;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.contact-form input:hover, textarea:hover, button:hover {
  opacity: 0.5;
}

.contact-form button:active {
  opacity: 0.8;
}

/* Toggle Switch */

.theme-switch-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  width: 160px;
  position: absolute;
  top: 30px;
  right: 0;
}

.description {
    margin-left: 1.25rem;
  }

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #e38e31;
  bottom: 0.25rem;
  content: "";
  width: 26px;
  height: 26px;
  left: 0.25rem;
  position: absolute;
  transition: .4s;
}

.contact-form input:checked + .slider {
  background-color: var(--button-color);
}

.contact-form input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#error, #success-msg {
  width: 40vw;
  margin: 0.125rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Jost';
  color: var(--secondary-color);
  }
}

  #success-msg {
  transition-delay: 3s;
  }

@media only screen and (max-width: 950px) {

  .contact-form h1 {
    font-size: 1.75rem;
  }
  .contact-form p {
    font-size: 0.7rem;
  }
  .contact-form input, textarea, button {
    font-size: 0.65rem;
  }
  .description {
    font-size: 0.3rem;
    margin-left: 0.4rem;
  }
  .contact-form button {
    width: 7rem;
  }
  .theme-switch-wrapper {
    width: 120px;
  }
  .theme-switch {
  height: 28px;
  width: 50px;
}

.theme-switch input {
  display:none;
}

.slider:before {
  background-color: #fff;
  bottom: 0.25rem;
  content: "";
  width: 20px;
  height: 20px;
  left: 0.25rem;
  position: absolute;
  transition: .4s;
}
  .contact-form input:checked + .slider:before {
  transform: translateX(16px);
}

.slider.round {border-radius: 15px;}

.slider.round:before {border-radius: 50%;}
.pt-0{padding-top: 0;}

}

/*XXXXXXXXXXXXXXXXXXXX*/
.footer-box p{text-align: justify;  word-spacing: -2px;}
.swiper-pagination-bullet-active{background: #e38e31;}
.swiper-pagination-bullet{background: #fff;}
.about-box p {  text-align: justify;  word-spacing: -1px; }

.header { background: #fff;}
.header-bottom.fixed {  width: 100%;position: fixed;top: 0; margin: 0; left: 0;
    border-radius: 0;  background-color: #ffffffdb; }


.certificate-box h3 {
    font-size: 16px;
    text-align: center;
    margin: 22px 0;
}
.certificate-box img {
    width: 100%;
}

.about-box ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px;
}
.about-box ul li:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #e38e31;
    font-size: 16px;
}
h2.ssp:before {
    display: none;
}
.top-bar marquee {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.top-bar {
    background: #e38e31;
}
.top-bar span {
    color: #303030;
}
.row.pd-sp {
    padding: 10px;
}
.about-img h4 {   margin: 15px 0; }


.row.pss {  padding: 60px 0;  }
.wid50{  width: 50%;  }