/* Body */
body {
	background-color: #070c14;
	color: #ffffff;
}


/* Hide Mobile */
@media only screen and (max-width: 992px) {
	.hide-mobile {
		display:none;
	}
}
/* Hide Desktop */
@media only screen and (min-width: 993px) {
	.hide-desktop {
		display:none;
	}
}

/* Colors */
.white {
	color: #ffffff;
}
.yellow {
	color: #ffc300;
}
.blue {
	color: #007FBA;
}

/* New Line */
@media (max-width: 767px) {
	.new-line-mobile {
		display:block;
	}
}

@media (min-width: 768px) {
	.new-line {
		display:block;
	}
}


/* Content Links */
#sp-page-builder .page-content p a {
	color: #007FBA;
	text-decoration: underline dotted;
}

/* === Margins === */
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}

.bold {
  font-weight: bold;
}



/* === SP Header === */
#sp-header {
  background-color: rgba(7, 12, 20, 0.8);
}
@media (min-width: 768px) { 
	/*.page-with-top-menu.com-sppagebuilder #sp-main-body {
		margin-top: 60px;
	}*/
	#sp-header {
		animation: none !important;
		position: sticky !important;
		top: 0 !important;
	}
	.body-innerwrapper {
		overflow-x: visible;
	}
}
/*
#sp-header.header-sticky {
  height: 80px;
  transition: 0.3s;
}
#sp-header.header-sticky .logo {
  height: 80px;
  transition: 0.3s;
}
#sp-header.header-sticky #sp-menu {
  height: 80px;
  transition: 0.3s;
}
#sp-header.header-sticky .logo-image {
  height: 60px;
  transition: 0.3s;
}*/
#sp-header {
	height: 100px;
}
@media (max-width: 992px) {
  	#sp-header {
  		height: 60px;
		position: fixed;
  	}
  	#sp-header .logo {
  		height: 60px !important;
  	}
  	#sp-header .logo .logo-image {
  		height: 40px !important;
	}
}
@media (min-width: 993px) { 
	#sp-header #sp-logo {
  		margin-top: 10px;
	}
	/*#sp-header.header-sticky #sp-logo {
  		margin-top: 10px;
	}*/
	/*#sp-header.header-sticky .logo-image {
  		height: 60px;
  		transition: 0.3s;
	}*/
}


/* === Offcanvas Toggler & Menu === */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px;
    top: 5px;
}
#offcanvas-toggler {
	position: fixed;
	right: 10px;
	transition: 0s !important;
}

.burger-icon>span {
    background-color: #ffffff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li {
    font-weight: 400;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    line-height: 30px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
	font-size: 15px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 14px !important;
}
.offcanvas-menu {
	background-color: #070c14;
	width: 350px;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -350px;
}
/*.offcanvas-menu .offcanvas-inner a {
    color: #ffffff;
}*/
/*.offcanvas-menu .offcanvas-inner a:hover {
    color: #007fb9;
}*/
/*.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color: #ffffff;
}*/
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    color: #ffffff;
}
.offcanvas-menu .nav-pills>li.active>a,
.offcanvas-menu .nav-pills>li.active>a:focus,
.offcanvas-menu .nav-pills>li.active>a:hover {
    color: #007FBA !important;
    background: none !important;
	font-weight: 600;
}
.offcanvas-menu .footer-social.offcanvas-social span {
	color: #ffffff;
}



/* === Menu === */
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  display: none !important;
}
@media (max-width: 1199px) {
    .sp-megamenu-parent li.sp-menu-item a {
        padding: 0 5px;
		font-size: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .sp-megamenu-parent li.sp-menu-item a {
        padding: 0 10px;
		font-size: 13px;
    }
}
.sp-megamenu-parent > li:last-child > a {
  	padding: 0px 15px 0px 15px;
}


.sp-megamenu-parent li.sp-menu-item a {
  	height: 100px;
  	padding-top: 10px;
}
.sp-megamenu-parent li.sp-menu-item a:hover {
  	/*background: #007fba;
	background: rgba(0,127,186,0.5);*/
	background-image: linear-gradient(to top, rgba(0,127,186,0.8), rgba(0,127,186,0));
	color: #ffffff;
}
.sp-megamenu-parent li.sp-menu-item a.active {
  	background: #007fba;
	color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  	background: rgba(0,127,186,0.9);
  	padding: 0px 20px;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right .sp-menu-item.sp-has-child .sp-dropdown.sp-dropdown-sub.sp-menu-right {
  	margin-left: 20px !important;
}
.sp-dropdown.sp-dropdown-main li.sp-menu-item a {
  	height: 50px;
  	padding: 20px 20px 0px 20px;
  	margin: 0 0 0 -20px;
  	width: 115.5%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 13px;
}
/*.sp-dropdown.sp-dropdown-main li.sp-menu-item a {
  	height: 40px;
  	padding: 13px 13px 0px 13px;
  	margin: 0 0 0 -20px;
  	width: 115.5%;
}*/
.sp-dropdown.sp-dropdown-main li.sp-menu-item a:hover {
  	background: #ffffff;
	color: #025780;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	background: #025780;
	color: #ffffff;
}



/* === Top Bar === */
@media (max-width: 992px) {
  	#sp-top {
    	display: none;
  	}
}
@media (min-width: 993px) {
  	#sp-top {
		  background-color: rgba(7, 12, 20, 0.8);
		  padding: 10px 0 0 0;
		  margin: 0px;
		  position: relative;
    	  z-index: 9;
	}
}
#sp-top .top-social ul.topsocial {
	float: right;
  	padding: 0px;
  	margin: 0px -7px 0px 0px;
}
#sp-top .top-social .topsocial li {
    float: left;
    padding: 0px;
    margin: 0 15px 0 0;
	list-style: none;
}
#sp-top .top-social .topsocial li a {
    background: #057fba;
	border:none;
	float: left;
	font-size: 12px;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	text-align: center;
	line-height: 23px;
	transition: all 0.3s ease;
}
#sp-top .top-social .topsocial li a:hover {
    background: #ffc300;
}
.top-social .topsocial li a span {
	padding-top: 5px !important;
    display: block;
}


/* Top Search */
#sp-top .top-search {
	margin: 3px 15px 0 0;
  	float: right;
}
@media (max-width: 992px) {
	.top-search.mobile {
		display: block;
		margin-top: -40px;
		margin-right: 50px;
		position: relative;
	}
	.header-sticky .top-search.mobile {
		margin-top: -80px;
	}
}
@media (min-width: 993px) {
	.top-search.mobile {
		display: none;
	}
}

/* Search Module Holder */
.autocomplete-suggestions {
	z-index: 99999 !important;
}
@media (max-width: 480px) {
	.search-module-holder {
		max-width: 300px;
  		margin: 0;
	}
}
@media (min-width: 481px) {
	.search-module-holder {
		max-width: 350px;
  		margin: 0 auto;
	}
}
.search-module-holder .search-module input {
  	float: left;
  	font-size: 12px;
  	height: 36px;
  	border-radius: 5px;
}
.search-module-holder .search-module button {
  	float: right;
  	background-color: #007FBA;
  	border-color: #007FBA;
  	font-size: 10px;
  	padding: 5px 12px;
  	border-radius: 5px;
}
.search-module-holder .search-module button:hover {
  	background-color: #FFC72C;
  	border-color: #FFC72C;
}


/* === Top Flags === */
#sp-top .top-flags {
	float: right;
	padding: 0px;
	margin: 0px -10px 0px 0px;
	width: 105px;
}
#sp-top .top-flags a {
   	display: inline-block;  
	margin-right: 0px;
   	margin-left: 10px;
	/*width: 23px;
    height: 23px;*/
}
#sp-top .top-flags img {
	border-radius: 100px;
	object-fit: cover;
  	width: 23px;
  	height: 23px;
	margin-top: -3px;
}
#sp-top .top-flags a.global-link {
	width: 100%;
	display: flex ;
}
#sp-top .top-flags a.global-link img {
	display: inline;
	width: 23px;
	height: 23px;
}




/* === Main Page Header === */
.main-page-header h1 {
  	margin-bottom: 25px;
  	color: #007FBA;
}
.main-page-header h1 span {
  	color: #FFFFFF;
}
.main-page-header h2.header-intro {
  	font-weight: 300;
}
.main-page-header h5 {
  	font-weight: 300;
}
.main-page-header h5 a {
	color: #007FBA;
}
.main-page-header h5 a:hover {
	color: #FFC72C;
}
@media (max-width: 767px) {
	.main-page-header {
		text-align: center;
	}
	.main-page-header h1 {
  		font-size: 22px;
		padding-top: 25px;
	}
	.main-page-header h2.header-intro {
		font-size: 13px;
		line-height: 20px;
	}
	.main-page-header h5 {
		font-size: 13px;
		line-height: 20px;
	}
	/*.main-page-header h1 span.new-line-mobile {
		display:block;
	}*/
}

@media (min-width: 768px) {
	.main-page-header h1 {
  		font-size: 48px;
	}
	.main-page-header h2.header-intro {
		font-size: 17px;
		line-height: 24px;
	}
	.main-page-header h5 {
		font-size: 17px;
		line-height: 24px;
	}
	/*.main-page-header h1 span.new-line {
		display:block;
	}*/
}





/* === Headings === */
.section-heading .heading h2, .section-heading .heading h3 {
  	font-weight: 400;
}
.section-heading .heading h2 span, .section-heading .heading h3 span {
  	font-weight: 600;
}

@media (max-width: 767px) { 
	.section-heading .heading h2, .section-heading .heading h3 {
  		font-size: 20px;
		line-height: 26px;
	}
	.section-heading .subheading h3 {
		font-size: 15px;
		line-height: 20px;
	}
	.section-heading.padded-left-100 {
		padding-left: 10px;
	}
	.section-heading.padded-left-300 {
		padding-left: 10px;
	}
}
@media (min-width: 768px) { 
	.section-heading .heading h2, .section-heading .heading h3 {
  		font-size: 42px;
		line-height: 48px;
	}
	.section-heading .subheading h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.section-heading.padded-left-100 {
		padding-left: 100px;
	}
	.section-heading.padded-left-300 {
		padding-left: 300px;
	}
}



/* === Buttons === */

.button-arrow-block-large a {
  	color: #ffffff;
  	line-height: 31px;
  	font-weight: 300;
}
.button-arrow-block-large span {
  	background: #007FBA;
  	display: inline-block;
  	width: 30px !important;
  	height: 30px;
  	text-align: center;
  	margin-left: 10px;
}
.button-arrow-block-large a:hover {
  	color: #ffc300;
}
.button-arrow-block-large a:hover span {
  	margin-left: 15px;
  	transition-duration: 0.3s;
}
.button-arrow-block-small a {
  	color: #ffffff;
  	line-height: 21px;
  	font-weight: 300;
}
.button-arrow-block-small span {
  	background: #007FBA;
  	display: inline-block;
  	width: 20px !important;
  	height: 20px;
  	text-align: center;
  	margin-left: 10px;
}
.button-arrow-block-small a:hover {
  	color: #ffc300;
}
.button-arrow-block-small a:hover span {
  	margin-left: 15px;
  	transition-duration: 0.3s;
}
@media (max-width: 767px) { 
	.button-arrow-block-small a {
		font-size: 13px;
	}
	.button-arrow-block-large a {
		font-size: 16px;
	}
}


@media (min-width: 768px) { 
	.button-arrow-block-small a {
		font-size: 15px;
	}
	.button-arrow-block-large a {
		font-size: 18px;
	}
}







/* === FAQs === */
.services-faq-accordian span.sppb-panel-title {
	font-weight: 400;
	margin-left: 0px;
	line-height: 35px;
	display: block;
	color: #ffffff;
}
.services-faq-accordian .sppb-panel-body {
	font-weight: 300;
	margin-left: 0px;
	border-bottom: 1px solid #007fba;
}
.services-faq-accordian .sppb-panel-faq > .sppb-panel-heading {
  border-bottom: 1px solid #007fba;
}
.services-faq-accordian .sppb-panel-faq:first-child > .sppb-panel-heading {
  border-top: 1px solid #007fba;
}

@media (max-width: 767px) { 
	.services-faq-accordian span.sppb-panel-title {
		font-size: 14px;
		line-height: 22px;
	}
	.services-faq-accordian .sppb-panel-body {
		font-size: 13px;
	}
}
@media (min-width: 768px) { 
	.services-faq-accordian span.sppb-panel-title {
		font-size: 18px;
		line-height: 35px;
	}
	.services-faq-accordian .sppb-panel-body {
		font-size: 14px;
	}
}


/* Mobile Testimonials */
.testimonial-mobile-slider .testimonial-mobile {
	font-style: italic;
	padding: 0 15px;
	font-size: 13px;
    line-height: 22px;
}
.testimonial-mobile-slider .sppb-addon-testimonial-pro-footer {
	display: none;
}



/* === Our Leaders === */
.our-leaders-holder .content-holder .name {
  	/*font-weight: 600;*/
  	/*color: #007FBA;*/
	font-weight: 500;
  	color: #FFFFFF;
}
.our-leaders-holder .content-holder .linkedin {
  	/*font-size: 20px;
  	height: 30px;*/
	font-size: 30px;
  	height: 40px;
}
.our-leaders-holder .content-holder .linkedin a i  {
  	color: #ffffff;
}
.our-leaders-holder .content-holder .linkedin a i:hover  {
  	color: #ffc300;
}
.our-leaders-holder .content-holder .quote {
  	font-style: italic;
  	/*font-size: 11px;*/
	font-size: 13px;
}
@media (max-width: 767px) {
	.our-leaders-holder {
		text-align: center;
	}
	.our-leaders-holder .image-holder img {
		margin: 0 auto 25px auto;
		max-width: 250px;
	}
	.our-leaders-holder .content-holder .name {
		font-size: 16px;
	}
	.our-leaders-holder .content-holder .title {
  		font-size: 14px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.our-leaders-holder .content-holder .quote {
		margin: 5px 0;
	}
}

@media (min-width: 768px) {
	.our-leaders-holder .content-holder {
		/*margin-top: 100px;*/
	}
	.our-leaders-holder .image-holder img {
		margin-bottom: 0px;
	}
	.our-leaders-holder .content-holder .name {
		/*font-size: 18px;*/
		font-size: 24px;
	}
	.our-leaders-holder .content-holder .title {
  		font-size: 17px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.our-leaders-holder .content-holder .quote {
		/*margin: 25px 0;*/
		margin: 15px 0;
	}
}




/* === News & Insights === */
.news-insights-scroller .sppb-articles-carousel-column {
  	overflow: hidden;
	border: solid 1px #007FBA;
}
.news-insights-scroller .sppb-articles-carousel-column:hover {
	border: none;
}
.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-img {
	opacity: 0.7;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-img {
    opacity: 0.3;
  	-webkit-transform: scale(2.5);
  	transform: scale(2.5);
  	filter: blur(15px);
  	-webkit-filter: blur(15px);
}
.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-img img {
	/*height: 360px;*/
}
.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content {
  	padding: 25px 25px 0px 25px;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content {
  	position: absolute;
  	top: 0;
    background: none !important;
	height: 360px;
}
.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta-category {
  	position: absolute;
  	text-transform: uppercase;
}
.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta-category a {
	color: #007FBA !important;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-meta-category {
   	opacity: 0;
}
.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta .sppb-articles-carousel-meta-date {
	color: #FFFFFF !important;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-meta {
  	opacity: 0;
}
.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-link {
  	line-height: 1.2em;
  	margin-bottom: 25px;
    font-weight: 400;
    transition-duration: 0.3s;
	color: #FFFFFF !important;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-link {
  	/*font-size: 16px;*/
  	transition-duration: 0.3s;
  	margin-top: -25px;
	/*color: #007FBA !important;*/
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-link::after {
  	font-family: 'Font Awesome 6 Free';
  	content: '\f054';
  	position: absolute;
  	font-size: 16px;
	font-weight: 600;
  	color: #ffffff;
  	background: #007FBA;
  	width: 30px !important;
  	height: 30px;
  	line-height: 29px;
  	text-align: center;
  	right: 6px;
  	bottom: 0;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-link:hover::after {
  	background: #ffc300;
}
.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-content .sppb-articles-carousel-introtext {
  	position: absolute;
  	margin-left: 200px;
  	opacity: 0.0;
  	transition-duration: 0s;
	margin-right: 20px;
}
.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-introtext {
  	margin-left: 0px;
  	opacity: 1.0;
  	transition-duration: 0s;
}


.news-insights-scroller .fa-angle-left.slick-arrow {
  	left: -3%;
	top: 190px;
}
.news-insights-scroller .fa-angle-right.slick-arrow {
  	left: 102%;
	top: -190px;
}
.news-insights-scroller .slick-arrow {
  	color: #ffffff;
	position: relative;
	font-size: 25px;
}
.news-insights-scroller .slick-arrow:hover {
  	color: #007FBA;
	cursor: pointer;
}


@media (max-width: 767px) {
	.news-insights-scroller .slick-arrow {
		display: none !important;
	}
	.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-img {
		width: auto;
	}
	.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-img img {
		width: 100%;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content {
		height: 131px;
		width: 165px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta-category {
		top: 105px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta-category a {
		font-size: 10px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta .sppb-articles-carousel-meta-date {
		position: absolute;
    	top: 100px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-link {
		margin-top: 25px;
    	font-size: 11px;
	}
	.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-link {
  		margin-top: 0px;
		font-size: 10px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta .sppb-articles-carousel-meta-date {
		font-size: 10px;
	}
	.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-img img {
		height: 236px;
	}
	.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-content .sppb-articles-carousel-introtext {
  		font-size: 11px;
	}
}

@media (min-width: 768px) {
	.news-insights-scroller .sppb-articles-carousel-column > .sppb-articles-carousel-img {
		width: 248px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content {
		height: 200px;
		width: 240px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta-category {
		top: 190px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta-category a {
		font-size: 14px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-link {
		margin-top: 35px;
    	font-size: 17px;
	}
	.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-content .sppb-articles-carousel-link {
  		font-size: 16px;
	}
	.news-insights-scroller .sppb-articles-carousel-column .sppb-articles-carousel-content .sppb-articles-carousel-meta .sppb-articles-carousel-meta-date {
		font-size: 14px;
	}
	.news-insights-scroller .sppb-articles-carousel-column:hover > .sppb-articles-carousel-img img {
		height: 360px;
	}
}




/* === Contact Form === */
.contact-us-form-bottom .rsform::after {
  	display: block;
  	content: '';
  	width: 500px;
  	height: 500px;
  	background: #007FBA;
  	transform: matrix(0.97, 0.24, -0.24, 0.97, 0, 0);
  	opacity: 0.47;
  	position: absolute;
  	top: 0px;
  	left: 50px;
  	z-index: -9;
}
.contact-us-form-bottom .rsform {
 	background-color: rgba(255, 255, 255, 1.0);
  	padding: 25px;
  	max-width: 500px;
  	margin: 0 auto;
}
.contact-us-form-bottom .rsform .form-group {
	margin-bottom: 5px;
}
.contact-us-form-bottom .rsform .form-control {
	font-size: 13px;
  	background: none;
  	border-radius: 0;
}
.contact-us-form-bottom .rsform label {
	display: none;
}
.contact-us-form-bottom .rsform label.checkbox-inline {
	display: block;
	font-size: 12px;
	color: #6A6A6A;
}
.contact-us-form-bottom .rsform label.checkbox-inline a {
  	text-decoration: underline;
	color: #6A6A6A;
}
.contact-us-form-bottom .rsform label.checkbox-inline input[type="checkbox"] {
  	margin: 0 5px 0 -20px;
	top: 3px;
}
.contact-us-form-bottom .rsform .form-control::placeholder {
  	color: #6A6A6A;
	font-size: 13px;
}
.contact-us-form-bottom .rsform .rsform-select-box {
  	color: #6A6A6A;
	font-size: 13px;
}
.contact-us-form-bottom .rsform select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  	height: calc(2.25rem + 15px);
}
.contact-us-form-bottom .rsform .btn-primary {
  	width: 100%;
	padding: 7px 10px;
	background-color: #007fba;
	border: none;
	font-size: 22px;
    border-radius: 0;
	margin-top: 20px;
}
.contact-us-form-bottom .rsform .btn-primary:hover {
	background-color: #ffc300;
}
.contact-us-form-bottom .rsform-block-acceptcheckbox .control-label, .contact-us-form-bottom .rsform-block-consentcheckbox .control-label {
  display: none;
}


/* Form Header */
.contact-us-form-bottom .rsform .rsform-block-form-title .services-form-heading {
  	font-weight: 400;
	color: #007fb9;
	margin-bottom: 25px;
	text-align: center;
}
.contact-us-form-bottom .rsform .rsform-block-form-title .services-form-heading span {
  	font-weight: 600;
}
@media (max-width: 767px) { 
	.contact-us-form-bottom .rsform .rsform-block-form-title .services-form-heading {
  		font-size: 30px;
	}
}
@media (min-width: 768px) { 
	.contact-us-form-bottom .rsform .rsform-block-form-title .services-form-heading {
  		font-size: 40px;
	}
}

/* Contact Form Left Text */
.contact-us-section.left-content h3 {
	color: #007FBA;
	font-weight: 600;
	margin-bottom: 0px;
}
.contact-us-section.left-content h4 {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 35px;
}
.contact-us-section.left-content h4 span {
	color: #007FBA;
	font-weight: 600;
}
.contact-us-section.left-content .content {
	color: #ffffff;
}
.contact-us-section.left-content .content a {
  	color: #ffffff;
  	text-decoration: underline dotted;
}
.contact-us-section.left-content .content a:hover {
  	color: #007FBA;
}
@media (max-width: 480px) {
	.contact-us-section.left-content h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.contact-us-section.left-content h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.contact-us-section.left-content .content {
		font-size: 13px;
		line-height: 20px;
	}
}
@media (min-width: 481px) {
	.contact-us-section.left-content h3 {
		font-size: 36px;
		line-height: 42px;
	}
	.contact-us-section.left-content h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.contact-us-section.left-content .content {
		font-size: 15px;
		line-height: 26px;
	}
}
@media (min-width: 993px) { 
	.contact-us-section.left-content {
	  	padding: 0 100px;
	  }
}


/* === SEO Scroller === */

#seo-scroll {
  	border-bottom: 1px solid #007fba !important;
}
#seo-scroll .seo-scroller-content span.animated-heading-before-part {
    text-transform: uppercase;
  	font-weight: 600;
}
#seo-scroll .seo-scroller-content span.animated-text-words-wrapper span h3 {
    text-transform: uppercase;
  	font-weight: 500;
  	padding-top: 3px;
}
#seo-scroll .seo-scroller-content span.animated-text-words-wrapper {
	position: absolute;
	top: 25px;
}
@media (max-width: 767px) { 
	#seo-scroll .seo-scroller-content span.animated-heading-before-part {
		font-size: 16px;
	}
	#seo-scroll .seo-scroller-content span.animated-text-words-wrapper span h3 {
		font-size: 9px;
	}
}
@media (min-width: 768px) { 
	#seo-scroll .seo-scroller-content span.animated-heading-before-part {
		font-size: 20px;
	}
	#seo-scroll .seo-scroller-content span.animated-text-words-wrapper span h3 {
		font-size: 18px;
	}
}



/* === Footer === */
.footer-columns .footer-columns-header {
	text-transform: uppercase;
	color: #007FBA;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ffffff;
}
.footer-columns-content {
	line-height: 1.3em;
	margin-bottom: 35px;
	font-size: 13px;
	color: #ffffff;
}
/*.footer-columns-content span.bold {
	font-weight: 600;
}*/
.footer-columns-content span.diamond::before {
	display: inline-block;
	content: ' ';
	width: 10px;
	height: 10px;
	background-color: #ffc300;
	margin-right: 10px;
	transform: skew(-20deg);
}
.footer-columns-button a {
	padding: 5px 20px;
	background: #083d67;
	color: #ffffff !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 28px;
	font-weight: 500;
	font-size: 13px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
}
.footer-columns-button a:hover {
  	background: #ffc300;
	color: #0F4876 !important;
}
.footer-columns-content.contact-details a {
  	color: #007FBA !important;
}
.footer-columns-content.contact-details a:hover {
  	color: #ffc300 !important;
}
@media (max-width: 720px) {
	.footer-columns-button {
		margin-bottom: 50px;
	}
	.footer-columns-content.contact-details a {
		display: block;
	}
}


/* === Footer Copyright === */
.sp-copyright {
	font-size: 12px;
}
.sp-copyright a {
    color: #007FBA !important;
}
.sp-copyright a:hover {
    color: #ffc300 !important;;
}
/* Footer Social */
@media only screen and (max-width: 992px) {
	.footer-social ul.topsocial {
		padding: 0px;
		margin: 20px auto;
		display: inline-flex;
		width: 100%;
		justify-content: center;
	}
	.footer-social.offcanvas-social ul.topsocial {
		justify-content: left;
	}
}
@media only screen and (min-width: 993px) {
	.footer-social ul.topsocial {
		float: right;
		padding: 0px;
		margin: 20px 0px 0px 0px;
	}
}
.footer-social .topsocial li {
    float: left;
    padding: 0px;
    margin: 0 15px 0 0;
	list-style: none;
}
.footer-social .topsocial li a {
    background: #057fba;
	border: none;
	float: left;
	font-size: 12px;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	text-align: center;
	line-height: 23px;
	transition: all 0.3s ease;
	color: #ffffff !important;
}
.footer-social .topsocial li a:hover {
	background: #ffc300;
}
.footer-social .topsocial li a span {
	padding-top: 5px !important;
    display: block;
}


/* === Footer DTH === */
/*.dth-logo-footer img {
  	max-width: 175px;
}*/
@media (max-width: 992px) {
	.dth-logo-footer img {
		margin: 0 auto 25px auto;
	}
}
@media (min-width: 993px) {
	.dth-logo-footer img {
		margin: 0;
		width: 175px;
	}
}


 /* Move reCAPTCHA v3 badge to the left */
 .grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

.sp-scroll-up {
  	bottom: 20px;
}

/* Cookie Consent */
#sp-cookie-consent {
	font-size: 13px !important;
}

/* chat-to-our-ai-bot-holder */
.chat-to-our-ai-bot-holder {
  	position: fixed;
  	bottom: 70px;
  	z-index: 999;
    right: 5px;
}
.chat-to-our-ai-bot-holder .chat-to-our-ai-bot-content {
  	background-image: url('/images/chatbot/ditto-icon-white.svg');
  	background-repeat: no-repeat;
  	cursor: pointer;
}
.chat-to-our-ai-bot-holder .chat-to-our-ai-bot-content:hover {
  	background-image: url('/images/chatbot/ditto-icon-color.svg');
}
.chat-to-our-ai-bot-holder .chat-to-our-ai-bot-content.desktop {
  	width: 100px;
  	height: 92px;
}
.chat-to-our-ai-bot-holder .chat-to-our-ai-bot-content.mobile {
  	width: 50px;
  	height: 46px;
}
/*.chat-to-our-ai-bot-holder:hover{
  	opacity: 0.8;
}
.chat-to-our-ai-bot-holder .chat-to-our-ai-bot-content.desktop img {
  	width: 150px;
	height: 138px;
}
.chat-to-our-ai-bot-holder .chat-to-our-ai-bot-content.mobile img {
  	width: 42px;
	height: 39px;
}*/

/* Global Logo Scroller */
.global-logo-scroller.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}
	
.global-logo-scroller.marquee img {
  align-items: center;
  text-align: center;
  background: transparent linear-gradient(180deg, #00000040 0%, #00000026 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px;
  height: 75px;
  width: 150px;
  padding: 15px;
}

.global-logo-scroller.marquee.marquee--6 {
  --marquee-item-width: 200px;
  --marquee-item-height: 100px;
  --marquee-duration: 250s;
  --marquee-items: 99;
}

.global-logo-scroller .marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(9) {
  --marquee-item-index: 9;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(10) {
  --marquee-item-index: 10;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(11) {
  --marquee-item-index: 11;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(12) {
  --marquee-item-index: 12;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(13) {
  --marquee-item-index: 13;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(14) {
  --marquee-item-index: 14;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(15) {
  --marquee-item-index: 15;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(16) {
  --marquee-item-index: 16;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(17) {
  --marquee-item-index: 17;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(18) {
  --marquee-item-index: 18;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(19) {
  --marquee-item-index: 19;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(20) {
  --marquee-item-index: 20;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(21) {
  --marquee-item-index: 21;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(22) {
  --marquee-item-index: 22;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(23) {
  --marquee-item-index: 23;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(24) {
  --marquee-item-index: 24;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(25) {
  --marquee-item-index: 25;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(26) {
  --marquee-item-index: 26;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(27) {
  --marquee-item-index: 27;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(28) {
  --marquee-item-index: 28;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(29) {
  --marquee-item-index: 29;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(30) {
  --marquee-item-index: 30;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(31) {
  --marquee-item-index: 31;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(32) {
  --marquee-item-index: 32;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(33) {
  --marquee-item-index: 33;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(34) {
  --marquee-item-index: 34;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(35) {
  --marquee-item-index: 35;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(36) {
  --marquee-item-index: 36;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(37) {
  --marquee-item-index: 37;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(38) {
  --marquee-item-index: 38;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(39) {
  --marquee-item-index: 39;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(40) {
  --marquee-item-index: 40;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(41) {
  --marquee-item-index: 41;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(42) {
  --marquee-item-index: 42;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(43) {
  --marquee-item-index: 43;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(44) {
  --marquee-item-index: 44;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(45) {
  --marquee-item-index: 45;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(46) {
  --marquee-item-index: 46;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(47) {
  --marquee-item-index: 47;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(48) {
  --marquee-item-index: 48;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(49) {
  --marquee-item-index: 49;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(50) {
  --marquee-item-index: 50;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(51) {
  --marquee-item-index: 51;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(52) {
  --marquee-item-index: 52;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(53) {
  --marquee-item-index: 53;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(54) {
  --marquee-item-index: 54;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(55) {
  --marquee-item-index: 55;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(56) {
  --marquee-item-index: 56;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(57) {
  --marquee-item-index: 57;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(58) {
  --marquee-item-index: 58;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(59) {
  --marquee-item-index: 59;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(60) {
  --marquee-item-index: 60;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(61) {
  --marquee-item-index: 61;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(62) {
  --marquee-item-index: 62;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(63) {
  --marquee-item-index: 63;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(64) {
  --marquee-item-index: 64;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(65) {
  --marquee-item-index: 65;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(66) {
  --marquee-item-index: 66;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(67) {
  --marquee-item-index: 67;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(68) {
  --marquee-item-index: 68;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(69) {
  --marquee-item-index: 69;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(70) {
  --marquee-item-index: 70;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(71) {
  --marquee-item-index: 71;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(72) {
  --marquee-item-index: 72;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(73) {
  --marquee-item-index: 73;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(74) {
  --marquee-item-index: 74;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(75) {
  --marquee-item-index: 75;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(76) {
  --marquee-item-index: 76;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(77) {
  --marquee-item-index: 77;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(78) {
  --marquee-item-index: 78;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(79) {
  --marquee-item-index: 79;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(80) {
  --marquee-item-index: 80;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(81) {
  --marquee-item-index: 81;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(82) {
  --marquee-item-index: 82;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(83) {
  --marquee-item-index: 83;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(84) {
  --marquee-item-index: 84;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(85) {
  --marquee-item-index: 85;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(86) {
  --marquee-item-index: 86;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(87) {
  --marquee-item-index: 87;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(88) {
  --marquee-item-index: 88;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(89) {
  --marquee-item-index: 89;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(90) {
  --marquee-item-index: 90;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(91) {
  --marquee-item-index: 91;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(92) {
  --marquee-item-index: 92;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(93) {
  --marquee-item-index: 93;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(94) {
  --marquee-item-index: 94;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(95) {
  --marquee-item-index: 95;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(96) {
  --marquee-item-index: 96;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(97) {
  --marquee-item-index: 97;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(98) {
  --marquee-item-index: 98;
}
.global-logo-scroller.marquee.marquee--6 .marquee__item:nth-of-type(99) {
  --marquee-item-index: 99;
}

@keyframes go {
  to {  
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

/* Scrolling Blocks */
/* == AI Service Scrolling blocks == */
.ai-services-scrolling-blocks-holder .service-scroll-block {
    /*height: 200px;*/
    display:flex;
    justify-content:center;
    align-items:center;
}
.ai-services-scrolling-blocks-holder .service-scroll-block::before {
  	display: block;
  	content: '';
  	width: 5px;
  	/*height: 100px;*/
  	background: #007FBA;
}
.ai-services-scrolling-blocks-holder .service-scroll-block .content-holder {
  	text-align: left;
    padding: 25px;
}
.ai-services-scrolling-blocks-holder .service-scroll-block .content-holder .heading {
  	font-size: 22px;
  	font-weight: 500;
    margin-bottom: 5px;
}
.ai-services-scrolling-blocks-holder .service-scroll-block .content-holder .content {
  	font-size: 14px;
    max-width: 300px;
}

@media (max-width: 767px) { 
	.ai-services-scrolling-blocks-holder .service-scroll-block {
  		margin-bottom: 30px;
		width: 100%;
	}
}

@media (min-width: 768px) { 
	.ai-services-scrolling-blocks-holder .service-scroll-block {
		margin-bottom: -30px;    	
		width: 400px;
	}
	.service-scroll-block.one, .service-scroll-block.three, .service-scroll-block.five {
  		margin-left: 0px;
	}
	.service-scroll-block.two, .service-scroll-block.four, .service-scroll-block.six {
  		margin-left: 300px;
	}
}

.ai-services-scrolling-blocks-left .content {
  margin-top: 50px;
}
@media (min-width: 768px) {
	.ai-services-scrolling-blocks-left .content {
		font-size: 17px;
		line-height: 28px;
	}
}

/* === Buttons === */
.ai-services-scrolling-blocks-left.section-heading .content-button.button-blue-transparent {
  	display: inline-block;
 	  margin: 45px 0px;
}
.ai-services-scrolling-blocks-left.section-heading.section-heading .content-button.button-blue-transparent a {
  	display: block;
    font-weight: 400;
  	align-items: center;
  	text-align: center;
  	color: #fff;
  	border-radius: 50px;
  	border: 2px solid #007FBA;
  	background: none;
  	padding: 15px 30px;
  	font-size: 20px;
    width: 275px;
}
.ai-services-scrolling-blocks-left.section-heading.section-heading .content-button.button-blue-transparent a:hover {
  	background: linear-gradient(90deg,rgb(60,218,255) 10%,rgb(3,90,131) 100%);
}