@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
}

html{
    overflow-x:hidden;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
}


ol, ul{
    padding:0;
    margin:0;
}

a{
    text-decoration: none;
}



a:hover .fa{
    color:var(--main-font-color);
}

a:hover{
    color:var(--main-theme-color);
}

.btn:hover{
    background:var(--main-button-hover-bg-color)!important;
    color:#fff!important;
}

.navbar-light .navbar-nav .nav-link{
  color:#000;
}

.navbar-light .navbar-nav .active{
    color: var(--main-font-color)!important;
}

.sku-choose .sku-list .sku-value .item span{
    cursor: pointer;
}

.sku-choose .sku-list .sku-value .item span .check-icon{
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-size: 10px;
    display: none;
}

.sku-choose .sku-list .sku-value .item span:hover{
    border-color: var(--main-sub-font-color)!important;
}

.sku-choose .sku-list .sku-value .active span{
    border-color: var(--main-sub-font-color)!important;
}

.sku-choose .sku-list .sku-value .active span .check-icon{
    display: block;
}

.myBannerSwiper .swiper-container-horizontal>.swiper-pagination-bullets, .myBannerSwiper .swiper-pagination-custom, .myBannerSwiper .swiper-pagination-fraction{
    width: auto;
}


.navication .shopping-infor .shopping-num{
    width: 14px;
    height: 14px;
    line-height:12px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: -3px;
}

.breadcrumb-area .container{
    overflow-x: scroll;
}

.breadcrumb-page-list{
    flex: none;

}

.breadcrumb-area .container::-webkit-scrollbar {
  display: none;
}

.main-font-color{
    color:var(--main-font-color)!important;
}

.main-font-color-hover:hover{
    color:var(--main-sub-font-color)!important;
}



.main-bg-color{
    background:var(--main-bg-color)!important;
}

.main-bg-color-hover:hover{
    background:var(--mian-sub-bg-color)!important;
}

.com-box-shadow{
    box-shadow: 6px 6px 12px 0px rgb(0,0,0,.3)
}

.btn-bg-color{
    background:var(--main-bg-color)!important;
    color: #fff !important;
    transition: all .3s!important;
    box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.btn-bg-color:hover{
    background: #fff!important;
    color: var(--main-bg-color)!important;
    border: 1px solid var(--main-bg-color)!important;
}

.default-select{
    background: var(--main-bg-color)!important;
    color: #fff!important;
}

.position-fixed{
    transition: all .5s;
}

.cursor-pointer{
    cursor: pointer;
}

@media (min-width:992px){
    .bg-transparent-color{
        --bs-bg-opacity: 1;
        background-color: transparent!important;
    }
}

.clamp { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; line-clamp: 1; -webkit-line-clamp: 1; }

.clamp2 { line-clamp: 2; -webkit-line-clamp: 2; }

.clamp3 { line-clamp: 3; -webkit-line-clamp: 3; }

.clamp4 { line-clamp: 4; -webkit-line-clamp: 4; }

.clamp5 { line-clamp: 5; -webkit-line-clamp: 5; }

.clamp6 { line-clamp: 6; -webkit-line-clamp: 6; }

.clamp7 { line-clamp: 7; -webkit-line-clamp: 7; }

.clamp8 { line-clamp: 8; -webkit-line-clamp: 8; }


.navication{
    transition: all .6s;
}

.navbar-nav  li:hover .dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	content: "\e876";
	float: right;
	font-family: 'Linearicons-Free';
	color: #333;
	font-size: 8px;
	margin: 0px;
	position: absolute;
	right: 30px;
}
.dropdown-submenu>a:hover:after {
	color: #fff;
}
.dropdown-submenu>a:before {
	display: block !important;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.multi-level .dropdown-submenu .dropdown-menu {
	display: none !important;
}
.multi-level .dropdown-submenu:hover .dropdown-menu {
	display: block !important;
}



.main-menu-div{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
}
.top-menu-section{
	background-color: #000;
	padding: 10px 0;
	width: 100%;
}
.navication{
	width: 100%;
}
.banner-home{
	position: relative;
	top:0;
	width: 100%;
	background: #444444 !important;
	height: 670px;
	overflow: hidden;
}
.video-sec{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	height: 670px;
	overflow: hidden;
}
.video-sec video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	
}
.video-bg{
	background: #13161a url(../images/video-bg.webp) center center repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}
.top-menu-section{
	color: #fff;
	font-size: 14px;
}
.personal-center .infor-list{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 200%;
    left: 0;
    border: 1px solid #666;
    border-radius: 8px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    z-index:1000;
}

.personal-center:hover .infor-list{
    top:120%;
    opacity:1;
    visibility:visible;
}

.socal-btn a,
.top-menu-section a{
    text-decoration: none;
	color: #fff;

}

.socal-btn a:hover,
.top-menu-section a:hover{
    color: var(--main-theme-color);
}

.socal-btn a{
	margin: 0px 7px;
}
.main-menu-div .navbar-nav .nav-item{
    margin: 0 8px;
}
.main-menu-div .navbar-nav .nav-link{
	color: #fff;
	text-transform: capitalize;
 
	font-size: 17px;
	font-weight: 400;
}
.main-menu-div .navbar-nav .nav-link:hover{
	color: #f5ad0d;
}
.main-menu-div .navbar-nav .nav-link.active{
	color: #f5ad0d;
	
}

.navication .infor-list .infor-item a{
    font-size: calc(16px - .2vw);
}


.navication .personal-center:hover .infor-list{
top:155%;
opacity: 1;
visibility: visible;
}

.navication .infor-list{
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top:200%;
left: 0;
border: 1px solid #666;
border-radius: 8px;
width: max-content;
opacity: 0;
visibility: hidden;
transition:.6s;
}


.navbar-light .navbar-nav .nav-link.active::after{
    width: 100%;
}


.dropdown-menu1{
	top: 80px;
	opacity: 0;
	transition:top 0.8s ease;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	
	
}
.navication .dropdown-menu .dropdown-item{
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 10px;
}
.navication .dropdown-menu .dropdown-item i{
	margin-right: 5px;
}
.navication .dropdown-menu li:last-child .dropdown-item{
	border-bottom: none;
}
.dropdown:hover>.dropdown-menu1{top:75%;height:inherit;opacity:inherit; opacity: 1; visibility: visible;width: max-content;}

/**
.navbar .dropdown-menu1:before {
    position: absolute;
    top: -10px;
    width: 10px;
    left: 20px;
    height: 10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    content: '';
}

**/
.navication .list-item a{
    color: #fff;
}

.navication .list-item a:hover{
    color: #fff;
}

.navication .list-item .lang a{
    color:#666;
}


.navbar:not(.splitted-content-navbar) .navbar-nav .nav-item .dropdown-menu1 li a{
    color: #000;
    padding: 0;

}

.dropdown-toggle:not(.dropdown-toggle-empty)::after{
    padding: 0;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    width: auto;
    height: auto;
    margin-left: 5px;
}
.dropdown-toggle::after{
    background: none;
}


.search-box {
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 99;
    transition: all .4s;
}

.search-box .closeBtn{
    position:absolute;
    top: -4px;
    right: 10px;
    font-size: 24px;
}

.search-box input{
    width:100%;
    text-indent:20px;
}

[dir="rtl"] .search-box button{
    left:30px;
}

[dir="ltr"] .search-box button{
    right: 30px;
}

.search-box button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 24px;
}

.call-text{
	border: solid 1px #fff;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	color: #2a224c !important;
	font-weight: 600;
	padding-left: 20px !important;
	padding-right: 20px !important;
 
}
.banner-content-sec{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 670px;
	display: flex;
	align-items: center;
	padding-top:150px;
}

.banner-content-sec h1{
	font-weight:900;
	font-size: 65px;
	color: #fff;
	line-height: 65px;
	text-transform: capitalize;
}
.banner-content-sec h1 span{
	color: var(--main-font-color);
}
.banner-content-sec h6{
 
	font-weight:400;
	font-size: 20px;
	color: #fff;
}
.banner-content-sec p{
	color: #fff;
	font-size: 20px;
}
.read-more{
	background: var(--main-bg-color);
	color: #fff;
 
	text-transform: uppercase;
	font-weight:400;
	padding:10px 20px;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	border: none;
	
}
.read-more span,
.contact-btn span{
	position: relative;
	z-index: 2;
}
.read-more:after{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	content: "";
	background:#fff;
	color: #000;
	width: 100%;
	height: 100%;
	top:-100%;
	transition: all 0.5s;
	z-index: 1;
}
.read-more:hover:after{
	top:0;
}
.read-more:hover{
	color: #000;
}
.contact-btn{
	background: #fff;
	color: #f5ad0d;
 
	text-transform: uppercase;
	font-weight:400;
	padding:10px 20px;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	border: none;
}
.contact-btn:after{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	content: "";
	background:#13519E;
	color: #fff;
	width: 100%;
	height: 100%;
	top:-100%;
	transition: all 0.5s;
	z-index: 1;
}
.contact-btn:hover:after{
	top:0;
}
.contact-btn:hover{
	color: #fff!important;
}
.inquirery-div h2{
 
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.inquirery-div{
	background-color: rgb(20 20 20 / 80%);
    padding: 25px 40px;
    border-radius: 8px;
	width: 70%;
	margin-left: auto;
}
.inquirery-div .form-group{
	margin-bottom: 15px;
}
.inquirery-div .form-group .form-control{
  background-color: #28272a;
  border: none;
  height: 45px;
}
.inquirery-div .form-group textarea.form-control{
	height: 100px;
	resize: none;

}
.inquirery-div p{
	font-size: 14px;
	color: #bdb1b1;
}
.btn-submit{
	background: #fff;
	color: #372a56;
 
	font-weight: 700;
	width: 100%;
}
.main-body{
	width: 100%;
}
.icon{
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin:5px 0 0 0;
}
.content-cm h5{
	margin-bottom: 3px;
 
	font-weight: 700;
}
.about-home h2{
 
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
}
.about-home h6{
 
	color: var(--main-bg-color);
	font-size: 20px;
}
.home-top-services{
	position: relative;
	display: block;
	top:-90px;
	z-index: 2;
}
.home-top-services .top-services{
	background: #fff;
	border-radius:0;
	padding: 30px;
	height: 280px;
	overflow: hidden;
	display: grid;
	align-content: center;
	position: relative;
	z-index: 2;
}
.home-top-services .top-services h5{
 
	font-size: 20px;
    font-weight: 700;
}
.home-top-services .top-services a{
	color: #000;
	text-decoration: none;
 
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	width: 50%;
    height: 36px;
    margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-top-services .top-services a span{
	position: relative;
	z-index: 2;
}
.bg-img-div2{
	position: absolute;
    left: -50px;
    bottom: -100px;
    z-index: -1;
    width: 80%;
    display: inline-block;
}
.home-top-services .top-services a::before{
	position: absolute;
	background: #000;
	content: "";
	left: 0;
	right: 0;
	top:-100%;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.home-top-services .top-services a:hover::before{
    top:0;
}
.home-top-services .top-services a:hover span{
	color: #fff;
}
.inside-part .row > div:nth-child(2) .top-services{
	background: var(--main-bg-color);
}

.inside-part .row > div:nth-child(2) .top-services a,.inside-part .row > div:nth-child(2) .top-services p,.inside-part .row > div:nth-child(2) .top-services h5{
	color: #fff;
}

.top-services figure{
	width: 50px;
	margin-bottom: 10px !important;
}
.top-services figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.home-top-services .top-services:hover figure img{
	transform: scale(1.1);
	
}
.about-home ul li{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.about-home ul li i{
	color: var(--main-bg-color);
	font-size: 25px;
	margin-right: 10px;
}
.about-home h6{
	border-left: solid 2px var(--main-bg-color);
	padding-left: 10px;
	color: var(--main-bg-color);
}
.get-qute{
	display: block;
	background: #fff;
	background-size: cover;
	position: relative;
}
.quote-from{
}

.heading-one{
	position: relative;
}
.heading-one h6,
.heading-one h2{
	color: #fff;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
}
.heading-one h6{
	font-size: 25px;
	color: var(--main-bg-color);
}
.heading-one h2{
	font-size: 40px;
	font-weight: 700;
}
.heading-one h1{
	position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    z-index: 1;
    color: #282828;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 0.8;
}

@media (min-width:1px){
    .heading-one h1{
        font-size: 60px;
    }
}

@media (min-width:575px){
    .heading-one h1{
        font-size: 80px;
    }
}

@media (min-width:992px){
    .heading-one h1{
        font-size: 100px;
    }
}



.get-qute h2{
	color: #000;
 
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
}
.get-qute h6{
	font-size: 20px;
	color: #f5ad0d;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.get-qute p{
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.get-qute .form-group{
	margin-bottom: 15px;
}
.get-qute .form-control{
	height: 45px;
	border: none;
	background: #f3f3f3;
}
.get-qute textarea.form-control{
	height: 150px;
	resize: none;
}
.submit-btn2{
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s;

}
.submit-btn2:hover{
	background:#f5ad0d;
	color: #fff;
}
.comon-div-clients{
	height: 180px;
	display: grid;
	align-content: center;
	justify-content: center;
}
.comon-div-clients figure{
	width: 40%;
	margin: auto;
}
.comon-div-clients figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.comon-div-clients h2{
   color: var(--main-bg-color);
   font-weight: 700;
   margin-top: 12px;
   margin-bottom: 0;
   transition: all 0.5s;
}
.comon-div-clients:hover h2{
	color: #000;
}
.comon-div-clients:hover figure img{
	transform: scale(1.1);
}
.comon-div-clients h6{
 
	font-weight: 700;
	font-size: 16px;
}
.sub-text{
	color: var(--main-font-color);
   font-size: 20px;
}
.min-head{
 
	font-weight: 700;
	font-size: 40px;
    line-height: 44px;
}
.read-btn{
	background: var(--main-bg-color);
 
	font-weight: 700;
	padding: 10px 20px;
	color: #fff;
	text-transform: capitalize;

}
.main-services{
	background: #000;
}
.comon-services{
	height: 350px;
	overflow: hidden;
	border: 1px solid #393939;
	position: relative;
}
.comon-services span{
	position: relative;
	z-index:2;
}
.comon-services:after{
	position: absolute;
	top:-350px;
	z-index: 1;
	background: #f5ad0d;
	left: 0;
	right: 0;
	content: "";
	height: 100%;
	width: 100%;
	display: inline-block;
	transition: all 0.5s;

}
.comon-services:hover:after{
	top:0;
}
.comon-services h5{
 
	font-weight: 700;
	font-size: 25px;
	transition: all 0.5s;
	color: #fff;
}
.comon-services p{
	color: #fff;
}

.comon-services figure{
	width: 50px;
}
.comon-services figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.comon-services:hover figure img{
	transform: scale(1.1);
}
.comon-services a{
	color: #fff;
	text-decoration: none;
 
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.comon-services a .fa{
    transition: all .5s;
}

.comon-services a:hover .fa{
	transform: rotate(90deg);
}

.our-spality .heading-one h2{
    color: #000;
}
.our-spality .heading-one h1{
	color: #f3f1f1;
}
.comon-projects{
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.comon-projects figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.comon-projects figure span{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: var(--main-bg-color);
    opacity: 0;
    height: 0;
    transition: all .6s;
    padding: 20px;
    color: #fff;
}

.comon-projects:hover figure span{
    height: 100%;
    opacity: .9;
}


.content-projects{
	color: #fff;
	background: #F5F4F4;

}

.content-projects a{
    color: #1e1e1e;
}

.content-projects .read-btn2{
    font-size: 12px;
}

.comon-projects p{
	overflow: hidden;
	transition: all 0.5s;
	opacity: 0;
	height: 10px;
	visibility: hidden;
}
.read-btn2{
	color: #fff;
	text-transform: uppercase;
}
.comon-projects:hover p{
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	height: auto;
	
}
.all-projects-btn{
	background: var(--main-bg-color);
	color: #fff;
	padding: 10px 20px;
	margin: auto;
	margin-top: 15px;
	display: table;
 
	text-transform: uppercase;
}
.contact-div-home{
	background: #1c2a44 url(../images/bg-home-call.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: grid;
	align-content: center;
}
.contact-div-home h5{
	color: #f5ad0d;
	font-size: 25px;
 
}
.contact-div-home h2{
	font-size: 40px;
 
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.started-btn{
	background: #f5ad0d;
	color: #fff;
	padding: 10px 20px;
	margin: auto;
	display: table;
 
	font-weight: 700;
	text-transform: uppercase;
}

.page-content-wrapper .single-sidebar-widget .sidebar-category{
    background: #fff;
}

.page-content-wrapper .single-sidebar-widget .sidebar-category li{
    background: none;

}

.page-content-wrapper .single-sidebar-widget .sidebar-category ul li{
    margin-left: 25px;
}

.page-content-wrapper .single-sidebar-widget .sidebar-category ul li a{
    position: relative;
}

.page-content-wrapper .single-sidebar-widget .sidebar-category ul li a:before{
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}


.faq-home{
	display: block;
}
.faq-home h6{
	color: var(--main-bg-color);
	font-size: 25px;
 
}
.how-it-work{
	 display: block;
	 background-color: var(--main-bg-color);
}

.how-it-work h2{
 
	font-size: 45px;
	font-weight: 700;
	text-transform: capitalize;
}
.how-it-work h6{
	font-weight: 500;
 
	font-size: 25px;
}
.comon-div1m{
	position: relative;
	display: block;
}
.comon-div1m:after{
	position: absolute;
	right: 0;
	content: "";
	top:20%;
	transform: translateY(-50%);
	background-image: url(../images/index.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 4px;
}
.comon-div1m figure{
	width: 70px;
}
.comon-div1m figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.comon-div1m:hover figure img{
	transform: scale(1.1);
}
.comon-div1m:hover h5 span{
	transform: scale(1.1);
}
.comon-div1m h5{
	position: relative;
	padding-left: 50px;
	font-weight: 700;
	padding-top: 0;
	color: #fff;
	font-size: 20px;
	transition: all 0.5s;

}
.comon-div1m h5 span{
	background-color: #fff;
	color: var(--main-bg-color);
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
	position: absolute;
	top:50%;
	left: 0;
	font-weight: 700;
	font-size: 20px;
 
	transform: translateY(-50%) scale(1);
	transition: all 0.5s;
}
.how-it-work h1{
	color: var(--main-bg-color);
	font-weight: 500;
    filter: contrast(0.8);
}
.comon-div1m p{
	color: #fff;
	line-height: 19px;
}
.new-add h2{
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}

.faq-home h2{
	font-size: 40px;
 
	font-weight: 700;
	text-transform: capitalize;
}
.faq-home .accordion-button::after{
   background-image: none;
   content: "\f107";
   font-family: 'FontAwesome';
}
.faq-home .accordion-button:not(.collapsed){
	background-color: var(--main-bg-color);
	color: #fff;
	font-size: 17px;
   font-weight: 600;
   text-transform: capitalize;
	
}
.faq-home .accordion-item{
	border: none;
	margin-bottom: 15px;
}
.faq-home .collapsed{
   background-color: #f9f9f9;
   font-size: 17px;
   font-weight: 600;
   text-transform: capitalize;
}

.faq-home .accordion-button{
    border-radius: 10px;
}

.faq-home .accordion-button:focus{
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.ask-any-qus{
	background-color: var(--main-bg-color);
	padding: 30px;
	border-radius: 0 0 0 30px;
	height: 480px;
}
.ask-any-qus h5{
	color: #fff;
	font-weight: 600;
	font-size: 25px;
}
.ask-any-qus label{
	color: #fff;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 18px;
}
.ask-any-qus .form-group{
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.ask-any-qus .form-control{
	border: none;
}
.ask-any-qus textarea.form-control{
	height: 100px;
	resize: none;
}
.ask-btn{
	background: var(--main-bg-color);
	color: #fff;
    box-shadow: 6px 6px 12px 0px rgb(0 0 0 / 30%);
    border: 1px solid #fff;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.5s;
}
.ask-btn:hover{
	background: #fff;
	color: #000;
}
.blog-sec-home{
	background: #fff url(../images/bg-image-27.jpg);
	background-size: cover;
	display: inline-block;
	width: 100%;
	position: relative;
}
.blog-sec-home h2{
	color: #000;
}
.blog-sec-home h6{
	color: var(--main-bg-color);
}
.blog-sec-home h1{
	color: #f3f3f3;
	top:4%;
}
.comon-blog-home{
	height:450px;
	overflow: hidden;
}
.comon-blog-home .blog-img-item{
	height: 250px;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.comon-blog-home .blog-img-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	transform: scale(1)
}
.comon-blog-home .blog-img-item:hover img{
	transform: scale(1.1);
}
.content-blog-item span{
 
	font-weight: 600;
	font-size: 16px;
	color: var(--main-bg-color);
}
.content-blog-item .blog-item-titel{
    font-family: 'Open Sans', sans-serif;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	text-decoration: none;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	margin-top: 5px;
	transition: all 0.5s;
}
.content-blog-item .blog-item-titel:hover{
	color: var(--main-bg-color);
}
.red-btn-post{
 
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.9s;
}
.red-btn-post i{
	margin-left: 5px;
}

.red-btn-post .fa-caret-right{
    transition: all .5s;
}

.red-btn-post:hover .fa-caret-right{
	transform: rotate(90deg);
}
.red-btn-post:hover{
	color: var(--main-bg-color);
}
.clients-div-home{
	background: #fff;
	display: block;
}
.clients-div-home h6{
	color: #000;
}
.clients-div-home h1{
	color: var(--main-bg-color);
}
.get-qute p{
	font-size: 16px;
}
.get-qute ul li{
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.get-qute h5{
	color: #fff;
 
	font-size: 25px;
	background: #222;
	position: relative;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}
.texttimonial-sec-div{
	background:#f5ad0d url(../images/pattern.1f34b942c4043164cd96.png) center center;
	background-size: cover;
	width: 100%;
}
.imonial-sec-div h1{
	color: #f3f3f3;
}
.texttimonial-sec-div h2,
.texttimonial-sec-div h6{
	color: #fff;
}
.texttimonial-sec-div h1{
	color: var(--main-bg-color);
}

.client-says-item{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px;
	margin-top: 80px;
	background: #f5ad0d;
	border: solid 2px #fff;
}
.client-says-item p,
.client-says-item h5,
.client-says-item h5 span{
	color: #fff;
}
.client-says-item:after{
	content: "\f10d";
    position: absolute;
    right: 20px;
    top: -50px;
    font-size: 65px;
    color: #fff;
    padding: 5px 20px;
    font-family: 'FontAwesome';
    background: #f5ad0d;
}
.client-says-item figure{
	width: 50px;
	height:50px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 2px #fff;
}
.rating span{
	color: #000;
}
.client-says-item figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.client-says-item h5{
 
	font-weight: 700;
	line-height: 25px;
}
.client-says-item h5 span{
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.clients-div-home h2{
	color: #000;
} 
.clients-div-home h1{
	color: #f7f7f7;
}
.clients-div-home h6{
	color: #f3bb3e;
}
.clients-div-home .shadow {
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.08)!important;
}
.client-bg1{
	position: absolute;
	left: 0;
	bottom: 50px;
}

.footer-link-div{
	background: #222;
	display: block;
	width: 100%;
}
.inside-part-footer{
	background: url(https://oxenticstemplates.biz/templatemonster/logistic/images/bg-image-07.png) no-repeat center center;
	padding:30px;
	border-radius: 8px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	top:50px;
	background-size: cover;
}
.inside-part-footer h2,
.inside-part-footer p{
	color: #fff;
 
}
.inside-part-footer h2{
	font-weight: 700;
	text-transform: capitalize;
	font-size: 26px;
}
.inside-part-footer p{
	font-size: 20px;
}
.inside-part-footer .form-group{
	background: #fff;
	height: 50px;
	align-items: center;
	display: flex;

}
.inside-part-footer .form-group .form-control{
	background: none;
	border: none;
	
}
.subscribe{
	color: #f3bb3e;
	font-size: 20px;
}
.ft-call{
	font-size: 25px;
	font-weight: 700;
}
.comon-footer-div h5{
 
	font-weight: 500;
	font-size: 26px;
}
.comon-footer-div ul li a{
	color: #fff;
	text-decoration: none;
 
	margin-bottom: 15px;
	display: inline-block;
}
.comon-footer-div ul li a i{
 margin-right: 5px;
}
.footer-link-div hr{
	background: #bbb;
}
.footer-link-div a{
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	text-transform: capitalize;
}


.hover-under-line{
    position: relative;
}

.navication .navbar .navbar-nav > .nav-item > ol{
    padding: 1rem .75rem;
}

.navication .navbar .navbar-nav .nav-item ol a{
    width: max-content;
}

.navbar .navbar-collapse .nav-link:first-child{
    padding: 0;
}


.navication .navbar .navbar-nav > .nav-item > ol > a ::before,.navication .navbar .navbar-nav > .nav-item > ol > a::after{
        background: #fff!important;
}

.navication .navbar .navbar-nav .nav-item ol a ::before,.navication .navbar .navbar-nav .nav-item ol a::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        transition: all .6s;
        background: var(--main-bg-color);
}

.navication .navbar .navbar-nav .nav-item ol a:hover::after {
    width: 100%;
}  

.navication .navbar .navbar-nav > .nav-item.active > ol > a::after{
    width: 100%;
}



.footer-link-div a:hover{
	text-decoration: underline;
}



/* design home 2 */

.desgin-2 .top-menu-sction {
    background-color: #f5ad0d;
    padding: 10px 0;
    width: 100%;
}
.desgin-2 .banner-content-sec h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.desgin-2 .banner-content-sec h1 {
    font-weight: 700;
    font-size: 47px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
	padding-left: 0;
	border: none;
}
.desgin-2 .banner-home {
    position: relative;
    top: 0;
    width: 100%;
    background: #444444 !important;
    height: 670px;
    overflow: hidden;
}
.desgin-2 .video-bg {
    background: #13161a url(../images/video-bg.webp) center center repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}
.desgin-2 .read-more {
    background: #f5ad0d;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
}
.desgin-2 .contact-btn {
    background: #fff;
    color: #f5ad0d;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    border: none;
}
.desgin-2 .contact-btn:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: #f5ad0d;
    color: #fff;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: all 0.5s;
    z-index: 1;
}

.desgin-2 .about-home h6 {
    border-left: solid 2px var(--main-bg-color);
    padding-left: 10px;
    color: var(--main-bg-color);
}
.desgin-2 .how-it-work {
    display: block;
    background-color:var(--main-bg-color);
}
.desgin-2 .how-it-work h1 {
    color: #f3bb3e;
    font-weight: 500;
}
.desgin-2 .sub-text {
    color: #f5ad0d;
    font-size: 20px;
}
.desgin-2 .read-btn {
    background: var(--main-bg-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    text-transform: capitalize;
}
.desgin-2 .comon-div-clients h2 {
    color: var(--main-font-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
    transition: all 0.5s;
}
.desgin-2 .heading-one h6,
.desgin-2 .contact-div-home h5{
	color: var(--main-font-color);
}
.desgin-2 .comon-services:after{
   background: var(--main-sub-font-color);
}
.desgin-2 .all-projects-btn,
.desgin-2 .started-btn,
.desgin-2 .ask-any-qus,
.desgin-2 .client-says-item,
.desgin-2 .client-says-item:after{
	background: var(--main-bg-color);
}
.desgin-2 .faq-home .accordion-button:not(.collapsed){
	background: var(--main-bg-color);
	color: #fff !important;
}
.desgin-2 .content-blog-item span{
	color: var(--main-font-color);
}

.desgin-2 .texttimonial-sec-div h1{
	color: var(--main-font-color);
}
.desgin-2 .texttimonial-sec-div{
     background-color: var(--main-bg-color);
}
.desgin-2 .texttimonial-sec-div h6{
	color: #fff;
}
.desgin-2 .inside-part-footer{
	background: var(--main-bg-color);
}
.desgin-2 .ft-call,
.desgin-2 .faq-home h6{
	color: var(--main-font-color);
}
.desgin-2 .subscribe,
.desgin-2 .main-menu-div .navbar-nav .nav-link:hover{
	color: var(--main-sub-font-color);
}


/* sub page banner */

.subpage-banner{
	height: 320px;
	overflow: hidden;
}
.subpage-banner .banner-content-sec{
	height: 320px;
}
.comon-bedcum ul li{
	margin:0 15px;
	position: relative;
}
.comon-bedcum ul li:after{
	position: absolute;
	right:-15px;
	top:0;
	color: #fff;
	content: "\f105";
	font-family:'FontAwesome';
}
.comon-bedcum ul li:last-child:after{
	display: none;
}
.comon-bedcum ul li a{
	text-decoration: none;
	color: #fff;
}
.services-div-text{
	color: #fff;
}
.services-div-text ul,
.wearhouse-location{
	column-count: 2;
}
.services-div-text ul li,
.wearhouse-location li {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.services-div-text ul li i {
    color: #000;
    font-size: 25px;
    margin-right: 10px;
}
.wearhouse-location li i {
	color: var(--main-font-color);
    font-size: 25px;
    margin-right: 10px;
}
.comon-over-services{
	position: relative;
	height: 450px;
	padding: 0 30px;
}
.comon-over-services:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -25px;
	top:0;
	display: inline-block;
	background-color:var(--main-sub-bg-color);
}
.comon-over-services figure{
	width: 100%;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0;
}
.auto-mdsec > div:nth-child(3) .comon-over-services:after{
	display: none;
}
.comon-over-services figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-over-services h5{
	text-transform: capitalize;
	font-weight: 600;
}
.comon-over-services ul li{
	padding-bottom: 5px;
	font-size: 16px;
}
.comon-bedcum h2{
   font-weight: 600;
}
.comon-projects-1{
	text-decoration: none;
}
.comon-projects-1 .content-projects{
   position: relative;
   background: none;
}
.comon-projects-1 figure{
	height: 300px;
	overflow: hidden;
}
.comon-projects-1 .content-projects{
	padding-left: 0;
}

.comon-projects-1 .content-projects h5{
	color: #000;
	font-size: 25px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
	
}
.comon-projects-1 figure{
	position: relative;
}
.comon-projects-1 figure img{
	transform: scale(1);
	transition: all 0.5s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-projects-1:hover figure img{
	transform: scale(1.1);
}
.comon-projects-1 .content-projects h5 span{
	color: var(--main-font-color);
	font-weight: 500;
	font-size: 15px;
	padding-bottom: 5px;
}
.comon-projects-1 .read-btn2{
	background: var(--main-font-color);
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-content: center;
	transition: all 0.5s;
}
.comon-projects-1:hover .read-btn2{
	background: var(--main-sub-bg-color);
}
.pls-div{
	position: absolute;
	display: grid;
	align-content: center;
	justify-content: center;
	color: #fff;
	background: rgba(0,0,0,80%);
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	transform: scale(0);
	transition: all 0.5s;
	z-index: 3;
	font-size: 35px;
}
.comon-projects-1:hover .pls-div{
	transform: scale(1);
}
.casestudy-pages h2,
.team-pages h2{
	text-transform: capitalize;
 
	font-weight: 700;
	font-size: 40px;
}
.comon-team-1{
	text-align: center;
}
.comon-team-1 figure{
	position: relative;
	height: 250px;
	overflow: hidden;
	border-radius: 8px;
}
.comon-team-1 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.comon-team-1:hover figure img{
	transform: scale(1.1);
}
.team-details h5{
	text-transform: capitalize;
 
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 0;
}
.team-details p{
	color: #f5ad0d;
	font-size: 18px;
}
.our-vision{
	background: #f5ad0d;
}
.icon-new2{
	background: #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: grid;
	align-content: center;
	justify-content: center;
	margin: auto;
	padding:20px;
}
.comon-value{
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 0 20px;
}
.comon-value:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -25px;
	top:0;
	display: inline-block;
	background-color: #ffcc5b;
	
}
.comon-value h5{
	text-transform: capitalize;
 
	font-weight: 600;
	font-size: 25px;
}
.value-inside > div:last-child .comon-value:after{
	display: none;
}
.our-mission-div{
	background: #000;
	color: #fff;
}
.our-mission-div li i{
	font-size: 24px;
	margin-right: 8px;
	color: #f5ad0d;
}
.our-mission-div li{
	margin-bottom: 15px;
	font-size: 17px;
	display: flex;
	align-items: center;
}
.cm-images{
	width: 90%;
	height: 400px;
	overflow: hidden;
	border-radius: 8px;
}
.cm-images img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-career-div{
	position: relative;
	width: 100%;
	height: 100%;
}
.comon-career-div figure{
	width: 20%;
}
.comon-career-div h5{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
}
.apply-btn{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	text-transform: capitalize;
	font-size: 14px;
	transition: all 0.5s;
}
.apply-btn:hover{
	background: #000;
}
.comon-career-div h6{
	color: rgba(245,173,13,96%);
	font-size: 14px;
}
.sc-during{
	position: absolute;
    top: 12px;
    right: 15px;
    background: #000;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 18px;
    font-size: 13px;

}
.career-div-modal .modal-title,
.apply-modal-div .modal-title,
.member-div .modal-title{
 
	font-weight: 600;
	font-size: 25px;
}
.job-details h5{
 
	font-weight: 600;
	color: rgba(245,173,13,96%);
}
.apply-now-bn{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	transition: all 0.5s;
}
.apply-now-bn:hover{
	background: #000;
}
.from-cv label,
.member-create-div label{
   margin-bottom: 8px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   text-transform: capitalize;
}
.from-cv .form-group{
	margin-bottom: 15px;
}
.member-create-div label{
	margin-bottom: 5px;
}
.from-cv .form-control,
.from-cv .form-select,
.member-create-div .form-control,
.member-create-div .form-select{
	background-color: #f5f5f5;
	border: none;
	
}
.member-create-div .form-group{
	margin-bottom: 9px;
}
.member-create-div textarea{
	height: 100px;
	resize: none;
}
.input-group-text{
	margin-bottom: 0 !important;
}
.ps-apply,
.sumbit-member{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	border: none;
	transition: all 0.5s;
}
.ps-apply:hover,
.sumbit-member:hover{
	background: #000;
}
.part-pic{
	width: 88%;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: auto;
}
.part-pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.join-btn{
	padding: 8px 15px;
	background:#000;
	color: #fff !important;
	transition: all 0.5s;
 
	font-weight: 600;
	display: table;
	margin: auto;
	margin-top: 35px;
	text-transform: uppercase;
}
.join-btn:hover{
	background: #fff;
	color: #000 !important;
}

.client-imformation{
	background: #f3f3f3;
	padding:20px 20px 0;
	display: inline-block;
	width: 100%;
}
.client-imformation ul{
	column-count: 2;
	margin: 0;
}
.client-imformation ul li{
	margin-bottom: 35px;
}
.client-imformation ul li span.count{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
	margin-right: 10px;
}
.serach-div-top{
	left: inherit !important;
	right: 0;
	min-width: 21rem;
	padding: 25px;
}
.serach-div-top .form-control{
	background: #f3f3f3;
	border: none;
	margin-bottom: 8px;
}
.serach-div-top .sr-btn{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	transition: all 0.5s;
}
.serach-div-top .sr-btn:hover{
	background: #000;
}
.dropdown-menu .active{
	background: none;
	color: rgba(245,173,13,96%) !important;
}

.conatct-form-div h2, .cm-text-n h2 {
    font-size: 25px;
}
.cm-text-n ul li {
    margin-bottom: 20px;
}
.cm-text-n ul li .icon-c {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    align-content: center;
    background: rgba(245,173,13,96%);
    color: #fff;
    justify-content: center;
    font-size: 18px;
}
.cm-text-n ul li .icon-c i{
	color: #fff;
}

.text-c small {
    font-weight: 600 !important;
    font-size: 19px;
    color: rgba(245,173,13,96%);
}
.text-c {
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
}
.conatct-form-div {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}
.leave-sec-part .form-control, .conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
}
.conatct-form-div .form-control {
    margin-bottom: 20px;
}
.leave-sec-part textarea, .conatct-form-div textarea {
    height: 100px !important;
    resize: none;
}
.leave-sec-part .subimt-comment, .subimt-message, .quick-contact .subimt-comment {
    background: rgba(245,173,13,96%);
    color: #fff;
    font-weight: 600;
}
.subimt-message {
    width: 90px;
    text-transform: uppercase;
}

.mobile-menu-div {
    width: 320px;
}
.mobile-menu-sec .active-m a {
    background: rgba(245,173,13,96%);
    color: #fff;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}
.mobile-menu-sec .dropdown-menu {
    position: relative !important;
    top: -48px !important;
    margin: 0;
    border: none;
}

.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex;
}
.side-media li {
    margin: 0 5px;
}
.side-media li a {
    background: #212529;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}
button.close-menu {
    color: var(--main-theme-color);
    background: transparent;
    display: block;
    border: 0;
    font-size: 24px;

}
.phon-text{
	padding: 8px 0;
}
.phon-text i{
	color: #eda80e !important;
}
.clients{
	margin: 20px 0;
}
/* mobile menu css */
@media (max-width:1180px){
	.inside-part-footer h2{
		font-size: 23px;
	}
}
@media (max-width: 1024px){
	.main-menu-div .navbar-nav .nav-link{
		font-size: 15px;
	}
	.banner-content-sec h1{
		font-size: 45px;
	}
	.home-top-services .top-services a{
		width: 60%;
	}
	.home-top-services .top-services h5{
		font-size: 17px;
	}
	.client-bg1{
		width: 50%;
	}
	.ft-call{
		font-size: 15px;
	}
}
@media (max-width: 900px){
	.main-menu-div{
		position: relative !important;
	 }
	 .banner-content-sec h1{
		 line-height: 36px;
		 font-size: 30px;
	 }
	 .banner-home{
		 height: 470px;
	 }
	 .banner-content-sec{
		 height: 440px;
		 padding-top: 0;
	 }
	 .why-choose-us-div{
		text-align: center;
	}
	 .comon-div-clients{
		height: 250px;
		margin-bottom: 50px;
	}
	.read-btn{
		display: inline-block;
		margin-bottom: 30px;
	}
	.client-bg1{
		position: relative;
		bottom: 0;
	}
	.home-top-services .top-services h5{
		font-size:20px;
	}
	.client-bg1{
		width: 100%;
	}
	.part-pic{
		margin: auto;
		margin-bottom: 20px;
	}
	.partneers-pages .comon-div1m h5{
		font-size: 18px;
	}
	.partneers-pages .comon-div1m:after{
		display: none;
	}
	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
	.comon-over-services:after{
		display: none;
	}
}
@media (max-width:800px){
	.comon-div1m:after{
		display: none;
	}
	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
	.comon-value:after{
		display: none;
	}
}


@media (max-width: 667px){
	.main-menu-div{
		position: relative !important;
	 }
	 .banner-content-sec h1{
		 line-height: 36px;
		 font-size: 24px;
	 }
	 .banner-home{
		 height: 470px;
	 }
	 .banner-content-sec{
		 height: 440px;
		 padding-top: 0;
	 }
	 .why-choose-us-div{
		text-align: center;
	}
	 .comon-div-clients{
		height: 250px;
		margin-bottom: 50px;
	}
	.read-btn{
		display: inline-block;
		margin-bottom: 30px;
	}
	.client-bg1{
		position: relative;
		bottom: 0;
	}
	
	.comon-div-clients figure{
		width: 22%;
	}
	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
	.part-pic{
		margin:0;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 480px){

	.main-menu-div{
       position: relative !important;
	}
	.banner-content-sec h1{
		line-height: 26px;
		font-size: 18px;
	}
	.banner-home{
		height: 470px;
	}
	.banner-content-sec{
		height: 440px;
		padding-top: 0;
	}


	.comon-div1m:after{
		display: none;
	}
	.why-choose-us-div{
		text-align: center;
	}
	.read-btn{
		display: inline-block;
		margin-bottom: 30px;
	}
	.comon-div-clients{
		height: 250px;
		margin-bottom: 50px;
	}
	.min-head,
	.about-home h2,
	.how-it-work h2,
	.contact-div-home h2,
	.faq-home h2,
	.heading-one h2,
	.get-qute h2,
	.casestudy-pages h2, .team-pages h2{
		font-size: 30px;
        line-height: 36px;
	}
	.contact-div-home{
		height: 560px;
	}
	.started-btn{
		margin-top: 30px;
	}
	.client-bg1{
		position: relative;
		bottom: 0;
	}

	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
}

.top-contact-right li:nth-child(2){
	display: none;
}


.bg-secondary-subtle{
    background-color:#f8f9fa!important;
}

.image-gallery-slider-small__wrapper .swiper-slide-active .image-gallery-slider-small__single-slide {
    opacity: 1;
}

.image-gallery-slider-small__single-slide {
    opacity: 0.5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}

.socal-btn a {
    color: #fff;
}
.top-menu-section .lang a{
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 5px 0;

}

.top-menu-section .lang a:hover{
    background-color: var(--main-bg-color);
    color: #fff;
}


.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

/* accordion area css */

.single_faq_bg_area{
	padding:100px 0px 75px;
}

.accordion_area{}
.card-header.witr_ac_card {
    background: none !important;
    padding: 0;
    border-bottom: 0;
}
.witr_ac_card i {
	margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.accordion_area .card-2{
	margin-bottom: 22px;
    border: 1px solid #ddd;
}
.accordion_area .card-2 p {
	padding: 20px 20px 7px;
}

  
.card-body ul{}
.card-body ul li{
	margin-left: 18px;
	margin-bottom: 4px;	
}
  
.witr_ac_style {   
    padding-left: 30px;
    font-size: 17px;
    font-weight: 700;
    display: block;
    padding: 7px 15px 11px;
    transition: .5s;
}
.witr_ac_style:focus,
.witr_ac_style:hover{
	color:#fff;
	background: var(--main-bg-color);
}
.witr_ac_style:before {
position: absolute;
    content: '\f067';
    right: 15px;
    top: 50%;
    font-family: fontawesome !important;
    font-weight: 400;
    transform: translateY(-50%);
}
.active .witr_ac_style:before {
    position: absolute;
    content: '\f068';
    font-family: fontawesome !important;
}
.active .witr_ac_style{
    background: #ff3c00;
	color:#fff;
}


/**  xlj supplement **/

.nav-font-hover{
    color: #000!important;
}
.nav-font-hover:hover{
    color: var(--main-theme-color)!important;
}





/**  Swiper  **/
.swiper {
    width: 100%;
    height: 100%;
    overflow:hidden;
    transition: all .3s;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically ,.shop-page-content .container */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (min-width: 1200px){
    .container{
        max-width:1140px;
    }
    .fs-xl-3{
        font-size:1.1484375rem!important
    }
    
}

img[lazyload="true"]{
    background-color: #f7f7f7;
    position: relative;
}

img[lazyload="true"]::before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-bg-color);
}

img[lazyload="true"]::after{
    content:'';
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right,rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
     animation:move 1s infinite;
}


@keyframes move
{
from {left:0;}
to {left:100%;}
}



/*=============================================
=            scroll top            =
=============================================*/
a.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: var(--main-bg-color);
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 479px) {
  a.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25rem;
  }
}
a.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

/*=====  End of scroll top  ======*/