.header-footer-group.menu-modal {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    z-index: 90;
    left: 0;
    transition-duration: 0;
    transition-delay: 0;
    transition-timing-function: linear;
	background: rgba(0,0,0, 0.5);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding-top: 120px;
	overflow: auto;
}
.menu-modal.opened {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.menu-modal .menu-top .close-nav-toggle {
    display: none;
}
.cky-consent-container .cky-notice-des * {
	font-size: 16px;
	line-height: 2;
}
.cky-consent-container .cky-notice-des a {
	color: #01448C;
}
.cky-notice-btn-wrapper .cky-btn {
	font-size: 24px;
	font-weight: 700;
	padding: 14px 40px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
	min-width: 203px;
	transition: 0.3s all;
}
.cky-notice-btn-wrapper .cky-btn:hover {
	opacity: 1;
	background-color: #FFF !important;
}
.cky-consent-container .cky-notice {
	max-width: 1290px;
	padding: 0 25px;
	margin: 0 auto;
}
.cky-notice .cky-title {
	display: none;
}
.cky-consent-container .cky-consent-bar {
	padding-right: 0;
	padding-left: 0;
	border: none;
}
#site-header .header-inner .header-titles-wrapper .mobile-nav-toggle {
    padding: 0;
    justify-content: end;
    border: inherit;
    background-color: inherit;
    position: absolute;
    width: fit-content;
    right: 15px;
}


.menu-modal .image-menu-mobile {
    position: absolute;
    bottom: 0;
    width: 100vw;
    pointer-events: none;
}

.menu-modal .image-menu-mobile .border-image {
    overflow: hidden;
    height: 60px;
    margin-left: auto;
    width: fit-content;
}

.menu-modal .image-menu-mobile .border-image svg {
    width: 766.39px;
    height: 100px;
}

.menu-modal .menu-modal-inner .menu-top .header-menu-top {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    justify-content: end;
    margin-right: 0;
}

.menu-modal .menu-modal-inner {
    position: relative;
	height: 100%;
}

.menu-bottom .social-menu {
    display: none;
}

.header-social {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.header-social .icon a {
	display: block;
	font-size: 23px;
	color: #FFF;
}

.header-social .icon {
	margin: 0 28px 0 0;
}

.menu-modal .menu-modal-inner .menu-top .header-menu-top .header-titles {
    width: -webkit-fill-available;
}

.menu-modal .menu-modal-inner .menu-top .toggle {
    padding: 0;
    border: none;
	margin: 0;
	position: absolute;
	width: 111%;
	height: 100%;
	left: 0;
}

.menu-modal .menu-modal-inner .menu-top .toggle .toggle-text {
    margin-right: 0;
    padding-top: 0.5rem;
}

.menu-modal .menu-modal-inner .menu-top .toggle .toggle-text svg {
    width: 20px;
    height: 20px;
}

.menu-modal .menu-modal-inner .menu-top .toggle:hover,
.menu-modal .menu-modal-inner .menu-top .toggle:focus {
    justify-content: end;
    border-color: inherit;
    background-color: initial;
}

.menu-modal .menu-top .mobile-menu .menu-menu-language-container {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
}

.menu-modal .menu-top .mobile-menu .menu-menu-language-container .menu-item a:hover,
.menu-modal .menu-top .mobile-menu .menu-menu-language-container .menu-item a:focus {
    background-color: inherit !important;
    color: #e5001b !important;
}

#site-header .header-navigation-wrapper .primary-menu .menu-item.current-lang a,
.menu-modal .menu-top .mobile-menu .menu-menu-language-container .menu-item.current-lang a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #e5001b;
    display: none;
}

.menu-modal .menu-top .mobile-menu .menu-menu-language-container li {
    width: 33%;
    text-align: center;
}

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines>span {
    border-radius: 5px;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 24px;
}

.lines-button {
    transition: .3s;
}

.lines-button .lines {
    position: relative;
    vertical-align: middle;
}

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines>span {
    border-radius: 5px;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 24px;
}


.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines>span {
    content: '';
    left: 0;
    position: absolute;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: 12px center;
}

.lines-button .lines:before {
    top: 6px;
}

.lines-button .lines:after {
    top: -6px;
}

.lines-button .lines>span {
    transform: translateY(-50%);
    top: 50%;
    display: none;
}

.lines-button.closing .lines {
    transition: background 0s 0.25s ease-in-out;
}

.lines-button.active .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.lines-button.active .lines:before,
.lines-button.active .lines:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
}

.lines-button.active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

/* menu mobile */

.mobile-menu-button {
    display: none;
    line-height: 0px;
    position: relative;

    cursor: pointer;
    z-index: 0;
}


.mobile-menu-button-light .lines,
.mobile-menu-button-light .lines:before,
.mobile-menu-button-light .lines:after,
.mobile-menu-button-light .lines>span {
    background: #fff;
}

.mobile-menu-button-light .burger-label {
    color: #fff;
}

body header#site-header:hover .mobile-menu-button-light .lines,
body header#site-header:hover .mobile-menu-button-light .lines:before,
body header#site-header:hover .mobile-menu-button-light .lines:after,
body header#site-header:hover .mobile-menu-button-light .lines>span,
body header#site-header.scoll-header .mobile-menu-button-light .lines,
body header#site-header.scoll-header .mobile-menu-button-light .lines:before,
body header#site-header.scoll-header .mobile-menu-button-light .lines:after,
body header#site-header.scoll-header .mobile-menu-button-light .lines>span {
    background: #7D7D7D;
}

body header#site-header:hover .mobile-menu-button-light .burger-label,
body header#site-header.scoll-header .mobile-menu-button-light .burger-label {
    color: #7D7D7D;
}
.section-banner-home .wrapper-bkg {
	height: 100%;
	max-height: 100vh;
	/* min-height: 550px; */
	pointer-events: none;
	width: 100%;
}
.section-banner-home .wrapper-bkg picture img,
.section-banner-home .wrapper-bkg picture {
	object-fit: cover;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.section-clients .owl-carousel .owl-nav button span{
	display: none;
}
.section-clients .owl-carousel .owl-nav button.owl-next,
.section-clients .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
	height: 24px;
    margin-top: -12px;
	background: url(../images/angles-right-solid.svg) no-repeat center;
	background-size: contain;
}
.section-clients .owl-carousel .owl-nav button.owl-prev{
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	right: auto;
	left: 0;
}
.section-clients .owl-carousel .owl-nav button.disabled{
	background-image: url(../images/angles-right-solid-disable.svg);
}

@media(max-width: 1439px) {
	.section-banner-home .image {
		padding-bottom: 0;
		height: 657px;
	}
}

.section-banner-home .image .overlay {
	display: none;
}
.section-banner-home .image .highlight {
	display: none;
}
.section-our-services .tabs-dropdown {
	display: none;
}
@media (min-width: 768px) {
	.home-our-services .items .item .wraper .hover{
		height: auto !important;
	}
}
@media (max-width: 1200px) and (max-height: 760px){
	.home-our-services .items .item .wraper h3 {
		font-size: 30px;
		line-height: 37px;
	}
}

@media (max-width:1366px) {
	.header-footer-group.menu-modal {
		padding-top: 100px;
	}
}
@media (max-width: 1200px) and (min-width: 760px) {
	.home-our-services .items .item .wraper h3 {
		font-size: 30px;
		line-height: 37px;
	}
}
@media screen and (min-width:1000px) and (max-width: 1200px) {
	body:not(.enable-search-modal) .header-titles-wrapper .header-titles {
		max-width: 225px;
	}
	body header .header-navigation-wrapper nav ul.primary-menu li {
		margin: 0px 17px;
	}
	body header .header-navigation-wrapper nav ul.primary-menu li a {
		font-size: 15px;
	}

}
@media screen and (max-width: 999px) {	
	body.showing-menu-modal #site-header .site-logo.faux-heading {
		display: none;
	}
	body.showing-menu-modal #site-header .site-branding-alternative {
		display: block;
	}
	.section-banner-home .content-info .big-title {
		font-size: 40px;
		line-height: 52px;
		padding: 0 15px;
		margin: 0 0 15px;
	}
		
	/* .section-banner-home .content-info {
		width: 100%;
		bottom: 20%;
	} */
	
}
@media screen and (min-width:768px) and (max-width: 1200px) {
	.section-about .content .wraper p {
	    font-size: 18px;
		line-height: 25px;
	}
	.section-about .content .wraper p.sub-content-first {
		font-size: 22px;
	}
	.section-about .content .wraper p.sub-content-second {
		font-size: 22px;
	}
	.home-certifications .items .item-box .item {
		padding: 0 15px;
	}
	.home-certifications .items .item .wraper .image {
		padding: 5px;
	}
}

@media screen and (max-width: 1199px) {
	.section-clients .items {
	    margin: 0;
	    padding: 0 30px;
	}
	.section-clients .items .item .wraper img{
		width: auto;
    	max-width: 100%;
    	object-fit: contain;
	}
}
@media screen and (max-width: 991px) {
	.home-our-services .items {
		height: auto;
	}
	.home-our-services .items .item .wraper {
		padding: 20px 14px 20px;
	}
	.home-our-services .items .item .wraper h3 {
		font-size: 25px;
	}
	footer#site-footer .section-inner .footer-menu-wrapper ul {
		width: 50.8%;
	}
}
@media (max-width: 1200px) and (min-width: 760px) and (max-height: 759px) {
	.home-our-services .items .item .wraper h3 {
		font-size: 22px;
	}
	.home-our-services .items .item .wraper img {
		max-height: 60px;
	}
	.home-our-services .items .item .wraper p {
		-webkit-line-clamp: 2;
	}
}
@media screen and (max-width: 767px) {
	.section-case-studies .description {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 71px;
	}
	.section-our-services .button-wrapper {
		margin-top: 65px;
	}
	.section-our-services .tabs-title {
        display: none;
    }

    .section-our-services .tabs-dropdown {
        position: relative;
        display: block;
        width: 100%;
    }

	.section-our-services .dropdown-button {
		z-index: 2;
		padding-right: 50px;
	}
	.section-our-services .dropdown-button.open {
		box-shadow: 0px 3px 6px #d1d1d1;
	}
    .section-our-services .dropdown-button, .section-our-services .dropdown-content .dropdown-item {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        cursor: pointer;
		padding: 15px 40px 15px 18px;
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		color: #2C3377;
		position: relative;
		white-space: normal;
    }

	.section-our-services .dropdown-button:after {
		content:"";
		display: block;
		position: absolute;
		background-image: url(../images/arrow-down-black.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 15px;
		height: 15px;
		top: 20px;
		right: 24px;
	}

	.section-our-services .dropdown-content .dropdown-item.active {
		display: none;
	}

    .section-our-services .dropdown-content {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #fff;
        z-index: 1;
		color: #2C3377;
    }

    .section-our-services .dropdown-content .dropdown-item:hover {
        background-color: #f1f1f1;
    }

    .section-our-services .dropdown-content.show {
        display: block;
    }

	.section-our-services .bottom-image {
		position: static;
	}

	.section-our-services .content-inner:after {
		width: 440px;
		height: 235px;
		top: -8px;
	}
	body[class] .section-our-services .container {
		padding: 0 16px;
		min-height: inherit;
	}
	.section-our-services .content-inner {
		margin-top: 34px;
	}
	.section-our-services .tabs-content {
		margin-top: 30px;
		padding: 40px 38px 76px 38px;
	}
	.section-case-studies {
		padding: 39px 0 59px;
	}
	.section-case-studies .featured .item, .section-case-studies .others .item {
		height: 281px;
	}
	.section-case-studies .featured .content, .section-case-studies .others .item {
		padding: 32px 25px;
	}
	.section-our-services {
        padding: 44px 0 45px;
    }
	.section-about .heading h2 {
		margin-bottom: 17px;
	}
	.section-about .image-left + .content-right {
		margin-top: 53px;
	}
	.section-about .hightlight {
		margin-bottom: 32px;
	}
	.section-about .wraper .hightlight p {
		font-size: 20px;
		line-height: 24px;
	}
	.section-banner-home::after {
		content:"";
		display: block;
		position: absolute;
		width: 290px;
		height: 287px;
		background-image: url(../images/logobehind.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		bottom: 0;
		right: 0;
		top: auto;
        opacity: 1;
	}
	.section-banner-home {
		background: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
	}
	.section-banner-home:before {
		display: none;
	}
	.section-banner-home .item-inner .image img {
        display: none;
    }
	.rotate-item{
		top: 20%;
		display: none;
	}
	.home-page .heading {
		margin-bottom: 21px;
	}
	.section-banner-home .content-info .big-title {
		font-size: 24px;
		line-height: 125%;
		padding: 0 20px;
		margin: 0 0 8px;
	}

	.section-banner-home .image {
		height: 100vh;
	}

	.section-banner-home .content-info {
		text-align: left;
		top: 263px;
		transform: none;
	}

	.section-banner-home .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.section-banner-home .swiper-horizontal>.swiper-pagination-bullets, 
	.section-banner-home .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.section-banner-home .swiper-pagination-custom, .section-banner-home .swiper-pagination-fraction {
		bottom: 22px;
	}
	.section-banner-home .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
	.section-banner-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 3px;
	}

	.section-banner-home .content-info .content-link::before {
		width: 138px;
        height: 4px;
	}
	
	.section-banner-home .content-info .aos-animate h2 span {
		font-size: 14px;
		line-height: 32px;
	}
	
	/* .section-banner-home .content-info .buttons a {
		min-width: 120px;
		height: 40px;
		padding-left: 7px;
	    padding-right: 7px;
	    padding-top: 7px;
	} */
	
	/* .section-banner-home .content-info .button::after {
		width: 13.36px;
		height: 13.36px;
		margin-left: 2px;
	} */
	
	.section-banner-home .wrapper-bkg {
		min-height: 278px;
	    height: 280px;
    	max-height: 70vh;
	}
	
	.scrollDown:before {
		width: 129%;
		height: 267%;
	}
	
	.scrollDown .line1, .scrollDown .line2 {
		width: 15px;
	}
	.scrollDown .line1 {
	    animation: animb 2s infinite linear;
	}
	.scrollDown .line2 {
	    animation: animb 2s infinite linear;
	    animation-delay: 1.8s;
	}
	.scrollDown {
		bottom: 16px;
	}
	
	.section-about .content-wrapper .hover-layer {
		width: 100%;
		order: 2;
		padding-top: 125%;
	}
	.section-about .content-wrapper .image:before{
		right: 11px;
	}
	.home-our-services .items .item.active .wraper .hover,
	.home-our-services .items .item .wraper h3 {
		transform: none;
		max-width: 100%;
		height: auto;
	}
	.section-about .wraper p:last-child{
		padding-left: 0;
	}

	.section-about .content-right {
		width: 100%;
		padding-left: 0;
		order: 1;
	}
	
	.section-about .wraper p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 24px;
	}
	
	.section-about .wraper {
		margin-bottom: 53px;
	}
	.section-about .button-wrapper .button {
		left: 0;
	}
	
	.section-about .drawline {
		display: none;
	}

	.section-about .content-wrapper .image .img-shadow {
		left: 13px;
		top: 24px;
		right: 33px;
	}
	
	.section-clients .heading .title {
		font-size: 12px;
		line-height: 15px;
	}
	
	.home-our-services .content-inner.d-flex {
		flex-wrap: wrap;
	}
	
	.home-our-services .items {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.home-our-services .items .item {
		width: 100%;
	}
	
	.home-our-services .items .item.active {
		width: 100%;
	    height: var(--height) !important;
	}
	.home .container {
		padding: 0 15px;
	}
	body:not(.enable-search-modal) .site-logo img {
		margin: 0;
		max-height: 39px;
	}
	.section-banner-home .content-info h1 {
		font-size: 31px;
        line-height: 38px;
	}

	/* .section-banner-home .content-info h2 {
		font-size: 18px;
		margin: 0;
	} */
	.section-banner-home .content-info h2 br, .section-banner-home .content-info h1 br {
		display: block;
		content: "\A";
		white-space: pre;
		margin-bottom: 26px;
	}
	.section-banner-home .content-info h2 {
		font-size: 31px;
        line-height: 38px;
		margin: 0 0 26px;
		display: block;
		text-align: left;
		margin-bottom: 40px;
	}
	.section-banner-home .content-info .content {
		font-size: 14px;
		line-height: 20px;
	}
	.section-banner-home .content-info .content-link {
		padding-top: 44px;
		text-align: left;
		margin-right: auto;
		max-width: 100%;
	}
	.section-banner-home .content-info .buttons {
		margin-top: 50px;
	}
	.heading span {
		background: transparent;
		padding: 0;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.2em;
		height: 15px;
	}
	.home-home-insights .heading span {
		font-size: 30px;
		line-height: 52px;
		letter-spacing: 0.04em;
	}

	.facts_figures-section .heading h2,
	.section-logos-slider .heading h2,
	.section-about .heading h2 {
		margin-left: auto;
		margin-right: auto;
	}
	.section-clients .items{
		margin: 0;
		padding: 0 30px;
	}
	.section-clients .heading{
		margin-bottom: 15px;
	}
	.section-clients .items .item {
		width: 100%;
	}
	.section-clients .items .owl-stage{
		display: flex;
    	align-items: center;
	}
	.section-clients .items .item .wraper img {
		max-height: 62px;
	    zoom: normal;
	    width: auto;
        max-width: 100%;
    	object-fit: contain;
	}
	.section-clients {
		padding: 40px 0;
	}
	
	.home-page .heading .sub-heading {
		margin-bottom: 28px;
		font-weight: 600;
		font-size: 14px;
		line-height: 140%;
		padding: 0;
		gap: 8px;
	}
	.section-about {
		padding: 53px 0 76px;
	}
	.home-page .section-about .heading {
		margin-bottom: 8px;
	}
	.home-page .section-about .heading .sub-heading {
		margin-bottom: 20px;
	}
	.home-page .heading p,
	.section-about .content .wraper p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 19px;
	}
	.home-page .heading p:last-child{
		margin-bottom: 0;
	}
	.section-about .content .wraper p.sub-content-first {
		font-size: 16px;
		line-height: 25px;
		padding-top: 14px;
		margin-bottom: 17px;
	}
	.section-about .content .wraper p.sub-content-second {
		font-size: 16px;
		line-height: 25px;
		padding: 0 10px;
	}
	.section-about .content .wraper .button-more {
		padding: 21px 0 0px;
	}
	/* .home-page .button-more a {
        padding: 11px 17px;
	    height: 40px;
	    min-width: 120px;
	    font-size: 14px;
	    line-height: 100%;
	    max-width: none;
	} */
	.home-page .section-home-features .button-more a {
		padding: 14px 86px;
		font-size: 14px;
		line-height: 20px;
	}
	.section-about .content .wraper .button-more a {
		min-width: 0;
		padding: 14px 65px;
		height: 48px;
		font-size: 14px;
		line-height: 20px;
	}
	.section-about .image {
		padding: 0;
		top: 0;
	}
	.home-our-services {
		padding: 37px 0 40px;
	}
	.home-page .home-our-services .heading {
		margin-bottom: 16px;
		width: 100%;
		padding-right: 0;
	}
	.home-page .home-our-services .heading h2 {
		margin-bottom: 8px;
	}
	.home-our-services .heading:after {
		width: calc(100% - 91px);
		height: 1px;
	}
	.home-our-services .items .item .wraper {
		padding: 16px;
		min-height: 100%;
		height: auto;
		max-height: none;
	}
	.home-our-services .items .item .wraper h3 {
	    padding: 0;
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 32px;
	    margin: 0;
	}
	.home-our-services .items .item .wraper .hover h3 {
		padding: 0 0 24px;
	}
	.home-our-services .items .button-more a {
	    font-size: 12px;
    	line-height: 22px;
		padding-right: 17px;
	}
	.home-our-services .items .item .wraper p {
		font-weight: 700;
	    font-size: 14px;
	    line-height: 24px;
		text-align: center;
		margin-bottom: 24px;
	}
	.home-our-services .items .item{
		transition: all 1.2s;
	    height: 120px;
    	min-height: 0;
	}
	.home-our-services .items .item .wraper .hover{
	    max-width: 100%;
    	width: 100%;
	    font-weight: 700;
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 9px;
	    padding: 0;
	    overflow: hidden;
	    transition: all 1.2s;
	}
	.home-our-services .items .item.active .wraper .hover {
	    height: var(--height) !important;
	    transition: all 1.2s;
	}
	.home-our-services .items .item .title-wrap{
		transform: none;
	}
	.section-clients.our-solutions {
		padding: 64px 0 14px;
	}
	.home-page .section-clients.our-solutions .heading .sub-heading {
		margin-bottom: 17px;
	}
	.section-clients.our-solutions .heading {
		margin-bottom: 49px;
	}
	.section-clients.our-solutions .items .item {
		width: 30%;
		margin-bottom: 50px;
	}
	.section-clients.our-solutions .items .item:first-child,
	.section-clients.our-solutions .items .item:first-child+.item {
		width: 50%;
	}
	.section-clients.our-solutions .items .item:first-child {
		text-align: right;
	}
	.section-clients.our-solutions .items .item:first-child+.item {
		text-align: left;
	}
	.section-clients.our-solutions .items .item .wraper img {
		max-height: 45px;
	}
	.section-clients.our-solutions .items .item:first-child .wraper img,
	.section-clients.our-solutions .items .item:first-child+.item .wraper img {
		max-height: 38px;
	}
	.section-home-features {
		padding: 65px 0 65px;
		overflow: hidden;
	}
	.home-page .section-home-features .heading {
		margin-bottom: 32px;
	}
	.section-home-features .post-items .post-item .wraper a {
		border-radius: 16px;
		overflow: hidden;
	}
	.home-certifications {
		padding: 64px 0 48px;
	}
	.home-page .home-certifications .heading {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-page .home-certifications .heading .sub-heading {
		margin-bottom: 17px;
	}
	.home-page .home-certifications .heading h2 {
		margin-bottom: 40px;
	}
	.home-page .home-certifications .heading p {
		padding: 0 4px;
		margin-bottom: 0;
	}
	.home-home-insights {
		padding: 88px 0;
	}
	.home-home-insights .items h2{
		font-size: 20px;
		line-height: 125%;
		margin-top: 18px;
		margin-bottom: 15px;
	}
	.home-home-insights .accodion-header .icon-toggle {
	    top: 21px;
	    right: 2px;
	}
	.home-home-insights .item .accodion-header{
	    padding-top: 20px;
    	padding-bottom: 20px;
	}
	.home-page .home-home-insights .item:not(:first-child) .accodion-header {
	    padding-bottom: 24px;
	}
	.home-home-insights .item .content{
	    font-size: 14px;
    	line-height: 24px;
	}
	.home-home-insights .heading .sub-heading{
		margin-bottom: 0;
	}
	.home-home-insights .items .item .wraper:before {
	    width: 6px;
		top: 35px;
		height: 72px;
		left: 1px;
	}
	.home-home-insights .heading {
	    margin-bottom: 10px;
	}
	.home-home-insights .items .item .wraper .box-icon {
		border: 2px solid #FFCD06;
		border-radius: 13px;
		width: 74px;
		height: 74px;
	}
	.home-home-insights .items .item .wraper h3 {
		font-size: 20px;
		line-height: 28px;
		margin: 32px 0 15px;
	}
	.home-home-insights .items .item .wraper p {
		font-size: 14px;
		line-height: 20px;
	}
	.section-home-features .post-items .post-item:nth-child(2),
	.section-home-features .post-items .post-item:first-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home-certifications .items .item-box {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 27px;
	}
	.home-certifications .items .item-box .item {
		width: 33.3333%;
		padding: 0 8px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.home-certifications .items .item .wraper {
		margin-bottom: 24px;
		box-shadow: 0px 6px 13px rgb(248 219 104 / 31%);
	}
	.blog-section .post-items .post-item .post-detail .content {
		color: #fff;
	}
	.home-our-services .items .item .wraper img {
		max-height: 32px;
	    margin: 0 auto 15px;
        transition: all 1s;
	}
	/*.home-our-services .items .item:not(.active) .wraper img {
	    display: none;
	}*/
	.facts_figures-section .fact_figure-item .item{
		flex-wrap: wrap;
	}
	.facts_figures-section{
	    padding: 40px 0;
	}
	.facts_figures-section .heading .sub-heading{
		margin-bottom: 10px;
	}
	.facts_figures-section .heading{
		margin-bottom: 0;
	}
	.facts_figures-section .section-header{
	    margin-bottom: 8px;
	}
	.facts_figures-section .fact_figure-item .description{
		margin-top: 0;
		font-size: 12px;
		line-height: 20px;
		color: #fff;
	}
	.facts_figures-section .section-inner{
		margin-bottom: 35px;
	}
	/* .facts_figures-section .action .button{
		height: 40px;
	    padding: 8px 10px;
	    min-width: 152px;
	} */
	.home-home-insights .items .content-left{
	    margin-bottom: 56px;
	}
	.home-home-insights .items .hover-layer{
		width: 100%;
	}
	.home-home-contact-us .heading h2{
		margin-left: auto;
	}
	.home-home-insights .items .image:before{
	    height: 150px;
    	width: 140px;
    	right: 9px;
	}
	.home-home-insights .items .image {
	    padding: 0;
		top: 0;
	}
	.home-home-insights .items .image .img-shadow {
	    left: 13px;
	    top: 21px;
	    right: 33px;
	    bottom: -5px;
	}
	.home-home-contact-us .backround-img {
	    padding: 14px 0 24px;
	}
	.home-home-contact-us .button {
	    letter-spacing: 0;
	    padding: 11px 17px;
	    height: 40px;
	    min-width: 120px;
	    font-size: 14px;
	    line-height: 100%;
	    max-width: none;
	    width: auto;
	}
	footer#site-footer {
		padding: 64px 0 40px;
	}
	footer#site-footer .section-inner .footer-logo {
		width: 100%;
		max-width: 100%;
	}
	footer#site-footer .section-inner .footer-logo img {
		max-width: 206px;
	}
	footer#site-footer .section-inner {
		display: block;
	}
	footer#site-footer .section-inner .footer-logo .info {
		margin-top: 23px;
	}
	footer#site-footer .section-inner .footer-logo .info p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}
	footer#site-footer .section-inner .footer-top {
		padding: 41px 0 0;
		width: 100%;
		flex-wrap: wrap;
	}
	footer#site-footer .section-inner .footer-menu-wrapper {
		display: block;
		width: 50%;
	}
	footer#site-footer .section-inner .footer-menu-wrapper ul {
		width: 100%;
		margin-bottom: 42px;
	}
	footer#site-footer .section-inner .footer-menu h5.footer-menu__title {
		margin: 0 0 20px;
	}
	footer#site-footer .section-inner .footer-menu li {
		margin: 0 0 13px;
	}
	footer#site-footer .footer-credits .footer-copyright,
	footer#site-footer .section-inner .footer-menu li a {
		font-size: 14px;
		line-height: 20px;
	}
	.cky-consent-container .cky-notice-des {
		padding: 0;
	}
	.cky-consent-container .cky-notice-btn-wrapper {
		padding: 0;
	}
	.cky-consent-container .cky-notice-des * {
		font-size: 13px;
		line-height: 1.5;
	}
}
@media screen and (min-width:656px) and (max-width: 1024px) {
	.section-home-features .post-items .post-item .post-detail p {
	    font-size: 14px;
		line-height: 25px;
	}
	.section-home-features .post-items .post-item:first-child .post-detail p, .section-home-features .post-items .post-item:nth-child(2) .post-detail p {
		font-size: 14px;
		line-height: 25px;
	}
	.section-home-features .post-items .post-item .post-detail .content span {
		font-size: 14px;
		line-height: 25px;
		white-space: nowrap;
	}
	.section-home-features .post-items .post-item:first-child .post-detail, .section-home-features .post-items .post-item:nth-child(2) .post-detail {
		padding: 30px 20px 30px;
	}
	.home-home-contact-us .backround-img .icon-contact.icon-left-1 {
		top: -163px;
		left: 0;
		max-width: 130px;
	}
	.home-home-contact-us .backround-img .icon-contact.icon-left-2 {
		left: 10.3%;
		top: 65px;
		max-width: 130px;
	}
	.home-home-contact-us .backround-img .icon-contact.icon-left-3 {
		top: inherit;
		bottom: -46%;
		left: 7.1%;
		max-width: 104px;
	}
	.home-home-contact-us .backround-img .icon-right .icon-contact.icon-right-1 {
		top: -24%;
		right: 10.1%;
		max-width: 104px;
	}
	.home-home-contact-us .backround-img .icon-right .icon-contact.icon-right-2 {
		top: 37%;
		right: 0;
		max-width: 130px;
	}
	.home-home-contact-us .backround-img .icon-right .icon-contact.icon-right-3 {
		top: inherit;
		bottom: -42%;
		right: 12.6%;
		max-width: 130px;
	}
}
@media screen and (min-width: 578px) and (max-width: 767px) {
	.section-home-features .post-items .post-item .wraper,
	.section-home-features .post-items .post-item:first-child .wraper, 
	.section-home-features .post-items .post-item:nth-child(2) .wraper {
		padding-bottom: 83%;
	}	
	.section-home-features .post-items .post-item,
	.section-home-features .post-items .post-item:nth-child(2),
	.section-home-features .post-items .post-item:first-child {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 31px;
	}
	.section-home-features .post-items .post-item .post-detail,
	.section-home-features .post-items .post-item:first-child .post-detail, .section-home-features .post-items .post-item:nth-child(2) .post-detail {
		padding: 40px 10px 24px;
		max-width: 100%;
	}
	.section-home-features .post-items .post-item .post-detail h3, 
	.section-home-features .post-items .post-item:first-child .post-detail h3, 
	.section-home-features .post-items .post-item:nth-child(2) .post-detail h3 {
		margin: 6px 0 22px;
	}
	.section-home-features .post-items .post-item .post-detail h3 a, 
	.section-home-features.blog-post-section .post-items .post-item .post-detail h3 a,
	.section-home-features .post-items .post-item:first-child .post-detail h3 a, 
	.section-home-features .post-items .post-item:nth-child(2) .post-detail h3 a {
		font-size: 18px;
		line-height: 25px;
	}
	.section-home-features .post-items .post-item .post-detail p,
	.section-home-features.blog-post-section .post-items .post-item .post-detail p,
	.section-home-features .post-items .post-item:first-child .post-detail p, .section-home-features .post-items .post-item:nth-child(2) .post-detail p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 7px;
	}
	.section-home-features .post-items .post-item .post-detail .content span {
		font-size: 14px;
		line-height: 15px;
		white-space: nowrap;
	}
	.section-home-features .post-items .post-item .post-detail .tag span {
		font-size: 10px;
		padding: 5px 15px;
	}
}
@media screen and (max-width: 655px) {
	
	.home-home-contact-us .heading {
		margin-bottom: 0;

	}
	.home-home-contact-us .backround-img .container {
		position: static;
	}
	.home-home-contact-us .backround-img .icon-contact.icon-left-1 {
	    top: 159px;
		left: 11%;
		max-width: 111px;
	}
	.home-home-contact-us .backround-img .icon-contact.icon-left-2 {
		left: inherit;
		top: 69px;
		max-width: 112px;
		right: 17.6%;
	}
	.home-home-contact-us .backround-img .icon-contact.icon-left-3 {
	    top: inherit;
		bottom: 254px;
		left: 34.1%;
		max-width: 111px;
	}
	.home-home-contact-us .backround-img .icon-right .icon-contact.icon-right-1 {
	    top: 447px;
		right: 10.1%;
		max-width: 112px;
	}
	.home-home-contact-us .backround-img .icon-right .icon-contact.icon-right-2 {
	    top: 38.8%;
		right: inherit;
		max-width: 111px;
		left: 9%;
	}
	.home-home-contact-us .backround-img .icon-right .icon-contact.icon-right-3 {
	    top: 31%;
		bottom: inherit;
		right: 23.6%;
		max-width: 111px;
	}
}
@media screen and (max-width: 576px) {
	.section-home-features .post-items .post-item .wraper,
	.section-home-features .post-items .post-item:first-child .wraper, 
	.section-home-features .post-items .post-item:nth-child(2) .wraper {
		padding-bottom: 116%;
	}	
	.section-home-features .post-items .post-item,
	.section-home-features .post-items .post-item:nth-child(2),
	.section-home-features .post-items .post-item:first-child {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 31px;
	}
	.section-home-features .post-items .post-item .post-detail,
	.section-home-features .post-items .post-item:first-child .post-detail, .section-home-features .post-items .post-item:nth-child(2) .post-detail {
		padding: 40px 10px 24px;
		max-width: 100%;
	}
	.section-home-features .post-items .post-item .post-detail h3, 
	.section-home-features .post-items .post-item:first-child .post-detail h3, 
	.section-home-features .post-items .post-item:nth-child(2) .post-detail h3 {
		margin: 6px 0 22px;
	}
	.section-home-features .post-items .post-item .post-detail h3 a, 
	.section-home-features.blog-post-section .post-items .post-item .post-detail h3 a,
	.section-home-features .post-items .post-item:first-child .post-detail h3 a, 
	.section-home-features .post-items .post-item:nth-child(2) .post-detail h3 a {
		font-size: 18px;
		line-height: 25px;
	}
	.section-home-features .post-items .post-item .post-detail p,
	.section-home-features.blog-post-section .post-items .post-item .post-detail p,
	.section-home-features .post-items .post-item:first-child .post-detail p, .section-home-features .post-items .post-item:nth-child(2) .post-detail p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 7px;
	}
	.section-home-features .post-items .post-item .post-detail .content span {
		font-size: 14px;
		line-height: 15px;
		white-space: nowrap;
	}
	.section-home-features .post-items .post-item .post-detail .tag span {
		font-size: 10px;
		padding: 5px 15px;
	}
	.section-home-features .button-more {
		margin-top: 0px;
	}	
	.home-certifications .items .item-box .item {
		width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.facts_figures-section .fact_figure-item .item{
	    display: block;
        text-align: center;
	}
	.facts_figures-section .fact_figure-item .description{
	    margin-left: 0;
	    text-align: center;
	}	
	.home-home-insights .items .image:before {
	    width: 23.262626%;
	    right: 12px;
	}

	footer#site-footer .section-inner .footer-menu-wrapper {
        width: 100%;
    }

	footer#site-footer .section-inner .footer-widgets-contact-wrapper {
		width: 100%;
	}
}
