@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
a{transition: all .3s ease;}
a:hover{transition: all .3s ease;}

img{max-width: 100%; height: auto; }
body{color:#000000 !important ; font-size: 16px !important; font-family:"Roboto", sans-serif !important; font-style: normal; font-weight: 400;  }
p{font-size: 18px;  }

h1{font-size:50px; font-family: "Roboto", sans-serif; font-weight: 700; }
h2{font-size:36px; font-family: "Roboto", sans-serif; font-weight: 700; }
h3{font-size:26px; font-family: "Roboto", sans-serif; font-weight: 600; }
h4{font-size:22px; font-family: "Roboto", sans-serif;  font-weight: 600;   }

P{line-height: 1.6; }
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none; color: #000;}


.container{max-width:1100px;}
.container-fluid {max-width: 1440px;}
.header{position: fixed; top:0px; width: 100%; padding:0px 0px; z-index: 999999; background: #ffffff; }
.headerfixed{background: #ffffff;  }
.headerfixed .header-banner-text{display: none;}
.header-lean-more{color:#f2582c; width: 100px; position: relative;  }
.header-lean-more:hover {color:#f2582c;  }
.header-lean-more img {  position: absolute; top: 5px; right: -20px;  }
.header-lean-more:hover img {  position: absolute; right: -25px;  }
.header-banner{position: relative;}
.header-last-col{display: flex; justify-content: flex-end;}

.header.sticky {position: fixed; top: 0; width: 100%; background: rgba(255, 255, 255, 0.85);
      box-shadow: 0px -1px 0px 0px #EBEBF0 inset; backdrop-filter: blur(8px);}
.header.hidden {transform: translateY(-100%);transition: transform 0.3s ease;  }
.header.shown {transform: translateY(0); transition: transform 0.3s ease; }

.menu  ul, .menu  li{margin: 0px; padding: 0px; list-style: none;}
.menu > ul{display: flex;  align-items: center; column-gap: 15px; justify-content: space-around; }

.menu li a{white-space: nowrap;}
 .submenu li a{white-space: normal !important;  }

.menu li a{color: #000000; padding: 10px 10px; font-weight: 500;  }
.menu li a:hover{color: #0263E0;  border-radius: 10px; background: #F0F0F0;  }/*Abhishek */
.menu > ul{display: flex; justify-content: space-between;}
.menu li{list-style: none; margin: 0px; }

.menu .fa-chevron-down{font-weight: lighter; font-size: 10px; margin-left: 4px; margin-top: -2px; }
/* .submenu:hover >  .fa-chevron-down {  transform: rotate(180deg);  }Abhishek */
.submenu-links span{font-weight: 400; color: #5e5e5e; }
.submenu-links b{font-weight: 500 !important; color: #000000; }
.submenu-links a:hover span{color: #ffffff;}
.submenu-links a:hover  b {color: #ffffff; font-weight: 500 !important; }
/* .menu li:hover .fa-chevron-down  {  transform: rotate(180deg); }Abhishek */
.menu li:hover > a{color: #0263E0;  border-radius: 4px; background: #F0F0F0; }
.menu .active > a{color: #0263E0;  border-radius: 4px; background: #F0F0F0; position: relative;}

.menu .active > a::after{border-bottom: solid 3px #0263E0; position: absolute; content: ""; width: 100%; height:3px; max-width: 142px; bottom: -10px; display: block;  margin: auto;  }

.menu .active  .fa-chevron-down:before {color: #0263E0;  }

.submenu{ position: absolute; width: 100%; max-width: 95%; left:0px; right:0px;  transition: all 1s ease;opacity: .0;  height: 0px; overflow: hidden;  background: #ffffff;  margin-top: 5px;  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05)); padding: 0px; border-radius:0px 0px 15px 15px; margin-left:auto !important; margin-right:auto !important; }
.submenu li{ display: block;  padding: 0px !important; margin: 0px;  }
.submenu li a{display: block; padding: 10px; transition: all .2s ease;border-radius: 10px; align-items: center; color: #0263E0; font-size: 18px;   }
.submenu li a:hover{background:#00000004;  transition: all .2s ease;    }
.submenu li img{margin-right: 10px;}
/* .menu ul li:hover > .submenu{opacity: 100; height: auto; transition: all 1s ease; width: 100%; margin-top:22px;}Abhishek */
/* Abhishek */
 .menu li.active .submenu{opacity: 100; height: auto; transition: all 1s ease; width: 100%; margin-top:16px;}
 .menu li.active .fa-chevron-down {}
  /* Abhishek */
.menu li:hover .dropbtn { background-color: #03A9F4; color: white;}
.submenuinner{background: #ffffff;  margin-top: 20px;}
.submenthreecol{display: flex; padding: 40px 70px;   flex-wrap: wrap; align-items: center;  border: solid 0px red; margin-top: 20px; background: #ffffff;
}
.submenthreecol li{width:33%; text-align:left;padding: 20px;box-sizing: border-box; min-width: 300px; }
.submenthreecol li span{display: block; font-size: 16px; font-weight: normal; padding-left: 62px; color: #000000; margin-top: -10px; }
.submenu li:hover span{/*color: #ffffff;*/ }
.submenu li:hover img{/*filter: brightness(0) invert(1);*/}
.submenu .row{ padding: 40px 70px; text-align: center;}
.menu-icon{margin-bottom: 20px; text-align: center; min-height: 100px; display: flex;    justify-content: center; align-items: center; }
.menu-icon img{margin: 0px !important;}
.submenu .row p{ color:#000000; font-size: 16px; font-weight: 400; }
/*.submenu .row > div li:hover p{color: #ffffff;}*/

.menu-we-support{text-align: left; border-left: solid 1px #ECF0F4; padding-left: 20px; }

.header-banner-right{text-align: right;}
.header-contact-button{text-align: right;}
.home-banner-text{ }
.home-banner-hold{ position: absolute; top: 0px;height: 380px; max-width: 500px; color: #ffffff; height: 360px;  margin: auto; bottom: 0px;  }
.primary-button{background:#0263E0;border-radius: 30px; font-weight: 500;  text-align: center;color: #FFFFFF;  border: solid 1px #1164D4; transition: all .5s ease;padding: 12px 20px; }
.primary-button:hover{color: #0263E0; background: #ffffff;    transition: all .5s ease; }
.secondary-button{ text-align: center;  display: inline-flex;padding: 12px 25px;justify-content: center;align-items: center;gap: 10px; border: 1px solid #005CD9; border-radius:30px; transition: all .5s ease; background: #ffffff; color: #1164D4; font-weight: 500;  }
.secondary-button:hover{background:#0263E0; transition: all .5s ease; -webkit-text-fill-color: #ffffff;  color: #ffffff; }
.rightlander-home-contact{background:rgba(255, 255, 255, 0.10);  padding: 50px; border-radius: 20px;  }

.rightlander-inner-contacts{background:url("../images/Intersect.png") no-repeat #0263E0; background-position: right; min-height: 340px; padding: 50px; border-radius: 20px; background-size: contain;  }
.rightlander-inner-contacts h2{color: #ffffff; margin-bottom: 0px; font-weight: 500; }
.btn-large{ padding: 12px 40px !important;   }
.rightlander-inner-contacts p{color: #ffffff;}
.rightlander-inner-contacts-right{ padding: 0px 0px 0px 90px;  }

.rightlander-inner-contacts-right img{margin-right: 5px;}
.rightlander-contact-award-logo{margin-top: 20px;}
.rightlander-contact-award-logo img{max-height: 50px;}

.rightlander-footer{background: #1B2D44; color: #ffffff !important;  }
.rightlander-footer .row > div{margin-bottom: 10px;}
.section-margin{margin-bottom: 60px; }
.home-section-margin{margin-bottom: 100px;}

.home-title{padding-bottom: 30px;}
.newslettersignup{ border:0px; border-bottom: solid 1px #000; outline: none; background: none; }
.see-all-news{font-style: normal;font-weight: 500;font-size: 18px;line-height: 24px;text-align: center;color: #ffffff; border: 1px solid #FFFFFF; overflow: hidden; border-radius: 30px; padding: 10px 20px;
}
.see-all-news:hover{background:#0263E0; color: #ffffff; border:solid 1px #ffffff; }
.rightlander-best-in-class{font-style: bold; color:#1164D4; }
.rightlander-home-request-demo-inner{ position: absolute; top: 0px;  bottom:0px; left:0px; right:0px; color: #ffffff; text-align: center; max-width: 392px; height: 300px; margin: auto; line-height: 24px;  }
.rightlander-home-request-demo-inner a{color: #ffffff; }
.header-banner-text{background: #000000; padding: 5px;  color: #ffffff; font-size: 14px; }
.header .container{padding-top: 10px; padding-bottom: 10px;}
.underlinelink{text-decoration: underline;}
.underlinelink:hover{text-decoration: none;}
.header-banner-text a{color: #FAF707; text-decoration-line: underline;  }
.header-banner-text a:hover{text-decoration-line: none;  }
.icon-open{background: url("../images/hamburger-menu.svg") no-repeat; width: 38px; height:38px; background-position: center; margin-top: 20px; margin-right:15px; background-size: cover;  }
.icon-close{background: url("../images/cross.svg") no-repeat; width: 38px; height:38px; background-position: center; background-size: cover; }
.header-mobile-icon{position: absolute;  right:0px; padding:5px; }
.header-mobile-icon{display: none;}
.see-all-products-main{margin: 30px 0px 0px 0px;}
.rightlander-know-more-title{margin-top: 20px; padding: 20px 0px 10px 0px;}
.rightlander-home-our-business-title{ margin: auto; text-align: left;  }
.rightlander-home-our-business-title h2{background: url("../images/home-title-icon.svg") no-repeat; padding-left: 20px;   background-position: center left;  }
.rightlander-responsive-image img{object-fit: cover;object-position: 50% 50%; height:230px; width: 160px; border-radius: 10px;    }
.rightlander-home-grey-box-text-wrap{min-height:80px;}
.title-light{color:#4a5a6f;}
.rightlander-home-contact{color: #ffffff;}
.rightlander-talk-button{background: #ffffff;  border-radius: 30px; padding: 8px 20px; margin-right: 10px; color: rgba(2, 99, 224, 1);  }
.rightlander-talk-button:hover{background:#005CE2; color: #ffffff; border: solid 1px #ffffff; }
.rightlander-request-button{border: solid 1px #ffffff; border-radius: 30px; color: #ffffff; padding: 8px 20px; }
.rightlander-request-button:hover{border: solid 1px #ffffff; border-radius: 30px; background: #ffffff; color: #000000; padding: 8px 20px; }
.rightlander-contact-butt-right{text-align: right;}
.rightlander-footer h2{color: #ffffff;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal; border-bottom: solid 1px #D1D1D1; padding-bottom:10px; margin-bottom: 10px; max-width: 154px; }
.rightlander-footer li{padding: 10px 0px; color: #ffffff;}
.footer-links a{text-decoration: none; color: #ffffff !important;  }
.footer-links a{text-decoration: none; color: #ffffff !important;  }
.footer-links a:hover{color: #FAF707 !important;}
.footer-link-middle a{text-decoration: none; color: #ffffff; padding: 0px 20px; }
.rightlander-footer{color: #ffffff; padding: 40px 0px 20px 0px; }
.footer-bottom{flex-direction: row-reverse;}
.footer-link-middle{ text-align: center; }
.footer-bottom-right{text-align: right;}
.footer-bottom-right img{}
.footer-bottom-right a{ padding: 0px 10px;}
.footer-address a{ color: #ffffff; }
.footer-address a:hover{ color: #FAF707;; }
.small-width{max-width: 900px; margin: auto; }
.rightlander-home-banner{  min-height:650px; display: flex;  align-content: center;   align-items: center;/*background: url("../images/home-header-background.jpg") no-repeat;*/ background-position: right; }
.rightlander-home-carosal{ margin: auto;}

.rightlander-home-banner h1{padding-bottom: 20px; margin-bottom:0px;}

.home-grey-bg{background:#F7F7F7; padding: 50px 0px; }
.fade:not(.show) {opacity: 100;}
.rightlander-home-banner p{font-size: 20px; max-width: 595px; }
.rightlander-buss-icon  img{filter: brightness(0) saturate(100%) }
.rightlander-buss-icon :hover img{filter:none;}
/*.rightlander-home-curve{margin-top: -300px;}*/
.rightlander-home-curve{margin-top: -450px;}
.collapse:not(.show) {overflow: hidden;}
.in{display: block !important; }
.mobile-hide{display: block;}
.mobile-show{display: none;}
.portfolio-section a{padding: 20px; background: #ffffff; display: block !important; margin-bottom: 20px; text-align: center; }
.how-we-work{max-width: 1100px;  margin: auto; }
.header .container-fluid{padding: 10px;}
.footer-link-middle a:hover{ color:#FAF707 !important; }
.text-white a{color: #ffffff;}
.news-box-main{border-radius: 20px; border: 1px solid #0263E0; max-width: 430px; background: rgba(255, 255, 255, 0.10); padding: 20px 20px 5px 20px;  }
.news-box-main img{width: 100%; margin-bottom: 20px;}
.blue-text { color: #0263E0;}
.findus-box-main{border-radius: 20px; border: 1px solid #0263E0;  background: rgba(255, 255, 255, 0.10); padding: 20px 20px 20px 20px; text-align: center; display: flex; align-items: center; margin-bottom: 20px;  }
.findus-img{width: 213px; padding-right: 30px;  border-right: solid 1px #ffffff50; height: 100px; vertical-align: middle; display: flex; align-items: center;  justify-content: center;}
.findus-text{padding-left: 30px; text-align: left;  }
.findus-text p{padding-bottom: 0px; text-align: left; margin-bottom: 0px; font-size: 16px; }
.findus-text a{padding-top:5px; font-size: 16px;}
.findus-text h4{padding-bottom:5px; margin-bottom: 0px; font-size: 20px; font-weight: 500; }

.findus-box-main img{width:auto; margin-bottom: 10px; margin-top: 10px; max-height: 80px; }
.findus-box-main .home-read-more a{justify-content: left;}
.home-blue-background{background:#0263E0; padding: 120px 0px 120px 0px; color: #ffffff; }
.inner-white-background{background:#ffffff; padding: 60px 0px 60px 0px;  }

.key-platform-feature img{margin-right: 10px;}
.key-platform-feature h3{padding-bottom: 10px;}
.rightlander-home-banner-button{position: relative;}
.rightlander-home-banner-button a{}
.inner-header-banner{position: relative; background-color: #0263E0;  }
.inner-header-banner p{font-size: 20px; color: #ffffff; padding-bottom: 30px; margin-bottom:0px; }
.inner-header-banner h1, .inner-header-banner h2 {color: #ffffff; padding-bottom: 20px; margin-bottom: 0px; }

.inner-header-banner{position: relative; margin-top:70px;}
.inner-header-banner  .row{ max-width: 550px;   }
.inner-header-banner .secondary-button{margin-top: 10px;}
.activemenu > a{ background: url("../images/menu-bg-active.jpg") no-repeat; background-position: bottom center; transition: all .0s ease; background-size: 70% 4px; }
.activemenu > a:hover{background: url("../images/menu-bg-active.jpg") no-repeat; background-position: bottom center; transition: all .0s ease;  }
.product-main-bg{ min-height: 400px; background: url("../images/circle-background 1.png") #0263E0; display:flex; align-items: center; }
.product-main-bg .container .row{left:0px; right:0px; margin: auto; max-width: 1020px; }

.product-list a{color:#0263E0; }
.product-read-more img{margin-left:5px;}
.product-list a:hover .product-read-more img{margin-left:10px;}
.product-sub-title h4{font-size: 22px; font-weight: 700; color: #000000; }
.team-member{display: flex;     justify-content: flex-start;   flex-wrap: wrap;  column-gap:18px;  }
.team-member-inner{text-align: center; margin-bottom: 20px;  width: 200px; }
.team-member-img{margin-bottom:10px;}
.contact-left b{display: block; }

.contact-field{border-radius: 6px; border: 1px solid #D9D9D9; background: #FFF; max-width: 500px; width: 100%; padding: 5px; margin:10px 0px; }
.contact-left-border{border-left: solid 2px #0263E0; padding-left:30px; }
.contact-form{font-size: 14px;}
.contact-form textarea{height: 120px;}
.contact-form label{font-weight: 500;}
.contact-checkbox{ display: flex; max-width:380px; align-content: center;   justify-content: space-between; }
.contact-checkbox div label{display: flex;}
.contact-checkbox label{font-weight: normal;}

.containerv1 {display: block; position: relative; padding-left: 29px; margin-bottom: 12px;
  cursor: pointer; -webkit-user-select: none; -moz-user-select: none;
  -ms-user-select: none; user-select: none;}

/* Hide the browser's default checkbox */
.containerv1 input { position: absolute; opacity: 0; cursor: pointer; height: 0;width: 0;}

/* Create a custom checkbox */
.checkmark {position: absolute; top: 0; left: 0; height: 25px; width: 25px; border:solid 1px #D9D9D9;border-radius: 5px;   zoom:.85;}
/* On mouse-over, add a grey background color */
.containerv1:hover input ~ .checkmark {background-color: #D9D9D9;}
/* When the checkbox is checked, add a blue background */
.containerv1 input:checked ~ .checkmark {background-color: #1164D4;}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after { content: ""; position: absolute; display: none;}
/* Show the checkmark when checked */
.containerv1 input:checked ~ .checkmark:after {display: block;}

/* Style the checkmark/indicator */
.containerv1 .checkmark:after {left: 9px; top: 5px;  width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.home-read-more img{max-width: 12px; margin-left: 7px; margin-top: 7px }
.home-read-more a{display: flex; color: #ffffff; }
.home-read-more a:hover{opacity: .7; }
.home-news-text{min-height:105px;     }

.faqouter .collapsed:after { background: url(../images/faq-down.svg) no-repeat;width: 15px; height: 15px; float: right; margin: 3px -5px 0 0;}
.faqouter .collapsed:after, .panel-title a:after {content: ""; position: relative; top: 1px; display: inline-block;}
.panel-title a:after {background: url(../images/faq-up.svg) no-repeat;   width: 15px; height: 15px; float: right; margin: 3px -5px 0 0;}
.faqouter .panel-heading{margin-bottom:10px; padding-bottom: 10px; border-bottom: solid 1px #ccc; }
.faqouter .panel-title {padding-top: 10px; font-size: 20px; font-weight: 500;}
.panel-body{margin-bottom: 20px; margin-top: 10px; }
.header-icon-img img{margin-right: 30px;}
.mobile-logo{z-index: 99999; position: fixed; }
.slider-portfolio-main li{max-width:185px; text-align: center; }
.slider-portfolio-main .bx-wrapper img{margin: auto;   padding: 15px; }
.top-logo{margin: 0px; border-radius: 40px; overflow: hidden !important; border: solid 0px red; }
.top-logo .col-3{background:rgba(255, 255, 255, 0.082); display: flex; text-align:center; border: solid 5px #0263E0; align-content: center; justify-content: center; align-items: center; height: 160px; }
.top-logo .col-3 img{padding: 10px;   }
.home-client-textmonials li{border-radius: 20px;   max-width: 628px;height: 395px;flex-shrink: 0; padding:30px; color: #ffffff;  background: rgba(255, 255, 255, 0.082); }
.home-client-textmonials-main{overflow: hidden;}
.home-client-textmonials-main .bx-wrapper{margin: auto;}
.home-client-textmonials-main .bx-viewport{overflow: visible !important;}
.home-testimonial-logo{margin-bottom:5px; min-height: 60px;}
.home-testimonial-logo img{max-height: 60px;}
.home-testimonial-text{min-height: 226px; max-height:226px; margin-bottom:10px; overflow-y: auto; }
.home-testimonial-text::-webkit-scrollbar {width: 10px;}
/* Track */
.home-testimonial-text::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #b4d3fb;  border-radius: 10px;}
 /* Handle */
.home-testimonial-text::-webkit-scrollbar-thumb {background: #b4d3fb;  border-radius: 10px;}
/* Handle on hover */
.home-testimonial-text::-webkit-scrollbar-thumb:hover {background:#b4d3fb;}
.home-testimonial-title span{display: block; }
.home-testimonial-left-fade{position: absolute; width: 148px;height: 390px;
flex-shrink: 0; background:#0263E0;filter: blur(25px);  z-index: 9999;left: -70px; display: none;  }
 .home-testimonial-right-fade{position: absolute; width: 148px;height: 390px;
flex-shrink: 0; background: #0263E0; filter: blur(25px);  z-index: 9999;right: -70px; display: none; }
 .client-logo li {max-width: 200px; text-align: center; padding-bottom: 40px; }
.client-logo-rev li {max-width: 200px;  text-align: center; padding-bottom: 40px; }
.client-logo-rev{ }
.home-compare-box{border-radius: 20px; background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 22, 62, 0.08); display: flex; overflow: hidden; }
.home-compare-box ul{margin: 0px; padding: 0px;}
.home-compare-box h4{font-size: 20px; margin-bottom: 0px; }
.home-compare-box li{border-bottom: solid 1px #ECF0F4; padding: 20px; text-align: center; height: 90px; display: flex; justify-content: center; align-items: center;  }

.home-compare-box li:last-child{border-bottom:0px;}
.home-compare-box div{ min-width: 20%; }
.home-compare-title li{text-align: left; font-weight: bold; justify-content: left; }
.home-rightlander{border-radius: 20px; background: #FFF;
box-shadow: 0px 0px 30px 0px rgba(0, 22, 62, 0.08); margin-top: -2%; padding-bottom: 2%; margin-bottom: -2%; padding-top: 2%; }
.footer-awards-logo{text-align: right;}
.yellowline{background: url("../images/yellow-line.svg") no-repeat right bottom; padding-bottom:12px;}/* Vinit */
.search img{ width: auto; position: absolute; filter: brightness(0);  }
.search:hover img{filter: none;}
.header-search-icon{ cursor: pointer; margin-top: 15px; }
.search-menu{position: absolute; width: 100%; max-width: 95%; left: 0px;  right: 0px; transition: all 1s ease;  display: none; height: 0px; margin: 0px auto;  z-index:0; margin-top: 43px;  }

.search li{height: 50px; width: 24px; margin-right: 15px; list-style: none; }
.search li.active > .search-menu {display: block; height: auto;  }/*Abhishek*/
.searchfield input{border-radius: 30px; background: #FFF; padding: 10px 50px; outline: none; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); width: 100%; max-width: 500px; border: 0px; }
.searchfield{  border-radius:0px 0px 15px 15px; margin: 6px 2px  6px 2px; padding: 80px 40px;  background: #ffffff;  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));     }
.search-field-inner{ display: flex;    width: auto;  justify-content: center;  max-width: 500px;   margin: auto; position: relative; }
.search-icon{position: absolute; left: 20px; padding-top: 2px; margin-top: 10px;  }
.search-voice-icon{position: absolute; right: 20px; cursor: pointer; padding-top: 2px; margin-top: 10px; }
.yellotext a, .yellotext{color:#FAF707;  }
.rightlander-title-center{text-align: center;}
.home-short-text{max-width: 700px; text-align: center; margin: auto; }
.listnumber{margin-top: 20px; font-size: 18px; line-height: 28px; font-weight: 600; }
.listnumber li{ list-style:auto;}
.disc{ padding-left: 20px; }
.disc li{list-style: disc;  margin-bottom: 10px; }
.green-arro{padding-left: 0px;}
.green-arro li{ background: url("../images/right-tick-green.svg") no-repeat; list-style: none; padding-left: 30px; padding-bottom: 20px; background-position: 0px 5px; }
.tab-content{ padding: 60px 0px; }
.tab-content h4{border-bottom:solid 2px #0263E0; width: fit-content; font-size: 16px; font-weight: 700;  }
.tab-content h3{padding-bottom: 20px; margin-bottom: 0px;} 
.tab-content h2{ font-size: 28px; padding-bottom: 20px; margin-bottom: 0px;} 
.menu-view-all{display: block; width: 100%; margin-top: 20px; }
.menu-view-all a{border-bottom: solid 1px #FAF707; color: #0263E0 !important; padding: 5px !important; background: none !important; }
.menu-view-all a:hover{color: #000000 !important; }
.nav{gap:50px; }
.nav-tab-main .active{border-bottom:solid 2px #0263E0; color: #000000; font-weight: bold; }
.nav-tab-main .nav{justify-content:normal;}
.nav-tab-main .nav a{color: #606368; padding: 0px; margin: 5px 10px 5px 0px; }

.right-value-text{max-width: 400px; margin: auto; }
.right-value-icon{ min-height: 50px;}
.right-value-icon img{ max-height: 40px;}
.large-font{font-size: 20px; line-height:26px; }
.home-simple-seam-section{flex-direction: row-reverse;}

.background-size-contain{background-size: contain;}
.contact-right{max-width: 533px;}
.menu-mobile-show{display: none;}
.rightlander-footer li{list-style: none;}
.rightlander-footer ul{padding: 0px; margin: 0px;}
.term-List-Item, .term-List-Item-Roman{margin-left: 10px;}
.faq-icon{min-width: 40px; margin-right: 10px; }
.faqouter h4{font-size: 18px;}

.faqouter-title h2 {background: url(../images/blue-line-title.svg) no-repeat;padding-left: 20px; background-position: center left;}

.faq-common-que{margin-bottom: 20px;}
.team-member-text{padding-top: 10px;}
.team-member-text p{font-size: 14px; min-height: 50px; margin-bottom: 5px; }
.team-member-text a{font-size: 14px; color:#0263E0;  }

.modal-backdrop{z-index: 9999999; background:#00000060; }
.modal{z-index: 99999999999}
.modal-dialog{max-width: 730px;}
.modal-content{border-radius: 20px;padding: 20px;
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25); }
.team-modal-close{width: 20px; right: 10px; top:0px; position: absolute; z-index: 999999;cursor: pointer; font-size: 28px;color:rgba(0, 0, 0, 0.3)}

.faq-contact-link{color: #ffffff;  text-decoration: underline;}
.faq-contact-link:hover{color: #ffffff;  text-decoration: none;}
.tool-tip-new{position: absolute; z-index: 999; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);background: rgba(236, 240, 244, 1); width: 200px;height: 72px;border-radius: 10px;opacity: 0;top: 68px; padding: 10px; }
.home-compare-box li{position: relative;}
.home-compare-box li:hover .tool-tip-new{opacity: .99;}
.pricing ul{margin-bottom: 20px; padding: 0px; }
.pricing li{list-style: none; line-height: 24px; padding-bottom:5px; }
.pricing-title{color: #0263E0; font-size: 16px;font-style: normal;font-weight: 600; }
.price-light-text{color: #BDBDBD;}
.pricing-outer{overflow-x: auto;}
.compliance-report-main .row > div{margin-bottom: 30px;}
.small-height-banner{min-height: 350px;}

/* Abhishek */
a{color: #0263E0;}
.faqouter {max-width: 100% !important;}
.fa-chevron-down:before {color: black;}
/* .inner-header-banner.product-main-bg .row h1{font-size: 42px; line-height: 50px;} */
.inner-header-banner.product-main-bg .row h3{color: #ffffff;font-size: 20px; line-height: 30px; margin-top: 10px; margin-bottom: 20px; font-weight: 400;}
/* Abhishek */
.career-post{background:#F7F7F7; padding: 20px; border-radius: 6px; margin-top: 20px; }
.career-date-text{display: flex; color: rgba(96, 99, 104, 1); justify-content: space-between;  }
.career-date-text .small{font-size: 12px;}
.career-post a{color: #000000; }
.career-post a:hover{color: #0263E0; }
.career-post h4{font-size: 24px; }
.career-icon{padding:0px 5px 5px 0px; }
.career-search-icon{filter: brightness(0); opacity: .4; top: 20px; right: 20px; height: 14px; cursor: pointer;}
.small-banner-height{min-height: 300px;}
.career-title h2 {background: url(../images/blue-line-title.svg) no-repeat;padding-left: 15px; background-position: center left; font-size: 28px; }
.breadcrumbmain{color: #ffffff; font-size: 14px; position: absolute; top:20px; font-weight: 300; }
.breadcrumbmain a{color: #ffffff; font-weight: 400; font-size: 14px; }
.breadcrumbmain a:hover{text-decoration: underline;}
.customer-icon{margin-right: 10px; width: 42px;}
.customer-icon img{min-width: 42px;}
.sitemap-main ul{margin: 0px; padding: 10px 0px 0px 20px; width: 100%; list-style: inside; color: #0263E0; }
.sitemap-main ul a{text-decoration: underline; }
.sitemap-main ul a:hover{text-decoration: none; }
.sitemap-main h4{font-size: 20px; padding-top: 10px; }
.activev1 .search-menu{display: block;}
.submenu h5{font-size: 20px; font-weight: 400; }
.menu-we-support h5{ font-size: 20px; font-weight: 500; padding-left: 10px;  }
.menu-we-support li a{color: #000000; font-size: 16px; font-weight: 400; }
.who-we-support-box h4{display: block; width: 100%; padding: 20px; border-color: #000000; font-size: 16px; color: #ffffff; background: #0263E0; height: 65px;   }

.who-we-support-box{text-align: left;}
.who-we-support-box li{text-align: left; justify-content: left; }
.small-title{font-size: 20px;}
.use-case-nav li{max-width: 115px;}
.menu-drop-effect{position: fixed; background: #ffffff45; z-index: 9; left: 0px; height: 100%; width: 100%; top: 0px; margin-top: 0px;  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); display: none; }
.menu-drop-effect-open{display: block;}
.login-button{font-weight: 500;}
.nav-pills{gap:0; }
.nav-pills .nav-link.active{background: rgba(2, 99, 224, 0.10);  color: #0263E0; border: solid 1px #E0E0E0; font-weight: 600;}
.nav-pills .nav-item a{padding: 10px; font-weight: 600; border: solid 1px #E0E0E0; color: #000000; }

.solution-page-title h2{font-size: 28px; color:#0263E0; padding-bottom: 20px; margin-bottom:0px;  }
.solution-select-dropdown{padding: 10px; width: 100%; border: solid 1px #E0E0E0; }


.home-client-textmonials li[aria-hidden="true"]{opacity: .50;}
.home-client-textmonials li[aria-hidden="false"]{opacity: 100;}

.content-page{font-size: 18px;  }
.home-client-textmonials{font-size: 18px;  }
.green-arro{font-size: 18px;  }
.tab-content{font-size: 18px;  }

.inner-header-banner h2{font-size: 22px;}

.solution-new-list h5{color: #0263E0;text-align: center;font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;}
.solution-new-list a{font-weight:500; text-decoration:underline; color: #0263E0;}
.solution-new-list a:hover{font-weight:500; text-decoration:none; color: #0263E0;}

.solution-new-list-inner{ padding: 20px; transition: all .3s ease;}
.solution-new-list-inner:hover{box-shadow: 0px -4px 30px rgba(2, 99, 224, 0.20); border-radius: 10px; transition: all .3s ease;}

.solution-who-we-support{text-align: center;}
.solution-who-we-support h2{text-align: center;font-size: 28px;font-style: normal;font-weight: 600;line-height: normal; padding-bottom: 20px; }

.solution-who-we-support a{color: #0263E0;text-align: center;font-size: 16px;font-style: normal;font-weight: 500;line-height: normal; padding: 12px 20px; display: block; border-radius: 30px;border: 1px solid #0263E0;}
.solution-who-we-support a:hover{color: #ffffff; background:#0263E0; }
.solution-who-we-support-tab ul{display: flex;justify-content: center;
align-items: center;gap: 10px; margin: 0px; padding: 0px; flex-wrap: wrap; }
.solution-who-we-support-tab li{ text-align: center; list-style: none;}
.solution-new-icon{min-height: 100px; margin-bottom: 20px; }
.menu-social-media-mobile{display: none;}
.footer-address {font-size: 12px;}
.footer-bottom{font-size: 14px;}

.rightlander-inner-contacts h2{padding-bottom: 20px; margin-bottom: 0px; font-weight: 500;}
.rightlander-home-contact h2{padding-bottom: 20px; margin-bottom: 0px; font-weight: 500;  } 

.home-soluton-box {padding: 20px 0px;}
.home-solutions-inner{background: #ffffff; border-radius: 20px; padding: 20px; text-align: center; color: #000000;  }
.home-solutions-inner ul{padding-left: 0px;}
.home-solutions-inner li{list-style-position: inside;  padding-bottom: 5px; }
.home-solutions-inner li::marker{padding-right: 0px; margin-right: -5px; position: absolute; }
.home-solutions-inner h3{padding-bottom: 20px; margin-bottom:0px; color: #ffffff;  }
.home-solutions-inner a{ text-decoration: underline; color: #ffffff; }
.home-solutions-inner a:hover{ text-decoration: none; color: #ffffff;}

.home-solutions-icon{min-height: 130px; padding: 20px 0px; }
.home-solutions-icon img{height: 98px; }
.who-we-support-new img { height: auto !important;}
 
.new-glass-box{   color: #ffffff;   background: rgba(255, 255, 255, 0.06);backdrop-filter: blur(5px);    border-radius: 20px; }
.new-glass-box::before { content: '';  position: absolute; inset: 0;  border-radius: 20px;
 padding: 1px;  background: linear-gradient(221deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 49.52%, rgba(255, 255, 255, 0.60) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;  z-index: -1;}

.home-seamless-soluton-new{background: #F7F7F7; padding: 60px 0px; }
.home-seamless-soluton-new img{width: 100%; }

.client-page-testimonial li{color: #000000; border-radius: 20px; border: 1px solid #0263E0; background: rgba(2, 99, 224, 0.06); backdrop-filter: blur(5px);   }

.client-page-testimonial img{ filter: brightness(0) saturate(100%) invert(36%) sepia(66%) saturate(1222%) hue-rotate(214deg) brightness(92%) contrast(94%);}

.blog-article-main .blog-article-text li {font-size: 18px;}

@media (max-width: 1281px) {
    .submenu li a{font-size: 16px;}
}
@media (max-width: 1179px) {
    .team-member-inner{width: 160px;}
   .rightlander-home-curve{margin-top:-354px;}
    .header-contact-button, .header-search-icon{zoom:100%;}
    .header-search-icon{}
    .search li{margin-right: 5px;}
     .container, .container-sm { max-width: 95% !important; margin: auto;  }
    .submenthreecol{padding: 20px;}
    .menu li a{padding: 10px 10px;}
     .who-we-support-box{overflow: auto;}
    .who-we-support-box > div{min-width:300px;}
    .who-we-support-box h4{min-height: 50px;  }
}

@media (max-width: 1024px) {
        h1{font-size:32px; line-height: 42px ; }
    h2{font-size:28px;}
    h3{font-size:22px;}
    h4{font-size:18px; }
    .rightlander-home-request-demo{width: 400px; height: 400px; margin: auto; zoom:90%;  }
    .container, .container-sm { max-width: 95% !important; margin: auto;  }
    .rightlander-home-request-demo-inner h2{font-size: 26px;}
    .rightlander-responsive-image img{object-fit: cover;object-position:50% 50%;max-height: 9rem; width: 100%; border-radius: 10px;    }
    .rightlander-home-grey-box{display: block;}
    .header-image-main{border-radius: 0px 0px 40px 40px; min-height: 660px; }
    .rightlander-home-grey-box-text-wrap{min-height:120px;}
    .rightlander-home-request-demo-inner{max-width: 320px; height: 280px;  }
    .rightlander-buss-icon a{padding:10px 0px; }
     .header-contact-button{display: none;}
    .menu ul{display: block;}
    .menu{position:fixed; top:0px; padding-top: 80px; background: #fff; width: 100%; right:0px; max-width: 100%; height:100%; min-height: 100%; display: none; overflow: auto;  }
    .menu li a{font-size: 18px; width: 100%; display: block; }
    .menu ul li{ border-bottom: solid 1px #EBEBF0; }
    .header-mobile-icon{display: block; zoom:70%; top: 0px; }

    .footer-link-middle a{padding: 0px 5px;}
    .footer-bottom-right a {padding: 0px 5px;}
    .row > div{margin-bottom: 20px;}
    .rightlander-contact-butt-right a{ margin: 10px 0px; }

    .rightlander-home-banner{  min-height:500px;   }
    .header-banner-text{display: none;}
   .header  .row > div{margin-bottom: 0px !important; }
    .submenu{ background:none; max-width: 100%; box-shadow: none; position: static; padding: 0px 0px; margin:0px 0px; }
    
    .menu li > a{padding-left: 25px;}
    .submenu li > a{padding-left: 15px;}

    .menu li a:hover, .menu li:hover > a{background:#F5F7FA;}
    .submenu a{font-size: 16px !important; }
    .menu .contact-sale{border-bottom: 0px;}
    .menu .contact-sale > a {background: #0263E0; border-radius: 30px; color: #ffffff !important;    justify-content: center; margin: 0px auto; width: 95%;    margin-top: 20px; text-align: center;
    }
    .menu .contact-sale > a:hover{background:#fff; color: #0263E0 !important; border-radius: 30px;   }
    .submenthreecol{background:none; margin-top: 0px; }
    .menu .active  .fa-chevron-down:before {color: #000000;  }
    /*.submenu .row p{display: none;}*/

    .header-search-icon{top:2px; right: 45px; position: fixed; min-width: 29px; }
    .search-menu{margin-top:0px;  }
    .search-menu-v1{margin-top:40px;  }
    .search-menu-v1 .searchfield{margin-top:0px;}
    .inner-header-banner{margin-top: 50px;}

    .searchfield{background:none; padding:0px; box-shadow:none; margin-top:20px !important; }
    .rightlander-home-curve{margin-top:-254px;}
    .header-contact-button, .header-search-icon{zoom:100%;}
    .menu-mobile-show{display: block;}
    .findus-box-main{max-width: 100%;}
    .top-logo .col-3{margin-bottom: 0px;}
    .footer-awards-logo{display: flex; zoom:95%; flex-wrap: wrap;}
    .rightlander-footer li{padding: 0px 0px 5px 0px;}
    .latest-news-main{margin-top: 60px;}
    .fa-chevron-down:before {color: white;}
    .submenthreecol li span{color: white; display: none; }
    .submenu li img{}
    .submenu li{border-bottom: 0px !important;}
    
    .header-icon-img img{margin-right:0px; max-width: 115px; }
    .submenthreecol li{width: 100%;}

     .submenu .row { padding:20px; }
     .submenu h5 { font-size: 16px; }
    .menu-drop-effect-open{display: none;}
    .header.shown{transform: none;}
    .inner-header-banner h1{padding-top: 30px;}
    .menu .active > a::after{border-bottom: 0px;}
    .menu .active > a{border-radius: 0px;}

    .mobilebody.header.sticky{backdrop-filter: none !important;}
    .mobilebody.header.shown{transform: none !important;}
    .mobilebody.header.hidden{transform: none !important;}
    .submenu .row p{margin-bottom: 0px;}
    .menu-view-all{width: auto;}
    .header-last-col{z-index: 999999;}
    
    .mobilebody .menu-back-mobile{ background: #fff; width: 100%; height: 67px; z-index: 0; position: fixed; top: 0px; right: 0px;}
    
    .mobilebody .menu-social-media-mobile{position: fixed; left: 30px; bottom: 30px; z-index: 999; display: block; }
    .mobilebody .menu-social-media-mobile a{padding-right: 10px;}
    .search li{height: auto;}
    .nav-tab-main .nav{background-color:none !important; }
    .findus-box-main{margin-bottom: 0px;}
    .findus-img{width: 112px;}
    .findus-text h4{font-size: 18px;}
}


@media (max-width: 767.98px) {
    .content-page{font-size: 16px;}
    p{font-size: 16px;}
    .green-arro{font-size: 16px;  }
    .home-client-textmonials{font-size: 16px; }
    .tab-content{font-size: 16px; }
    
    .rightlander-buss-icon {padding: 15px 0px; margin-bottom: 10px;}
    .section-margin{margin-bottom: 50px !important;}
    .who-we-support-new .home-section-margin{margin-bottom:0px !important;}
   
    .home-section-margin{margin-bottom: 50px !important;}
    
    .home-banner-text p{margin-bottom: 0px;}
    .rightlander-home-banner-button{margin-top: 10px;}
    .rightlander-home-our-netsuite h2{padding: 30px 0px;}
    .rightlander-home-our-netsuite h3{padding: 0px;}
    .see-all-products-main{margin: 20px 0px 20px 0px;}
    .rightlander-know-more-title {margin-top: 0px;  padding: 0px;}
    .rightlander-home-grey-box-text{padding: 10px;}
    .rightlander-home-grey-box h2{font-size: 20px;}
    body {font-size: 16px !important; }
    .rightlander-home-grey-box-text-wrap{min-height:80px;}
    .row > div{margin-bottom: 20px;}
    .rightlander-home-banner{padding-top:0px; text-align: left; margin-top: 60px; }

    .rightlander-home-our-business-title {margin-bottom: 0px; padding-bottom: 0px !important; }
    .rightlander-home-container{text-align: center;}
    .rightlander-home-container img{max-width: 220px; }
    .rightlander-home-contact, .rightlander-inner-contacts{padding: 20px; text-align: left; }
    .footer-bottom{text-align: center; font-size: 14px; }
    .footer-link-middle a{ padding: 0px 2px; font-size: 14px; }
    .footer-link-middle a:hover{ color:#1164D4 !important; }
    .footer-bottom-right{text-align: left; padding-left: 70px; padding-bottom:40px; }
    .menu li > a{width: 100%; display: block; justify-content: space-between;    align-items: center; }
    .submenthreecol{padding: 10px;}
    .submenthreecol span{display: none !important;}
    .submenthreecol img{/*filter: brightness(0) invert(1);*/}

    .mobile-hide{display: none;}
    .mobile-show{display:block;}
    .menu{  }

    .rightlander-ceo-message .col-sm-4{display:flex; justify-content:center; align-items: center;}
    .rightlander-ceo-message img{max-width: 150px; margin-right: 10px; }
    .key-platform-feature img{ display: block; margin-bottom: 15px;}
    .inner-header-banner  .row{position: static; max-width: 500px;  top: 25%;  }
    .product-digital-twin h3{display: flex;}
    .industrial-problem{ text-align: center;}
    .rightlander-contact-butt-right{text-align: center;}

    .team-member{ justify-content: space-between;}
    .team-member-inner{margin-bottom: 20px;}
    .product-main-bg{display: flex;}
    .inner-white-background{padding: 50px 0px;}
    .home-blue-background{padding: 50px 0px; }
    .rightlander-home-banner{  min-height:350px;}
    .news-section{ margin-bottom: 90px !important; }
    .rightlander-talk-button{display: block; margin:0px 0px 20px 0px !important; max-width: 180px;}
    .rightlander-request-button{display: block; margin:0px 0px 0px 0px !important; max-width: 180px;}
    .product-main-img img{width: 100%;}
    .rightlander-footer .col-sm-3 .footer-links{padding-bottom: 20px; display: block; width: 100%; }
    .rightlander-footer .col-sm-3:last-child .footer-links{padding-bottom: 0px; display: block; width: 100%; }
    .inner-header-banner .text-center{}
    .home-testimonial-left-fade, .home-testimonial-right-fade{display: none; }
        .tab-content > div{display: block !important;}
    .tab-content .row > div{margin-bottom: 40px;}
    .tab-content {padding: 20px 0px 0px 0px; margin-bottom: -30px; }
    .tab-content h4{margin-bottom: 15px; padding-bottom: 5px; }
    .contact-right .row > div{margin-bottom:0px;}

    .search li{height: auto;}
    /*.header-search-icon{height: 16px; width: 16px;}*/
    .rightlander-home-banner h1 > span{display: block;}
    .rightlander-home-banner p{font-size: 16px;}
     .rightlander-home-curve{margin-top:0px;}
    .news-box-main{max-width: 100%;}

    .team-modal-close{width: 20px; height: 20px; top: 40px;}
    .team-member-text{font-size: 14px;}
    .team-member-text p{min-height: 45px;}
    
    .pricing-scroll{width: 500px; overflow: scroll;}
    .home-compare-box{overflow: hidden;}
    .logo{min-width: 150px; margin-left: 5px; }
    .header-icon-img{zoom:94%;}
    
    .submenu h5{font-size: 16px; font-weight: 400; margin: 0px; }
   
    .menu-we-support{border-left: 0px; border-top: solid 1px #fff; padding: 0px 0px 0px 15px; margin-top: 10px;  }
    .menu-we-support h5{ font-size: 20px; padding-left:0px; font-weight: 500; margin-bottom: 10px; border-bottom: solid 1px #EBEBF0; padding-bottom: 10px;  }
    .submenu a{display: block !important; padding: 0px; text-align: left; }
    
    .submenu li a:hover{background: none; color: inherit;}
    .submenu li:hover img{filter: none;}
    .submenu .row > div li:hover p{color: inherit;}
    
    .menu-we-support a{padding-left: 0px !important; color:#0263E0 !important; }
    
    .menu-icon img{max-width: 60px; max-height: 60px; }
    
    .menu-icon{min-height: 30px; min-width: 60px; margin: 0px 20px 0px 0px; float: left; }
    .rightlander-inner-contacts{background:url("../images/Intersect-mobile.png") no-repeat #0263E0; background-position:bottom; background-size: 100%; padding: 30px; }
    .rightlander-inner-contacts-right{padding: 0px;}
     .who-we-support-box{overflow: auto;}

    .home-client-textmonials li[aria-hidden="true"]{opacity: 100;}
    .fa-chevron-down:before {color: #000000;}/* Abhishek */
    
    .tab-content p{margin-bottom: 0px !important;  }
    .tab-content h2{ font-size: 22px;} 
    .home-testimonial-text{max-height: 268px;}
    .blog-article-main .blog-article-text li {font-size: 16px;}
}

@media (max-width: 575.98px) {
    .primary-button, .secondary-button{padding:11px 15px; }
    .rightlander-home-request-demo{width: 400px; height: 400px; margin:20px auto; zoom:80%; }
    .home-banner-hold{padding: 15px; left: 0px;}
    .container, .container-sm { max-width: 97% !important; margin: auto;  }

    .rightlander-home-contact{text-align: left;}
    .rightlander-home-banner {margin-top: 60px;  padding-bottom:20px;}
    .top-logo .col-3{height: 90px; margin-bottom: 0px;  }
    .top-logo .col-3 img{padding: 0px;}
    .home-client-textmonials li{max-width:300px; padding: 20px; height:450px; }
    .home-client-textmonials-main .bx-wrapper{margin-left:40px;}
    .footer-awards-logo{text-align: left;}
    .home-simple-seam-section{text-align: center;}
    .who-we-serve-boxes.aboutus h4{font-size: 16px;}
   
    
    .inner-header-banner .container{max-width: 97% !important;}
    .inner-header-banner .container .row > div{padding: 0px;}
    
    .news-section .row > div{padding:0px 10px !important;}
      .news-section{ margin-bottom: 40px !important; }
    .news-box-main .blog-img{height: auto !important;}
   
}



/*added on 24-6-2025*/

.who-we-support-img{border-radius: 30px;  border-radius: 10px;
    box-shadow: 1px 3px 9px 0px #E2EEFC; margin-left: 10px;  } 
.container-scroll {
    background-color: white;
    height:100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 0px red;
}
.scroltext, .scrollimage {
    flex: 0 1 100%;
    position: relative;
}
.scroltext > div, .scrollimage > img {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.scroltext > div:first-child, .scrollimage > img:first-child {
    opacity: 1;
    visibility: visible;
}
.scroltext p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding-left: 10px;
}
.scroltext .blue-text{
     padding-left: 10px;
}

@media (max-width:775px) { 
    .who-we-support-img{margin:10px 0px 10px 0px;} 
    .scroltext > div, .scrollimage > img { position: static; opacity: 100 !important; visibility: visible !important; position: static; transform: none !important; padding: 0px; margin: 0px; }
    .scroltext > div:first-child, .scrollimage > img:first-child {
    opacity: 100 !important;    visibility: visible !important; position: static;}
    .container-scroll{position: static !important; margin: 0px -10px; height: auto !important; }
    .pin-spacer{height: auto !important}
    .scroltext p {
    font-size: 18px; padding: 10px 0px  30px 0px; }
    .scroltext .blue-text{padding-left: 0px;}
}
