html :where(.wp-block) {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
:root :where(.editor-styles-wrapper)::after {
    display: none !important;
}
:root {
    --primary-color: #003160;
    --secondary-color: #FFDD7A;
    --primary-light: #35BCEE;
    --filter-white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(217deg) brightness(103%) contrast(101%);
    --filter-primary: brightness(0) saturate(100%) invert(14%) sepia(22%) saturate(6460%) hue-rotate(193deg) brightness(91%) contrast(102%);
}
.btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 100px;
    padding: 10px 20px;
    border: 2px solid #FFFFFF;
}
.btn-sm {
    font-size: 14px;
}
.btn img {
    width: 14px;
}
.btn-primary {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #FFFFFF;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: transparent !important;
    border: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    box-shadow: none !important;
}
.btn-primary:disabled {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #FFFFFF;
    opacity: .6;
}
.btn-secondary {
    background-color: #FCE4A5;
    border: 2px solid #FCE4A5;
    color: var(--primary-color);
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
    color: #FFFFFF !important;
    box-shadow: none !important;
}
.btn-secondary:hover img {
    filter: var(--filter-white);
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.btn-outline {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.btn-outline:focus,
.btn-outline:hover,
.btn-outline:active {
    background-color: var(--primary-color) !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
}
.section-title h2 {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px;
}
.section-title p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    line-height: 1.3;
}
.section-title-dark p,
.section-title-dark h2 {
    color: var(--primary-color);
}
.section-title-yellow p,
.section-title-yellow h2 {
    color: var(--secondary-color);
}
.object-fit-cover {
    object-fit: cover;
}
main {
	margin-top: 62.95px;
}
/******** HEADER ***********/
.navbar-brand img {
    width: 122px;
}
.lang-switch img {
    width: 20px;
    display: none !important;
}
.lang-switch {
    gap: 8px;
}
.lang-switch:hover {
    text-decoration: none;
}
.lang-switch span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}
.menu-buttons {
    gap: 12px;
}
.navbar-toggler {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 6px 8px;
}
.navbar-toggler span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
.navbar-toggler span::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/xmark.svg');
    filter: var(--filter-white);
}
.navbar-toggler.collapsed span::after {
    background-image: url('img/bars.svg');
}
.navbar-toggler:focus {
    outline: none;
}
.navbar .nav-link {
    color: var(--primary-color);
    font-size: 24px; 
    text-align: center;
    font-family: 'Barlow Condensed';
    font-weight: 500;
}
.navbar .navbar-nav {
    padding-top: 30px;
    padding-bottom: 20px;
}
.navbar .nav-item {
    border-bottom: 1px solid #00316033;
    padding: 6px 0;
}
.navbar .nav-item:last-child {
    border-bottom: none;
}
.navbar {
    padding: 12px 0;
}
/******** FOOTER ***********/
.footer-soc-icon {
    width: 32px;
    height: 32px;
    background-color: var(--primary-light);
    border-radius: 50%;
}
.footer-soc-icon  img {
    width: auto;
    height: auto;
    max-width: 50%;
    filter: var(--filter-primary);
}
.footer-col-title {
    font-family: 'Barlow Condensed';
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.footer-column-text a,
.footer-column-menu a {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none; 
    line-height: 1.75;   
}
.footer-column-text a:hover,
.footer-column-menu a:hover {
    text-decoration: underline; 
}
.footer-column-text a {
    line-height: 1.5;   
}
.footer-column-buttons a {
    color: var(--primary-light);
    font-family: 'Barlow Condensed';
    font-size: 18px;
    font-weight: 600;
    gap: 6px;
    text-decoration: none;
}
.footer-column-buttons a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.fcb-icon {
    width: 16px;
    height: 16px;
}
.fcb-icon img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(17%) saturate(6744%) hue-rotate(164deg) brightness(93%) contrast(100%);
    width: 100%;
}
.footer-column-buttons a:hover .fcb-icon img {
    filter: var(--filter-white);
}
.footer-column-buttons {
    padding-top: 14px;
}
footer {
    padding: 60px 0;
}
.footer-top-right,
.footer-top {
    gap: 40px;
}
footer .navbar-brand img {
    width: 150px;
}
.footer-top-right {
    max-width: 1110px;
}
.footer-bottom {
    color: #FFFFFF;
    font-size: 16px;
    gap: 20px;
    padding-top: 40px;
}
.footer-bottom a {
    color: var(--primary-light);
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.hero-bg {
    top: 0;
    left: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-text {
    padding: 60px 0;
    color: var(--primary-color);
    max-width: 75%;
}
.hero-text h1 {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 715px;
}
.hero-text p {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0%;
    max-width: 485px;
    margin-bottom: 25px;
}
/******** SERVICES ***********/
.service-box .btn {
    padding: 9px 20px;
}
.service-box-text {
   background-color: #C5E6F0;
   padding: 25px;
}
.service-box-text h3 {
    color: var(--primary-color);
    line-height: 1;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.service-box-text p {
    color: var(--primary-color);
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 16px;
    max-width: 445px;
}
.service-box {
    border-radius: 15px;
    transition: all .3s;
}
.service-box-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3.1/2;
    object-fit: cover;
}
.services-boxes {
    max-width: 1370px;
}
.services-boxes {
    padding-top: 30px;
}
.services-section {
    padding: 60px 0 30px 0;
}
.service-box:hover {
    box-shadow: 0px 10px 15px 0px #00000014;
}
.quoute-author-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.quoute-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quote-author-name {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1;
}
.quote-author-name span {
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    letter-spacing: 0;
}
.quote-author {
    gap: 16px;
}
.quote-text {
    font-size: 17px;
    color: var(--primary-color);
}
.quote-author {
    padding-top: 30px;
}
.quote-icon img {
    width: 50px;
    margin-bottom: 30px;
}
.quote-swiper-container{
    max-width: 835px;
}
.quote-swiper-container .swiper{
    padding-bottom: 40px;
}
.quote-pagination {
    top: auto !important;
    bottom: 0 !important;
}
.quote-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 100px;
    background-color: var(--primary-light);
    opacity: 1;
}
.quote-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}
.quotes-section {
    padding: 30px 0 60px 0;
}
/******** WHY CHOOSE ***********/
.why-choose {
    background-color: var(--primary-color);
}
.why-choose-icon {
    width: 45px;
    margin-right: 24px;
}
.why-choose-icon img {
    max-width: 100%;
}
.why-choose-text h3 {
    color: #C5E6F0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Barlow';
}
.why-choose-list {
    list-style-type: none;
    gap: 20px;
}
.why-choose-text p {
    color: #C5E6F0;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
}
.why-choose-list {
    padding-top: 40px;
}
.why-choose-content {
    padding: 65px 0;
}
.why-choose-img {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.functionality-img {
    top: 0;
    left: 0;
}
.functionality-block {
    width: 65%;
    min-height: 300px;
}
.functionality-btn {
    padding-top: 20px;
}
/******** PRODUCTS ***********/
.products-section .section-title {
    max-width: 740px;
}
.products-section {
    padding: 50px 0;
    background-color: #EDFAFF;
}
.product-box {
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    text-decoration: none;
    aspect-ratio: 4/3;
    box-shadow: 0px 10px 30px 0px #00000014;
    transition: all .3s;
}
.product-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
    background: linear-gradient(180deg, rgba(3, 55, 101, 0) 50%, rgba(3, 55, 101, 0.4) 100%);
}
/* .product-box:hover::after {
    background: linear-gradient(180deg, rgba(3, 55, 101, 0.2) 50%, rgba(3, 55, 101, 0.6) 100%);
} */
.product-box h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    z-index: 3;
}
.product-box:hover h4,
.product-box:hover {
    text-decoration: none;
}
.product-box-img {
    top: 0;
    left: 0;
}
.row.gutter-48 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -12px;
    margin-bottom: -12px;
}
.row.gutter-48 > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.products-block {
    padding-top: 30px;
}
/******** CERTIFICATES ***********/
.certificates-section {
    padding: 60px 0 50px 0;
    background-color: #EDFAFF;
}
.certificates-section .section-title {
    max-width: 665px;
}
.certificate-logo img {
    height: 100px;
    width: auto;
}
.certificates-logos {
    max-width: 905px;
}
.certificates-logos {
    padding-top: 25px;
}
.faq-section {
    padding: 50px 0;
}
.faq-section::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #003160F2;
    position: absolute;
}
.z-3 {
    z-index: 3;
}
.faq-bg {
    top: 0;
    left: 0;
}
.faq-accordion-container {
    padding-top: 30px;
    max-width: 800px;
}
.faq-section .section-title p,
.faq-section .section-title h2 {
    color: #C5E6F0;
}
.faq-section .btn-outline {
    background-color: transparent;
    color: #C5E6F0;
    border: 2px solid #C5E6F0;
}
.faq-section .btn-outline:focus,
.faq-section .btn-outline:hover,
.faq-section .btn-outline:active {
    background-color: #C5E6F0 !important;
    color: var(--primary-color)!important;
    box-shadow: none !important;
}
.faq-bottom {
    padding-top: 30px;
}
.faq-bottom h4 {
    color: #C5E6F0;
    font-family: 'Barlow';
    margin-bottom: 24px;
}
  .card,
.faq-accordion-container .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}
.faq-accordion-container .card {
    border: 2px solid #C5E6F0 !important;
    box-shadow: 0px 4px 20px 0px #0000000D;
    background-color: #FFFFFF0D;
    margin-bottom: 16px;
    border-radius: 4px !important;
}
.faq-accordion-container .card-header .btn {
    border: none !important;
    padding: 0;
    color: #FFFFFF !important;
    text-decoration: none;
    position: relative;
    padding: 15px 40px 15px 20px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 17px;
    font-family: 'Barlow';
    position: relative;
}

.faq-accordion-container .card-header .btn:active,
.faq-accordion-container .card-header .btn:focus {
    color: #FFFFFF;
    box-shadow: none;
}
.faq-accordion-container .card-header .btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    background-image: url('img/plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: brightness(0) saturate(100%) invert(91%) sepia(15%) saturate(442%) hue-rotate(159deg) brightness(96%) contrast(97%);
}

.faq-accordion-container .card-header .btn:not(.collapsed)::after {
    background-image: url('img/minus.svg');
    transform: translateY(-50%) rotate(180deg);
}
.faq-accordion-container .card-body {
    font-size: 16px;
    color: #C5E6F0;
    padding: 0 30px 20px 20px;
}
.faq-accordion-container .card-body a {
    color: #C5E6F0;
    text-decoration: underline;
}
.faq-accordion-container .card-body p:last-child {
    margin-bottom: 0;
}
/******** MAP IFRAME ***********/
.map-section img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.map-iframe {
    aspect-ratio: 2/1;
}
.map-iframe iframe {
    width: 100%;
    height: 100%;
}
/******** PAGE COVER ***********/
.page-header-block {
    padding: 30px 0;
    min-height: 150px;
}
.page-cover h1 {
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
}
/******** CONTACT SECTION ***********/
.contact-section {
    background-color: #FAF7F7;
    padding: 60px 0;
}
.contact-section .section-title h2 {
    font-size: 24px;
}
.contact-info-link,
.contact-info-link a {
    color: var(--primary-color);
    font-size: 16px;
}
.contact-info-button a {
    color: #21ABDE;
    font-size: 16px;
}
.cib-icon {
    width:15px;
    height: 15px;
    margin-right: 6px;
}
.cib-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.contact-info {
    margin-bottom: 30px;
}

.form-label {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 8px;
}
.contact-form-container .custom-select,
.contact-form-container .form-control {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF4D;
    border-radius: 5px;
    font-size: 16px;
    color: var(--primary-color);
    padding: 8px 12px;
    height: auto;
    width: 100%;
}
.contact-form-container .custom-select:focus-visible,
.contact-form-container .custom-select:focus,
.contact-form-container .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-light);
    outline: none;
}
.contact-right::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C5E6F0;
}
.contact-form-container p {
    margin: 0;
}
.row.gutter-sm {
    margin-top: -12px;
}
.row.gutter-sm > [class*="col-"] {
    padding-top: 12px;
}
.contact-form-container .custom-select {
    background-position: right 20px center;
    background-image: url('img/chevron-down.svg');
    background-size: 14px 14px;
    background-repeat: no-repeat;
}
.contact-right-inner {
    padding-top: 50px;
}
.contact-form-container {
    padding-top: 20px;
}
.contact-form-container .wpcf7-not-valid-tip {
    font-size: 14px;
}
.contact-form-container .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    color: var(--primary-color);
}


/******** SIMPLE PAGE ***********/
body.page section.wrapper {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}
article.page p,
article.page ul,
article.page ol
{
    font-size: 20px;
}
article.page h1 {
    font-size: 36px;
}
article.page h2 {
    font-size: 30px;
}
article.page h3 {
    font-size: 26px;
}
article.page h4 {
    font-size: 22px;
}
article.page a {
    color: var(--primary-color);
    text-decoration: underline;
}


/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {
    .hero-text h1 {
        font-size: 32px;
    }
    .hero-text p {
        font-size: 18px;
    }
}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .footer-top-right {
        column-gap: 16px;
        row-gap: 40px;
    }
    .footer-top-right .footer-col {
        width: 48%;
    }
    .page-header-block {
        min-height: 200px;
    }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    .navbar-brand img {
        width: 150px;
    }
    .desktop-nav {
        background-color: var(--primary-color);
        backdrop-filter: blur(30px);
        box-shadow: 0px 10px 15px 0px #00000014;
    }
    .desktop-nav ul {
        list-style-type: none;
    }
    .desktop-nav ul .nav-link {
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0;
        color: #FFFFFF;
    }
    .desktop-nav .nav-item:first-child,
    .desktop-nav .nav-item:first-child  .nav-link{
        padding-left: 0;
    }
   
    .desktop-nav .nav-item {
        padding: 0 10px;
    }
    .desktop-nav .nav-link.active,
    .desktop-nav .nav-link:hover {
        color: var(--secondary-color);
    }
    .menu-buttons {
        gap: 20px;
    }
    .navbar {
        padding: 22px 0;
    }
    .footer-socials a:hover .footer-soc-icon {
        background-color: #FFFFFF;
    }
    .footer-top-right .footer-col {
        width: auto;
        flex-shrink: 0;
    }
    .hero-text h1 {
        font-size: 50px;
        line-height: 1;
    }
    .hero-text p {
        font-size: 20px;
        line-height: 1.45;
    }
    .section-title h2 {
        font-size: 34px;
    }
    .section-title p {
        font-size: 18px;
    }
    .quote-icon img {
        width: 75px;
        margin-bottom: 0;
    }
    .quotes-block {
        gap: 30px;
    }
    .why-choose-img {
        width: 49%;
    }
    .faq-section {
        padding: 70px 0;
    }
    .faq-accordion-container .card {
        margin-bottom: 24px;
    }
    .row.gutter-sm {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: -16px;
    }
    .row.gutter-sm > [class*="col-"] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .contact-right::after {
        display: none;
    }
    .contact-section::after {
        height: 100%;
        width: 50%;
        right: 0;
        top: 0;
        content: "";
        position: absolute;
        background-color: #C5E6F0;
    }
    .contact-right-inner {
        padding-left: 40px;
    }
    .contact-form-container {
        padding-top: 30px;
    }
    .contact-info:last-child {
        margin-bottom: 0;
    }
	main {
		margin-top: 91.89px;
	}
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .btn {
        font-size: 18px;
        border-radius: 100px;
        padding: 13px 26px;
        min-width: 160px;
    }
    .btn-sm {
        font-size: 16px;
    }
    .service-box .btn-outline {
        border-width: 2px;
    }
    .navbar-brand img {
        width: 190px;
    }
    footer {
        padding: 80px 0;
    }
    footer .navbar-brand img {
        width: 190px;
    }
    .footer-top {
        gap: 122px;
    }
    .footer-top-right {
        gap: 75px;
    }
    .footer-col-title {
        margin-bottom: 24px;
    }
    .footer-bottom {
        padding-top: 55px;
    }
    .hero-text {
        min-height: 790px;
    }
    .desktop-nav {
        padding: 15px 0;
    }
    .hero-text h1 {
        font-size: 55px;
    }
    .hero-bg img {
        object-position: right;
    }
    .service-box-text h3 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .service-box-text p {
        line-height: 1.4;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .service-box-text {
        padding: 42px 40px;
    }
    .services-boxes {
        padding-top: 65px;
    }
    .services-section {
        padding: 100px 0 60px 0;
    }
    .quote-author {
        gap: 24px;
    }
    .quote-text {
        font-size: 26px;
        line-height: 1.45;
    }
    .quote-author-name {
        font-size: 22px;
    }
    .quote-author {
        padding-top: 53px;
    }
     .quotes-block {
        gap: 55px;
    }
    .quotes-section {
        padding: 50px 0 120px 0;
    }
    .quote-swiper-container .swiper{
        padding-bottom: 70px;
    }
    .why-choose-text h3 {
        font-size: 20px;
    }
    .why-choose-list {
        list-style-type: none;
    }
    .why-choose-text p {
        font-size: 18px;
    }
    .why-choose-list {
        gap: 37px;
    }
    .why-choose-list {
        padding-top: 75px;
    }
    .why-choose-content {
        padding: 145px 0;
    }
    .functionality-btn {
        padding-top: 40px;
    }
    .functionality-block {
        min-height: 560px;
        max-width: 520px;
    }
    .functionlity-section-second .functionality-block {
        max-width: 600px;
    }
    .functionlity-section-second .functionality-block h2 {
        max-width: 460px;
    }
    .functionlity-section-second .functionality-btn {
        padding-top: 50px;
    }
    .products-section {
        padding: 100px 0;
    }
    .row.gutter-48 {
        margin-left: -24px;
        margin-right: -24px;
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .row.gutter-48 > [class*="col-"] {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .products-block {
        padding-top: 48px;
    }
    .certificates-section {
        padding: 120px 0 100px 0;
    }
    .certificates-logos {
        padding-top: 38px;
    }
    .faq-section {
        padding: 100px 0;
    }
    .faq-bottom h4 {
        font-size: 18px;
    }
    .faq-bottom {
        padding-top: 55px;
    }
    .faq-accordion-container {
        padding-top: 60px;
    }
    .faq-accordion-container .card-header .btn {
        font-size: 20px;
        padding: 30px 60px 18px 40px;
        transition: all .3s;
    }
    .faq-accordion-container .card-header .btn.collapsed {
        padding-bottom: 30px;
    }
    .faq-accordion-container .card-header .btn::after {
        right: 30px;
        width: 25px;
        height: 25px;
    }
    .faq-accordion-container .card-body {
        font-size: 16px;
        color: #C5E6F0;
        padding: 0 50px 30px 40px;
    }
    .page-cover h1 {
        font-size: 80px;
    }
    .page-header-block {
        min-height: 220px;
    }
    .contact-form-container .custom-select {
        background-size: 16px 16px;
    }
    .contact-right-inner {
        padding-left: 65px;
    }
    .contact-section {
        padding: 115px 0;
    }
    main {
		margin-top: 169.86px;
	}
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    .hero-text h1 {
        font-size: 70px;
    }
    .hero-text p {
        font-size: 22px;
    }
     .section-title h2 {
        font-size: 48px;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 20px;
    }
    .services-boxes {
        padding-top: 85px;
    }
    .why-choose-content {
        padding-left: 20px ;
    }
    .functionality-block {
        min-height: 660px;
    }
    .functionlity-section-second .functionality-block {
        min-height: 790px;
    }
    .page-header-block {
        min-height: 310px;
    }
    .contact-right-inner {
        padding-left: 75px;
    }
    .contact-section .section-title h2 {
        font-size: 38px;
        margin-bottom: 14px;
    }
    .contact-info-link, .contact-info-link a, .contact-info-button a {
        font-size: 20px;
    }
    .cib-icon {
        width: 16px;
        height: 16px;
    }
    .contact-form-container .custom-select, 
    .contact-form-container .form-control {
        padding: 11px 12px;
        font-size: 18px;
    }
    .contact-info {
        margin-bottom: 50px;
    }
    .flex-xxl-row {
		flex-direction: row !important;
	}
}