.main{
	display: block;
	padding: 0 4.625rem;
	position: relative;
}


.owl-carousel .item {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0px;
}
.owl-carousel .item::before{
	content:'';
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	background-color: transparent;
    background-image: linear-gradient(180deg, #090A099E 26%, #02020200 100%);
    backdrop-filter: blur(0px);
    border-radius: 0px;
}
.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.caption {
    position: absolute;
    width: 100%;
    top: 50%;
   	Left:0;
    transform: translateY(-50%);
    z-index: 9;
    font-family: "Oswald", sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.subtitlewrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    display: none;
}
.subtitle {
    color: #f8931d;
    padding: 4px 10px 4px 36px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.subline {
    background-color: #CBA969;
    width: 100px;
    height: 1px;
}
.bannertitle {
    padding: 0;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 3.5rem;
    font-weight: 500;
}
.bannertitle span{
	display: block;
	color: #f8931d;
}
.banner-carousel .owl-nav{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px 30px 0275px 0px;
    gap: 8px;
}
.banner-carousel .owl-carousel .owl-nav button.owl-next, 
.banner-carousel .owl-carousel .owl-nav button.owl-prev{
	background-color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px !important;
    box-shadow: -1px 6px 75px -7px #000000;
    cursor: pointer;
    color: #74767b;    
}
.banner-carousel .owl-carousel .owl-nav button.owl-next:hover, 
.banner-carousel .owl-carousel .owl-nav button.owl-prev:hover{
	background-color: #140C00EB;
    border-color: #FFFFFF;
    color: #fff;
}
.banner-carousel .owl-carousel .owl-nav i{
	font-size: 24px;
	transition: all .3s ease;

}
.banner-carousel .owl-carousel .owl-nav:hover i{
	transform: rotate(360deg);
}
.widthsmall{
	width: 700px;
	max-width: 100%;
	margin:0 auto;
	position: relative;
}
.widthsmall::after{
	content: '';
	display: block;
	clear: both;
}
.maintitle{
	font-family: "Oswald", sans-serif;
	color: #000000;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.sectionlove{
	display: block;
	width: 100%;
	position: relative;
	padding: 150px 0;
}
.sectionlove::after{
	content: '';
	display: block;
	clear: both;
}
.sectionlove .widthsmall{
	margin-bottom: 5rem;
}
.sectionlove .figure{
	display: block;
	width: 100%;
	border-radius: 20px;
}
.sectionlove .figure img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.sectionlove .captionbg{
	display: block;
	padding-left: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.sectionlove .subtext{
	display: block;
	font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.sectionlove p{
	display: block;
	font-size: 17px;
	line-height: 1.7;
	color: #000000CC;
}
.sectionlove .quotebtn{
	text-align: left;
}
.sectiontop{
	display: block;
	width: 100%;
	position: relative;
	padding: 150px 0;
}
.sectiontop::after{
	content: '';
	display: block;
	clear: both;
}
.sectiontop P{
	font-size: 17px;
    line-height: 1.4em;
    color: #000000CC;
}
.sectiontop .widthsmall{
	margin-bottom: 7rem;
}
.divider{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00000073;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin:1rem 0;
}
.divider::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #efefef;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.divider span{
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.quotebtn{
	display: block;
	text-align: center;
	margin:1rem 0;
}
.quotebtn a{
	color: #000;
	display: inline-block;
	background-color: transparent;
    border: 2px solid #111;
    font-size: 18px;
    color: #000000;
    padding: 9px 33px;
    font-weight: 500;
    border-radius: 4px;
}
.quotebtn svg {
    width: 30px;
    height: 30px;
}

.sectiontop .innercontainer{
	display: block;
	width: 100%;
}
.sectiontop .secrow{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 20px 30px;
	margin:3rem 0;
	transition: background-color 0.4s ease-in-out;
}
.sectiontop .sectitle{
	max-width: 30%;
	flex:0 0 30%;
	font-weight: 500;
    color: #000000;
    font-size: 20px;
}
.sectiontop .secbtnbg{
	max-width: 30%;
	flex:0 0 30%;
	display: flex;
	justify-content: flex-end;
}
.sectiontop .secbtnbg ul li a{
	display: flex;
	column-gap: 10px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	align-items: center;
}
.sectiontop .secbtnbg i{
	-webkit-text-stroke:2px #fff;
}
.bgsectopgrey{
	background: #CBA969;
	border-radius: 8px;
}
.bgsectopgrey .sectitle,
.bgsectopgrey p{
	color: #fff;
}
.bgsectopgrey .secbtnbg i{
	-webkit-text-stroke:2px #CBA969;
}
.bgsectopgrey .secbtnbg ul li a{
	color: #fff;
}
.stepbg{
	display: block;
	width: 100%;
	margin:0;
	padding: 130px 0;
	position: relative;
	background: #CBA969;
}
.stepbg::after{
	content: '';
	display: block;
	clear: both;
}
.stepbg .steprow{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
.stepbg .stepcol{
	display: block;
	text-align: center;
}
.stepbg .number{
	display: inline-block;
	font-size: 140px;
    font-weight: 500;
    letter-spacing: -0.08em;
    color: #fff;
    line-height: 1;
}
.stepbg .seperator{
	position: relative;
    display: inline-block;
	color: #FFF;
    border-style: solid;
    width: 130px;
    font-size: 0px;
    margin: 10px 0;
}
.stepbg .steptitle{
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 0px;
}
.secdesign{
	display: block;
	width: 100%;
	position: relative;
	padding: 80px 0;
	background:#4b4b4b;
}
.secdesign::after{
	content: '';
	display: block;
	clear: both;
}
.secdesign .maintitle,
.secdesign p{
    color:#fff;
}
.secdesign .widthsmall{
	margin-bottom: 4rem;
}
.secdesign .planningbg{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
/*	align-items: center;*/
	justify-content: space-between;
	column-gap: 0px;
	position: relative;
	border-radius: 6px;
	background: #f8931d;
}
.secdesign .contentbg{
	max-width: 62%;
	flex:0 0 62%;
	background: #383636 url(../images/mapbg3.webp) no-repeat center center;
	background-size: cover;
	position: relative;
	border-radius: 6px 0 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 30px;
}

.europebg, .middleeastbg, .unitedstatesbg, .asiabg{
	display: none;
}
.countryactive{
	display: block;
	width: 100%;
}

.secdesign .contentbg ul{
	margin-left: -30px;
	margin-right: -30px;
}
.secdesign .contentbg ul li{
	padding-left: 30px;
	padding-right: 30px;
	width: calc(50% - 30px);
	float: left;
	
}
.secdesign .contentbg ul li a {
    display: block;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 52px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #f8931d;
/*    border-radius: 5px;*/
}
.secdesign .contentbg ul li a:hover{
    color:#F0972B;
}
.secdesign .captions{
	max-width: 38%;
	flex:0 0 38%;
/*	padding: 0% 5% 0% 6%;*/
	padding: 60px 5% 60px 6%;
}
.secdesign .captions .titlebg{
	display: block;
    margin: 2rem 0 1rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.secdesign .captions .title{
	color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.secdesign .captions .title span{
	color: #fff;
    font-size: 16px;
    margin-top: 3px;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: none;
}
.secdesign .captions .titlebg:hover .title,
.secdesign .captions .titlebg:hover .title span{
	color: #000;
}
.buttonactive{
}
.buttonactive .title,
.buttonactive .title span{
	color: #000 !important;
}
.shocasbg{
	display: block;
	width: 100%;
	position: relative;
	padding: 90px 0;
	background:#fff;
}
.shocasbg::after{
	content: '';
	display: block;
	clear: both;
}
.shocasbg .maintitle{
	color: #000;
	font-size: 2.5rem;
	font-family: "Oswald", sans-serif;
}
.shocasbg p{
	color: #000000CC;
}
.shocasbg .widthsmall{
	margin-bottom: 3rem;
}
.shocasbg .quotebtn{
	margin-top: 4rem;
}

.containershocase{
	display: block;
	width: 100%;
	margin-top: 3rem;
	box-sizing:border-box;
	background:#f5f5f5;
	padding:10px;
}
.containershocase .row{
	margin-left: 5px;
	margin-right: 5px;
}
.containershocase [class*='col-']{
	padding-left: 5px;
	padding-right: 5px;
	margin:5px 0;
}
.containershocase .figure{
	width: 100%;
	margin:0;
	padding: 0;
}
.containershocase .figure img{
	width: 100%;
	height: auto;
}
.processbg{
	display: block;
	width: 100%;
	margin:0;
	padding: 110px 0;
	position: relative;
}
.processbg::after{
	content: '';
	display: block;
	clear: both;
}
.processbg .captionbg{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.processbg .captionbg p{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	color: #414141;
}
.processbg .quotebtn{
	text-align: right;
}
.processtep{
	display: grid;
	position: relative;
	gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 7rem;
}
.processtep::after{
	content: '';
	position: absolute;
	top: 55px;
	left: 50%;
	width: calc(100% - 170px);
	height: 1px;
	transform: translateX(-50%);
	background: #00000075;
}
.processtep .item{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	z-index: 1;
}

.processtep .icon{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	margin:0 auto;
	padding: 25px;
	background: #CBA969;
	position: relative;
	margin-bottom: 1.5rem;
}

.processtep .icon img{
	width: 100%;
	height: auto;
}
.processtep .number{
	display: block;
	width: 32px;
	height: 32px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
}
.processtep .title{
	display: block;
	font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #000;
}
.processtep p{
	color: #717780;
    font-size: 1rem;
    line-height: 1.6em;
    margin-top: 10px;
    display: block;
}
.homeblogbg{
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0 110px 0;
}
.homeblogbg .widthsmall{
	margin-bottom: 6rem;
}
.homeblogbg .item{
	width: 100%;
	position: relative;
	display: block;
}
.homeblogbg .item .figure{
	display: block;
	width: 100%;
	border-radius: 22px;
}
.homeblogbg .item .figure img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
}
.homeblogbg .item .figure:hover img{
	transform: scale(1.03);
}
.homeblogbg .item .content{
	display: block;
	padding: 5px;
	text-align: center;
}
.homeblogbg .item .content .quotecat{
	display: block;
	margin-bottom: 0.5rem;
}
.homeblogbg .item .content .quotecat a{
	display: block;
	color: #0000008A;
	font-size: .9em;
    line-height: 1.13333em;
}
.homeblogbg .item .content p{
	display: block;
}
.homeblogbg .item .content p a{
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 1.3;
}
.homeblogbg .quotebtn {
    margin-top: 4rem;
}
.joinusbg{
	position: relative;
	display: block;
	width: 100%;
	padding: 110px 0;
	background: #4b4b4b;
}
.joinusbg .maintitle{
	color: #fff;
}
.joinusbg .title{
	color: #fff;
    font-size: 43px;
    font-weight: 200;
    letter-spacing: -0.03em;
}
.joinusbg p{
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.joinusbg .quotebtn a{
	color: #fff;
	border: 2px solid #fff;
}
/*--accordian slider--*/
.swipersection{
	display: block;
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	background: #4b4b4b;
}
.swipersection .maintitle{
	color: #f8931d;
}
.swipersection p{
	color: #fff;
	font-size: 1rem;
}
.swipersection .widthsmall{
	margin-bottom: 3rem;
}
.swipersection .quotebtn a{
	border:2px solid #fff;
	color:#fff;
}
.dividerblack{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin: 1rem 0;
}
.dividerblack::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dividerblack span {
    display: inline-block;
    padding: 0 10px;
    background: #4b4b4b;
    position: relative;
    z-index: 1;
}
main{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
main div{
    width: 7%;
/*    height: 350px;*/
    border-radius: 5px;
    cursor: pointer;
    border:2px solid #f8931d;
}
.innerswiper {
    width: 80%;
    height: 70%;
    padding: 1rem 1rem;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.innerswiper .innerside {
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.fived{
    margin-right: 0;
}

.a{
    width: 65%;
    border:none;
}
.b{
    background-color: #1c1c1c;
}
.c{
    pointer-events: none;
}
.one,
.two,
.three,
.four,
.five{
	background: #4b4b4b;
	position: relative;
}
.one img,
.two img,
.three img,
.four img,
.five img{
	width: 100%;
	height: auto;
	display: none;
	border-radius: 5px;
}
.slidercaps{
	position: absolute;
	top: 50%;
    left: 50%;
	display: block;
	font-size: 23px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	writing-mode: vertical-rl;  /* Makes the text vertical */
  	transform: translate(-50%, -50%) rotate(180deg);
}
.a img{
	display: block;
}
.a .slidercaps{
	display: none;
}
.swipertitle{
	display: block;
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 0.5rem;
	font-family: "Oswald", sans-serif;
}
.swipertext{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
	font-weight: 400;
	margin-bottom: 1rem;
	text-align: center;
}
.swiperbtnbg{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	margin-top: 3rem;
}
.swipermore{
	display: block;
	text-align: center;
}
.swipermore a{
	display: inline-block;
	font-size: 1rem;
	line-height: 32px;
	border:2px solid #f8931d;
	background: #f8931d;
	padding: 5px 25px;
	color: #000;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
.swipermore a:hover{
	border:2px solid #f8931d;
	background: #000;
	color: #fff;
}
.prev,
.next{
	display: inline-block;
	background-color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 18px 20px 18px 20px !important;
    box-shadow: -1px 6px 75px -7px #000000;
    cursor: pointer;
    color: #74767b;
}
.swiperbtnbg .fa-chevron-left:before,
.swiperbtnbg .fa-chevron-right:before{
	-webkit-text-stroke:1px #fff;
}


.shocasbg .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none; /* Allows clicks to pass through except the buttons */
}
.shocasbg .owl-carousel .owl-nav button.owl-next, 
.shocasbg .owl-carousel .owl-nav button.owl-prev{
    background-color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px !important;
    box-shadow: -1px 6px 75px -7px #000000;
    cursor: pointer;
    color: #74767b;    
}
.shocasbg .owl-carousel .owl-nav button.owl-next,
.shocasbg .owl-carousel .owl-nav button.owl-prev {
    background-color: #FFFFFF;
    border-style: none;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: -1px 6px 75px -7px #000000;
    cursor: pointer;
    color: #74767b;
    pointer-events: auto; /* Enables button clicks */
}
.shocasbg .owl-carousel .owl-nav button.owl-next:hover, 
.shocasbg .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #140C00EB;
    border-color: #FFFFFF;
    color: #fff;
}
.shocasbg .owl-carousel .owl-nav i{
    font-size: 24px;
    transition: all .3s ease;

}
.shocasbg .owl-carousel .owl-nav:hover i{
    transform: rotate(360deg);
}


@media screen and (max-width:991px){
	.main{
		width: 100%;
		max-width: 720px;
		padding: 0 15px;
		box-sizing: border-box;
		margin:0 auto;
	}
}
@media screen and (max-width:767px){
	.owl-carousel .item{
		height: 500px;
	}
	.owl-carousel .item img{
		height: 100%;
		object-fit: cover;
	}
	.sectionlove,
	.secdesign,
	.joinusbg{
		padding: 60px 0;
	}
	.maintitle{
		font-size: 40px;
	}
	.sectionlove .widthsmall,
	.secdesign .widthsmall,
	.shocasbg .widthsmall{
		margin-bottom: 3rem;
	}
	.swipersection {
		padding: 110px 0 100px;
	}
	.slidercaps{
		font-size: 18px;
		height: 100%;
	}
	.swiperbtnbg{
		margin-top: 2rem;
	}
	.secdesign .planningbg{
		display: block;
		padding-bottom: 60px;
	}
	.secdesign .figure{
		max-width: 100%;
	}
	.secdesign .figure img{
		border-radius: 20px;
	}
	.secdesign .captions{
		max-width: 100%;
		text-align: center;
	}
	.containershocase{
		margin-top: 0;
	}
	.homeblogbg [class*='col-']{
		margin: 1rem 0;
	}
}