/*=======================================================================
Template Name: Buildkon
Author:  ThemeOri
Author URI: http://themeori.com
Version: 1.0
Description: This Template is created for web template   
--------------------------------------------------------------------------
 CSS Index

* Default CSS
* Top Bar CSS
* Main Menu CSS
* Responsive Menu CSS
* Banner CSS
* About CSS
* Achievement CSS
* Work CSS
* Team CSS
* Home Form CSS
* Testimonial CSS
* Blog CSS
* Footer CSS
* Footer Bottom CSS
* Animate CSS
* Scroll Top CSS
* Preloader CSS
* Page Header CSS
* Pricing CSS
* All Blog Page CSS
* Contact CSS

/* Google Fonts
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*==========================================================================
Default CS
========================================================================= */

:root {
    --primary-color: #00718b;
    /*--secondary-color: #562ad1;*/
    --bg-sec-light: #00718b;
    /*--bg-sec-light: #40a5d940;
	--footer-color: #052447;
	--font-color: #000000;*/
}

body {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-family: "Poppins", serif;
    background: transparent;
    line-height: 1.5;
    font-weight: 400;
    color: #4B4B4B;
}

img {
    width: 100%;
    max-width: 100%;
    /*height: auto;*/
}

a {
    text-decoration: none;
    border: none;
    outline: 0;
    color: var(--primary-color);
    font-family: "Poppins", serif;
}

    a:hover,
    a:focus,
    a:active,
    button:focus {
        text-decoration: none;
        border: none;
        outline: 0;
        color: #fff;
    }

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: calc(26px + (50 - 26) * ((100vw - 300px) / (1920 - 300)));
    color: #051235;
    line-height: 1.3;
    font-weight: 700;
}

h2 {
    font-size: calc(24px + (45 - 24) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.4;
    color: #051235;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 600;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 34px;
}

input,
input:hover,
input:focus,
input[type=text],
input[type=email],
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    outline: none;
}

.bgc-white {
    background-color: #fff !important;
}

.section-padding {
    padding: 65px 0px;
}

.section-title > span {
    color: var(--primary-color);
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
}

.section-title p {
    padding: 5px 0px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.algin-center {
    text-align: center;
    max-width: 510px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.s-table {
    height: 100%;
    width: 100%;
    display: table;
}

.s-tablec {
    display: table-cell;
    vertical-align: middle;
}

.theme-btn,
.pri-btn,
.price-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 28px;
    padding: 10px 15px;
    font-family: "Poppins", serif;
    font-weight: 500;
    z-index: 3;
    position: relative;
    border: solid 1px transparent;
}

    .theme-btn:hover {
        border: solid 1px transparent;
    }

    .theme-btn::before,
    .price-btn::before,
    .all-btn::before {
        background: #051235;
        content: "";
        position: absolute;
        right: auto;
        left: 0;
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: -1;
    }

    .theme-btn:hover::before {
        right: 0;
        left: auto;
        width: 100%;
    }

.pricing-item:hover .price-btn::before {
    right: 0;
    left: auto;
    width: 100%;
}

.all-btn,
.all-btn:hover {
    color: #fff;
    background-color: ##051235;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.all-btn {
    color: #fff;
}

.theme-border-btn {
    display: inline-block;
    border: var(--primary-color) solid 1px;
    color: #fff;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 28px;
    padding: 10px 15px;
    font-family: "Poppins", serif;
    font-weight: 500;
    z-index: 3;
    position: relative;
}

    .theme-border-btn::before,
    .theme-border-btn::before,
    .theme-border-btn::before {
        background: #051235;
        border-color: #fff;
        content: "";
        position: absolute;
        right: auto;
        left: 0;
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: -1;
    }

    .theme-border-btn:hover::before {
        right: 0;
        left: auto;
        width: 100%;
    }

    .theme-border-btn:hover {
        border: #fff solid 1px;
    }


.price-btn {
    background: #051235;
}

    .box,
    .price-btn::before {
        background: var(--primary-color);
    }

.overflow-hide {
    overflow: hidden !important;
}
/*==========================================================================
 Top Bar 
========================================================================== */
.top-bar {
    background: #051235;
    padding: 10px 0px;
}

.top-left li {
    display: inline-block;
    margin-right: 25px;
}

    .top-left li a {
        color: #fff;
        font-weight: 600;
        line-height: 28px;
    }

    .top-left li i:before {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 5px;
    }

    .top-left li:last-child {
        margin: 0;
    }

.top-right {
    text-align: right;
}

    .top-right li {
        display: inline-block;
        margin-right: 15px;
    }

        .top-right li:last-child {
            margin: 0;
        }

        .top-right li a {
            color: #fff;
            font-size: 15px;
        }

.header .logo img {
    max-width: 180px;
}

.ctm-chk-box {
    position: absolute !important;
    height: 12px !important;
    width: 12px !important;
}

.ctm-form-check {
    color: white;
    font-size: 12px;
}

.ctm-form-check-2 {
    color: #4B4B4B !important;
    text-align: start;
}
/*==========================================================================
Main Menu
========================================================================== */
.header-menu {
    background: #fff;
    position: relative;
}

    .header-menu.sticky-menu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        width: 100%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
        animation: header_sticky 1.1s;
    }

@-webkit-keyframes header_sticky {
    0% {
        top: -250px;
    }

    100% {
        top: 0;
    }
}

@keyframes header_sticky {
    0% {
        top: -250px;
    }

    100% {
        top: 0;
    }
}

.logo a {
    display: inline-block;
}

    .logo a img {
        max-width: 200px;
    }

.main-menu ul {
    text-align: right;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

    .main-menu li a {
        color: #051235;
        display: block;
        font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
        line-height: 28px;
        font-weight: 500;
        padding: 15px 20px;
        display: inline-flex;
        align-items: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .main-menu li a i {
            display: inline-block;
            margin-right: 8px;
            position: relative;
            top: 2px;
        }

        .main-menu li a:hover,
        ul#mobilemenu li.active > a {
            color: var(--primary-color);
        }

    .main-menu li:last-child a {
        padding-right: 0px;
    }

    .main-menu li ul {
        background: #fff;
        border-top: 2px solid var(--primary-color);
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        text-align: left;
        top: 125px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        /*width: 230px;*/
        width: max-content;
        z-index: -1;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    }

        .main-menu li ul li a {
            color: #051235;
        }

    .main-menu li li {
        display: block;
    }

        .main-menu li li a {
            padding: 0px;
            padding-bottom: 15px;
            margin: 15px 25px;
            text-transform: none;
            border-bottom: 1px solid #eee;
            color: #051235;
        }

        .main-menu li li:last-child a {
            border: none;
        }

        .main-menu li li:hover > a {
            color: var(--primary-color);
            margin-left: 28px;
        }

.main-menu ul li a {
    color: #051235;
}

.main-menu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100px;
    z-index: 999;
}

    .main-menu li ul ul,
    .main-menu li:hover ul ul {
        left: 230px;
        top: 78px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        border: none;
    }

    .main-menu li:hover ul li:hover ul {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        top: 0;
        border-top: 3px solid var(--primary-color);
    }

    .main-menu li:hover ul > li:hover ul {
        top: -17px;
    }

    .main-menu li:hover ul li:hover ul li a {
        border-bottom: 1px solid #eee;
    }

    .main-menu li:hover ul li:hover ul li:last-child a {
        border: none;
        padding: 0;
    }

.main-menu li ul > li:last-child > a {
    padding-bottom: 0;
}

.menu-right {
    text-align: right;
    display: flex;
    gap: 10px;
}

#mobile-menu {
    display: none;
}
/*==========================================================================
Responsive Menu Css
========================================================================== */

.responsive-menu {
    position: absolute;
    top: -13px;
    right: 0;
    width: 100%;
}

.mean-container a.meanmenu-reveal span {
    background: #051235;
    margin-top: 6px;
}

.mean-container a.meanmenu-reveal {
    color: #051235;
    margin-right: 3px;
    width: 35px;
    height: 31px;
}

.mean-container .mean-bar {
    background: transparent;
    padding: 0;
}

.mean-container .mean-nav {
    background: #FAFAFB;
    /*margin-top: 75px;*/
    margin-top: 62px;
}

    .mean-container .mean-nav li:first-child > a {
        border: none;
    }

    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li li a,
    .mean-container .mean-nav li li:first-child > a {
        color: #051235;
        font-size: 16px;
        font-weight: 700;
        border-top: 1px solid #E7E7E7;
        opacity: 1;
    }

        .mean-container .mean-nav ul li a.mean-expand {
            background: var(--primary-color);
            /*height: 37px;*/
            color: #fff;
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: var(--primary-color);
            }

.mean-bar a i {
    font-size: 30px;
    padding-top: 2px;
    display: block;
}
/*==========================================================================
Banner 
========================================================================== */

.banner {
    /*background-color: #051235;*/
    /*background-image: url(../img/banner.png);*/
    background-image: url(../img/banner-lp.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 60px 0 120px 0;
}
/*.banner-content {
	padding: 185px 0px;
	max-width: 600px;
}*/

    .banner.lp-logo {
        background-image: url(../img/lp-logo/banner-lp.png);
    }
    .banner.lp-name {
        background-image: url(../img/lp-name/banner-lp.png);
    }
    .banner.lp-slogan {
        background-image: url(../img/lp-slogan/banner-lp.png);
    }
    .banner-content h1 {
        color: #fff;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .banner-content h1 span {
        color: var(--primary-color);
        margin-top: 5px;
        margin-bottom: 15px;
    }

.banner-content p {
    color: #fff;
    margin-bottom: 30px;
}
/*.banner-content span {
	font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
	line-height: 1.4;
	color: var(--primary-color);
	font-weight: 600;
}*/
.banner-right {
    position: absolute;
    background: url("/assets/img/banner-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    height: 100%;
    width: 50%;
    right: 0px;
    top: 50px;
}

.topThreeBox {
    position: relative;
    top: -50px;
}

    .topThreeBox .topBox {
        background-color: #fff;
        padding: 15px 20px;
        display: flex;
        align-items: flex-start;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 48%);
    }

        .topThreeBox .topBox p {
            color: #000;
            line-height: 1.4;
        }

        .topThreeBox .topBox .iconBox {
            margin-right: 10px;
        }

            .topThreeBox .topBox .iconBox img {
                max-width: 50px;
                filter: grayscale(1);
            }

/*==========================================================================
About 
========================================================================== */
.about-section {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .about-section h2, .about-section p {
        color: #fff;
    }

.about-image1 img {
    text-align: left;
    width: 100%;
}

.about-btn {
    margin-top: 35px;
    margin-bottom: 22px;
}

.about-left {
    margin-right: 35px;
    margin-top: 35px;
    margin-bottom: 52px;
}

.about-image1 {
    position: relative;
    background: #f7f7f7;
    margin: 0 auto;
}

.img-2 {
    position: absolute;
    bottom: -52px;
    right: -52px;
    max-width: 225px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.about-section .img-3 {
    position: absolute;
    right: -35px;
    top: -35px;
    width: 180px;
    height: 184px;
    background-color: var(--primary-color);
    z-index: 1;
}

.about-section .about-left img {
    position: relative;
    z-index: 2;
}
/*==========================================================================
Services Css
========================================================================== */
.servicesSec {
    background-color: #fff;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.service-item {
    padding: 0 0 55px 0;
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: relative;
}

.servicesSec .bDRow {
    border-bottom: var(--primary-color) solid 1px;
}

.service-item .iconNumber {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    bottom: -15px;
    background-color: var(--primary-color);
}

.service-item i::before {
    font-size: 70px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.service-item i {
    color: var(--primary-color);
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.service-item .InnerBox {
    padding: 20px 35px;
    text-align: center;
    height: 100%;
    background: #fff;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 26%);
}

    .service-item .InnerBox:hover {
        background-color: var(--primary-color);
        background-image: url(/assets/img/service-bg.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.service-item h3 {
    margin-top: 15px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0;
}

.service-item p {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #4B4B4B;
}

.service-item .InnerBox:hover i,
.service-item .InnerBox:hover h3,
.service-item .InnerBox:hover p {
    color: #fff;
}

.servicesSec .services-box-logo svg, .servicesSec .services-box-logo img, .servicesSec .services-box-logo object {
    max-width: 50px;
    height: auto;
    filter: grayscale(1);
}

.servicesSec .service-item:hover .services-box-logo .icon {
    fill: #fff !important;
}

.servicesSec .service-item .InnerBox:hover .services-box-logo .icon {
    filter: brightness(0) saturate(100%) invert(100%);
}
/*.services .service-item:hover .icon {
	filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg);
	transition: filter 0.3s ease;
}*/

.servicesSec .service-item:hover .icon:hover {
    /*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%);*/
}
/*==========================================================================
Achievement Css
========================================================================== */
.achievement {
    background-color: #051235;
    background-image: url(/assets/img/achievement-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.achievement-left {
    max-width: 430px;
}

    .achievement-left h2,
    .achievement-left p {
        color: #fff;
    }

    .achievement-left p {
        margin-top: 20px;
        margin-bottom: 35px;
    }

.achievement-item {
    padding: 30px 25px 23px 25px;
    background: #FFF;
    border-radius: 4px;
}

    .achievement-item li i {
        display: block;
    }

        .achievement-item li i::before {
            color: var(--primary-color);
            font-size: 60px;
        }

    .achievement-item li {
        margin-right: 15px;
    }

        .achievement-item li:last-child {
            margin: 0;
        }

.counter {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 40px;
    color: #051235;
    margin-bottom: 5px;
    display: block;
}

.counter-title {
    font-size: 17px;
    font-family: "Poppins", serif;
}

.achievement .achievement-item img {
    max-width: 80px;
    height: auto;
}
/*==========================================================================
Work Css
========================================================================== */
.work-item {
    position: relative;
}

.work-overly {
    position: absolute;
    left: 30px;
    bottom: 0px;
    background: var(--primary-color);
    right: 30px;
    padding: 20px 25px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .work-overly h3 a,
    .work-overly p {
        color: #fff;
    }

    .work-overly .overlay-plus a {
        display: block;
        position: absolute;
        background: black;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .work-overly .overlay-plus a i::before {
            background: #fff;
            height: 35px;
            width: 35px;
            color: var(--primary-color);
            display: block;
            line-height: 35px;
            text-align: center;
            border-radius: 2px;
        }

.work-item:hover .work-overly {
    opacity: 1;
    bottom: 30px;
}

.work-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .work-item img {
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }

    .work-item:hover img {
        transform: scale(1.1);
    }

.work-details-item {
    border-top: 1px solid #eaeaea;
}

.work-details-content,
.work-details-help {
    background: #FAFAFB;
}

    .work-details-content ul li {
        margin-bottom: 15px;
    }

        .work-details-content ul li:last-child {
            margin-bottom: 0;
        }

    .work-details-content li i {
        color: var(--primary-color);
        font-size: 14px;
        margin-right: 7px;
    }

    .work-details-content li span {
        color: #051235;
        font-weight: 600;
        margin-right: 10px;
    }

    .work-details-content li a {
        color: #4B4B4B;
    }

    .work-details-help li i {
        font-size: 40px;
        color: var(--primary-color);
        margin-right: 15px;
    }

    .work-details-help li p {
        color: #4B4B4B;
    }

    .work-details-help li p {
        color: #4B4B4B;
        line-height: 26px;
    }

    .work-details-help li h5 {
        color: #051235;
        font-size: 18px;
        font-weight: 500;
    }
/*==========================================================================
Team  Css
========================================================================== */

.team {
    background-color: #FAFAFB;
    background-image: url(/assets/img/team.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

.team-content {
    background: #fff;
    /*padding: 20px 15px 30px 15px;*/
    padding: 10px 15px 10px 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member:hover .team-content {
    background: var(--primary-color);
}

.team-content li a i {
    color: #051235;
    background: #FAFAFB;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-content li {
    display: inline-block;
    margin-right: 10px;
}

    .team-content li:last-child {
        margin: 0;
    }

.team-content h3 {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 20px;
}

.team-content p {
    margin-bottom: 13px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0;
}

.team-member:hover .team-content p,
.team-member:hover .team-content h3 {
    color: #fff;
}
/*==========================================================================
Quote Form 
========================================================================== */

.home-form {
    background-color: #051235;
    background-image: url(/assets/img/quote-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.home-left-bg {
    position: absolute;
    background: url("/assets/img/quote-left-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 45%;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.quote-title {
    margin-bottom: 40px;
}

    .quote-title h2 {
        color: #fff;
    }

.quote-from .form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: #1e2a4a;
    border: 0px;
    height: 57px;
    border-radius: 0px;
    padding: 15px 20px;
}

.form-control:focus {
    color: #fff;
    background: #1e2a4a;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quote-from .form-group {
    margin-bottom: 30px;
}

.quote-from .form-row > .col,
.quote-from .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.quote-from .form-row {
    margin-right: -15px;
    margin-left: -15px;
}
/*==========================================================================
Testimonial CSS
========================================================================== */

.testimonial-item {
    background: #FAFAFB;
    /*padding: 35px 35px;*/
    padding: 35px 35px 20px;
    position: relative;
}

    .testimonial-item img {
        max-height: 85px;
        max-width: 85px;
        border-radius: 50%;
    }

.testimonial-content {
    margin-top: 20px;
}

    .testimonial-content p {
        margin-bottom: 10px;
    }

    .testimonial-content h3 {
        font-size: 20px;
    }

    .testimonial-content h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: var(--primary-color);
    }

.testimonial-icon {
    position: absolute;
    /*right: 35px;
	top: 35px;*/
    right: 5px;
    top: 5px;
    display: inline-block;
    font-size: 60px;
    opacity: 0.1;
}

.pagination-area .dots span {
    display: inline-block;
    height: 19px;
    width: 19px;
    /*border: 1px solid var(--primary-color);*/
    border: 1px solid #fff;
    background: 0 0;
    position: relative;
    opacity: 1
}

    .pagination-area .dots span.swiper-pagination-bullet-active {
        /*border: 1px solid var(--primary-color);*/
        border: 1px solid #fff;
        opacity: 1
    }

        .pagination-area .dots span.swiper-pagination-bullet-active::before {
            position: absolute;
            content: "";
            height: 9px;
            width: 9px;
            border-radius: 50%;
            top: 50%;
            left: 8px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            /*background: var(--primary-color);*/
            background: #fff;
        }

.swiper-slide-active {
    border-bottom: 3px solid var(--primary-color);
    border-radius: 4px;
}

    .swiper-slide-active .testimonial-icon {
        color: var(--primary-color);
    }
/*==========================================================================
Blog CSS
========================================================================== */

.blog {
    background: #FAFAFB;
    background-image: url(/assets/img/blog-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-content {
    background: #fff;
    padding: 30px 30px;
}

    .blog-content li {
        display: inline-block;
        margin-right: 15px;
    }

        .blog-content li:last-child {
            margin: 0;
        }

        .blog-content li i:before {
            margin: 0;
            padding: 0;
            vertical-align: middle;
            display: inline-block;
            margin-bottom: 3px;
            margin-right: 5px;
            color: var(--primary-color);
        }

    .blog-content h3 a,
    .blog-content h3 a:hover {
        font-size: 20px;
        line-height: 30px;
        padding-top: 5px;
        color: #051235;
        display: block;
        padding-bottom: 10px;
    }

    .blog-content a {
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        display: block;
        margin-top: 8px;
        color: var(--primary-color);
    }

        .blog-content a:hover {
            color: var(--primary-color);
        }

        .blog-content a i {
            margin-left: 5px;
            vertical-align: middle;
            margin-bottom: 1px;
            font-size: 14px;
        }

.blog-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .blog-img img {
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }

        .blog-img img:hover,
        .blog-item:hover .blog-img img {
            transform: scale(1.1);
        }
/*==========================================================================
Footer CSS
========================================================================== */

.footer {
    background: #051235;
    background-image: url(/assets/img/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.widget .widget-title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

    .widget .widget-title::before {
        position: absolute;
        content: '';
        height: 3px;
        width: 30px;
        bottom: -10px;
        left: 0;
        background: var(--primary-color);
    }

.widget p {
    color: #fff;
}

.widget li a {
    color: #fff;
    transition: 0.3s;
}

    .widget li a:hover {
        color: var(--primary-color);
        margin-left: 2px;
    }

.widget li {
    margin-bottom: 10px;
}

    .widget li:last-child {
        margin: 0;
    }

.footer_menu {
    margin-left: 40px;
}

    .footer_menu.two {
        margin-left: 20px;
    }

.subscribe-from {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

    .subscribe-from input[type="text"] {
        color: #000;
        display: block;
        height: 60px;
        padding-left: 20px;
        padding-right: 60px;
        position: relative;
        width: 100%;
        background: #fff;
        border: none;
    }

    .subscribe-from button {
        display: block;
        cursor: pointer;
        height: 60px;
        width: 60px;
        padding: 11px 0px;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0px;
        background: var(--primary-color);
        border: none;
        color: #fff;
        font-size: 20px;
    }

.contact-icon-widget {
    margin-right: 15px;
}

    .contact-icon-widget i:before {
        margin: 0;
        color: var(--primary-color);
        font-size: 20px;
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

    .contact-icon-widget i {
        display: block;
    }

.contact_list .contact-widget-item {
    margin-bottom: 15px;
}

    .contact_list .contact-widget-item:last-child {
        margin: 0;
    }
/*==========================================================================
 Footer Bottom CSS
========================================================================== */

.footer-bottom {
    background: #051235;
    padding: 20px 0px;
}

.footer-copyright {
    /*text-align: left;*/
    text-align: center;
}

    .footer-copyright p {
        color: #fff;
        font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1920 - 300)));
    }

.form-group {
    margin: 0;
}
/*==========================================================================
Animate 
========================================================================== */

.up-down-animate {
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -moz-animation-name: up-down;
    -ms-animation-name: up-down;
    -o-animation-name: up-down;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}
/*==========================================================================
Scroll Top CSS
========================================================================== */

.scroll-top {
    background: var(--primary-color);
    bottom: 1%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    /*right: 1%;*/
    left: 1%;
    text-align: center;
    width: 40px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.scroll-up:hover {
    color: #fff;
}
/*==========================================================================
Preloader CSS
========================================================================== */

.spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #051235;
    z-index: 9999999999;
}

    .theme-loader .spinner {
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
    }
/*==========================================================================
Page Header CSS
========================================================================== */

.page-header {
    background: #051235;
    padding: 150px 0px;
    background-image: url(/assets/img/page-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-content h2 {
    color: #fff;
}

.page-header-content ul {
    margin-top: 20px;
    margin-left: 3px;
}

.page-header-content li,
.page-header-content li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

    .page-header-content li:last-child {
        color: var(--primary-color);
    }

        .page-header-content li:last-child::before {
            content: "/";
            padding-right: 15px;
            padding-left: 10px;
            display: inline-block;
            color: #fff;
        }

.main-content {
    padding: 130px 0px;
}
/*==========================================================================
Pricing CSS
==========================================================================*/

.pricing-item {
    background: #fff;
    text-align: center;
    border: 1px solid #ececec;
}

    .pricing-item:hover {
        box-shadow: 0px 20px 60px rgba(42, 61, 126, 0.08);
        border: 1px solid #f4f4f4;
    }

        .pricing-item:hover .pricing-header {
            background: var(--primary-color);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.box .pricing-header {
    background: var(--primary-color);
}

.box {
    border: 1px solid #fff;
}

.pricing-header {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px 40px;
}

.box {
    box-shadow: 0px 20px 60px rgba(42, 61, 126, 0.08);
}

    .box i {
        color: #fff;
    }

.pricing-header i {
    font-size: 50px;
    color: #051235;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-price h4 {
    font-size: 28px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    color: #051235;
}

.pricing-price h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #051235;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .pricing-price h3 span {
        font-size: 16px;
        line-height: 26px;
        color: var(--primary-color);
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.pricing-content {
    padding: 45px;
    padding-top: 0;
}

    .pricing-content ul li {
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
    }

        .pricing-content ul li:last-child {
            padding-top: 10px;
            border-bottom: none;
        }

.pricing-item:hover .pricing-price h4 {
    color: #fff;
}

.pricing-item:hover .pricing-price h3 {
    color: #fff;
}

.pricing-item:hover .pricing-header i {
    color: #fff;
}

.pricing-item:hover .pricing-price h3 span {
    color: #fff;
}
/*==========================================================================
All Blog Page CSS
========================================================================== */

.theme-btn.blog-btn {
    display: inline-block;
    margin-top: 25px;
}

.blog-main-content h2 a,
.blog-main-content h2 a:hover {
    color: #051235;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 15px;
    display: block;
}

.blog-main-content {
    padding: 40px 40px;
    background: #FAFAFB;
}

    .blog-main-content li {
        margin-right: 25px;
        padding-bottom: 5px;
    }

.blog-main-item {
    margin-bottom: 50px;
}

.blog-pagination li {
    display: inline-block;
    margin-right: 15px;
}

    .blog-pagination li a {
        color: #051235;
        background: #f3f3f3;
        display: block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        font-weight: 600;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .blog-pagination li:last-child {
        margin: 0;
    }

    .blog-pagination li .active,
    .blog-pagination li a:hover {
        background: var(--primary-color);
        color: #fff;
    }

.widget-list {
    padding: 30px;
    background: #FAFAFB;
    margin-bottom: 30px;
}

.widget-search {
    margin-bottom: 30px;
}

.widget-search-box input[type="text"] {
    color: #051235;
    display: block;
    height: 60px;
    font-size: 14px;
    background: #FAFAFB;
    outline: 0;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    width: 100%;
    border: none;
}

.widget-search-box button {
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: var(--primary-color);
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    line-height: 60px;
}

.widget-search form.widget-search-box {
    position: relative;
    width: 100%;
}

.widget-title h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

    .widget-title h2::before {
        position: absolute;
        content: '';
        height: 3px;
        width: 50px;
        bottom: -10px;
        left: 0;
        background: var(--primary-color);
    }

.category-item ul li {
    margin-bottom: 10px;
    background: #fff;
    padding: 15px 30px;
}

.category-item li a {
    color: #051235;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .category-item li a:hover {
        color: var(--primary-color);
        margin-left: 3px;
    }

    .category-item li a i {
        float: right;
        font-size: 16px;
        color: var(--primary-color);
        position: relative;
        top: 2px;
    }

.post-item ul li {
    position: relative;
    font-size: 14px;
    padding-left: 95px;
    margin-bottom: 23px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C4C4C4;
    overflow: hidden;
}

    .post-item ul li img {
        position: absolute;
        left: 0;
        top: 5px;
        width: 80px;
        height: 80px;
    }

.post-item li h4 {
    font-size: 18px;
    line-height: 28px;
}

.post-item li a {
    color: #051235;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .post-item li a:hover {
        color: var(--primary-color);
    }

.post-item ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-item ul i {
    color: var(--primary-color);
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.post-item ul span {
    color: #4B4B4B;
    font-size: 14px;
}

.blog-single .blog-tags ul li,
.blog-tags ul li {
    display: inline-block;
}

.blog-tags li a {
    display: inline-block;
    background: #fff;
    padding: 0px 15px;
    float: right;
    margin-right: 15px;
    color: #051235;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-tags li a:hover,
    .blog-single .blog-tags li a:hover {
        background: var(--primary-color);
        color: #fff;
    }

.gallery ul li img {
    width: 100%;
    border-radius: 6px;
}

.gallery ul li {
    max-width: 46%;
    margin-bottom: 24px;
    margin-right: 24px;
}

    .gallery ul li:nth-child(2) {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .gallery ul li:nth-child(4) {
        margin-bottom: 0;
        margin-right: 0;
    }

.widget-gallery ul {
    flex-wrap: wrap;
}

.blog-content h4 {
    font-weight: 400;
    position: relative;
    z-index: 2;
}

    .blog-content h4 i {
        position: absolute;
        top: 0;
        left: 60px;
        font-size: 60px;
        color: var(--primary-color);
        z-index: -1;
        opacity: 0.25;
    }

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .video-icon::before {
        position: absolute;
        content: '';
        width: 80px;
        height: 80px;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        background: var(--primary-color);
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-icon span {
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 26px solid #fff;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        display: block;
    }

    .video-icon::after {
        position: absolute;
        content: '';
        background: var(--primary-color);
        top: 50%;
        left: 50%;
        display: block;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%);
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transition: all 200ms;
    }

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.blog-img {
    position: relative;
}

.blog-single .blog-tags li a {
    display: inline-block;
    background: #FAFAFB;
    padding: 0px 15px;
    float: right;
    margin-right: 15px;
    color: #051235;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .blog-tags ul li {
    display: inline-flex;
}

.blog-single h2 a,
.work-content h2 a,
.blog-single h2 a:hover,
.work-content h2 a:hover {
    color: #051235;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 15px;
    display: block;
    font-family: 'Work Sans', sans-serif;
}

.comt-user {
    float: left;
    margin-top: 8px;
}

.comt-detail {
    overflow: hidden;
    padding-left: 30px;
}

.comtuser-name p {
    margin: 0;
    font-size: 14px;
}

.comtuser-name {
    position: relative;
    overflow: hidden;
}

    .comtuser-name a {
        position: absolute;
        top: 0;
        color: var(--primary-color);
        font-weight: 600;
        right: 0;
    }

    .comtuser-name h3 {
        font-size: 24px;
        font-weight: 600;
        color: #051235;
    }

.comt-user img {
    width: 100%;
    border-radius: 20px;
}

.comment-count {
    border-top: 1px solid #ececec;
}

.comtuser-name a i {
    margin-right: 5px;
    color: var(--primary-color);
}

.comment-temp li:last-child {
    margin: 0;
}

.comment-item {
    background: #FAFAFB;
    padding: 30px;
}
/*==========================================================================
Contact CSS
========================================================================== */

.contact-item {
    background: #FAFAFB;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .contact-item:hover {
        background-color: var(--primary-color);
        background-image: url(/assets/img/con-bg.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-item li {
        margin-right: 18px;
    }

    .contact-item i::before {
        display: block;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        color: var(--primary-color);
        font-size: 50px;
    }

    .contact-item h3 {
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        line-height: 50px;
        font-weight: 600;
    }

    .contact-item p {
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .contact-item p:last-child {
            margin: 0;
        }

    .contact-item:hover i::before,
    .contact-item:hover h3,
    .contact-item:hover span,
    .contact-item:hover p {
        color: #fff;
    }

.follow-us ul li {
    display: inline-block;
    margin-right: 10px;
}

.follow-us li a i {
    color: #051235;
    background: #FAFAFB;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .follow-us li a i:hover {
        color: #fff;
        background: var(--primary-color);
    }

.form-right {
    padding: 55px;
    background: #FAFAFB;
}

.form-title h3 {
    font-size: 30px;
    font-weight: 600;
}

.contact-map iframe {
    width: 100%;
    height: 550px;
    margin-bottom: -10px;
}

.form-group {
    margin-bottom: 30px;
}

    .form-group input {
        width: 100%;
        height: 60px;
        border: 1px solid #AB9B99;
        border-block-color: transparent;
        padding-left: 25px;
    }

    .form-group button {
        border: none;
    }

    .form-group textarea {
        border: 1px solid #ebebeb;
        padding: 20px;
        width: 100%;
        padding-left: 25px;
        resize: none;
        height: auto;
    }

        .form-group input:hover,
        .form-group input:focus,
        .form-group textarea:hover {
            outline: none;
        }

input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus {
    border-color: #ebebeb;
}

.faq-contact {
    max-width: 900px;
    margin: 0 auto;
}

/*==========================================================================
Registered Trademark CSS CSS
========================================================================== */

.ContentArea.leftPannel {
    text-align: left;
}

.ContentArea.RightPannel {
    /*text-align: right;*/
    text-align: left;
}


/*==========================================================================
FAQs CSS
========================================================================== */
.FaqsMainUp {
    padding: 60px 0;
}

    .FaqsMainUp h2 {
        background: var(--white);
        position: relative;
        display: table;
        margin: 0 auto 10px;
        padding: 5px 3rem;
    }

.FaqsMain {
    padding: 1rem 3rem;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    margin-top: -2rem;
}

.accordion_container {
    width: 100%;
}

.card {
    border-bottom: 1px solid #000;
    padding: 30px 0 0 0;
}

.card-header {
    cursor: pointer;
    font-family: arial;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

.plusminus {
    float: right;
    width: 30px;
    height: 30px;
    display: table;
    background: var(--primary-color);
    text-align: center;
    color: var(--white);
    line-height: 30px;
    border-radius: 100px;
    font-size: 20px;
}
/*.card-body {
	background: transparent;
	padding: 1rem 0 0;
	display: none;
	height: 0;
	overflow: hidden;
	transition: ease all 0.4s;
}*/
.card-body p {
    padding: 0;
    margin: 0px;
    color: #666666;
    font-weight: 400;
    display: block;
    text-align: left;
    width: 100%;
}

.open .card-body {
    height: auto;
    overflow: inherit;
    display: block;
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.FaqsMainUp .card-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.FaqsMainUp .btn-link {
    color: #051235;
    width: -webkit-fill-available;
    text-align: left;
}

.FaqsMainUp .card-header {
    background-color: transparent;
}

.FaqsMainUp .btn-link:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.FaqsMainUp a:hover, .FaqsMainUp a:focus, .FaqsMainUp a:active, .FaqsMainUp button:focus {
    color: var(--primary-color);
}

.FaqsMainUp .accordion > .card .card-header, .FaqsMainUp .accordion > .card .card-body {
    text-align: left;
}

.FaqsMainUp .card {
    border: none;
}

    .FaqsMainUp .card .btn {
        border: 0;
        text-decoration: none;
    }


.bottomForm {
    background-image: url(../img/bottomForm-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .bottomForm .form-group input {
        height: 48px;
        border: #6C6C6C solid 1px;
        background-color: #fff;
        border-radius: 10px;
        color: #000000;
        font-size: 12px;
    }

    .bottomForm .iti--separate-dial-code .iti__selected-dial-code {
        color: #000;
    }

    .bottomForm .form-group input::placeholder {
        color: #000000
    }

.footer .widget.footer-logo-info .footer-logo-img {
    max-width: 220px;
    /*filter: invert(1);*/
}

.footer .widget.footer-logo-info .payment-cards {
    max-width: 150px;
}

.footer-bottom .footer-policy-term ul li a {
    color: #fff;
    /*font-size: 13px;*/
    font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1920 - 300)));
}

.footer-bottom .footer-policy-term ul li:hover a {
    color: var(--primary-color);
}

.footer-bottom .footer-policy-term ul {
    display: inline-flex;
    gap: 10px;
}

.footer-bottom .footer-policy-term {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.endText {
    text-align: right;
}
/*Process section CSS*/
.process-sec .step-box {
    border-radius: 30px;
    background-color: rgb(247, 251, 253);
    /*box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);*/
    box-shadow: 0px 5px 35px 0px rgba(110, 123, 131, 0.2);
    /* min-height: 310px; */
    /*margin-bottom: 35px;*/
    /* display: grid; */
    text-align: center;
    height: 100%;
    padding: 25px;
    position: relative;
}

    .process-sec .step-box label {
        font-size: 100px;
        font-weight: bold;
        color: var(--primary-color);
        position: absolute;
        top: -48px;
        right: 27px;
        opacity: 0.3;
        line-height: 1;
    }

    .process-sec .step-box .step-icon {
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .process-sec .step-box .step-icon img {
            height: auto;
            object-fit: scale-down;
            /*filter: invert(1);*/
            max-width: 80px;
        }

    .process-sec .step-box .step-text h6 {
        font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        color: #051235;
        margin-bottom: 15px;
        text-align: center;
    }

    .process-sec .step-box .step-text p {
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        /*font-weight: 300;
		color: #051235;
		margin-bottom: 10px;
		text-align: center;*/
    }

/*Process section CSS Ends Here*/

.services-inner-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #051235;
    margin-bottom: 5px;
    display: block;
}

/*Packages styling starts here*/

.pricing .section-title {
    padding-bottom: 40px;
}

    .pricing .section-title h2 {
        /*font-size: 14px;
		font-weight: 500;
		padding: 0;
		line-height: 1px;
		margin: 0 0 5px 0;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #aaaaaa;
		font-family: "Poppins", sans-serif;*/
    }

    .pricing .section-title p {
        /*margin: 0;
		margin: 0;
		font-size: 36px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: "Poppins", sans-serif;
		color: var(--secondary-color);*/
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
    transition: 0.5s;
    position: relative;
    padding-left: 30px;
}

.pricing .package-tab-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
    max-height: none !important;
}

    .pricing .package-tab-list > li {
        padding: 0 10px;
        display: inline-block;
        padding-bottom: 10px;
    }

        .pricing .package-tab-list > li a {
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            padding: 12px 35px;
            background-color: #fff;
            display: inline-block;
            color: var(--secondary-color);
            transition: all 0.35s ease-in-out;
            border-radius: 25px;
            font-weight: 600;
            text-transform: uppercase;
            box-shadow: 0px 5px 25px 0px rgba(11, 38, 71, 0.2);
            text-align: center;
        }

        .pricing .package-tab-list > li active {
            background-color: var(--primary-color);
            color: #fff;
            text-align: center;
        }

.pricing .tabs-content .tab-pane.show.active {
    display: block !important;
}

.pricing .tabs-content > * {
    display: none;
}

.pricing .row {
    padding-top: 0;
}

.pricing .box {
    padding: 40px 10px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    background: #fff;
    text-align: center;
    transition: 0.5s;
    /*min-height: 550px;*/
    min-height: auto;
    border: 0;
    box-sizing: border-box;
    margin: 0 0;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
}

    .pricing .box:hover {
        background-color: var(--primary-color);
        color: #fff;
    }

.pricing .tabs-content {
    margin: 35px 0 0 0;
}

.pricing .box:hover h2, .pricing .box:hover h3, .pricing .box:hover h4, .pricing .box:hover span, .pricing .box:hover p, .pricing .box:hover ul, .pricing .box:hover ul li i {
    color: #fff;
}

.pricing .box:hover .theme-btn {
    background: #000 !important;
}

    .pricing .box:hover .theme-btn::before {
        background: #fff !important;
    }

.pricing .box .theme-btn:hover {
    color: #000;
}

.draw {
    transition: color 0.25s;
}

.pricing .box p {
    font-style: italic;
    line-height: 1.3;
    padding: 10px 0;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
}

.pricing h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320));
    transition: 0.5s;
}

.pricing h4 {
    font-size: calc(20px + (45 - 22) * (100vw - 320px) / (1920 - 320));
    color: var(--secondary-color);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    transition: 0.5s;
}

    .pricing h4 span {
        color: #000;
        font-size: 15px;
        display: block;
        transition: 0.5s;
        font-weight: 700;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
    transition: 0.5s;
    position: relative;
    padding-left: 30px;
}

    .pricing ul li {
        padding-bottom: 15px;
        font-size: 15px;
        display: flex;
        flex-direction: column;
    }

    .pricing ul i {
        position: absolute;
        color: var(--primary-color);
        font-size: 15px;
        padding: 3px 4px 0 0;
        /*padding-right: 4px;*/
        transition: 0.5s;
        margin-left: -23px;
    }

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.services-inner-sec {
    background-color: var(--bg-sec-light);
}

.pricing .nav-tabs {
    border-bottom: none;
}

.pricing .col-lg-3, .pricing .col-md-6, .pricing .col-sm-12 {
    padding: 0 8px;
}

.pricing .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #dee2e6 #dee2e6 #fff;
}



/*Packages styling ends here*/
/*cta css starts here*/
.inner-cta .container.cta-bg {
    background-color: #051235;
    background-image: url(/assets/img/quote-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 80px 0;
}

.inner-cta h2, .inner-cta span, .inner-cta p {
    color: #fff;
}

/*cta css ends here*/

/*Banner form css starts here*/

.slide-form {
    max-width: auto;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    background: #ffffff3b;
    padding: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    border-radius: 39px;
    border: #fff solid 1px;
}

    .slide-form h3 {
        font-weight: 700;
        /*color: var(--secondary-color);*/
        color: #fff;
        font-size: 23px;
        line-height: 1.3;
    }

        .slide-form h3 span {
            color: #051235;
        }

    .slide-form p {
        /*color: #000;*/
        line-height: 1.3;
    }
.banner.lp-logo .slide-form h3 span {
    color: #11c8f2;
}
.banner.lp-name .slide-form h3 span {
    color: #11c8f2;
}

.banner.lp-slogan .slide-form h3 span {
    color: #11c8f2;
}
.iti {
    width: 100%;
}

.slide-form .form-group {
    margin-bottom: 10px;
}

    .slide-form .form-group input {
        height: 50px;
        border-radius: 13px;
        border: #AB9B99 solid 1px;
        background-color: transparent;
        color: #fff;
        padding-left: 10px;
        font-size: 12px;
    }

.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.modal-content .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

.slide-form .form-group input::placeholder {
    color: #fff;
}

.slide-form .theme-btn:hover {
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.slide-form .theme-btn {
    background-color: #fff;
    border-radius: 13px;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    width: 100%;
    padding: 10px;
    color: #221818;
}

    .slide-form .theme-btn:hover::before {
        border-radius: 13px;
        color: #fff;
    }

/*Banner form css ends here*/

.theme-btn.header-btn {
    padding: 15px !important;
}

/* Popup css starts here */

.popupform .modal-body {
    background: transparent;
    padding: 0 0;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.popupform .popup-left-side h2 {
    font-size: calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.popupform .popup-left-side p {
    color: #fff;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
}

.popupform h2 {
    font-size: calc(17px + (26 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    line-height: normal;
}

.popupform .modal-content {
    background: url(/assets/img/pop-up-right-bg.png);
    background-size: contain;
    background-position: right;
    border: 0;
    background-repeat: no-repeat;
}

.popupform .btn-close-ctm {
    color: currentColor;
    padding: 10px;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    opacity: 1;
    position: absolute;
    z-index: 15;
}

    .popupform .btn-close-ctm:hover {
        opacity: 0.5;
    }

.popupform .popup-logo img {
    max-width: 200px;
    height: auto;
    margin-bottom: 25px;
}

.popupform .form-group {
    margin-bottom: 15px;
}

    .popupform .form-group input {
        height: 45px;
        border: 1px solid #ced4da;
    }

        .popupform .form-group input.theme-btn {
            height: auto;
            transition: all 0.4s ease-in-out;
        }

            .popupform .form-group input.theme-btn:hover {
                background: #000;
            }

.popupform .popup-left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    flex-direction: column;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: left;
    object-fit: cover;
    width: 100%;
    padding: 0 30px;
}

.popupform .call-btn i {
    color: var(--primary-color);
}

.popupform .call-btn .Contact a:hover i {
    color: #fff;
}

.popupform .popup-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 5px;
}

/* Popup css ends here */

.privacy-terms .section-title h2 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: calc(17px + (35 - 17) * (100vw - 320px) / (1920 - 320));
}

/*table section css*/

.difference-sec {
    background-color: #FAFAFB;
    background-image: url(/assets/img/service.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.difference-table {
    display: contents;
}

    .difference-table table {
        width: 100%;
        width: min(1320px, calc(110% - 1rem));
        margin-inline: auto;
        border-collapse: collapse;
        border-spacing: 2rem;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        margin: 0 auto;
        background-color: #fff;
    }

    .difference-table th,
    .difference-table td,
    .difference-table caption {
        padding: 1.5rem 1rem;
    }

        .difference-table td:nth-child(2) {
            box-shadow: -20px 0px 20px -10px rgba(198, 204, 213, 0.2), 20px 0px 20px -10px rgba(198, 204, 213, 0.2);
        }

        .difference-table th:nth-child(1) {
            background: #fffaee;
            border-radius: 20px 0 0 0;
            /*border-right: 7px solid #fff;*/
        }

        .difference-table th:nth-child(2) {
            /*background: #e5f4fb;*/
            background: #eafbe5;
        }

        .difference-table th:nth-child(3) {
            /*background: #e3f4df;*/
            background: #dfe7f4;
            border-radius: 0 20px 0 0;
            /*border-left: 7px solid #fff;*/
        }

    .difference-table td {
        border-bottom: 2px dashed #eeeded;
        font-weight: 400;
        font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
        color: #686868;
    }

    .difference-table tr:last-child td {
        border-bottom: none;
    }

    .difference-table col:nth-child(2) {
        background: #f4feff;
    }

    .difference-table caption,
    .difference-table th,
    .difference-table td {
        text-align: center;
    }

    .difference-table .check-icon {
        width: 25px;
        height: 24px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 1C6.17487 1 1.25 5.92487 1.25 12C1.25 18.0751 6.17487 23 12.25 23C18.3251 23 23.25 18.0751 23.25 12C23.25 5.92487 18.3251 1 12.25 1ZM17.4571 9.70711C17.8476 9.31658 17.8476 8.68342 17.4571 8.29289C17.0666 7.90237 16.4334 7.90237 16.0429 8.29289L10.75 13.5858L8.45711 11.2929C8.06658 10.9024 7.43342 10.9024 7.04289 11.2929C6.65237 11.6834 6.65237 12.3166 7.04289 12.7071L10.0429 15.7071C10.4334 16.0976 11.0666 16.0976 11.4571 15.7071L17.4571 9.70711Z" fill="%2311AA5E"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .difference-table .close-icon {
        display: inline-block;
        width: 25px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.75 1C6.67487 1 1.75 5.92487 1.75 12C1.75 18.0751 6.67487 23 12.75 23C18.8251 23 23.75 18.0751 23.75 12C23.75 5.92487 18.8251 1 12.75 1ZM16.4571 8.29289C16.8476 8.68342 16.8476 9.31658 16.4571 9.70711L14.1642 12L16.4571 14.2929C16.8476 14.6834 16.8476 15.3166 16.4571 15.7071C16.0666 16.0976 15.4334 16.0976 15.0429 15.7071L12.75 13.4142L10.4571 15.7071C10.0666 16.0976 9.43342 16.0976 9.04289 15.7071C8.65237 15.3166 8.65237 14.6834 9.04289 14.2929L11.3358 12L9.04289 9.70711C8.65237 9.31658 8.65237 8.68342 9.04289 8.29289C9.43342 7.90237 10.0666 7.90237 10.4571 8.29289L12.75 10.5858L15.0429 8.29289C15.4334 7.90237 16.0666 7.90237 16.4571 8.29289Z' fill='%23C4C2BE'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }

/* Responsive Table */
@media (max-width: 650px) {
    .difference-table td {
        /*display: grid;
			gap: 2.5rem;*/
        grid-template-columns: 1fr 1fr;
        /*padding: 2rem 2rem;*/
        padding: 0.5rem 0.5rem;
    }

        .difference-table td:first-child,
        .difference-table td:last-child {
            /*padding-top: 2rem;*/
            padding-top: 0.5rem;
        }
        /*.difference-table th {
			display: none;
		}*/
        .difference-table td::before {
            content: attr(data-cell);
            font-weight: bold;
            font-size: 16px;
            text-transform: capitalize;
            padding: 0.5rem 1rem;
        }

        .difference-table td:nth-of-type(1)::before {
            background: #e3f4df;
        }

        .difference-table td:nth-of-type(2)::before {
            background: #e5f4fb;
        }

        .difference-table td:nth-of-type(3)::before {
            background: #fffaee;
        }

    .difference-sec .row:first-child {
        padding: 0 15px;
    }

    .difference-table .check-icon, .difference-table .close-icon {
        width: 17px;
        height: 16px;
    }
    .difference-sec .difference-table td::before {
        display: none;
    }
}

.RegisteredTrademark-area .aboutContent-New .ContentArea h4 {
    color: #051235;
}

@media (max-width: 767px) {
    .RegisteredTrademark-area .aboutContent-New .imgBox img {
        max-width: 230px;
        height: auto;
    }

    .RegisteredTrademark-area .ContentArea.RightPannel, .RegisteredTrademark-area .ContentArea.leftPannel {
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .RegisteredTrademark-area .pt-5 {
        padding-top: 1rem !important;
    }

    .ContentArea.leftPannel, .ContentArea.RightPannel, .RegisteredTrademark-area {
        text-align: center !important;
    }

        .RegisteredTrademark-area .px-0 {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
}

/*vs section css*/

.vs-sec {
    position: relative;
    background-color: #FAFAFB;
    background-image: url(/assets/img/vs-bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.vs-box {
    background: #FFF;
    padding: 25px;
    border-radius: 25px;
    height: 100%;
}

    .vs-box .vs-box-cont {
        padding: 20px 0 0 0;
    }

        .vs-box .vs-box-cont ul li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin: 5px 0 10px 0;
            padding: 5px 8px;
            border-radius: 25px;
            transition: 0.6s ease-in-out;
        }

            .vs-box .vs-box-cont ul li:hover {
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }

            .vs-box .vs-box-cont ul li img {
                width: 25px;
                height: 25px;
            }

            .vs-box .vs-box-cont ul li p strong {
                display: block;
            }

    .vs-box .vs-box-head {
        display: flex;
        /*justify-content: space-between;*/
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #cecece;
        padding: 0 0 20px 0;
    }

        .vs-box .vs-box-head span {
            font-weight: bold;
            font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
            border-radius: 25px;
            padding: 15px;
            color: #fff;
            background-color: #00718b;
        }

.why-sec {
    position: relative;
    /*background-color: var(--primary-color);
	background-image: url(/assets/img/why-should-bg.jpg);*/
    background-image: url(/assets/img/achievement-bg.png);
    background-color: #051235;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .why-sec .section-title > span {
        color: #fff;
    }

    .why-sec .why-box {
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 15px;
        background-color: #fff;
        width: 30%;
        box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
        transition: 0.6s ease-in-out;
    }

        .why-sec .why-box:hover {
            transform: scale(1.1);
            box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
        }

        .why-sec .why-box h4 {
            color: #051235;
        }

        .why-sec .why-box img {
            max-width: 50px;
            height: auto;
        }

.why-box-layout {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .why-box-layout {
        justify-content: center;
    }

    .why-sec .why-box {
        width: 44%;
    }

    .banner .banner-center-img {
        display: none;
    }
    .banner.mainLP {
        background-image: none;
        background-color: #01081a;
    }
    .service-item {
        padding: 0 0 25px 0;
    }
    .about-left {
        display: none;
    }
    .RegisteredTrademark-area .imgBox {
        display: none;
    }
    .about-section, .why-sec, .testimonial {
        background-image: none;
        background-color: #01081a;
    }
}

@media (max-width: 529px) {
    .why-sec .why-box {
        width: 100%;
    }
}

.testimonial {
    /*background-color: var(--primary-color);*/
    position: relative;
    /*background-image: url(/assets/img/testimonial-bg.jpg);*/
    background-image: url(/assets/img/achievement-bg.png);
    background-color: #051235;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .testimonial .section-title > span {
        color: #fff;
    }

.banner .banner-center-img {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 51%;
    transform: translateX(-50%);
    width: 40vw;
    max-width: 375px;
    height: auto;
    object-fit: cover;
}
.banner.lp-logo .banner-center-img {
    left: 53%;
    max-width: 333px;
}
.banner.lp-name .banner-center-img {
    left: 53%;
    max-width: 333px;
}
.banner.lp-slogan .banner-center-img {
    left: 52%;
    max-width: 356px;
}
    .footer-copyright p i {
        padding: 0 2px 0 0;
    }

.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #007af7;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 1rem;
    gap: 2rem;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    z-index: 100;
}

    .cookie-container.hide {
        opacity: 0;
        visibility: hidden;
    }

    .cookie-container a {
        color: #fff;
    }

        .cookie-container a:hover {
            color: #222;
        }

    .cookie-container .cookie-text {
        flex: 8 768px;
    }

    .cookie-container .agree {
        flex: 1 150px;
        text-align: center;
    }

.agree a {
    background: #fff;
    color: #007af7;
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

.agree button:hover {
    background: #222;
    color: #fff;
}


.cl-white {
    color: #fff !important;
}
