/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2023 | 14:44:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.our_clients {
    padding: 0 5px;
}
.ourclients-content {
    max-height: 144px;
    overflow-y: auto;
}

.ourclients-content::-webkit-scrollbar{width: 5px;}
.ourclients-content::-webkit-scrollbar-thumb{background-color:#ffc72c;}
.ourclients-content::-webkit-scrollbar-track{background-color:#b7bbc0;}

.oc-wrap .owl-nav {
    display: none;
}

.oc-wrap:hover .owl-nav {
    display: block;
}

@media (min-width: 768px) {
   .trusted-partners-wrap .owl-carousel .owl-nav div {
        float: left;
        position: relative;
    }
    .trusted-partners-wrap .owl-nav {
        position: absolute;
        right: 30px;
        top: -33px;
    } 
}
.owl-carousel.navstyle_circle .owl-nav div {
    width: 30px;
    height: 30px;
}
.trusted-partners-wrap .trusted-partners {
    max-width: 60px;
    height: auto;
}
.owl-nav {
    display: block;
}
.trusted-partners-wrap .owl-carousel.navpos_inside .owl-prev {
    right: 0;
	left: unset;
}
.trusted-partners-wrap .owl-carousel.navpos_inside .owl-next {
    left: 0;
}
 .switch-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
}
.switch-block__title {
    padding-right: 30px;
    font-size: 18px;
    line-height: 1.56;
    font-weight: 600;
}
.switch-block hr {
    border: none;
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    width: 77%;
    margin: 0;
}

.collection .w-iconbox-title {
    font-weight: 700;
}
.collection .w-iconbox-icon {
    border-bottom: 5px solid;
    padding-bottom: 20px;
    padding-right: 5px;
}

#tsparticles canvas {
  display: block;
  vertical-align: bottom;
position: absolute !important;
}
#tsparticles {
    background-image: -o-linear-gradient(left,#ffc72c 0,#efedd3 51%,#d2e9ff 100%);
    background-image: linear-gradient(to right,#ffc72c 0,#efedd3 51%,#d2e9ff 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
position: relative;
}

.last-block > div > .wpb_wrapper, .last-block-right > div > .wpb_wrapper {
    margin: 40px auto;
    width: 50%;
}
.last-block-right > div > .wpb_wrapper {
    position: relative;
    right: 10%;
}

#world-map .upb_video-src {
    max-width: 100%;
	top: 58%;
}
.location-block__item span {
    font-size: 50px;
    color: #fff;
	font-weight: 600;
}
.location-block__text {
    font-size: 16px;
    line-height: 1.5;
    color: #b4b4b4;
    margin-top: 10px;
	font-weight: 600;
}
@media (max-width: 992px) {
	.location-block__item span {
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	.collection .w-iconbox.arrow-link.iconpos_top.style_default.color_primary.align_left.icontype_img {
		text-align: center;
	}

	.collection .w-btn-wrapper.align_none {
		text-align: center;
		display: block;
	}
	.last-block > div > .wpb_wrapper, .last-block-right > div > .wpb_wrapper {
		margin: 20px auto;
		width: 80%;
	}
	.last-block-right > div > .wpb_wrapper {
		right: 0;
	}
	.location-block__item span {
		font-size: 1.65rem;
	}
	#world-map .upb_video-src {
		top: 0;
    	max-width: unset !important;
		transform: unset;
		width: 150%;
	}
}