@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/mindware/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindware
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter Tight", sans-serif;
}

.iti__flag {background-image: url("wp-content/themes/newtheme/node_modules/intl-tel-input/build/img/flags.png");}

@media (min-resolution: 2x) {
    .iti__flag {background-image: url("wp-content/themes/newtheme/node_modules/intl-tel-input/build/img/flags@2x.png");}
}


html{
    margin: 0 !important;
}

.main-container{
    position: relative;
    max-width: 2500px;
    margin: 0 auto;
    /*overflow-x: hidden;*/
}
.page-container-custom{
    margin-top: 150px;
    width: 100%;
    overflow: hidden;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.error-message{
    font-size: 14px;
    color: red;
    position: absolute;
    bottom: -20px;
    left: 0;
}
@media (max-width: 1024px) {
    .page-container-custom{
        margin-top: 70px;
        width: 100%;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
}

.asp {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;

    img {
        @apply absolute top-0 right-0 left-0 bottom-0 w-full h-full;
    }
    .overlay{
        @apply absolute top-0 right-0 left-0 bottom-0 w-full h-full bg-[#000] opacity-20;
    }
    .black-overlay{
        @apply absolute top-0 right-0 left-0 bottom-0 w-full h-full bg-[#000] opacity-40;
    }
}
.asp.contain img{
    object-fit: contain;
}
.asp.cover img{
    object-fit: cover;
}
.asp img{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;left: 0;
    width: 100%;
    height: 100%;
}
.asp .overlay-img{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.asp .color-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(255deg, rgba(24,191,223,0.4) 0%, rgba(17,57,99,0.4) 80%, rgba(16,44,87,0.4) 100%) 0 0 no-repeat padding-box;

}
.asp-1-1{ padding-bottom : calc(calc(100% * 1) / 1); }
.asp-1-2{ padding-bottom : calc(calc(100% * 2) / 1); }
.asp-1-3{ padding-bottom : calc(calc(100% * 3) / 1); }
.asp-1-4{ padding-bottom : calc(calc(100% * 4) / 1); }
.asp-2-1{ padding-bottom : calc(calc(100% * 1) / 2); }
.asp-3-1{ padding-bottom : calc(calc(100% * 1) / 3); }
.asp-4-1{ padding-bottom : calc(calc(100% * 1) / 4); }
.asp-2-3{padding-bottom : calc(calc(100% * 3) / 2);}
.asp-3-2{padding-bottom : calc(calc(100% * 2) / 3);}
.asp-3-4{padding-bottom : calc(calc(100% * 4) / 3);}
.asp-3-5{padding-bottom : calc(calc(100% * 5) / 3);}
.asp-4-3{padding-bottom : calc(calc(100% * 3) / 4);}
.asp-4-5{padding-bottom : calc(calc(100% * 5) / 4);}
.asp-4-2{padding-bottom : calc(calc(100% * 2) / 4);}
.asp-16-9{padding-bottom : calc(calc(100% * 9) / 16);}
.asp-9-16{padding-bottom : calc(calc(100% * 16) / 9);}
.asp-9-4{padding-bottom : calc(calc(100% * 4) / 9);}
.asp-9-5{padding-bottom : calc(calc(100% * 5) / 9);}
.asp-16-8{padding-bottom : calc(calc(100% * 8) / 16);}
.asp-5-1{padding-bottom : calc(calc(100% * 1) / 5);}
.asp-5-2{padding-bottom : calc(calc(100% * 2) / 5);}
.asp-5-3{padding-bottom : calc(calc(100% * 3) / 5);}
.asp-5-4{padding-bottom : calc(calc(100% * 4) / 5);}
.asp-6-1{padding-bottom : calc(calc(100% * 1) / 6);}
.asp-6-2{padding-bottom : calc(calc(100% * 2) / 6);}
.asp-7-1{padding-bottom : calc(calc(100% * 1) / 7);}
.asp-7-4{padding-bottom : calc(calc(100% * 4) / 7);}
.asp-8-5{padding-bottom : calc(calc(100% * 5) / 8);}
.asp-2-5{padding-bottom : calc(calc(100% * 5) / 2);}
.asp-5-8{padding-bottom : calc(calc(100% * 8) / 5);}
.asp-5-9{padding-bottom : calc(calc(100% * 9) / 5);}
.asp-7-3{padding-bottom : calc(calc(100% * 3) / 7);}
.asp-8-3{padding-bottom : calc(calc(100% * 3) / 8);}
.asp-12-5{padding-bottom : calc(calc(100% * 5) / 12);}

nav{
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 10px 20px #00000012;
    display: block;
    z-index: 998;
}
.top-header{
    width: 100%;
    background-color: #000000;
    height: 50px;
    display: flex;flex-direction: row;align-items: center;justify-content: space-between;
    padding: 0 50px;
    z-index: 66;
}
@media (max-width: 1024px) {
    .top-header{display: none;}
}
.top-header .left-top-header{
    width: fit-content;
    display: flex;
    align-items: center;justify-content: flex-start;
}
.top-header .left-top-header .top-contact-info{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sep{
    color: #fff;
}
.top-header .left-top-header .top-contact-info a{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.top-header .right-top-header{
    width: fit-content;
    display: flex;
    align-items: center;justify-content: flex-end;
    gap: 20px;
}
.top-header .right-top-header .top-header-social-media{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-header .right-top-header .top-header-social-media svg,.top-header .right-top-header .top-header-social-media img{
    width: 17px;
    height: 17px;
}
.top-header .right-top-header .midis-link{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.top-header .right-top-header .lang-switcher{
    position: relative;
    width: 35px;
}
.top-header .right-top-header .lang-switcher select{
    position: relative;
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.top-header .right-top-header .lang-switcher::after {
    content: "";
    position: absolute;
    display: flex;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10.768" height="5.384" viewBox="0 0 10.768 5.384"%3E%3Cpath d="M9,13.5l5.384,5.384L19.768,13.5Z" transform="translate(-9 -13.5)" fill="%23fff"/%3E%3C/svg%3E') no-repeat;
    background-size: contain;
    pointer-events: none; /* Prevents the pseudo-element from interfering with user interaction */
}
.menu-container{
    width: 100%;
    /*position: fixed;*/
    /*top: 50px;*/
    /*margin-top: 0;*/
}
.menu-wrapper{
    width: 100%;
    position: relative;
    max-width: 2500px;
    height: 100px;
    padding: 0 50px;
    background-color: #fff;
    box-shadow: 0 10px 20px #00000012;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.menu-container .main-logo{
    cursor: pointer;
}
.menu-container .main-logo svg{
    cursor: pointer;
    width: 100%;
    height: 48px;
}
.menu-container .primary-menu-wrapper{
    cursor: pointer;
    width: 85%;
    height: 100%;
}
.menu-container .primary-menu-wrapper .menu-opener{
    display: none;
}

.menu-container .primary-menu-wrapper .menu-primary-menu-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-container .primary-menu-wrapper .primary-menu{
    width: 100%;
    display: flex;
    flex-direction: row; align-items: center;justify-content: flex-end;
    gap: 0px;
    height: 100%;
}
.menu-container .primary-menu-wrapper .primary-menu li{
    list-style: none;
    padding: 20px 15px 20px 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.768%22%20height%3D%225.384%22%20viewBox%3D%220%200%2010.768%205.384%22%3E%3Cpath%20id%3D%22Icon_ionic-md-arrow-dropdown%22%20data-name%3D%22Icon%20ionic-md-arrow-dropdown%22%20d%3D%22M0%2C5.384%2C5.384%2C0l5.384%2C5.384Z%22%20transform%3D%22translate(10.768%205.384)%20rotate(180)%22%20fill%3D%22%2318bfdf%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    background-size: contain;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.menu-container .primary-menu-wrapper .primary-menu li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #102C57;
    transition: all 0.5s ease;
}
.menu-container .primary-menu-wrapper .primary-menu li.half-menu ul.sub-menu{
    width: 45%;
    grid-template-rows: repeat(3, auto);
    justify-content: stretch;
    padding: 15px 100px;
    z-index: 101;
}
.menu-container .primary-menu-wrapper .primary-menu li.half-menu ul.sub-menu li{
    width: 100%;
}
.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li{
    background-color: rgba(0,0,0,0.0);
    transition: all 0.3s ease;
}
.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li a{
    padding-left: 15px;
}

.menu-container .primary-menu-wrapper .primary-menu li.half-menu ul.sub-menu li:nth-child(3n){
    border-bottom: none;
}
.menu-container .primary-menu-wrapper .primary-menu li.half-menu ul.sub-menu li:nth-child(4n),
.menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li:nth-child(4n) {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu{
    grid-template-rows: repeat(3, auto);
    justify-content: flex-start;
    width: 100%;
}
.menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li{
    width: 350px;
}
.menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li:nth-child(3n),
.menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li:last-child{
    border-bottom: none;
}
.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu{
    position: fixed;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    top: 150px;
    transition: all 0.5s ease;
    /*top: 150px;*/
    border-top: 1px solid #000000;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 2500px;
    z-index: -1;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 20px 30px #00000012;
    padding: 15px 100px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    justify-content: flex-start;
    column-gap: 25px;
    row-gap: 0px;
}

.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li{
    padding: 15px 0 !important;
    /*width: 100%;*/
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li:nth-child(4n),
.menu-container .primary-menu-wrapper .primary-menu li:not(.half-menu) ul.sub-menu li:last-child{
    border-bottom: none;
}
.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li a{
    color: #102C57;
    font-weight: normal;
    font-size: 14px;
}
.menu-container .primary-menu-wrapper .primary-menu li.blue-button{
    background: #18BFDF 0 0 no-repeat padding-box;
    border-radius: 5px;
    padding: 15px 25px;
    height: unset;
    transition: all 0.5s ease;
}

.menu-container .primary-menu-wrapper .primary-menu li.blue-button a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.menu-container .primary-menu-wrapper .primary-menu li.blue-button:hover a{
    color: #fff !important;
}
@media (min-width: 1025px) {
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.half-menu:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.three-items:hover::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 5px;
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.768%22%20height%3D%225.384%22%20viewBox%3D%220%200%2010.768%205.384%22%3E%3Cpath%20id%3D%22Icon_ionic-md-arrow-dropdown%22%20data-name%3D%22Icon%20ionic-md-arrow-dropdown%22%20d%3D%22M0%2C5.384%2C5.384%2C0l5.384%2C5.384Z%22%20transform%3D%22translate(10.768%205.384)%20rotate(180)%22%20fill%3D%22%23F05A5D%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
        background-size: contain;
        margin-left: 5px;
        transform: rotate(0deg); /* Rotates the arrow when the li is hovered */
        transition: transform 0.3s ease-in-out; /* Smooth transition for rotation */
    }
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.half-menu:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.three-items:hover::after{
        transform: rotate(180deg); /* Rotates the arrow when the li is hovered */
        transition: transform 0.3s ease-in-out; /* Smooth transition for rotation */
    }
    .menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li:hover{
        background-color: rgba(0,0,0,0.03);
        transition: all 0.3s ease;
    }
    .menu-container .primary-menu-wrapper .primary-menu li:hover a{
        color: #18BFDF;
        transition: all 0.5s ease;
    }
    .menu-container .primary-menu-wrapper .primary-menu li:hover > ul.sub-menu{
        /*top: 150px;*/
        /*transition: all 0.5s ease;*/
        visibility: visible;
        opacity: 1;
        z-index: -5;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.blue-button:hover{
        background: #F05A5D 0 0 no-repeat padding-box;
        transition: all 0.5s ease;
    }
}
@media (max-width: 1024px) {
    .menu-wrapper{
        padding: 0 15px;
        height: 70px;
    }
    .main-logo{
        height: 100%;
    }
    .menu-container .main-logo svg{
        height: 70px;
    }
    .menu-container .primary-menu-wrapper .menu-opener{
        display: flex;
        height: 100%;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li{
        width: fit-content;
    }
    .menu-container .menu-primary-menu-container{
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        height: 100vh !important;
        background-color: #fff;
        padding: 10px;
        gap: 5px;
        overflow: scroll;
        align-items: flex-start;
        transition: all 0.5s ease;
    }
    .menu-container .menu-primary-menu-container.active{
        right: 0;
        transition: all 0.5s ease;
    }
    .menu-container .primary-menu-wrapper .primary-menu{
        flex-direction: column;
        height: unset;
        align-items:flex-start;
        gap: 0;
    }
    .menu-container .primary-menu-wrapper .primary-menu li{
        padding: 10px 0;
        width: 100%;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        z-index: 999;
    }
    /*.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu{*/
    /*    position: absolute;*/
    /*    padding: 5px 10px 5px 20px;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    height: 0;*/
    /*    top: 40px;*/
    /*}*/
    /*.menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu.active{*/
    /*    visibility: visible;*/
    /*    opacity: 1;*/
    /*    position: relative;*/
    /*    top: unset;*/
    /*    width: 100%;*/
    /*    height: fit-content;*/
    /*    box-shadow: none;*/
    /*    background: transparent;*/
    /*    border: none;*/
    /*    left: unset;*/
    /*    right: unset;*/
    /*    margin: unset;*/
    /*    padding: 0 15px;*/
    /*}*/
    .menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu ,
    .menu-container .primary-menu-wrapper .primary-menu li.half-menu ul.sub-menu{
        width: 100%;
        position: relative;
        padding: 0 ;
        display: none; /* Start with the sub-menu hidden */
        flex-direction: column;
        top: unset;
        background: transparent; /* Optional: Add background if needed */
        box-shadow: none; /* Optional: Add shadow */
        z-index: 10; /* Ensure it appears above other elements */
        visibility: visible;
        opacity: 1;
        border: none !important;
    }
    .menu-container .primary-menu-wrapper .primary-menu li ul.sub-menu li,
    .menu-container .primary-menu-wrapper .primary-menu li.half-menu ul.sub-menu li:nth-child(4n),
    .menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li:nth-child(4n){
        border: none !important;
        padding: 10px 0 !important;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.three-items ul.sub-menu li a{
        padding: 0 !important;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.half-menu:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.three-items:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.half-menu:hover::after,
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children.three-items:hover::after{
        display: none !important;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children a{
        position: relative;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children > a::after{
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        content: "";
        display: inline-block;
        width: 10px;
        height: 5px;
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.768%22%20height%3D%225.384%22%20viewBox%3D%220%200%2010.768%205.384%22%3E%3Cpath%20id%3D%22Icon_ionic-md-arrow-dropdown%22%20data-name%3D%22Icon%20ionic-md-arrow-dropdown%22%20d%3D%22M0%2C5.384%2C5.384%2C0l5.384%2C5.384Z%22%20transform%3D%22translate(10.768%205.384)%20rotate(180)%22%20fill%3D%22%2318bfdf%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
        background-size: contain;
        margin-left: 5px;
        transition: all 0.3s ease-in-out;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.menu-item-has-children > a.active::after{
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    }
    .menu-container .primary-menu-wrapper .primary-menu li.blue-button{
        width: 100%;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        background: unset;
        border-radius: 5px;
        padding: 10px 0;
        height: unset;
        transition: all 0.5s ease;

    }
    .menu-container .primary-menu-wrapper .primary-menu li.blue-button a{
        color: #102C57;
    }
}

footer{
    background-color: #102C57;
    width: 100%;
}
footer .footer-upper{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: flex-start;justify-content: center;*/
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:30px;
    padding: 70px 0 50px;
}
footer .footer-upper .left-container,
footer .footer-upper .footer-pages,
footer .footer-upper .footer-newsletter{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
footer .footer-upper .left-container .footer-logo{
    width: fit-content;
}
footer .footer-upper .left-container .logo-description{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 300;
    width: 90%;
    line-height: 20px;
    margin: 20px 0;
}
footer .footer-upper .left-container .footer-socials{
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 12px;
}
footer .footer-upper .left-container .footer-socials a{
    border: 2px solid #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.5s ease;
}
footer .footer-upper .left-container .footer-socials a:hover{
    border: 2px solid #18BFDF;
    background-color: #18BFDF;
    transition: all 0.5s ease;
}


/*footer .footer-upper .footer-pages ,footer .footer-upper .footer-newsletter{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 10px;*/
/*}*/
footer .footer-upper .footer-pages {
    justify-content: flex-start;
}

footer .footer-upper .footer-pages .subpage-container{

}
footer .footer-upper .footer-pages .footer-subpages{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}
footer .footer-upper .footer-pages .footer-subpages p{
    transform: translateX(0);
    transition: all 0.5s ease;
}
footer .footer-upper .footer-pages .footer-subpages:hover p{
    color: #18BFDF;
    transform: translateX(5px);
    transition: all 0.5s ease;
}
footer .footer-upper .footer-pages .footer-subpages i{
    color: #fff !important;
    transition: all 0.5s ease;
}
footer .footer-upper .footer-pages .footer-subpages:hover i{
    color: #18BFDF !important;
    transition: all 0.5s ease;
}
footer .footer-upper .footer-pages .footer-subpages i{
    margin-top: 1px;
}
footer .footer-upper .footer-title{
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

footer .footer-upper .footer-newsletter{
    justify-content: flex-start;
    gap:20px;
}
footer .footer-upper .footer-newsletter .footer-newsletter-desc{
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}
footer .footer-upper .footer-newsletter form{
    width:100%;display: flex;flex-direction: column;gap: 5px;
}
footer .footer-upper .footer-newsletter form input{
    padding: 15px 10px;
    color: rgba(16,44,87,0.7);
    font-weight: normal;
    font-size: 12px;
    width: 100%;
}
footer .footer-upper .footer-newsletter form button{
    background-color: #18BFDF;
    width: 100%;
    display: flex;align-items: center;justify-content: center;
    color: #fff;
    padding: 15px 0;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 12px;
}
footer .footer-upper .footer-newsletter form button:hover{
    background-color: transparent;
    transition: all 0.5s ease;
}
footer .footer-lower{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
footer .footer-lower .copyrights{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
}
footer .footer-lower .policies-container{
   display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
footer .footer-lower .policies-container a{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}
footer .footer-lower .policies-container a:hover{
    color: #18BFDF;
    transition: all 0.3s ease;
}
footer .footer-lower .copyrights a{
    color: #FFFFFF;
    font-weight: bold;
}

@media (max-width: 1024px) {
    footer .footer-upper{
        width: 100%;
        padding: 40px 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    footer .footer-lower{
        flex-direction: column;
        width: 100%;
        padding:20px 15px;
        gap: 10px;
    }
    .policies-container{
        width: 100%;
        justify-content: flex-start;
    }
}

.go-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 10px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease; /* Hover effect */
}
.go-up:hover {
    transform: scale(1.1);
}

/*Components*/

.icon-text{
    display: flex;
    flex-direction: row; align-items: center;gap: 10px;
}
.icon-text p{
    font-size: 16px;
    letter-spacing: 2.4px;
    font-weight: 500;
    color: #18BFDF;
    text-transform: uppercase;
}

.button-arrow{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background-color: #18BFDF;
    transition: all 0.5s linear;
    text-transform: uppercase;
    padding: 20px 15px;
}
.button-arrow:hover{
    background: #F05A5D;
    transition: all 0.5s linear;
}


/*End Components*/



.main-banner{
    width: 100%;
    position: relative;
    /*height: 100%;*/
    overflow: hidden;
    /*height: calc(100vh - 150px);*/
}
.main-banner .main-banner-carousel{
    width: 100%;
    position: relative;
    height: 100%;
    /*height: 70vh;*/
}
.main-banner .main-banner-carousel .swiper-wrapper{
    width: 100%;
    /*height: 70vh;*/
}
.main-banner .main-banner-svg{
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
}
.main-banner .main-banner-svg-2{
    position: absolute;
    bottom: 0;
    left: 45px;
    z-index: 1;
    height: 60px;
}
.main-banner .main-banner-svg-3{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 45%;
}
.main-banner .main-banner-svg-3 img{
    height: 100%;
}
.main-banner .swiper-pagination{
    left: 70px;
    top: 50%;
    display: flex;flex-direction: column;align-items: center;
    gap: 15px;
    height: fit-content;
    transform: translateY(-50%);
    width: fit-content;
    z-index: 10;
}
.main-banner .swiper-pagination .swiper-pagination-bullet{
    background: rgba(255,255,255,1) 0% 0% no-repeat padding-box;
    width: 8px;
    height: 8px;
}
.main-banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #18BFDF;
    position: relative;
    /*padding: 10px;*/
}
.main-banner .swiper-pagination .swiper-pagination-bullet-active:after {
    content: ''; /* Ensures the :after element is rendered */
    display: block; /* Makes the pseudo-element behave like a block to take up space */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent; /* Optional: Background color if needed */
    position: absolute; /* Ensure positioning if needed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
}
.main-banner .main-banner-carousel .swiper-slide a{
    width: 100%;
    display: flex;
}
.main-banner .main-banner-carousel .swiper-slide .background-image{
    width: 100%;
}
.main-banner .main-banner-carousel .swiper-slide .background-image img{
    width: 100%;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .icon-text p{
    font-size: 25px;
    letter-spacing: 3.75px;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .title {
    display: flex;
    flex-direction: row; align-items: center;gap: 10px;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .main-title {
    text-align: left;
    font-size: 55px;
    font-weight: bold;
    color: #FFFFFF;
    width: 55%;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .title span{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3.75px;
    color: #18BFDF;
    text-transform: uppercase;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content article{
    font-size: 16px;
    font-weight: normal;
    color: rgba(255,255,255,0.7);
    width: 40%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .slide-buttons-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 100%;

}
.main-banner .main-banner-carousel .swiper-slide .slide-content .slide-buttons-container a{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .slide-buttons-container a:nth-child(1){
    background: #18BFDF;
    padding: 20px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.main-banner .main-banner-carousel .swiper-slide .slide-content .slide-buttons-container a:nth-child(1):hover{
    background: #F05A5D;
    transition: all 0.5s ease;
}
@media (max-width: 1024px) {
    .main-banner{
        height: calc(100vh - 70px);
    }
    .main-banner .main-banner-carousel .swiper-slide .background-image{
        height: 100%;
    }
    .main-banner .main-banner-carousel .swiper-slide .background-image .asp.asp-12-5{
        padding-bottom: unset !important;
        height: 100%;
    }
    .main-banner .main-banner-carousel .swiper-slide .background-image .asp.asp-12-5 img{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .main-banner .main-banner-carousel .swiper-slide .slide-content{
        width: 100%;
        padding: 0 15px;
    }
    .main-banner .main-banner-svg{
        top: 40px;
    }
    .main-banner .main-banner-svg-2{
        left: 0;
    }
    .main-banner .main-banner-svg-3{
        height: 15%;
    }
    .main-banner .main-banner-carousel .swiper-slide .slide-content .main-title{
        width: 100%;
        font-size: 40px;
    }
    .main-banner .main-banner-carousel .swiper-slide .slide-content article{
        width: 100%;
    }
    .main-banner .swiper-pagination{
        top: unset;
        bottom: 10%;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        flex-direction: row;
    }
}

.about-us-section{
    width: 100%;
    position: relative;
}
.about-us-section .about-main-content{
    width: 70%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8rem;
}
.about-us-section .about-main-content .image-left{
    width: 40%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-section .about-main-content .content-right{
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.about-us-section .about-main-content .content-right .icon-text p{
    font-size: 16px;
    letter-spacing: 2.4px;
}
.about-us-section .about-main-content .content-right .main-title{
    font-weight: bold;
    font-size: 32px;
    color: #102C57;

}
.about-us-section .about-main-content .content-right .desc{
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: rgba(16,44,87,0.7);
    margin-top: 10px;
    width: 90%;
}
.about-us-section .about-main-content .content-right .stat{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.about-us-section .about-main-content .content-right .stat .number{
    background-color: rgba(24,191,223,0.3);
    padding: 17px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #102C57;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    transition: all 0.5s linear;
}
.about-us-section .about-main-content .content-right .stat .number::after{
    content: "";
    width: 0;
    height: 0;
    background-color: #102C57;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s linear;
    z-index: -1;
}
.about-us-section .about-main-content .content-right .stat:hover .number{
    color: #ffffff;
    transition: all 0.5s linear;
}
.about-us-section .about-main-content .content-right .stat:hover .number::after{
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}

.about-us-section .about-main-content .content-right .stat .stat-info{
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: fit-content;
}
.about-us-section .about-main-content .content-right .stat .stat-info .stat-title{
    color: #102C57;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s linear;
}
.about-us-section .about-main-content .content-right .stat .stat-info .stat-title:hover{
    color: #18BFDF;
    transition: all 0.5s linear;
}
.about-us-section .about-main-content .content-right .stat .stat-info .stat-desc{
    color: rgba(16,44,87,0.7);
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    width: 85%;
}
.about-us-section .about-main-content .content-right .button-arrow{
   margin-top: 20px;
}

.about-us-section .about-main-content .image-left .year-icon-wrapper{
    position: absolute;
    top: 50px;
    left: -1.7rem;
    z-index: 8;
    animation: upDownAnimation 2s infinite linear;
}
@keyframes upDownAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon{
    position: relative;
    width: fit-content;
}
.about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon > svg{
    width: 170px;
    height: 217px;
}
.about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon .year{
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon .year .year-text{
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
}
.about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon .year .year-desc{
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    margin-top: 5px;
}
.about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon .year svg{
    width: 47px;
    height: 49px;
}

.about-us-section .about-main-content .image-left .main-image{
    position: relative;
    z-index: 5;
    width: 90%;
    margin-left: 0;
}

.about-us-section .about-main-content .image-left .blue-svg{
    position: absolute;
    top: 40px;
    right: -10px;
    width: 50%;
    z-index: 4;
}

.about-us-section .about-main-content .image-left .video-container {
    position: absolute;
    bottom: 80px;
    right: -80px;
    width: 50%;
    background: #ffffff;
    z-index: 7;
    padding: 7px;
    cursor: pointer;
}
.about-us-section .about-main-content .image-left .video-container .svg-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 57px;
    height: 57px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-section .about-main-content .image-left .video-container .pulse-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(24, 191, 223, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: pulse-bg 2s infinite ease-in-out;
}
.about-us-section .about-main-content .image-left .video-container svg {
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 1;
}
@keyframes pulse-bg {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        background-color: rgba(24, 191, 223, 1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        background-color: rgba(24, 191, 223, 0.7);
    }
}
.about-us-section .about-main-content .image-left .video-container .cover-image{
    width: 100%;
}

.about-us-section .about-background{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}
.about-us-section .about-background-2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: fit-content;
}

.about-us-section .about-background-2 svg{
    animation: upDownAnimation 2s infinite linear;
}
.about-page-section.about-us-section .about-main-content .content-right .stat:hover .number svg path{
    fill:#fff !important;
}
.about-page-section.about-us-section .about-main-content .content-right .stat .number::after{
    background-color: #18BFDF;
}
@media (max-width: 1024px) {
    .about-us-section .about-main-content{
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .about-us-section{
        margin: 40px auto;
    }
    .about-us-section .about-background{
        display: none;
    }
    .about-us-section .about-main-content{
        width: 100%;
        padding: 0 15px;
        gap: 6rem;
    }
    .about-us-section .about-main-content .image-left .blue-svg{
        display: none;
    }
    .about-us-section .about-main-content .image-left{
        width: 100%;
    }
    .about-us-section .about-main-content .image-left .video-container{
        bottom: -50px;
        right: 0;
    }
    .about-us-section .about-main-content .image-left .main-image{
        width: 80%;
    }
    .about-us-section .about-main-content .image-left .year-icon-wrapper{
        top: 50px;
        left: 0;
        display: none;
    }
    .about-us-section .about-main-content .image-left .year-icon-wrapper .years-icon > svg{
        width: 120px;
        height: 192px;
    }
    .about-us-section .about-main-content .content-right{
        width: 100%;
    }
}

.solutions-section-wrapper{
    width: 100%;
    /*height: calc(100vh - 150px);*/
    background-color: #102C57;
    position: relative;
    padding: 70px 0 150px;
    overflow-x: clip;
}
.solutions-section-wrapper .cloud-left{
    position: absolute;
    top: 0;
    left: -80px;
    animation: CloudUpDownAnimation 10s infinite linear;
}
.solutions-section-wrapper .cloud-right{
    position: absolute;
    bottom: 0;
    right: -125px;
    animation: CloudUpDownAnimationReverse 10s infinite linear;
}
@keyframes CloudUpDownAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(500%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes CloudUpDownAnimationReverse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-500%);
    }
    100% {
        transform: translateY(0);
    }
}
.solutions-section-wrapper .how-we-can-help-wrapper{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    position: relative;
    /*margin-top: 50px;*/
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .img{
    width: 50%;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content{
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .back-img{
    width: 100%;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .back-img .asp img{
    z-index: 2;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .content-text{
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .content-text .main-text{
    color: #102C57;
    font-weight: bold;
    font-size: 30px;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .content-text .number{
    color: #102C57;
    font-weight: bold;
    font-size: 20px;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .middle-svg-container{
    height: 100%;
    width: 80px;
    position: absolute;
    left: 47%;
    transform: translateX(-47%);
    top: 0;
    bottom: 0;
    z-index: 2;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .middle-svg-container .line{
    height: 100%;
    width: 100%;
    position: relative;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .middle-svg-container .phone-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #18BFDF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .middle-svg-container .phone-icon svg{
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container:hover .middle-svg-container .phone-icon svg{
    transform: rotate(400deg);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .middle-svg-container .phone-icon svg path{
    transform: translate(-942.43px, -113.94px);
}
.solutions-section-wrapper .section-head{
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.solutions-section-wrapper .section-head .section-title{
    font-weight: bold;
    font-size: 35px;
    text-transform: capitalize;
    color: #ffffff;
}
.solutions-section-wrapper .solution-carousel-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow: clip;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-img{
    width: 100%;
    position: relative;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-img img{
    transform: scale(1);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content{
    width: 100%;
    background-color: #fff;
    padding: 40px 20px;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .title{
    color: #102C57;
    font-weight: bold;
    font-size: 17px;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .desc{
    color: rgba(16,44,87,0.7);
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .read-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #102C57;
    margin-top: 30px;
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .read-more svg path{
    fill: #102C57;
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .read-more svg{
    transform: translateX(0px);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-img .icon-container{
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-img .icon-container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #18BFDF;
    height: 100%;
    width: 0;
    transition: all 0.5s ease;
    z-index: 2;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-img .icon-container svg{
    z-index: 5;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-img .icon-container svg path{
    fill: #18BFDF;
    transition: all 0.5s ease;
}

.solutions-section-wrapper .solution-carousel-wrapper .solution-card:hover{
    cursor: pointer;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card:hover .card-img img{
    transform: scale(1.2);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card:hover .card-img .icon-container:after{
    width: 100%;
    transition: all 0.5s ease;
}
/*.solutions-section-wrapper .solution-carousel-wrapper .solution-card:hover .card-img .icon-container{*/
/*    !*bottom: -20px;*!*/
/*    transition: all 0.5s ease;*/
/*}*/
.solutions-section-wrapper .solution-carousel-wrapper .solution-card:hover .card-img .icon-container img{
    transform: scale(1);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card:hover .card-img .icon-container svg path {
    fill: #fff;
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .read-more:hover{
    color: #18BFDF;
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .read-more:hover svg {
    transform: translateX(10px);
    transition: all 0.5s ease;
}
.solutions-section-wrapper .solution-carousel-wrapper .solution-card .card-content .read-more:hover svg path{
    transition: all 0.5s ease;
    fill: #18BFDF;
}
.solutions-section-wrapper .section-head .swiper-navigation{
    position: relative;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next,
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev{
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next:hover,
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev:hover{
    border: 1px solid rgba(255,255,255,1);
    transition: all 0.3s ease;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next:after,
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
    font-size: 23px;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next:after{
    margin-right: -3px;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
    margin-left: -3px;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next{
    right: 0 !important;
}
.solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev{
    left: unset !important;
    right: 60px !important;
}
@media (max-width: 1024px) {
    .solutions-section-wrapper{
        width: 100%;
        padding: 80px 15px 20px;
    }
    .solutions-section-wrapper .section-head{
        width: 100%;
    }
    .solutions-section-wrapper .solution-carousel-wrapper{
        width: 100%;
    }
    .solutions-section-wrapper .section-head .title{
        width: 60%;

    }
    .solutions-section-wrapper .section-head .section-title{
        font-size: 25px;
    }
    .solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next, .solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev{
        width: 45px;
        height: 45px;
    }
    .solutions-section-wrapper .section-head .swiper-navigation .swiper-button-next:after, .solutions-section-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
        font-size: 20px;
    }
    .solutions-section-wrapper .how-we-can-help-wrapper{
        margin-top: 40px;
        width: 100%;
        padding: 0;
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
    }
    .solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .middle-svg-container{
        display: none;
    }
    .solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container{
        flex-direction: column;
    }
    .solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .img,
    .solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content{
        width: 100%;
    }
    .solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .content-text{
        width: 90%;
    }
    .solutions-section-wrapper .how-we-can-help-wrapper .how-we-can-help-container .content .content-text .main-text{
        font-size: 25px;
    }
}

.case-studies-wrapper{
    width: 100%;
    margin-top: 250px;
}
.case-studies-wrapper .section-head {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.case-studies-wrapper .section-head .section-title{
    font-weight: bold;
    font-size: 35px;
    text-transform: capitalize;
    color: #102C57;
}
.case-studies-wrapper .case-study-carousel-wrapper{
    margin-top: 40px;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel{
    padding: 0 15% !important;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide{
    /*width: calc(calc(100% / 3) - 50px);*/
    /*width: calc(100% / 3);*/
    position: relative;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide .overlay-color{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide .overlay-color:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(16,44,87,0.4);
    width: 10%;
    height: 10%;
    transition: all 0.5s ease;
    visibility: hidden;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .overlay-color:after{
    width: 100%;
    height: 100%;
    visibility: visible;
    transition: all 0.5s ease;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide .content{
   width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;flex-direction: row;align-items: center;justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
    height: 100px;
    transition: all 0.5s ease;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .content{
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide .content .left{
    width: 70%;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide .content .left img{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .content .left .info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;justify-content: center;
    gap: 10px;
    padding-left: 20px;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .content .left .info .category{
    color: #102C57;
    font-weight: bold;
    font-size: 15px;
    z-index: 8;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .content .left .info .label{
    color: #102C57;
    font-weight: bold;
    font-size: 18px;
    z-index: 8;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .content .right{
    width: 30%;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide:hover .overlay-color{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel .swiper-wrapper .swiper-slide .img{
    width: 100%;
}
.case-studies-wrapper .section-head .swiper-navigation{
    position: relative;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-next,
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev{
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #18BFDF;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: #fff;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-next:hover,
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev:hover{
    transition: all 0.3s ease;
    background-color: #18BFDF;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-next:after,
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
    font-size: 23px;
    color: #18BFDF;
    transition: all 0.3s ease;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-next:hover:after,
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev:hover:after{
    color: #fff;
    transition: all 0.3s ease;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-next:after{
    margin-right: -3px;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
    margin-left: -3px;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-next{
    right: 0 !important;
}
.case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev{
    left: unset !important;
    right: 60px !important;
}
@media (max-width: 1024px) {
    .case-studies-wrapper {
        margin-top: 50px;
        position: relative;
    }

    .case-studies-wrapper .section-head {
        width: 100%;
        padding: 0 15px;
        position: unset;
    }

    .case-studies-wrapper .section-head .section-title {
        font-size: 25px;
        width: 100%;
    }

    .case-studies-wrapper .case-study-carousel-wrapper .case-study-carousel {
        padding: 0 !important;
    }

    .case-studies-wrapper .case-study-carousel-wrapper {
        margin-top: 20px;
        width: 100%;
        padding: 0 15px;
    }

    .case-studies-wrapper .section-head .swiper-navigation {
        position: absolute;
        bottom: -7%;
        left: 60%;
    }

    .case-studies-wrapper .section-head .swiper-navigation .swiper-button-prev {
        left: unset !important;
        right: 40px !important;
    }

    .case-studies-wrapper .section-head .swiper-navigation .swiper-button-next {
        right: -15px !important;
    }
}

.services-wrapper{
    background-color: #102C57;
    width: 100%;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    /*height: 100vh;*/
}
.services-wrapper .left-content{
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
}
.services-wrapper .left-content .services-title{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
    margin-top: 10px;
}
.services-wrapper .left-content .services-listing{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
.services-wrapper .left-content .services-listing .service-info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 45%;
    position: relative;
    padding: 10px 0;
    text-decoration:none;
}
.services-wrapper .left-content .services-listing .service-info hr{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border: 1px solid rgba(255,255,255,0.15);
    margin-top: 10px;
}
.services-wrapper .left-content .services-listing  .service-info:last-child hr {
    display: none;
}
.services-wrapper .left-content .services-listing .service-info .icon{
    width: 75px;
    height: 77px;
    /*padding: 10px;*/
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
}
.services-wrapper .left-content .services-listing .service-info .icon:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #18BFDF;
    transition: all 0.5s ease;
    z-index: 1;
}
.services-wrapper .left-content .services-listing .service-info:hover .icon:after{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.services-wrapper .left-content .services-listing .service-info .icon svg{
    width: 57px !important;
    height: 52px !important;
    z-index: 2;
}
.services-wrapper .left-content .services-listing .service-info .icon svg path{
    fill: #18BFDF ;
    transition: all 0.5s ease;
}
.services-wrapper .left-content .services-listing .service-info:hover .icon svg path{
    fill: #fff !important;
    transition: all 0.5s ease;
}
.services-wrapper .left-content .services-listing .service-info .info .title{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.services-wrapper .left-content .services-listing .service-info .info .desc{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
}
.services-wrapper .right-color-container{
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.services-wrapper .right-color-container img{
    width: 100%;
    height: 100%;
}
.services-wrapper .man-image{
    width: 40%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 10%;
}
.services-wrapper .man-image img{
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    .services-wrapper .left-content .services-title{
        font-size: 25px;
    }
    .services-wrapper .left-content{
        width: 100%;
        padding: 100px 15px;
    }
    .services-wrapper .left-content .services-listing .service-info{
        width: 100%;
    }
    .services-wrapper .man-image,
    .services-wrapper .right-color-container{
        display: none;
    }

}


.e-solution-wrapper{
    width: 100%;
    position: relative;
}

.e-solution-wrapper .e-solution-container{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
}
.e-solution-wrapper .e-solution-container .services-title{
    color: #102C57;
    font-size: 35px;
    font-weight: bold;
}
.e-solution-wrapper .e-solution-listing{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.e-solution-wrapper .e-solution-listing .e-solution-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-decoration: none;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .content .admin-date{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .content .admin-date .admin,
.e-solution-wrapper .e-solution-listing .e-solution-card .content .admin-date .date{
    font-size: 12px;
    font-weight: 600;
    color: #102C57;
    display: flex;
    align-items: center;
    gap:10px;
}
.e-solution-wrapper .e-solution-listing .e-solution-card hr{
    margin: 10px 0;
    height: 1px;
    border: 1px solid rgba(112,112,112,0.25);
    width: 100%;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .title{
    font-weight: 600;
    font-size: 22px;
    color: #102C57;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .button-arrow{
    margin: 20px 0 0;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .button-arrow p,
.e-solution-wrapper .e-solution-listing .e-solution-card .button-arrow span{
    color: #102C57;
}
.e-solution-wrapper .e-solution-listing .e-solution-card .button-arrow svg path{
    fill: #102C57;
}
.e-solution-wrapper .e-solution-listing .e-solution-card:hover .button-arrow{
    margin-top: 20px;
    background-color: #18BFDF;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
}
.e-solution-wrapper .e-solution-listing .e-solution-card:hover .button-arrow p,
.e-solution-wrapper .e-solution-listing .e-solution-card:hover .button-arrow span{
    color: #fff;
}
.e-solution-wrapper .e-solution-listing .e-solution-card:hover .button-arrow svg path{
    fill: #fff;
}
@media (max-width: 1024px) {
    .e-solution-wrapper .e-solution-container .services-title{
        font-size: 25px;
    }
    .e-solution-wrapper .e-solution-container{
        width: 100%;
        padding: 30px 15px;
    }
    .e-solution-wrapper .e-solution-listing{
        margin-top: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .e-solution-wrapper .top-left-svg{
        display: none;
    }
}

.e-solution-wrapper .top-left-svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
.e-solution-wrapper .top-left-svg svg{
    width: 100% !important;
    transform: translateY(-27px);
}

.pages-banner{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;justify-content: center;
}
.pages-banner .background-image{
    width: 100%;
}
.pages-banner .color-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(255deg, rgba(24,191,223,0.4) 0%, rgba(17,57,99,0.4) 80%, rgba(16,44,87,0.4) 100%) 0 0 no-repeat padding-box;
}
.pages-banner .overlay-img{
    background-color: rgba(0,0,0,0.2);
}
.pages-banner .banner-content{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 20%;
    z-index: 2;
}
.pages-banner .banner-content h1{
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.pages-banner .banner-content .breadcrumb{
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;flex-direction: row;align-items: center;gap: 10px;
}
.pages-banner .banner-content .breadcrumb a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-decoration:none;
}
.pages-banner .banner-content .breadcrumb span{
    color: #18BFDF;
}

@media (max-width: 1024px) {
    .pages-banner .banner-content{
        width: 100%;
        padding: 0 15px;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .pages-banner .banner-content h1{
        font-size: 25px;
    }
    .pages-banner .banner-content h1{
        text-align: center;
    }
    .pages-banner .banner-content .breadcrumb{
        justify-content: center;
    }
    .pages-banner .banner-content .normal-button{
        margin-left: auto;
        margin-right: auto;
    }
}

.normal-button{
    width: fit-content;
    padding: 10px 25px;
    margin-top: 20px;
    background-color: #18BFDF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    display: flex;align-items: center;justify-content: center;
    text-decoration: none;
    transition: all 0.5s ease;
}
/*.pages-banner .banner-content .normal-button:hover{*/
.normal-button:hover{
    background-color: #F05A5D;
    transition: all 0.5s ease;
}

.single-solution-first-section{
    margin-top: 80px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
}
.single-solution-first-section article h5{
    font-size: 30px;
    font-weight: bold;
    color: rgba(16,44,87,1);
    margin-bottom: 10px;
}
.single-solution-first-section article{
    font-size: 14px;
    font-weight: normal;
    color: rgba(16,44,87,0.7);
    line-height: 20px;
}
.single-solution-first-section .youtube-cover-image{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.single-solution-first-section .youtube-cover-image svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.single-solution-color-background{
    width: 100%;
    background: #102C57 0 0 no-repeat padding-box;
    height: calc(100vh - 150px);
    padding-top: 75px;
    margin-top: -75px;
}
.single-solution-color-background .color-background-wrapper{
    height: 100%;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-top: 75px;

}
.single-solution-color-background .color-background-wrapper .content-wrapper{
    /*height: 100%;*/
    width: 48%;
    /*margin-left: auto;*/
    margin-right: auto;
    display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 20px;
}
.single-solution-color-background .color-background-wrapper .content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.single-solution-color-background .color-background-wrapper .content-wrapper article{
    font-size: 13px;
    font-weight: normal;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
    margin: 25px 0 35px;
}
.single-solution-color-background .color-background-wrapper .content-wrapper .color-background-listing{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    justify-content: space-between;
    gap: 10px;
    width: 85%;
}
.single-solution-color-background .color-background-wrapper .content-wrapper .color-background-listing .list-item{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.single-solution-color-background .color-background-wrapper .content-wrapper .color-background-listing .list-item p{
    font-size: 13px;
    color:#fff;
    font-weight: 500;
}
.single-solution-color-background .color-background-wrapper .images-container{
    /*height: 100%;*/
    width: 40%;
    margin-left: auto;
    /*margin-right: auto;*/
    display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 20px;
    position: relative;
}
.single-solution-color-background .color-background-wrapper .images-container .big-image{
    width: 100%;
}
.single-solution-color-background .color-background-wrapper .images-container .small-image{
    width: 50%;
    position: absolute;
    bottom: 10%;
    left: -60px;
    background-color: #fff;
    padding: 5px;
}

.single-solution-last-content{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
}
.single-solution-last-content .images-container{
    width: 45%;
    margin-right: auto;
    position: relative;
}
.single-solution-last-content .color-overlay{
    background: rgba(16,44,87,0.3);
}
.single-solution-last-content .content-section{
    width: 45%;
    margin-left: auto;
}
.single-solution-last-content .big-image{
    width: 90%;
}
.single-solution-last-content .small-image{
    width: 50%;
    position: absolute;
    bottom: 10%;
    right: -15%;
    background-color: #fff;
    padding: 5px;
}
.single-solution-last-content .content-section .title{
    color: #102C57;
    font-size: 30px;
    font-weight: bold;
 }
.single-solution-last-content .content-section .last-content-listing{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
 }
.single-solution-last-content .content-section .last-content-listing .item{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
 }
.single-solution-last-content .content-section .last-content-listing .item .desc{
    font-weight: 600;
    font-size: 13px;
    color: #102C57;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 }
.single-solution-last-content .content-section .last-content-listing .item .icon{
    background: rgba(24,191,223,0.1) 0% 0% no-repeat padding-box;
    padding: 10px 13px;
    position: relative;
 }
.single-solution-last-content .content-section .last-content-listing .item .icon svg path{
   fill: #18BFDF;
    transition: all 0.5s ease;
}
.single-solution-last-content .content-section .last-content-listing .item:hover .icon svg path{
   fill: #fff;
    transition: all 0.5s ease;
}
.single-solution-last-content .content-section .last-content-listing .item .icon:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #18BFDF;
    transition: all 0.5s ease;
    z-index: -1;
}
.single-solution-last-content .content-section .last-content-listing .item:hover .icon:after{
    width:100%;
    height: 100%;
    transition: all 0.5s ease;
}
@media (max-width: 1024px) {
    .single-solution-color-background{
        height: 100%;
        padding-bottom: 50px;
    }
    .single-solution-first-section{
        margin-top: 50px;
        width: 100%;
        padding: 0 15px;
    }
    .single-solution-color-background .color-background-wrapper{
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
        margin-top: 40px;
    }
    .single-solution-color-background .color-background-wrapper .content-wrapper{
        width: 100%;
        gap: 0;
    }
    .single-solution-color-background .color-background-wrapper .content-wrapper .section-title{
        font-size: 25px;
        width: 100%;
    }
    .single-solution-color-background .color-background-wrapper .content-wrapper .section-title br{
        display: none;
    }
    .single-solution-color-background .color-background-wrapper .content-wrapper article{
        margin: 10px auto 20px;
    }
    .single-solution-color-background .color-background-wrapper .content-wrapper .color-background-listing{
        width: 100%;
    }
    .single-solution-color-background .color-background-wrapper .images-container{
        width: 65%;
        margin-right: auto;
    }
    .single-solution-last-content{
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
        gap: 20px;
    }
    .single-solution-last-content .images-container{
        margin-left: auto;
        width: 60%;
    }
    .single-solution-last-content .content-section{
        margin-right: auto;
        width: 100%;
    }
    .single-solution-last-content .content-section .title{
        font-size: 20px;
    }
    .single-solution-last-content .content-section .last-content-listing .item{
        margin-top: 5px;
    }
    .single-solution-last-content .content-section .last-content-listing{
        margin-top: 0;
        gap: 10px;
    }
}

.files-section-wrapper{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.files-section-wrapper .section-title{
    color: #102C57;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 35px;
    margin: 30px 0 ;
}
.files-section-wrapper .files-listing{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    gap: 15px;
}
.files-section-wrapper .file-download-card{
    width: 100%;
    background-color: rgba(24,191,223,0.1);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.files-section-wrapper .file-download-card .file{
    display: flex;
    align-items: center;
    gap: 10px;
}
.files-section-wrapper .file-download-card .file span{
    font-weight: 500;
    font-size: 16px;
    color: #102C57;
    text-transform: capitalize;
}
.files-section-wrapper .file-download-card .file-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.files-section-wrapper .file-download-card .file-info span{
    text-decoration: none;
    font-weight: normal;
    color: #102C57;
    font-size: 12px;
}
@media (max-width: 1024px) {
    .files-section-wrapper{
        width: 100%;
        padding: 0 15px;
    }
    .files-section-wrapper .section-title{
        font-size: 25px;
        margin: 10px 0;
    }
    .files-section-wrapper .files-listing{
        grid-template-columns: repeat(1, 1fr);
    }
}

.single-technology-video-wrapper{
    margin-top: 20px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.single-technology-video-wrapper .youtube-cover-image{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.single-technology-video-wrapper .youtube-cover-image svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.single-technology-first-content{
    margin-top: 20px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.single-technology-first-content .pages-content-wrapper .section-title,
.single-technology-last-content .pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #102C57;
    margin: 30px 0 20px;
}
.single-technology-first-content .pages-content-wrapper article,
.single-technology-last-content .pages-content-wrapper article
{
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
    color: #102C57;
}
.single-technology-first-content .pages-content-wrapper .section-listing{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}
.single-technology-first-content .pages-content-wrapper .section-listing .list-item{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.single-technology-first-content .pages-content-wrapper .section-listing .list-item{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.single-technology-first-content .pages-content-wrapper .section-listing .list-item p{
    font-size: 13px;
    color:#102C57;
    font-weight: 500;
}

.single-technology-last-content{
    margin-top: 20px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.single-technology-last-content .gallery-images-listing{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin: 30px 0;
}
.single-technology-last-content .gallery-images-listing .item{
    width: 100%;
}
@media (max-width: 1024px) {
    .single-technology-video-wrapper{
        width: 100%;
        padding: 0 15px;
    }
    .single-technology-video-wrapper .youtube-cover-image{
        margin-top: 0;
    }
    .single-technology-first-content{
        width: 100%;
        padding: 0 15px;
    }
    .single-technology-first-content .pages-content-wrapper .section-title, .single-technology-last-content .pages-content-wrapper .section-title{
        margin: 10px auto;
        font-size: 20px;
    }
    .single-technology-first-content .pages-content-wrapper .section-listing{
        grid-template-rows: unset;
        grid-template-columns: repeat(2,1fr);
        grid-auto-flow: unset;
    }
    .single-technology-last-content{
        width: 100%;
        padding: 0 15px;
    }
    .single-technology-last-content .gallery-images-listing{
        margin: 15px 0;
        grid-template-columns: repeat(2, 1fr);
    }
}


.about-banner{
    width: 100%;
    margin-bottom: 50px;
}
.about-banner .pages-banner .banner-content{
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-banner .pages-banner .banner-content .banner-tag{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}



.services-wrapper.why-choose-us .left-content{
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.services-wrapper.why-choose-us{
    height: calc(100vh - 150px);
    padding: 70px 0;
    margin-top: 0;
    overflow: clip;
}
.services-wrapper.why-choose-us .man-image{
    right: 5%;
    width: 50%;
}
.services-wrapper.why-choose-us .right-icon{
    position: absolute;left: 0;height: 100%;top: 0;bottom: 0;width: 15%;
}
@media (max-width: 1024px) {
    .services-wrapper.why-choose-us{
        height: unset;
    }
    .services-wrapper.why-choose-us .left-content{
        width: 100%;
        padding: 0 15px;
    }
}
.working-process{
    width: 100%;
    padding: 70px 0;
    background-image: url('assets/images/process-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: flex;align-items: center;justify-content: center;
    overflow-x: hidden;
}
.working-process .middle-svg-container{
    position: absolute;
    top: 47%;
    transform: translateY(-47%);
    width: 100%;
    height: 109px;
    /*margin: 0 auto;*/
}
/*.working-process .middle-svg-container svg{*/
/*    width: 65%;*/
/*    height: 55px;*/
/*}*/
/*.working-process .middle-svg-container svg image{*/
/*    width: 100%;*/
/*    height: 55px;*/
/*}*/

.working-process .process-content{
    width: 70%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;justify-content: center;
    gap:5px;
}
.working-process .process-content .section-title{
    font-size: 35px;
    font-weight: bold;
    color: #102C57;
    text-transform: capitalize;
}
.working-process .process-content .working-process-listing{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto;
}
.working-process .process-content .working-process-listing .process{
    width: calc(calc(100% / 3) - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}
.working-process .process-content .working-process-listing .process span{
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #18BFDF;
    border-radius: 50%;
    display: flex;align-items: center;justify-content: center;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 3;
}
.working-process .process-content .working-process-listing .process .icon{
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;justify-content: center;
    position: relative;
}
.working-process .process-content .working-process-listing .process .icon:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #18BFDF;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.working-process .process-content .working-process-listing .process:hover .icon:after{
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}
.working-process .process-content .working-process-listing .process .icon svg{
    width: 70px;
    height: 70px;
    z-index: 2;
}
.working-process .process-content .working-process-listing .process .icon svg path{
    fill: #18BFDF;
    transition: all 0.5s ease;
}
.working-process .process-content .working-process-listing .process:hover .icon svg path{
    fill: #fff;
    transition: all 0.5s ease;
}
.working-process .process-content .working-process-listing .process .title{
    text-align: center;
    color: #102C57;
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
}
.working-process .process-content .working-process-listing .process .desc{
    text-align: center;
    color: rgba(16,44,87,0.7);
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .working-process{
        padding: 50px 0;
    }
    .working-process .process-content .section-title{
        font-size: 25px;
    }
    .working-process .process-content{
        width: 100%;
        padding: 0 15px;
        align-items: flex-start;
    }
    .working-process .process-content .working-process-listing{
        flex-direction: column;
    }
    .working-process .process-content .working-process-listing .process{
        width: 100%;
    }
    .working-process .process-content .working-process-listing .process .desc,
    .working-process .process-content .working-process-listing .process .title{
        margin-top: 0;
    }
}
.achievements-credentials{
    width: 70%;
    margin: 70px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
    overflow-x: hidden;
}
.achievements-credentials .achievement-title{
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    color: #102C57;
    margin-top: 5px;
}
.achievements-credentials .achievements-carousel-wrapper{
    width: 100%;
    margin-top: 10px;
}
.achievements-credentials .achievements-carousel-wrapper{
    width: 100%;
    margin-top: 10px;
}
.achievements-credentials .achievements-carousel-wrapper .achievement-card .card-img{
   width: 100%;
}
.achievements-credentials .achievements-carousel-wrapper .achievement-card .card-content{
   width: 100%;
    margin-top: 20px;
}

.achievements-credentials .achievements-carousel-wrapper .achievement-card .card-content .title{
    color: #18BFDF;
    font-size: 16px;
    font-weight: 600;
}
.achievements-credentials .achievements-carousel-wrapper .achievement-card .card-content .desc{
    color: rgba(16,44,87,0.7);
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    width: 70%;
    margin-top: 5px;
}
.achievements-credentials .achievements-carousel-wrapper .swiper-pagination{
    position: relative !important;
    margin-top: 40px;
}
.achievements-credentials .achievements-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active{
    color: rgba(24,191,223,1);
    background-color: rgba(24,191,223,1);
    transition: all 0.3s ease;
}
.achievements-credentials .achievements-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #18BFDF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.achievements-credentials .achievements-carousel-wrapper .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    color: rgba(24,191,223,1);
    background-color: rgba(24,191,223,0.5);
    padding: 3px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .achievements-credentials{
        width: 100%;
        padding: 0 15px;
    }
    .achievements-credentials .achievement-title{
        font-size: 25px;
    }
}
.testimonials-section{
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.testimonials-section .left-image{
    width: 35%;
    position: absolute;
    left: 0;
    top: -50px;
}
.testimonials-section .right-content{
    width: 68%;
    padding: 80px 60px 80px;
    margin-left: auto;
    background-image: url('assets/images/testimonials-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonials-section .right-content .testimonials-title{
    font-size: 32px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 25px;
}
.testimonials-section .right-content .icon-text{
    margin-left: 25px;
}
.testimonials-section .right-content .testimonials-carousel-wrapper{
    overflow-x: clip;
    width: 100%;
    margin-top: 40px;
    margin-left: 25px;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card{
    position: relative;
    /*width: 100%;*/
    background-color: #fff;
    border-left: 4px solid #18BFDF;
    padding: 20px 30px;
    width: 88%;
    margin-left: auto;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-content{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-content .card-head{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-content .title{
    font-size: 14px;
    font-weight: 600;
    color: #102C57;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-content .desc{
    font-size: 10px;
    font-weight: normal;
    color: #102C57;
    margin: 3px 0;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-slide .achievement-card .card-content .content{
    font-size: 12px;
    font-weight: normal;
    color: rgba(16,44,87,0.7);
    margin: 3px 0;
    line-height: 20px;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-pagination{
    position: relative !important;
    margin-top: 40px;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active{
    color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    transition: all 0.3s ease;
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonials-section .right-content .testimonials-carousel-wrapper .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    padding: 3px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .testimonials-section .left-image{
        display: none;
    }
    .testimonials-section .right-content{
        width: 100%;
        padding: 50px 15px;
    }
    .testimonials-section .right-content .testimonials-title{
        font-size: 25px;
        margin-left: 0;
    }
    .testimonials-section .right-content .icon-text{
        margin-left: 0;
    }
    .testimonials-section .right-content .testimonials-carousel-wrapper{
        margin-left: 0;
    }
}

.certificate-awards{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;justify-content: center;
    gap: 10px;
    margin: 50px auto;
}
.certificate-awards .certificate-title{
    font-size: 35px;
    font-weight: bold;
    color: #102C57;
    text-transform: capitalize;
}
.certificate-awards .certificate-listing{
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
@media (max-width: 1024px) {
    .certificate-awards{
        width: 100%;
        padding: 0 15px;
        align-items: flex-start;
    }
    .certificate-awards .certificate-title{
        font-size: 25px;
    }
    .certificate-awards .certificate-listing{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.single-esolution-video-wrapper{
    margin-top: 20px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.single-esolution-video-wrapper .youtube-cover-image{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.single-esolution-video-wrapper .youtube-cover-image svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.single-esolution-first-content,.single-esolution-second-content{
    margin-top: 20px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.single-esolution-first-content .pages-content-wrapper .section-title,
.single-esolution-second-content .pages-content-wrapper .section-title,
.single-esolution-last-content .pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #102C57;
    margin: 30px 0 20px;
}
.single-esolution-first-content .pages-content-wrapper article,
.single-esolution-second-content .pages-content-wrapper article,
.single-esolution-last-content .pages-content-wrapper article{
    font-size: 14px;
    font-weight: normal;
    color: rgba(16,44,87,0.7);
    line-height: 25px;
}
.single-esolution-second-content .gallery-images-listing{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin: 30px 0;
}
.single-esolution-second-content .gallery-images-listing .item{
    width: 100%;
}
@media (max-width: 1024px) {
    .single-esolution-video-wrapper,.single-esolution-first-content, .single-esolution-second-content{
        width: 100%;
        padding: 0 15px
    }
    .single-esolution-video-wrapper .youtube-cover-image{
        margin-top: 0;
    }
    .single-esolution-first-content .pages-content-wrapper .section-title, .single-esolution-second-content .pages-content-wrapper .section-title, .single-esolution-last-content .pages-content-wrapper .section-title{
        margin: 20px 0 10px;
    }
}

.services-video-wrapper{
    margin-top: 20px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.services-video-wrapper a{
    width: 100%;
}

.services-content-section{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 100px;
}
.services-content-section .left-content{
    width: 65%;
}
.services-second-content .left-content .pages-content-wrapper,
.services-last-content {
    margin-top: 20px;
}
.services-content-section .left-content .pages-content-wrapper .section-title,
.services-second-content .left-content .pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #102C57;

}
.services-content-section .left-content .pages-content-wrapper article,
.services-second-content .left-content .pages-content-wrapper article{
    font-size: 14px;
    font-weight: normal;
    color: rgba(16,44,87,0.7);
    line-height: 25px;
    margin-top: 5px;
}
.services-second-content .gallery-images-listing{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin: 20px 0;
}
.services-last-content .last-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.services-last-content .last-section .image{
    width: 60%;
}
.services-last-content .last-section .listing{
    width:35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services-last-content .last-section .listing .item{
    width:100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.services-last-content .last-section .listing .item p{
    color: #102C57;
    font-size: 14px;
    font-weight: 600;
}
.services-last-content .last-section .listing .item span{
    margin-top: 2px;
}


.services-content-section .right-content{
    width: 30%;
    position: sticky;
    top: 170px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}
.services-content-section .right-content .content{
    width: 100%;
    position: relative;
}
.services-content-section .right-content .content .image{
    width: 100%;
    position: relative;
}
.services-content-section .right-content .content .image .phone-icon{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #18BFDF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-content-section .right-content .content .image .phone-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #18BFDF;
}
.services-content-section .right-content .content .image .phone-icon svg{
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.services-content-section .right-content .content:hover .image .phone-icon svg{
    transform: rotate(400deg);
    transition: all 0.5s ease;
}
.services-content-section .right-content .content .image .phone-icon svg path{
    transform: translate(-942.43px, -113.94px);
}
.services-content-section .right-content .content .info{
    background: #102C57 0% 0% no-repeat padding-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
}
.services-content-section .right-content .content .info .phone-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.services-content-section .right-content .content .info .phone-info .phone-number-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.services-content-section .right-content .content .info .phone-info .phone-number-info{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.services-content-section .right-content .files-section-wrapper{
    width: 100%;
    margin: 0 !important;
}
@media (max-width: 1024px) {
    .services-content-section{
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
        gap: 20px;
    }
    .services-content-section .left-content, .services-content-section .right-content{
        width: 100%;
    }
    .services-last-content .last-section{
        flex-direction: column;
    }
    .services-last-content .last-section .image,.services-last-content .last-section .listing{
        width: 100%;
    }
}

.case-studies-listing{
    width: 70%;
    margin: 70px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.case-studies-listing .case-studies-sorting{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.case-studies-listing .case-studies-sorting form{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.case-studies-listing .case-studies-sorting .sorting-info{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.case-studies-listing .case-studies-sorting .sorting-info p{
    border: 1px solid rgba(16,44,87,0.15);
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.case-studies-listing .case-studies-sorting .select-container{
    width: 50%;
}
.case-studies-listing .case-studies-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin-top: 30px;
}
.case-studies-listing .case-studies-list .case-study-card{
    width: 100%;
    position: relative;
}
.case-studies-listing .case-studies-list .case-study-card .background-image{
   width: 100%;
}
.case-studies-listing .case-studies-list .case-study-card .background-image img{
   transform: scale(1);
    transition: all 0.5s ease;
}
.case-studies-listing .case-studies-list .case-study-card:hover .background-image img{
   transform: scale(1.2);
    transition: all 0.5s ease;
}
.case-studies-listing .case-studies-list .case-study-card .info{
   width: 90%;
    position: absolute;
    bottom: 20px;
    left: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}
.case-studies-listing .case-studies-list .case-study-card .info .industry{
    color: #18BFDF;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.5s ease;
    margin-bottom: 7px;
}
.case-studies-listing .case-studies-list .case-study-card:hover .info .industry{
    color: #ffffff;
    transition: all 0.5s ease;
}
.case-studies-listing .case-studies-list .case-study-card .info h3{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.case-studies-listing .case-studies-list .case-study-card .linear-color {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #AEB8C600 56%, #334B70CC 79%, #102C57 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s ease;
}
.case-studies-listing .case-studies-list .case-study-card:hover .linear-color {
    transition: all 0.5s ease;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #AEB8C600 56%, #18BFDFCC 79%, #18BFDF 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
    .case-studies-listing{
        width: 100%;
        padding: 0 15px;
        margin: 40px 0 20px;
    }
    .case-studies-listing .case-studies-sorting{
        flex-direction: column;
    }
    .case-studies-listing .case-studies-sorting form,.case-studies-listing .case-studies-sorting .sorting-info{
        width: 100%;
    }
    .case-studies-listing .case-studies-sorting .sorting-info {
        justify-content: flex-start;
    }
    .case-studies-listing .case-studies-sorting .sorting-info p{
        width: 47%;
    }

    .case-studies-listing .case-studies-list{
        margin-top: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

.pagination{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul{
    list-style: none;
    display: flex;
    gap: 5px;
}
.pagination ul li {
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    display: flex;align-items: center;justify-content: center;
    transition: all 0.3s ease;
}
.pagination ul li:has(.next),
.pagination ul li:has(.prev) {
    /*border-radius: 50%;*/
    /*border: 1px solid rgba(0,0,0,0.1);*/
    /*width: fit-content;*/
    /*height: 40px;*/
    display: none;
    /*align-items: center;justify-content: center;*/
}
.pagination ul li:has(.current),
.pagination ul li:hover:has(.current),
.pagination ul li:hover,
.pagination ul li:hover a {
    color: #fff;
    background-color: #18BFDF;
    transition: all 0.3s ease;
}

.pagination ul li a{
    text-decoration: none;
    border-radius: 50%;
    color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.select-container{
    width: 100%;
    position: relative;
    border: 1px solid rgba(16,44,87,0.15);
}
.select-container select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px 20px;
    color: #102C57;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid rgba(16,44,87,0.15);
}
.select-container svg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.case-study-first-image{
    width: 65%;
    margin: 70px auto 30px;
}
.case-study-content{
    position: relative;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: row;
    width: 65%;
    justify-content: space-between;
    align-items: flex-start;
}
.case-study-content .left-content{
    position: relative;
    width: 65%;
}
.case-study-content .left-content .case-info{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.case-study-content .left-content .case-info .info-table{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.case-study-content .left-content .case-info .info-table .info{
    width: 50%;
    background-color: rgba(16,44,87,0.05);
    display: flex;
    flex-direction: row;
    align-items: center;justify-content: flex-start;gap:7px;
    padding: 25px 35px;
}
.case-study-content .left-content .case-info .info-table .info span{
    font-size: 15px;font-weight: 600;color: #18BFDF;
}
.case-study-content .left-content .case-info .info-table .info p{
    font-size: 15px;font-weight: normal;color: #102C57;
}
.case-study-content .left-content .case-info .info-table .info.date{
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.case-study-content .left-content .case-info .info-table .info.location{
    border-left: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}
.case-study-content .left-content .pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #102C57;
    margin: 30px 0 20px;
}
.case-study-content .left-content .pages-content-wrapper article {
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
    color: #102C57;
}
.case-study-content .second-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.case-study-content .second-section .image{
    width: 60%;
}
.case-study-content .second-section .listing{
    width:35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case-study-content .second-section .listing .item{
    width:100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.case-study-content .second-section .listing .item p{
    color: #102C57;
    font-size: 14px;
    font-weight: 600;
}
.case-study-content .second-section .listing .item span{
    margin-top: 2px;
}
.case-study-content .case-study-cover-image{
    margin-top: 20px;
    width: 100%;
}
.case-study-content .case-study-cover-image{
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    position: relative;
}
.case-study-content .case-study-cover-image .youtube-cover-image{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.case-study-content .case-study-cover-image .youtube-cover-image svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.case-study-content .right-content{
    position: relative;
    width: 65%;
}
.case-study-content .right-content{
    width: 30%;
    position: sticky;
    top: 170px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}
.case-study-content .right-content .content{
    width: 100%;
    position: relative;
}
.case-study-content .right-content .content .image{
    width: 100%;
    position: relative;
}
.case-study-content .right-content .content .image .phone-icon{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #18BFDF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-study-content .right-content .content .image .phone-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #18BFDF;
}
.case-study-content .right-content .content .image .phone-icon svg{
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.case-study-content .right-content .content:hover .image .phone-icon svg{
    transform: rotate(400deg);
    transition: all 0.5s ease;
}
.case-study-content .right-content .content .image .phone-icon svg path{
    transform: translate(-942.43px, -113.94px);
}
.case-study-content .right-content .content .info{
    background: #102C57 0% 0% no-repeat padding-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
}
.case-study-content .right-content .content .info .phone-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.case-study-content .right-content .content .info .phone-info .phone-number-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.case-study-content .right-content .content .info .phone-info .phone-number-info{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.case-study-content .right-content .files-section-wrapper{
    width: 100%;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .case-study-first-image{
        width: 100%;
        padding: 0 15px;
        margin: 20px auto 30px;
    }
    .case-study-content{
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
    }
    .case-study-content .left-content{
        width: 100%;
    }
    .case-study-content .left-content .case-info .info-table .info{
        padding: 10px 15px;
    }
    .case-study-content .left-content .case-info .info-table{
        flex-direction: column;
    }
    .case-study-content .left-content .case-info .info-table .info{
        width: 100%;
    }
    .case-study-content .left-content .case-info .info-table .info.industry{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .case-study-content .second-section{
        flex-direction: column;
    }
    .case-study-content .second-section .image,.case-study-content .second-section .listing{
        width: 100%;
    }
    .case-study-content .case-study-cover-image .youtube-cover-image{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .case-study-content .right-content{
        width: 100%;
    }
}


.blogs-listing{
    width: 65%;
    margin: 50px auto;
}
.blogs-listing .blogs-sorting{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 25px;
    gap: 10px;
}
.blogs-listing .blogs-sorting form{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column: span 2 /span 2;
    gap: 10px;
}
.blogs-listing .blogs-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
    column-gap: 10px;
}
.blogs-listing .blogs-list .blog-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-decoration: none;
}
.blogs-listing .blogs-list .blog-card .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
}
.blogs-listing .blogs-list .blog-card .content .admin-date{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.blogs-listing .blogs-list .blog-card .content .admin-date .admin,
.blogs-listing .blogs-list .blog-card .content .admin-date .date{
    font-size: 12px;
    font-weight: 600;
    color: #102C57;
    display: flex;
    align-items: center;
    gap:10px;
}
.blogs-listing .blogs-list .blog-card hr{
    margin: 10px 0;
    height: 1px;
    border: 1px solid rgba(112,112,112,0.25);
    width: 100%;
}
.blogs-listing .blogs-list .blog-card .title{
    font-weight: 600;
    font-size: 22px;
    color: #102C57;
    height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogs-listing .blogs-list .blog-card .button-arrow{
    margin: 20px 0 0;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
}
.blogs-listing .blogs-list .blog-card .button-arrow p,
.blogs-listing .blogs-list .blog-card .button-arrow span{
    color: #102C57;
}
.blogs-listing .blogs-list .blog-card .button-arrow svg path{
    fill: #102C57;
}
.blogs-listing .blogs-list .blog-card:hover .button-arrow{
    margin-top: 20px;
    background-color: #18BFDF;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
}
.blogs-listing .blogs-list .blog-card:hover .button-arrow p,
.blogs-listing .blogs-list .blog-card:hover .button-arrow span{
    color: #fff;
}
.blogs-listing .blogs-list .blog-card:hover .button-arrow svg path{
    fill: #fff;
}
@media (max-width:1024px) {
    .blogs-listing{
        width: 100%;
        padding: 0 15px;
    }
    .blogs-listing .blogs-sorting,.blogs-listing .blogs-sorting form,.blogs-listing .blogs-list{grid-template-columns: repeat(1, 1fr);}
    .blogs-listing .blogs-list .blog-card .button-arrow{
        margin-top: 0;
    }
    .blogs-listing .blogs-list .blog-card .content{
        padding: 15px 10px;
    }
}

.single-blog-content{
    width: 65%;
    margin: 50px auto 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.single-blog-content .left-content{
    width: 65%;
}
.single-blog-content .right-content{
    width: 30%;
}
.single-blog-content .youtube-cover-image{
    width: 100%;
    position: relative;
}
.single-blog-content .youtube-cover-image svg{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    z-index: 2;
}
.single-blog-content .blog-information{
    width: 100%;
    display: flex; gap: 20px;
    margin: 30px 0 20px;
}
.single-blog-content .blog-information .info{
    width: fit-content;
    display: flex; gap: 10px;align-items: center;
}
.single-blog-content .blog-information .info p{
    color: #102C57;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.single-blog-content hr{
    height: 1px;
    width: 100%;
    background-color: rgba(24,191,223,0.2);
    border: rgba(24,191,223,0.2);
}
.single-blog-content .pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #102C57;
    margin: 30px 0 20px;
}
.single-blog-content .pages-content-wrapper article {
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
    color: #102C57;
}
.single-blog-content .gallery-images {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin: 40px 0 30px;
}
.single-blog-content .gallery-images .image {
    width: 100%;
}
.single-blog-content .quote-wrapper{
    margin: 40px 0 30px;
    width: 100%;
    background-color: rgba(24,191,223,0.1);
    border-left: 3px solid #18BFDF;
    padding: 30px 10px;
}
.single-blog-content .quote-wrapper .quoter-container{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0px auto ;
}
.single-blog-content .quote-wrapper article{
    color: rgba(16,44,87,0.7);
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
}
.single-blog-content .quote-wrapper svg{
    align-self: flex-end;
}
.single-blog-content .share-wrapper{
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.single-blog-content .share-wrapper p{
    color: #102C57;
    font-weight: 600;
    font-size: 12px;
}
@media (max-width:1024px) {
    .single-blog-content{
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
    }
    .single-blog-content .left-content,.single-blog-content .right-content{
        width: 100%;
    }
    .single-blog-content .gallery-images{
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-cover-image{
        position: relative;
    }
}

.a2a_button_linkedin .a2a_svg, .a2a_button_facebook .a2a_svg, .a2a_button_x .a2a_svg {
    display: none;
}

.a2a_button_linkedin::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%2318bfdf" d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.a2a_button_facebook::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%2318bfdf" d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.a2a_button_x::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%2318bfdf" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}


.single-blog-content .right-content .recent-posts{
    background-color: rgba(16,44,87,0.1);
    padding: 20px 15px;
}
.single-blog-content .right-content .recent-posts .posts{
    display: flex;
    flex-direction: column;
    gap:12px;
    margin-top: 20px;
}
.single-blog-content .right-content .recent-posts .posts .post{
    display: flex;
    flex-direction: row;
    gap:16px;
    align-items: center;
    text-decoration: none;
}
.single-blog-content .right-content .recent-posts .posts .post .image{
    width: 75px;
    height: 75px;
}
.single-blog-content .right-content .recent-posts .posts .post .post-info{
    width: calc(100% - 91px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.single-blog-content .right-content .recent-posts .posts .post .post-info .date{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.single-blog-content .right-content .recent-posts .posts .post .post-info .date p{
    color: rgba(16,44,87,0.7);
    font-size: 14px;
    font-weight: normal;
}
.single-blog-content .right-content .recent-posts .posts .post .post-info .label{
    color: #102C57;
    font-size: 16px;
    font-weight: 500;
}
.single-blog-content .right-content .recent-posts .posts .post .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-blog-content .right-content .recent-posts .posts .post .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog-content .right-content .title{
    color: #18BFDF;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.single-blog-content .right-content .title hr{
    margin-top: 7px;
    border: 1px solid #18BFDF;
    width: 65px;
}

.single-blog-content .right-content .tags{
    margin-top: 20px;
    background-color: rgba(16,44,87,0.1);
    padding: 20px 15px;
}
.single-blog-content .right-content .tags .tags-listing{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.single-blog-content .right-content .tags .tags-listing .tag{
    background-color: rgba(16,44,87,0.1);
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #102C57;
}


.single-blog-content .need-help-wrapper{
    width: 100%;
    /*position: sticky;*/
    /*top: 170px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    margin-top: 20px;
}
.single-blog-content .need-help-wrapper .content{
    width: 100%;
    position: relative;
}
.single-blog-content .need-help-wrapper .content .image{
    width: 100%;
    position: relative;
}
.single-blog-content .need-help-wrapper .content .image .phone-icon{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #18BFDF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-blog-content .need-help-wrapper .content .image .phone-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #18BFDF;
}
.single-blog-content .need-help-wrapper .content .image .phone-icon svg{
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.single-blog-content .need-help-wrapper .content:hover .image .phone-icon svg{
    transform: rotate(400deg);
    transition: all 0.5s ease;
}
.single-blog-content .need-help-wrapper .content .image .phone-icon svg path{
    transform: translate(-942.43px, -113.94px);
}
.single-blog-content .need-help-wrapper .content .info{
    background: #102C57 0% 0% no-repeat padding-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
}
.single-blog-content .need-help-wrapper .content .info .phone-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.single-blog-content .need-help-wrapper .content .info .phone-info .phone-number-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.single-blog-content .need-help-wrapper .content .info .phone-info .phone-number-info{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.single-blog-content .files-section-wrapper{
    width: 100%;
    margin-top: 20px;
}
.single-blog-content .files-section-wrapper .files-listing{
    width: 100%;
    display: flex !important;
}

.career-content{
    width: 65%;
    margin: 50px auto 70px;
}
.career-content .content-section{
    width: 100%;
    display: flex;flex-direction: row;
    align-items: center;justify-content: space-between;
}
.career-content .content-section .image{
    width: 45%;
}
.career-content .content-section .description{
    width: 48%;
}
.career-content .content-section .description .pages-content-wrapper .section-title{
    font-size: 30px;
    font-weight: bold;
    color: #102C57;
    margin-bottom: 20px;
}
.career-content .content-section .description .pages-content-wrapper article {
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    color: #102C57;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    .career-content{
        width: 100%;
        padding: 0 15px;
        margin: 20px 0;
    }
    .career-content .content-section{
        flex-direction: column;
        gap: 10px;
    }
    .career-content .content-section .image,.career-content .content-section .description{
        width: 100%;
    }
    .gallery-section-wrapper .section-head .swiper-navigation {
        position: absolute !important;
        bottom: 12px;
        left: 0px;
        right: 32%;
    }
    .gallery-section-wrapper {
        margin-top: 50px;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .gallery-section-wrapper .section-head {
        position: unset !important;
        width: 80%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

}

.gallery-section-wrapper{
    margin-top: 50px;
}
.gallery-section-wrapper .gallery-carousel-wrapper{
    margin-top: 20px;
    overflow-x: hidden;
}
.gallery-section-wrapper .section-head{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.gallery-section-wrapper .section-head .section-title{
    font-weight: bold;
    font-size: 35px;
    text-transform: capitalize;
    color: #102C57;
}
.gallery-section-wrapper .solution-carousel-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow: clip;
}
.gallery-section-wrapper .section-head .swiper-navigation{
    position: relative;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-next,
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-prev{
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #18BFDF;
    border: 1px solid rgba(24,191,223,0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-next:hover,
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-prev:hover{
    border: 1px solid rgba(24,191,223,1);
    transition: all 0.3s ease;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-next:after,
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
    font-size: 23px;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-next:after{
    margin-right: -3px;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-prev:after{
    margin-left: -3px;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-next{
    right: 0 !important;
}
.gallery-section-wrapper .section-head .swiper-navigation .swiper-button-prev{
    left: unset !important;
    right: 60px !important;
}

.offices-locations{
    width: 65%;
    margin: 30px auto 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.offices-locations .office-wrapper{
    background-color: rgba(16,44,87,0.1);
    padding: 40px 30px;
}
.offices-locations .office-wrapper .office{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offices-locations .office-wrapper .office .office-name{
    font-size: 20px;
    font-weight:bold;
    color: #102C57;
}
.offices-locations .office-wrapper .office .info-listing{
   display: flex;
    flex-direction: column;
    gap: 0;
}
.offices-locations .office-wrapper .office .info-listing .info{
   display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    padding: 20px 0;
}
.offices-locations .office-wrapper .office .info-listing .info:not(:last-child){
   border-bottom: 1px solid rgba(16,44,87,0.2);
}
.offices-locations .office-wrapper .office .info-listing .info .svg-container{
   width: 27px;
   height: 27px;
}
.offices-locations .office-wrapper .office .info-listing .info .location-info{
   display: flex;
    flex-direction: column;
    gap: 7px;
}
.offices-locations .office-wrapper .office .info-listing .info .location-info .type{
    font-weight: 600;
    color: #102C57;
    font-size: 16px;
}
.offices-locations .office-wrapper .office .info-listing .info .location-info .information{
    font-weight: normal;
    color: #102C57;
    font-size: 12px;
}
.offices-locations .office-wrapper .office .info-listing .info .location-info .information a{
    font-weight: normal;
    color: #102C57;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
}
@media (max-width: 1024px) {
    .offices-locations{
        width: 100%;
        padding: 0 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .offices-locations .office-wrapper{
        padding: 15px 10px;
    }
}

.contact-form{
    width: 65%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    background: #102C57 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    padding: 40px 0;
}
.contact-form form{
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
}
.contact-form form .inputs-container{
    width: 100%;
    display: grid;
    grid-template-columns:repeat(2,1fr);
    row-gap:20px;
    column-gap: 15px;
}
.contact-form form .inputs-container .field{
    width: 100%;
    display: flex;
    flex-direction: column;gap:10px;
    position: relative;
}
.contact-form form .inputs-container .field.textarea{
    grid-column: span 2 / span 2;
}
.contact-form form .inputs-container .field label{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
.contact-form form .inputs-container .field input,
.contact-form form .inputs-container .field textarea{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background: rgba(255,255,255,0.2) 0% 0% no-repeat padding-box;
    border: none;
}
.contact-form form .inputs-container .field input{
    height: 37px;
}
.contact-form form .inputs-container .field textarea{
    padding: 10px 14px;
}
.inputs-container .field input:not([type="tel"]) {
    padding: 10px 14px;
}
.inputs-container .field .iti {
    width: 100%;
}
.inputs-container .field .iti input {
    width: 100%;
    height: 37px;
}
.contact-form form .inputs-container .field input::placeholder,
.contact-form form .inputs-container .field textarea::placeholder{
    color: rgba(255,255,255,0.2);
}
.contact-form form .submit-button{
    color: rgba(255,255,255,0.2);
}

.contact-form form .submit-button{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #18BFDF;
    width: fit-content;
    display: flex;align-items: center;justify-content: center;
    color: #fff;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}
.contact-form form .submit-button:hover{
    background-color: #F05A5D;
    transition: all 0.5s ease;
}

.contact-form .head{
   width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.contact-form .head .title{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
}
@media (max-width: 1024px) {
    .contact-form{
        width: 100%;
        padding: 15px;
    }
    .contact-form form{
        width: 100%;
        margin-top: 0;
    }
    .contact-form form .inputs-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-form form .inputs-container .field.textarea{
        grid-column: span 1 / span 1;
    }
}

.map-container{
    width: 100%;
    margin: 50px auto 0;
    background-color: gray;
}

.news-insights-listing{
    width: 65%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.news-insights-listing .news-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 15px 25px;
    background: rgba(0,0,0,0.1) 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
.news-insights-listing .news-card .head{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.news-insights-listing .news-card .head .left{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.news-insights-listing .news-card .head .left .label{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7px;
    font-family: "Rubik", serif;
}
.news-insights-listing .news-card .head .left .date{
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    font-family: "Rubik", serif;
}
.news-insights-listing .news-card .head .left .image{
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.news-insights-listing .news-card .head .left .image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.news-insights-listing .news-card .description article{
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
    color: #000000;
    font-family: "Rubik", serif;
}
.news-insights-listing .news-card .description article a{
    font-size: 17px;
    font-weight: normal;
    color: #00000099;
    text-decoration: underline;
    font-family: "Rubik", serif;
}
@media (max-width: 1024px) {
    .news-insights-listing{
        width: 100%;
        padding: 0 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}