@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
    height:auto;
    vertical-align:middle;
}
.img-res img {width:auto;height:auto!important;max-width:100%!important}
.img-block {display:block;width:100%;overflow:hidden}
.img-block img {width:100%}
html{
    overflow-x:hidden;
}

body{
	padding: 0;
	margin: 0;
    font-size: 16px;
    font-family: var(--fontFamilyBase);
}

a:hover .fa{
    color:var(--main-font-color);
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.23;
}

h1 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h2 {
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}

h3 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.5625rem;
}

p:last-child {
  margin-bottom: 0;
}
a{
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
a:focus,a:hover {
  outline: none;
  text-decoration: none;
  color:var(--main-font-color);
}

button, input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.btn:hover,
.btn:focus{
    background: #fff!important;
    color: var(--main-bg-color)!important;
    border: 1px solid var(--main-bg-color)!important;
}


.btn-style--1:hover,
.btn-style--1:focus{
    background:var(--main-button-hover-bg-color)!important;
    color:var(--main-theme-color)!important;
}

.navbar-light .navbar-nav .nav-link{
  color:#fff;
}

.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;
}


.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:#333!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;
    border-color: var(--main-bg-color);
}

.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;
    }
    .elementor-site-header-enabled{
        position:relative !important;
        background-color:#333!important;
        top: 0 !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-sction{
	background-color: #333;
	padding: 10px 0;
	width: 100%;
}
.navication{
	width: 100%;
}
.banner-home{
	position: relative;
	top:0;
	width: 100%;
	background: #444444;
	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-sction{
	color: #fff;
	font-size: 14px;
}
.top-menu-sction ul{
	margin-bottom: 0;
}
.socal-btn a,
.top-menu-sction a{
    text-decoration: none;
	color: #fff;
	margin-left: 10px;
}
.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;
	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: 1; visibility: visible;width: max-content;border-top:.1875rem solid var(--main-theme-color);left: 0;}

.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: '';
}
[dir="rtl"] .navbar .dropdown-menu1:before{
    right: 64px;
    left: auto;
}


.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;
}

.search-box button{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 24px;
}
[dir="rtl"] .search-box input {
    padding-right: 50px;
    padding-left: 0px;
    text-indent: 0;
}
[dir="rtl"] .search-box button{
    right: 20px;
}

.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;
 
}

[dir="rtl"] .nav-link.dropdown-toggle{
    right: auto !important;
    left: 0 !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;
	
}

.myBannerSwiper .read-more:hover{
    color:var(--main-bg-color)!important;
}

.myBannerSwiper .btn:hover{
    background:transparent!important;
}

.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!important;
	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{
    margin-bottom: 30px;
	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;
	margin-bottom:20px;
	text-transform: capitalize;
	display: flex;
	align-items: flex-start;
    text-align: left;
}
.about-home ul li i{
	color: var(--main-bg-color);
	font-size: 25px;
	margin-right: 10px;
}
[dir="rtl"] .about-home ul li i{
    margin-right: 0;
    margin-left: 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;
}


.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: 50px;
    }
}

@media (min-width:575px){
    .heading-one h1{
        font-size: 70px;
    }
}

@media (min-width:992px){
    .heading-one h1{
        font-size: 80px;
    }
}

@media (min-width:1200px){
    .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-weight: 600;
}
.get-qute p{
	font-size: 18px;
	color: #fff;
}
.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;
	text-transform: uppercase;
	transition: all 0.5s;

}
.submit-btn2:hover{
	background:#f5ad0d;
	color: #fff;
}
.comon-div-clients{
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
}
.comon-div-clients figure{
	width: 40%;
	margin: auto;
}
.comon-div-clients figure img{
    max-width: 60px;
	transition: all 0.5s;
}
.comon-div-clients h2{
   color: var(--main-bg-color);
   font-weight: 700;
   margin: 12px 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: 400;
	font-size: 16px;
}
.sub-text{
	color: var(--main-font-color);
   font-size: 20px;
}
.min-head{
    margin-bottom: 30px;
	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 .product-image::before{
    content: "";
    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;
    width: 100%;
    z-index: 5;
}
.comon-projects .image a{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: #ffffff;
    display: block;
}
.comon-projects .image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.comon-projects .details{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    max-width: 100%;
    margin: 20px;
    font-size: 16px;
    line-height: 24px;
    height: 96px;
    opacity: 0;
    transition: all .6s;
    transition-delay: 0.1s;
    z-index: 10;
}
.comon-projects:hover .product-image::before{
    height: 100%;
    opacity: .9;
}
.comon-projects:hover .details{
    opacity: 1;
}

.content-projects{
	color: #fff;
	background: #F5F4F4;

}

.content-projects a{
    color: #1e1e1e;
}
.content-projects .read-btn2{
    font-size: 12px;
}
.content-projects a:hover, .content-projects .read-btn2:hover{
    color: var(--main-theme-color);
}
.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;
}
[dir="rtl"] .comon-div1m h5{
    padding-left: 0;
    padding-right: 50px;
}
.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;
    text-align: center;
    line-height: 40px;
	font-weight: 700;
	font-size: 20px;
	transform: translateY(-50%) scale(1);
	transition: all 0.5s;
}
[dir="rtl"] .comon-div1m h5 span{
    left: auto;
    right: 0;
    text-align: center;
    line-height: 40px;
}
.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;
}
@media (max-width:991px){
    .how-it-work .col-item{margin: 16px 0;}
    .comon-div1m figure img{width: 40px;}
}
@media (max-width:767px){
    .how-it-work .comon-div1m h5{
        padding-left: 0px;
        padding-right: 0;
        font-size: 16px;
    }
}
.faq-home h2.faq-subTitle{
	font-size: 40px;
    margin-bottom: 30px;
	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: 16px;
    line-height: 26px;
    font-weight: 550;
    text-transform: capitalize;
	
}
.faq-home .accordion-item{
	border: none;
	margin-bottom: 15px;
}
.faq-home .collapsed{
   background-color: #f9f9f9;
   font-size: 16px;
   line-height: 26px;
   font-weight: 550;
   text-transform: capitalize;
}

.faq-home .accordion-button{
    border-radius: 10px;
}

.faq-home .accordion-button:focus{
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
@media (max-width:991px){
    .faq-home .acordion-sec{
        margin-bottom: 40px;
    }
}

.ask-any-qus{
	background-color: var(--main-bg-color);
	padding: 30px;
	border-radius: 30px;
}
.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;
	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{
	width: 100%;
	position: relative;
    padding-bottom: 60px;
}
.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 .blog-img-item{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.comon-blog-home .blog-img-item img{
	width: 100%;
	transition: all 0.5s;
}
.comon-blog-home .blog-img-item:hover img{
	transform: scale(1.1);
}
.content-blog-item span{
	font-size: 16px;
	color: var(--main-bg-color);
}
.content-blog-item span i.fa{
    margin-right: 5px;
}
.content-blog-item .blog-item-titel{
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
    line-height: 30px;
    height: 60px;
	font-size: 20px;
    text-align: left;
	margin: 15px 0;
	transition: all 0.5s;
}
.content-blog-item .blog-item-titel:hover{
	color: var(--main-bg-color);
}
.content-blog-item .blog-desc{
    margin-bottom: 24px;
}
.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;
	margin-bottom: 15px;
	display: block;
}
.comon-footer-div ul li a:hover{
    color: var(--main-theme-color);
}
.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;
}
.footer-link-div .footer-logo{
    max-width: 240px;
}

@media (max-width:767px){
    .comon-footer-div h5 {
        font-size: 20px;
    }
    .comon-footer-div .mt-4 {
        margin-top: 1rem!important;
    }
    .footer-link-div .footer-logo{
        max-width: 180px;
        margin-bottom: 0px;
    }
}

.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;
}

.navication .navbar .navbar-nav .nav-item ol a:hover,
.navication .navbar .navbar-nav .nav-item ol a:focus{
    color: var(--main-bg-color);
}

.navication .navbar > .navbar-nav > .nav-item > ol > a:hover,
.navication .navbar > .navbar-nav > .nav-item > ol > a:focus,
.navication .navbar-light .navbar-nav .dropdown-toggle:focus, 
.navication .navbar-light .navbar-nav .dropdown-toggle:hover{
    color:#fff!important;
}

.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%;
}  
@media (min-width: 992px){
    .navication .search.me-lg-3 {
        margin-right: 0!important;
        margin-left: 1rem!important;
    }
}

/*.navication .navbar .navbar-nav > .nav-item.active > ol > a::after{
    width: 100%;
}*/



/* design home 2 */

.desgin-2 .top-menu-sction {
    background-color: #f5ad0d;
    padding: 10px 0;
    width: 100%;
}
.desgin-2 .banner-content-sec h6 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.desgin-2 .banner-content-sec h1 {
    font-weight: 700;
    font-size: 47px;
    color: #fff;
    line-height: 50px;
	padding-left: 0;
	border: none;
}
.desgin-2 .banner-home {
    position: relative;
    top: 0;
    width: 100%;
    background: #444444 ;
    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;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
}
.desgin-2 .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;
}
.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-weight: 700;
    padding: 10px 20px;
    color: #fff;
    text-transform: capitalize;
}
.desgin-2 .comon-div-clients h2 {
    color: var(--main-font-color);
    font-weight: 700;
    margin: 12px 0;
    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-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: #fff;
    background: var(--main-bg-color);
    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: 1199px){
	#navbarSupportedContent{
        display: none !important;
    }
    .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;
	}
    .min-head,
    .faq-home h2.faq-subTitle {
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 36px;
    }
    .about-home h2 {
        margin-bottom: 22px;
        font-size: 30px;
    }
    .how-it-work h2{
        font-size: 40px;
        margin-bottom: 22px !important;
    }
    .blog-sec-home{padding-bottom: 15px;}
}
@media (max-width: 900px){
	.main-menu-div{
		position: relative !important;
	 }
	 .banner-content-sec h1{
		 line-height: 36px;
		 font-size: 30px;
	 }
	 .banner-content-sec{
		 height: 440px;
		 padding-top: 0;
	 }
	 .why-choose-us-div{
		text-align: center;
	}
	.why-choose-us-div .combo-row .col1,
    .why-choose-us-div .combo-row .col2{
		margin-bottom: 30px;
	}
	.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;
	}
    .heading-one h2,
    .how-it-work h2,
    .heading-one h2{
        font-size: 30px;
    }
    .faq-home h6,
    .blog-sec-home h6,
    .how-it-work h6,
    .heading-one h6{
        font-size: 23px;
    }
    .about-home h2{
        margin-top: 20px;
    }
}
@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:767px){
    .our-spality .row{
        margin-left: -6px;
        margin-right: -6px;
    }
    .our-spality .product-col{
        padding-left: 6px;
        padding-right: 6px;
    }
    .sub-text, .about-home h6 {
        font-size: 18px;
    }
    .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,
    .min-head, .faq-home h2.faq-subTitle {
        font-size: 22px;
        line-height: 32px;
    }
    .faq-home h6, .blog-sec-home h6, .how-it-work h6, .heading-one h6 {
        font-size: 20px;
    }
    .content-blog-item .blog-item-titel{
        font-size: 18px;
    }
    .why-choose-us-div .combo-row .col1,
    .why-choose-us-div .combo-row .col2{
		margin-bottom: 20px;
	}
    .why-choose-us-div .combo-row .comon-div-clients{
        padding: 1rem!important;
    }
    .why-choose-us-div .about-home.mt-10{
        margin-top: 2.5rem!important;
    }
    .comon-div-clients figure img {
        max-width: 40px;
    }
    .comon-div-clients h2{
        font-size: calc(1.1rem + 0.375vw);
    }
}

@media (max-width: 667px){
	.main-menu-div{
		position: relative !important;
	 }
	 .banner-content-sec h1{
		 line-height: 36px;
		 font-size: 24px;
	 }
	 .banner-content-sec{
		 height: 440px;
		 padding-top: 0;
	 }
	 .why-choose-us-div{
		text-align: center;
	}
	.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-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;
	}
	.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;
    font-size: 20px;
    margin: 0px 10px;
}
.socal-btn a:hover{
    color: var(--main-theme-color);
}
.top-menu-sction .lang a{
    color: #000;
}


.dropdown-menu{
    position: absolute;
    top: 100%;
    right: -40px;
    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-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 */
.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;
    color: #333;
}

.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;
    color: #333;
    position: relative;
}
.witr_ac_style:not(.collapsed),
.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%);
}
.witr_ac_style:not(.collapsed)::before{
    content: '\f068';
    font-family: fontawesome !important;
}



@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .fs-xl-3{
        font-size:1.1484375rem!important
    }
    
}

@media (min-width: 1440px){
    #header .container,.navication .navbar .container,.banner-home .container,.footer-link-div .container{
            max-width:1400px;
    }
}



.onlineservice_box{
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 999;
}
.onlineservice_box li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}
.onlineservice_box li.onlineservice_li .onlineservice_icon{
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-theme-color);
}
.onlineservice_box li.onlineservice_li .onlineservice_icon:hover{
    background-color: #525252;
}
.onlineservice_box .onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.onlineservice_box .onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
.onlineservice_box>li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.onlineservice_box .onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}
.onlineservice_box .onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}
.onlineservice_box .onlineservice_tips li a:hover{
    color: var(--main-theme-color);
}