.main{
	display: block;
	padding: 0 4.625rem;
}
.bannerbg{
	display: block;
	position: relative;
	width: 100%;
	background: url(../images/servicebanner.webp) no-repeat center center;
	background-size: cover;
	padding: 90px 0 10px;
}
.bannerbg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.90);
}
.widthsmall{
	width: 700px;
	max-width: 100%;
	margin:0 auto;
	position: relative;
	margin-bottom: 7rem;
	z-index: 1;
}
.widthsmall::after{
	content: '';
	display: block;
	clear: both;
}
.maintitle{
	color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
}
.subtitle{
	color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    display: block;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
}
.subtitle span{
	color: #CBA969;
}
.widthsmall P{
	font-size: 17px;
    line-height: 1.4em;
    color: #000000CC;
}
.bannerbg .maintitle{
	color: #F0972B;
}
.bannerbg p{
	color: #fff;
}
.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;
}
.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: #000;
    position: relative;
    z-index: 1;
}



.portfoliobg {
    padding: 30px 0 110px;
    position: relative;
    display: block;
}

.owl-carousel .item {
    display: block;
    width: 100%;
    position: relative;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 11;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none; /* Allows clicks to pass through except the buttons */
}
.owl-carousel .owl-nav button.owl-next, 
.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;    
}
.owl-carousel .owl-nav button.owl-next,
.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 */
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #140C00EB;
    border-color: #FFFFFF;
    color: #fff;
}
.owl-carousel .owl-nav i{
    font-size: 24px;
    transition: all .3s ease;

}
.owl-carousel .owl-nav:hover i{
    transform: rotate(360deg);
}
@media screen and (max-width:767px) {
    
}

@media screen and (max-width:575px) {
    
}