.home-page-header:not(.fixed) {
    /* background-color: #0a0a0a  !important; */
    background: linear-gradient(to bottom, rgba(10,10,10,1) 0%,rgba(10,10,10,1) 20%,rgba(0,0,0,0) 100%) !important;
    transition: 0s !important;
}
 

@media (min-width: 800px) {
    .home-page-header:not(.fixed).fix .main-menu ul {
        background-color: transparent !important;
    }
    .home-page-header .main-menu ul li a {
        color: rgba(55, 65, 81, 1) !important;
    }
    .home-page-header:not(.fixed) .main-menu ul li a {
        color: rgba(255, 255, 255, 1) !important;
    }
}
.container {
	width: 100%;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    max-width: 1330px;
}
.new-service.home-page {
	padding-bottom: 0;
}

.home-page .container {
    max-width: 1202px !important; 
}


.home-page .awards-section .container,
.home-page .featured-projects .container,
.home-page .app-startups-wrapper .container { 
    padding-right: 0 !important;
}
@media (min-width: 1024px) {
	.home-page .awards-section .container {
    	padding-right: 16px !important;
	}
}

.hero-block {
	position: relative;
	margin-top: -38px;
	padding-top: 217px;
	padding-bottom: 144px; 
}

@media (min-width: 1024px) {
    .hero-block { 
		padding-top: 237px;
		padding-bottom: 234px;
	}
    .hero-block .video:after {
        content: '';
        position: absolute;
        top: 0; 
        bottom: 0;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='1920' height='828' viewBox='0 0 1920 828' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='240' height='828' fill='%230A0A0A'/%3E%3Crect x='240' width='240' height='828' fill='url(%23paint0_linear_13_2)'/%3E%3Crect width='240' height='828' transform='matrix(-1 0 0 1 1680 0)' fill='url(%23paint1_linear_13_2)'/%3E%3Crect x='1680' width='240' height='828' fill='%230A0A0A'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_13_2' x1='240' y1='404.5' x2='480' y2='404.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230A0A0A'/%3E%3Cstop offset='1' stop-color='%230A0A0A' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_13_2' x1='-4.6717e-06' y1='404.5' x2='240' y2='404.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230A0A0A'/%3E%3Cstop offset='1' stop-color='%230A0A0A' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: center;
        background-size: contain;
        max-width: 1440px;
    }
}

.hero-block .video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
	width: 100%;
	height: 100%;
    background-color: rgba(10, 10, 10, 1);
}

.hero-block .hero-block-title {
    position: relative;
	max-width: 892px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0;
    margin-bottom: 32px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) { 
	.hero-block .hero-block-title {
		margin-bottom: 40px;
		font-size: 80px;
		line-height: 90px;
	}
}

.hero-block p {
    position: relative;
    margin-bottom: 40px;
	max-width: 892px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) { 
	.hero-block p {
		margin-bottom: 48px;
		font-size: 28px; 
	}
}

.hero-block .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 

 .hero-block .btn {
    position: relative;
    border-radius: 8px;
    border-color: transparent;
    text-transform: uppercase;
    padding: .7rem 2rem;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.hero-block .btn:hover {
    background-color: #9d0038;
    color: #fff;
}

.hero-block .btn:focus {
    outline: 0;
}

@media (min-width:1024px) {
    .hero-block .video video{
        max-width: 1202px;
        margin: auto;
    }
    .hero-block .btn {
    	max-width: 220px;
    	min-height: 50px;
    	margin-left: auto;
    	margin-right: auto;
        padding: 0 20px;
        font-size: 16px;
        line-height: 40px;
    }
} 


.introduction {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width:1024px) {
	.introduction {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.introduction-list {
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: -32px;
} 

.introduction-list li {
	width: calc(50% - 12px) !important;
	font-weight: 400 !important;
    font-size: 16px !important;
    color: rgba(55, 65, 81, 1) !important;
    line-height: 140% !important;
    vertical-align: middle !important;
	margin-bottom: 32px !important;
}
@media (min-width:1024px) {
	.introduction-list li {
		width: auto !important;
        max-width: none !important;
		padding-left: 32px !important;
		padding-right: 32px !important;
    	font-size: 20px !important;
		border-left: 1px solid rgba(229, 231, 235, 1) !important;
	}
    .new-service.home-page .customers {
        margin-bottom: 0;
        padding: 0;
        overflow: visible;
    }
}

.introduction-list li span {
	display: block;
	margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    color: rgba(255, 44, 85, 1);
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
}
 
.services-block {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(249, 249, 249, 1);
}
@media (min-width:1024px) { 
    .introduction-list li span { 
        font-size: 48px; 
    }
	.services-block {
		padding-top: 140px;
		padding-bottom: 190px;
	}
}

h2.services-block-title {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 700;
    color: rgba(14, 68, 116, 1);
    line-height: 130%;
    letter-spacing: 0px; 
    text-transform: capitalize;
}
@media (min-width: 1024px) {
	h2.services-block-title {
    	margin-bottom: 60px;
    	font-size: 48px;
	}
}

.services-block-list {
	list-style-type: none;
	padding-left: 0;
}
@media (min-width:768px) {
	.services-block-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.services-block-list li {
	position: relative;
	margin-bottom: 16px;
	padding: 24px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 231, 235, 1); 
}
@media (min-width:768px) {
	.services-block-list li {
		width: calc(50% - 24px);
		margin-bottom: 24px;
	}
	.services-block-list.v2 li {
		width: calc(50% - 12px);
	}
}
@media (min-width:1024px) {
	.services-block-list li {
		width: calc(33.333% - 24px); 
	}
	.services-block-list.v2 li {
		width: calc(33.333% - 12px);
	}
}
.services-block-list li .icon {
	margin-bottom: 16px;
}
.services-block-list li span {
	font-weight: 700;
    font-size: 22px;
    color: rgba(14, 68, 116, 1);
    line-height: 130%; 
}
.services-block-list li .content {
	padding-top: 16px;
	text-align: right;
}
@media (min-width:1024px) {
	.services-block-list li span { 
	    font-size: 24px; 
	}
	.services-block-list li .content {
		position: absolute;
		height: 0;
		overflow: hidden;
		z-index: 1; 
        left: 0;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 16px; 
	}
	.services-block-list li:hover {
		z-index: 2; 
	}
	.services-block-list li:hover .content {
		height: auto;
	    z-index: 4;
        padding-bottom: 16px;
	    border-right: 1px solid rgba(229, 231, 235, 1);
	    border-left: 1px solid rgba(229, 231, 235, 1);
	    border-bottom: 1px solid rgba(229, 231, 235, 1);
	    border-radius: 0 0 16px 16px;
        margin: -1px;
        width: calc(100% + 2px);
	}

    .services-block-list li .content .text-inner {
        padding: 16px  0 24px !important;
        margin-left: 24px !important;
    }

    .services-block-list li .content .text {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
.services-block-list li .top > .text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(55, 65, 81, 1);
    line-height: 140%;
    text-align: left;
} 
.services-block-list li .content .text-inner,
.services-block-list li .content .text {
	margin-bottom: 16px;
	padding: 0 0 24px 0;
	font-weight: 400;
    font-size: 16px;
    color: rgba(55, 65, 81, 1);
    line-height: 140%;
	text-align: left;
} 
@media (min-width: 1024px) {
	.services-block-list li .top > .text {
    	font-size: 20px;
	}
	.services-block-list li .content .text-inner,
	.services-block-list li .content .text {
    	font-size: 20px;
	}
}
.services-block-list li .content .text {
	padding-bottom: 0;
}
.services-block-list li .content .text-inner {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(55, 65, 81, 0.5);
    padding-top: 16px;
    border-top: 1px solid rgba(229, 231, 235, 1);
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 16px;
}
.services-block-list li .content .text-inner img {
	display: block;
    margin-top: 16px;
}
.services-block-list li .content a {
    display: inline-block; 
    padding-right: 24px;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 44, 85, 1);
    line-height: 130%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url('/wp-content/themes/SPDLoad/images/aarr-image.svg');
    background-repeat: no-repeat;
    background-position: center right
}
@media (min-width: 1024px) {
	.services-block-list li .content a { 
	    margin-bottom: 12px;
	    margin-right: 24px;
	}
}


.home-page .cta-global {
	position: relative;
}

.home-page .cta-global-content.container { 
	position: static;
	margin-top: 0;
    margin-bottom: 0;
    padding: 54px 16px;
    max-width: 1202px;
}

.home-page .cta-global-content.container .bg-image {
	background-color: rgba(14, 68, 116, 1);
	background-image: url('/wp-content/themes/SPDLoad/images/2122kground.png');
    background-size:  auto 50%;
    background-position: top right;
}
@media (min-width:1024px) {
    .home-page .cta-global-content.container .bg-image {
        background-size:  auto 100%;
    }
}

.home-page .cta-global-content.container .info {

}

.home-page .cta-global-content.container .info .h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

.home-page .cta-global-content.container .info p {
	font-size: 16px;
    line-height: 140%;
    font-weight: 400; 
    color: rgba(255, 255, 255, 0.8) !important;
}

.home-page .cta-global-content.container .btn-wrapper {

}
@media (min-width:1024px) {
	.home-page .cta-global-content.container .info p {
		font-size: 20px;
	}
	.home-page .cta-global-content.container .btn-wrapper {
		max-width: 240px;
		margin-left: 77px;
	}
}

.app-startups-wrapper {
	padding-top: 50px;
	padding-bottom: 50px; 
}

.app-startups-wrapper .page-title-huge {
    max-width: none !important;
    font-weight: 700 !important;
	margin: 0 0 32px 0 !important; 
    font-size: 32px !important;
    line-height: 130% !important;
    text-transform: capitalize !important;
    color: rgba(14, 68, 116, 1) !important;
} 
@media (min-width: 1024px) {
    .app-startups-wrapper .page-title-huge { 
        margin: 0 0 60px 0 !important; 
        padding-right: 145px !important; 
        font-size: 48px !important;
        text-align: left !important;
    }
	.app-startups-wrapper {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}
}

.app-startups-wrapper .app-startups {
	position: relative;
    margin-left: -16px;
}
.app-startups-wrapper .app-startups .container {
	max-width: none;
	padding: 0 48px 0 0;
}
.app-startups-wrapper .app-startups .container .slick-arrow {
	filter: grayscale(1);
    top: -110px;
}
.app-startups-wrapper .app-startups .container .slick-arrow.arrow-prev {
    right: 55px;
}
 
.app-startups-wrapper .app-startups .container .slick-arrow.arrow-next {
    right: 0;
}

.app-startups-wrapper .app-startups .container .slick-slide {
	margin-right: 12px !important;
    margin-left: 12px !important;
}
    

@media (min-width: 1024px) {
    .app-startups-wrapper .app-startups .container .slick-slide {
        max-width: 360px;
    } 
}

.top-review-slider .slick-list {
    padding-left: 0 !important;
}

@media (min-width: 768px) {
    .app-startups-wrapper .app-startups .container .slick-slide {
    	padding-left: 0 !important;
    }  
}
@media (min-width: 1024px) { 
	.top-review-slider .slick-list {
	    padding-left: 25px !important;
	}
}


.review-slider-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; 
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(10, 10, 10, .8);
}

.review-slider-modal-content {
    display: none;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review-slider-modal-content .section {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25% !important;
    margin: 0 !important;
} 

.review-slider-modal-content .yt-content-video-iframe iframe,
.review-slider-modal-content .yt-content-video-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
} 

.review-slider-modal-wrapper.active,
.review-slider-modal-content.active {
    display: block;
}

.review-slider-modal-close {
    position: absolute;
    right: 15px;
    top: 90px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    opacity: 0.7;
    padding: 0;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    background-color: transparent;
    border: none;
}

.top-review-slider .item .top-review .description {
	margin-bottom: 20px;
}

.top-review-slider .item .top-review .description .bg-image {
	border-radius: 16px;
}

.top-review-slider .item .top-review .description .author-info .top {
	display: flex;
	align-items: center;
}

.top-review-slider .item .top-review .description .author-info a {
	text-decoration: none;
}

.top-review-slider .item .top-review .description .author-info .top .item {
	display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 40px;
}
.top-review-slider .item .top-review .description .author-info .top .item svg {
	height: 16px;
	margin-right: 6px;
}

.top-review-slider .item .top-review .description .author-info .top span:not(:last-of-type) {
	padding-right: 12px;
	margin-right: 8px;
	border-right:  none;
}

.top-review-slider .item .top-review > p {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(55, 65, 81, 1);
}

.top-review-slider .item .top-review > a {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 44, 85, 1);
    line-height: 130%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 24px;
    background-image: url('/wp-content/themes/SPDLoad/images/aarr-image.svg');
    background-repeat: no-repeat;
    background-position: center right;
}


.introduction .h2 {
    margin: 0 0 32px 0; 
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(14, 68, 116, 1);
}
 
.featured-projects {
    padding-top: 50px;
    padding-bottom: 0; 
    box-shadow: none;
}

.featured-projects .h2 {
    margin: 0 0 32px 0; 
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(14, 68, 116, 1);
}
@media (min-width:1024px) {
    .introduction .h2 { 
        margin: 0 0 60px 0; 
        padding-right: 145px; 
        font-size: 48px;
    }
    .featured-projects {
        padding-top: 160px;
    }
    .featured-projects .h2 { 
        margin-bottom: 60px;
        padding-right: 145px; 
        font-size: 48px;
    }
}

.featured-projects-wrapper {
    overflow: hidden;
    padding-right: 0;
}

.featured-projects-list {
    position: relative; 
    margin-left: -16px;
}
@media (min-width:1024px) { 
    .featured-projects-list { 
        margin-left: 0;
    }
}

.featured-projects-list .item {
    padding: 0;
} 


.featured-projects-list .item .top {
    position: relative;
}
.featured-projects-list .item .content .title {
    margin: 0 0 20px 0; 
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: rgba(14, 68, 116, 1);
}
@media (min-width: 1024px) {
	.featured-projects-list .item .content .title {
    	font-size: 24px;
	}
}
.featured-projects-list .item .content .text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(55, 65, 81, 1);
}
@media (min-width: 1024px) {
	.featured-projects-list .item .content .text {
    	font-size: 20px;
	}
}


.featured-projects-list .item .tags {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    padding: 0;
}
.featured-projects-list .item .tags span {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 40px;
    padding: 4px 12px;
    color: rgba(255, 255, 255, 1);
}
.featured-projects-list .item .tags span svg {
    margin-right: 6px;
}
.featured-projects-list .item .tags span:not(:last-of-type) {
    margin-right: 8px;
}

.featured-projects-list .item .image {
	border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px; 
}
@media (min-width: 1024px) {
    .featured-projects-list .item .image {
        margin-bottom: 20px;
        height: 440px;
    }
}

.featured-projects-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: .25s;
}

.featured-projects-list .item .top:hover .over {
    opacity: 1;
}
.featured-projects-list .item .top:hover .image img {
    transform: scale(1.1);
}
.featured-projects-list .item .over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: block !important;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    transition: .25s;
}

.featured-projects-list .item .over a img {
    margin-left: 16px;
}
.featured-projects-list .item .over a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    border-radius: 8px;
}
.featured-projects-list .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-left: 16px;
    margin-right: 16px;
}
.featured-projects-list .item .top-review .description {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.featured-projects-list .item .top-review > p {
    margin-bottom: 0;
    color: #1F2937;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
.featured-projects-list .item .top-review .description .bg-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
    border-radius: 4px;
}
.featured-projects-list .item .top-review .description .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
    transition: .25s;
}
.featured-projects-list .item .top-review .description:hover .bg-image img { 
    opacity: .2;
}
.featured-projects-list .item .top-review .description .author-info {
    position: relative;
    z-index: 1;
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.featured-projects-list .item .top-review .description .author-info a {
    width: 60px;
    color: #FFF;
}
.featured-projects-list .item .top-review .description .author-info a.play-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex; 
    align-items: flex-end;
    justify-content: flex-end;
    color: #FFF;
}
.featured-projects-list .item .top-review .description .author-info a img {
    width: 100%;
}
.featured-projects-list .item .top-review .description .author-info a.play-icon img {
    width: 60px;
    margin: 0 16px 16px 0;
}
.featured-projects-list .item .top-review .description .author-info .top {
    font-weight: 600;
}
.featured-projects-list .item .top-review .description .author-info .top span:not(:last-of-type) {
    margin-right: 7px;
    padding-right: 8px;
    border-right: 1px solid #C3D2E0;
}
.featured-projects-list .item .top-review .description .author-info .bottom {
    display: flex;
    justify-content: space-between; 
    padding-right: 65px;
}
.featured-projects-list .item .top-review .description .author-info .bottom .img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}
.featured-projects-list .item .top-review .description .author-info .bottom .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-projects-list .item .top-review .description .author-info .bottom .info {
    position: relative;
    z-index: 3;
    flex-grow: 1;
    margin-right: 16px;
}
.featured-projects-list .item .top-review .description .author-info .bottom .info .name {
        margin-bottom: 6px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;

}
.featured-projects-list .item .top-review .description .author-info .descr {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 238px;
}

.featured-projects-list .slick-arrow img {
    height: initial;
}

.featured-projects-list .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E7EDF2;
    background-color: #fff;
    display: none !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -80px;
    cursor: pointer;
} 

@media (min-width: 600px) {
    .featured-projects-list .slick-arrow {
        top: -70px;
        display: flex !important;
    }
    .customers .featured-projects-list {
        margin-left: 0;
        margin-right: 0;
    }
}

.featured-projects-list .slick-arrow.arrow-prev {
    right: 55px;
}

.featured-projects-list .slick-arrow.arrow-next {
    right: 0;
}

.featured-projects-list {
    padding-left: 16px;
}
.featured-projects-list .slick-track {
    display: flex;
}
.featured-projects-list .slick-slide {
    margin-left: 0 !important;
}

.featured-projects-list .slick-list { 
    padding: 0 14px 0 0 !important;
}

@media (min-width: 768px) {
    .featured-projects-list {
        padding-left: 0;
    }
    .featured-projects-list .slick-slide {
        margin-left: 12px !important;
        margin-right: 12px !important;
        max-width: 440px;
    }

    .featured-projects-list .slick-list {
        padding-left: 0 !important;
    }
}

.featured-projects-list  .slick-arrow {
    filter: grayscale(1);
    top: -110px;
}

.tabs-block {
    padding-top: 50px;
    padding-bottom: 50px; 
}
@media (min-width:1024px) {
    .tabs-block {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .featured-projects-list .slick-list {
        padding-left: 10% !important;
    }
}

.tabs-block .h2 {
    margin: 0 0 32px 0; 
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(14, 68, 116, 1);
}
@media (min-width:1024px) {
    .tabs-block .h2 { 
        margin: 0 0 60px 0; 
        font-size: 48px; 
    }
}
@media (min-width:1024px) {
    .tabs-block-content {
        display: flex;
    }
}
.tabs-block-content .nav {
    display: flex;
    overflow: auto;
    margin-bottom: 16px;
    text-wrap-mode: nowrap;
    max-width: none;
    width: 100%;
    margin-right: 48px;
}
@media (min-width:1024px) {
    .tabs-block-content .nav {
        display: block;
        overflow: hidden;
        margin-bottom: 0;
        max-width: 272px;
    }
    .tabs-block-content {
        display: flex;
    }
}
.tabs-block-content .text {    
    width: 100%;
}
.tabs-block-content .text .item {
    display: none;
}
.tabs-block-content .text .item.active {
    display: block;
}
.tabs-block-content .nav .item:not(:last-of-type) {
    margin-bottom: 12px;
}
.tabs-block-content .nav .button {
    padding: 10px 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: rgba(14, 68, 116, 1);
    border-radius: 8px;
    background-color: transparent;
    border-left: 1px solid transparent;
    cursor: pointer;
}
@media (min-width:1024px) {
    .tabs-block-content .nav .button {
        font-size: 18px;
    }
    .tabs-block-content {
        display: flex;
    }
}
.tabs-block-content .nav .button:hover,
.tabs-block-content .nav .button.active {
    color: rgba(255, 44, 85, 1); 
    background-color: rgba(255, 44, 85, 0.04);
    border-left: 1px solid rgba(255, 44, 85, 1);
}
.tabs-block-content .text .item .title {
     margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: rgba(14, 68, 116, 1);
}
.tabs-block-content .text .item .text {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(55, 65, 81, 1);
}
@media (min-width:1024px) {
	.tabs-block-content .text .item .title {
    	font-size: 24px;
	}
    .tabs-block-content .text .item .text {
        font-size: 20px;
    } 
}
.tabs-block-content .text .item .btn-wrapper a::before{
     display: none;
}
.tabs-block-content .text .item .btn-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #fff;
}
@media (min-width:1024px) {
	.tabs-block-content .text .item .btn-wrapper a {
    	width: 240px;
    } 
}
.tabs-block-content .text .item .btn-wrapper a:hover {
    background-color: #9d0038;
}
.tabs-block-content .text .icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.tabs-block-content .text .icon-list .tech {
    padding: 24px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 12px;
    width: calc(50% - 20px);
    background-color: transparent;
}
@media (min-width: 768px) { 
    .tabs-block-content .text .icon-list .tech {
        width: calc(33.333% - 20px);
    }
}
@media (min-width: 1024px) { 
    .tabs-block-content .text .icon-list .tech {
        width: calc(20% - 20px);
    }
}
.tabs-block-content .text .icon-list .tech img {
    height: 32px;
    margin-bottom: 16px;
}
.tabs-block-content .text .icon-list .tech span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    text-wrap-mode: nowrap;
}

.awards-wrapper .item {
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px; 
} 
.awards-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 1024px) { 
	.tabs-block-content .text .icon-list .tech span {
    	font-size: 20px;
	}
    .awards-section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
.awards-section .container {
    overflow: hidden;
}
.awards-section .page-title {
    margin: 0 0 32px 0 !important;
    font-size: 32px !important;
    line-height: 130% !important;
    text-transform: capitalize !important;
    color: rgba(14, 68, 116, 1) !important;
    font-weight: 700 !important;
}
@media (min-width: 600px) { 
    .awards-section .page-title {
        margin: 0 0 60px 0 !important;
        padding-right: 145px !important;
        font-size: 48px !important;
    }
    .awards-section .awards-wrapper .slick-list {
        padding-bottom: 24px;
        margin-bottom: -24px;
        margin-left: -24px;
        margin-right: -24px;
    }
}
.awards-wrapper {
    position: relative;
}
.awards-wrapper .slick-arrow {
    top: -100px;
    filter: grayscale(1);
}
.awards-wrapper .item .image {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.awards-wrapper .item .image img { 
    height: 80px;
    margin-left: auto;
    margin-right: auto; 
}
.awards-wrapper .item p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: rgba(14, 68, 116, 1);
    text-align: center; 
}
@media (min-width: 1024px) {
	.awards-wrapper .item p {
    	font-size: 24px;
	}
}
.awards-wrapper .item p span { 
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: rgba(31, 41, 55, 1); 
}
.awards-wrapper .slick-track {
    display: flex !important;
}

.awards-wrapper .slick-slide {
    height: inherit !important;
    margin-left: 0;
    margin-right: 0;
}
.awards-wrapper .slick-track .slick-slide > div {
    height: 100%;
    margin-left: 12px;
    margin-right: 12px;
} 
 
.other-services-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(14, 68, 116, 1);
    background-image: url('/wp-content/themes/SPDLoad/images/tech/gfg3frame81519326.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    .other-services-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    } 
    .new-service .other-services.with-form .item {
        display: flex; 
        justify-content: space-between;
        margin-bottom: 0;
    }
}

.other-services-wrapper .info .h2 {
    max-width: 570px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 130% !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 1) !important;
}
@media (min-width: 1024px) {

    .other-services-wrapper .info .h2 { 
    	margin-bottom: 40px !important;
        font-size: 48px !important; 
        text-align: left !important;
    }
}
.other-services-wrapper .info p {
    margin: 0 !important;
    max-width: 479px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 140% !important;
    color: rgba(255, 255, 255, 1) !important;
}

.other-services.with-form .text.form { 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 492px;  
    width: 100%;
    padding: 24px !important;
    box-shadow: 0 0 8px rgb(135 165 192 / 25%) !important;
    border-radius: 16px !important	;
}

@media (min-width: 1024px) {
.other-services.with-form .text.form { 
        padding: 32px !important;
    }
}

.other-services.with-form .info {
    max-width: 543px;
}

.other-services.with-form .info h3 {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    color: #0e4474;
}

.other-services.with-form .info p { 
    font-size: 16px;
    line-height: 1.4; 
    margin-bottom: 16px !important;
    text-align: center;
}

@media (min-width: 1024px) {
    .other-services.with-form .info p { 
        font-size: 20px;
        margin-bottom: 0 !important;
    	text-align: left;
    }
}
.other-services.with-form .text.form .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 34px;
}

.other-services.with-form .text.form .form-item .form-row {
    display: block;
    margin-bottom: 16px;
}

.other-services.with-form .text.form .form-item .form-row.email,
.other-services.with-form .text.form .form-item .form-row.name {
    width: calc(50% - 8px);
    margin-bottom: 34px;
}

.other-services.with-form .text.form .form-item .form-row.textarea {
    width: 100%;
    margin-bottom: 0;
}

.other-services.with-form .text.form .form-item input {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}

.other-services.with-form .text.form .form-item textarea::placeholder,
.other-services.with-form .text.form .form-item input::placeholder { 
    color: #a9a9a9
}

.other-services.with-form .text.form .wpcf7-submit.btn {
    min-height: 34px !important;
    width: 100% !important;
    max-width: none;
    height: 50px !important;
    margin-left: auto !important; 
    padding: 0 !important;
    -webkit-appearance: button; 
    font-size: 16px;
    font-weight: 700;
    line-height: 20px !important;
    letter-spacing: 0.7px;
    text-align: center;
    border-radius: 8px;
} 

.other-services.with-form .text.form .form-item textarea {
    width: 100%;
    height: 160px !important;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px !important;
    resize: none;
}

.other-services.with-form .text.form .form-item .h3,
.other-services.with-form .text.form .form-item h3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 150%;
    color: #0F4C81;
    font-weight: 600;
}

.wpcf7-checkbox span {
    margin-left: 0;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
    color: rgba(9, 46, 77, 1);
    text-transform: capitalize;
}
.wpcf7-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    appearance: none;
    visibility: hidden;
}


.wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 140%;
    color: #1F2937;
    cursor: pointer
}
@media (min-height: 1024px) {
	.wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 16px;
	}
}

.wpcf7-checkbox .wpcf7-submit:disabled {
    opacity: .5
}

.wpcf7-checkbox span {
    margin-left: 0;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
    color: rgba(9, 46, 77, 1);
    text-transform: capitalize;
}
.wpcf7-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    appearance: none;
    visibility: hidden;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border: 1px solid rgba(255, 44, 85, 1);
    border-radius: 4px;
    background-color: #fff;
    flex-shrink: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: rgba(255, 44, 85, 1);
    left: 1px;
    z-index: 1;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.048 6.352a1.2 1.2 0 0 1 0 1.696l-9.6 9.6a1.2 1.2 0 0 1-1.696 0l-4.8-4.8a1.2 1.2 0 0 1 1.696-1.696L9.6 15.103l8.752-8.751a1.2 1.2 0 0 1 1.696 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    flex-shrink: 0;
}
.wpcf7-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked+.wpcf7-list-item-label:before {
    border: 1px solid transparent;
    background-color: #ff2c55
}

.wpcf7-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 30px;
    right: 66px;
    z-index: 2;
}

.other-services.with-form .text.form .form-item .h3, .other-services.with-form .text.form .form-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #0F4C81;
}
.other-services.with-form .text.form .form-item .form-row.email, .other-services.with-form .text.form .form-item .form-row.name {
    margin-bottom: 24px;
}

.awards-wrapper .slick-dots,
.latest-blog .slick-dots {
	display: none !important;
}

.latest-blog-wrapper .h2 {
    max-width: 890px;
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(14, 68, 116, 1);
}
@media (min-width: 1024px) { 
    .latest-blog-wrapper .h2 { 
        margin-bottom: 60px;
        font-size: 48px; 
    }
}

.awards-section .awards-wrapper .slick-list,
.latest-blog-wrapper .latest-blog-list .slick-list {
    margin-left: -14px;
    padding-bottom: 16px;
    padding-right: 16px;
}

.latest-blog-wrapper .latest-blog-list .slick-list {
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 3%;
}
@media (min-width: 1024px) { 
	.latest-blog-wrapper .latest-blog-list .slick-list {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}
}

.latest-blog-wrapper .latest-blog-list .item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 16px;
}

.latest-blog-wrapper .latest-blog-list .latest-blog-image {
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    margin-bottom: 20px;
}

.latest-blog-wrapper .latest-blog-list .latest-blog-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.latest-blog-wrapper .latest-blog-list .latest-blog-title {

}

.latest-blog-wrapper .latest-blog-list .latest-blog-title h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: rgba(14, 68, 116, 1);
}

.latest-blog-wrapper .latest-blog-list .latest-blog-text {
    flex-grow: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(55, 65, 81, 1);
}

.latest-blog-wrapper .latest-blog-list .btn-wrapper {
    margin-top: 20px;
    text-align: right;
}
.latest-blog-wrapper .latest-blog-list .link {
    display: inline-block;  
    padding-right: 24px;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 44, 85, 1);
    line-height: 130%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(/wp-content/themes/SPDLoad/images/aarr-image.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.latest-blog {
    padding-top: 50px;
    padding-bottom: 50px; 
}
@media (min-width: 1024px) { 
	.latest-blog-wrapper .latest-blog-list .latest-blog-title h3 {
    	font-size: 24px;
	}
	.latest-blog-wrapper .latest-blog-list .latest-blog-text {
    	font-size: 20px;
	}
    .latest-blog {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
.latest-blog .container {
    overflow: hidden;
} 
@media (min-width: 600px) {  
    .latest-blog .latest-blog-wrapper .slick-list {
        padding-bottom: 30px;
        margin-bottom: -24px;
        margin-left: -24px;
        margin-right: -24px;
    }
}
.latest-blog-list {
    position: relative;
}
.latest-blog-wrapper .slick-arrow {
    top: -100px;
    filter: grayscale(1);
}
.latest-blog-wrapper .slick-track {
    display: flex !important;
}

.latest-blog-wrapper .slick-slide {
	max-width: 360px;
    height: inherit !important;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1024px) {
	.latest-blog-wrapper .slick-slide {
		max-width: 100%;
	    height: inherit !important;
	    margin-left: 0;
	    margin-right: 0;
	}
}
.latest-blog-wrapper .slick-track .slick-slide > div {
    height: 100%;
    margin-left: 12px;
    margin-right: 12px;
} 

.latest-blog-list .slick-arrow img {
    height: initial;
}

.latest-blog-list .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E7EDF2;
    background-color: #fff;
    display: none !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -80px;
    cursor: pointer;
} 

@media (min-width: 600px) {
    .latest-blog-list .slick-arrow {
        top: -100px;
        display: flex !important;
    }
    .customers .latest-blog-list {
        margin-left: 0;
        margin-right: 0;
    }
}

.latest-blog-list .slick-arrow.arrow-prev {
    right: 42px;
}

.latest-blog-list .slick-arrow.arrow-next {
    right: -13px;
}

.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(249, 249, 249, 1);
}

@media (min-width: 1024px) {
    .faq-section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
.faq-section .h2 { 
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: rgba(14, 68, 116, 1);
    text-align: left;
} 
@media (min-width: 1024px) {
    .faq-section .h2 {  
        margin-bottom: 60px;
    }
}
.new-service.home-page .header-3:not(.header-4):not(.header-5), 
.new-service.home-page h3:not(.header-4):not(.header-5),
.new-service.home-page .header-2, 
.new-service.home-page h2 {
    text-align: left;
}

.faq-section .accordion-wrapper .faq-item {
    position: relative;
    padding: 16px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1024px) {
    .faq-section .h2 {  
        font-size: 48px; 
    } 
    .faq-section .accordion-wrapper .faq-item {
        padding: 24px;
    }
}
.faq-section .accordion-wrapper .faq-item:not(:last-of-type) {
    margin-bottom: 24px; 
}

.faq-section .accordion-wrapper p {
    margin: 0; 
} 

.faq-section .accordion-wrapper { 
    margin: 0 auto;
    max-width: none;
}

.faq-section .accordion-wrapper a {
    color: #0000FF;
    text-decoration: none;
}
.faq-section .accordion-wrapper h2.page-title-huge {
    text-align: left;
    max-width:  none;
}
.faq-section .accordion-wrapper p:not(:last-of-type) {
    margin: 0 0 16px; 
}

.faq-section .accordion-wrapper .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;  
    font-size: 22px;  
    text-align: left;
    cursor: pointer;  
    font-weight: 700;
    line-height: 130%;
    color: rgba(14, 68, 116, 1);
}
@media (min-width: 1024px) {
	.faq-section .accordion-wrapper .accordion-header {
    	font-size: 24px;  
	}
}

.faq-section .accordion-wrapper .accordion-header:after {
    content: "";
    height: 35px;
    width: 35px;
    margin-left: 8px;
    flex-shrink: 0;
    transform: rotate(0);
    transition-duration: .25s;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' fill='%23fff' rx='24'/%3E%3Crect width='47' height='47' x='.5' y='.5' stroke='%23000' stroke-opacity='.12' rx='23.5'/%3E%3Cpath stroke='%23949496' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 21 6 6 6-6'/%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
    .faq-section .accordion-wrapper .accordion-header:after {
        height: 48px;
        width: 48px;
    }
}

.faq-section .accordion-wrapper .accordion-header.active:after {
    transform: rotate(180deg); 
}
.faq-section .accordion-wrapper .text {
    display: none;
    margin-top: 20px;  
}
.faq-section .accordion-wrapper .text,
.faq-section .accordion-wrapper .text p {
    font-weight: 400;
    line-height: 140%;
    color: rgba(55, 65, 81, 1);
}
@media (min-width: 1024px) {
    .faq-section .accordion-wrapper .text,
    .faq-section .accordion-wrapper .text p { 
        font-size: 20px;
    }
}

.main-menu .menu>.menu-item.menu-item-has-children>a:before {
    background-image: url(/wp-content/themes/SPDLoad/images/menu-chidpren-arrow2.svg);
    width: 16px;
    height: 16px; 
    opacity:  1;
}
@media (min-width: 800px) {
    .main-menu .menu>.menu-item.menu-item-has-children>a:before {  
        right: -20px; 
    }

    .main-menu .menu>.menu-item.menu-item-has-children>a:before {
        transform: translateY(-50%) rotate(0deg);
    }

    .main-menu .menu>.menu-item.menu-item-has-children:hover>a:before {
        transform: translateY(-50%) rotate(180deg);
    }
}

.new-service h2.page-title:after {
    display: none;
}