/*

 font-family: "Rajdhani", sans-serif;
 font-family: "Nunito", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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&amp;display=swap');

html,
body {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: #6b7a7a;
    font-weight: 400;
    text-align: left;
    font-family: "Fira Sans";
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #6b7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #06255E;
    font-family: "Fira Sans";
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 42px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: #012549;
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;

}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}

.white p {
    color: #fff;
}

.white i {
    color: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
}



ul {
    margin: 0;

    padding: 0;
}



input:focus,
button:focus {
    border-color: #06255E;
    outline-color: #06255E;
    border: 1px solid #06255E;
}

textarea:focus {
    border-color: #06255E;
    outline-color: #06255E;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #06255E;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
    list-style: none;
}

/* Default Background */
.bg_color {
    background: #43baff;
}

.bg_color2 {
    background: #211e3b !important;
}

.white_bg {
    background: #fff;
}

.bg_fixed {
    background-attachment: fixed;
}

.bg_before {
    position: relative;
}

.bg_before:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(12, 90, 219, 0.3);
}

.nagative_mb {
    position: relative;
    margin-bottom: -180px;
    z-index: 1;
}


*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 16px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #454545;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
}

:-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
}

/* Contact Area */
.counter_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}

.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001d23;
}

.contact_area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #001d23;
}

.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001d23;
}

.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #001d23;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::selection {
    color: #151948;
}

.blog_reply::placeholder {
    color: #151948;
}

.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151948;
}

.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #151948;
}

.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #151948;
}

.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #151948;
}

.border_bg {
    border-bottom: 1px solid #cccdd894;
    padding-bottom: 120px;
}

.m-l-50 {
    margin-left: 50px;
}

/* Padding Top Css */
.pt-10 {
    padding-top: 10px;
}

.pt-37 {
    padding-top: 37px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

/* padding bottom css */

.pb-30 {
    padding-bottom: 30px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-50 {
    padding-bottom: 52px;
}

.pb-73 {
    padding-bottom: 73px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-60 {
    padding-bottom: 60px;
}


/*===========================================
<-- Start Css Section Title  -->
==============================================*/
.section_title.text-center {
    margin-bottom: 35px;
}

.section_title h4 {
    font-size: 16px;
    color: #06255E;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section_title h1 {
    font-size: 38px;
    line-height: 45px;
    color: #03122d;
    font-weight: 600;
}

.section_title.text-center p {
    width: 49%;
    text-align: center;
    margin: 23px auto 0;
}

.section_title p {
    margin: 20px 0;
}

.section_title.left {
    margin-bottom: 50px;
}

.conslat_right p {
    width: 75%;
    margin-bottom: 0;
}

/* ====Service Button====== */
.service_btn {
    margin-top: 15px;
}

.service_btn a {
    transition: .5s;
    display: inline-block;
    letter-spacing: -6px;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #06255E;
    font-weight: 500;
}

.service_btn a i {
    margin-left: -8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/* all hover */
.service_single_item:hover .service_btn a {
    letter-spacing: 0;
}

.service_single_item:hover .service_btn a i {
    margin-left: 8px;
    color: #06255E;
}

.service_shape {
    position: absolute;
    bottom: -3%;
    left: 0;
    margin: 0;
}

.service_shape img {
    width: 100%;
}

.service_fuor {
    position: absolute;
    top: 2%;
    left: 3px;
    width: 97px;
    height: 97px;
    border-radius: 49px;
    background-color: #06255E;
    line-height: 97px;
    text-align: center;
    right: 0;
    margin: auto;
}

/* =================================
  <--- start button css --->
=============================== */
.advisar_btn {
    text-align: right;
}

.advisar_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    display: inline-block;
    background-color: #06255E;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.advisar_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.advisar_btn a:hover,
.advisar_btn a:focus {
    color: #06255E;
}

.advisar_btn a:hover span,
.advisar_btn a:focus span {
    width: 200%;
    height: 500px;
}

.advisar_btn a:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 17px;
    background-color: #ffffffa1;
    z-index: -1;
    width: 12%;
    height: 2px;
    transition: .5s;
}

.advisar_btn a:hover:before {
    width: 105px;
    background-color: #06255E;
    z-index: 1;
}


/* =======Pagination ========= */
.pagination {
    text-align: center;
    justify-content: center;
    margin-top: 2px;
}

.pagination span {
    font-size: 15px;
    line-height: 26px;
    color: #03122d;
    font-weight: 500;
}

.pagination a {
    display: inline-block;
    color: #4285F3;
    font-weight: 500;
    text-decoration: underline;
}

/* ================= Start Home Three Css================= */

/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 12px;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #4285F3;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #4285F3;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #4285F3;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-thumb-box {
    margin-bottom: 20px;
}

.content-thumb-box img {
    width: 100%;
    border-radius: 10px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #4285F3;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li i {
    margin-right: 10px;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #4285F3;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #4285F3;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #4285F3;
    color: #fff;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #4285F3;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 600px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;

    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #4285F3;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #4285F3;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

/*===========================
<-- Loader Css -->
=============================*/

/*Loading*/
.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.loading-area .loading-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.loading-area .loading-pic {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%);
}

/*Loading Animation Start*/
.wrapper {
    margin: 0px auto;
    display: block;
}

.wrapper .cssload-loader {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 48px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #06255E;
    animation: 1.15s infinite linear;
}

.wrapper .cssload-loader:before,
.wrapper .cssload-loader:after {
    content: "";
    animation: 1.15s infinite linear;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper .cssload-loader:before {
    content: "";
    border: 7px solid #fff;
    top: 0px;
    left: 0px;
    animation-name: cssload-animation;
}

@keyframes cssload-animation {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(2);
    }
}

/* =========================================================
   <--- Premium Slider Styling and Animations --->
   ========================================================= */

/* Premium Responsive Slider Base Container (Background from HTML) */
.banner_slider .hero_area {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px !important;
}

/* Beautiful Lighter Dark Gradient Overlay */
.banner_slider .hero_area::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(6, 37, 94, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%) !important;
    z-index: -1 !important;
}

/* Floating Glassmorphic Subtitle Badge */
.banner_slider .hero_content .slide-subtitle {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 8px 22px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    margin-bottom: 25px !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    opacity: 0;
    will-change: transform, opacity;
}

/* Premium Title and Gradient Text */
.banner_slider .hero_content .slide-title {
    font-size: 50px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 25px 0 !important;
    opacity: 0;
    will-change: transform, opacity;
}

/* Elegant and Readable Description */
.banner_slider .hero_content .slide-desc {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 820px !important;
    margin: 0 auto 40px auto !important;
    opacity: 0;
    will-change: transform, opacity;
}

/* Slider Custom Premium CTA Buttons */
.banner_slider .hero_content .slide-btn-wrapper {
    opacity: 0;
    will-change: transform, opacity;
}

.banner_slider .hero_content .hero_btn {
    margin: 0 !important;
    display: inline-block !important;
}

.banner_slider .hero_content .hero_btn a {
    background: #4285F3 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    border: 2px solid #4285F3 !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.banner_slider .hero_content .hero_btn a:hover {
    transform: translateY(-3px) scale(1.02) !important;
    background: #4285F3 !important;
    border-color: #4285F3 !important;
    box-shadow: 0 8px 30px rgba(66, 133, 243, 0.55) !important;
    color: #ffffff !important;
}

/* Disable old effect circles */
.banner_slider .hero_content .hero_btn a span {
    display: none !important;
}

.banner_slider .hero_content .hero_btn a i {
    margin: 0 !important;
    font-size: 14px !important;
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease !important;
}

.banner_slider .hero_content .hero_btn a:hover i {
    transform: translateX(4px) !important;
}

/* Owl Carousel Custom Navigation Arrows */
.banner_slider.owl-carousel .owl-nav button.owl-prev,
.banner_slider.owl-carousel .owl-nav button.owl-next {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.banner_slider.owl-carousel .owl-nav button.owl-prev {
    left: 30px !important;
}

.banner_slider.owl-carousel .owl-nav button.owl-next {
    right: 30px !important;
}

.banner_slider.owl-carousel .owl-nav button.owl-prev:hover,
.banner_slider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.4) !important;
}

/* Custom Hardware-Accelerated Premium Animations */
@keyframes slideDownSubtitle {
    0% {
        opacity: 0;
        transform: translateY(-25px);
        letter-spacing: 0px !important;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 2px !important;
    }
}

@keyframes slideUpTitle {
    0% {
        opacity: 0;
        transform: translateY(45px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUpDesc {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleInButton {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(15px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Staggered Premium Animations when owl-item becomes active */
.banner_slider .owl-item.active .hero_content .slide-subtitle {
    animation: slideDownSubtitle 0.9s cubic-bezier(0.19, 1, 0.22, 1) both 0.2s !important;
}

.banner_slider .owl-item.active .hero_content .slide-title {
    animation: slideUpTitle 1.1s cubic-bezier(0.19, 1, 0.22, 1) both 0.4s !important;
}

.banner_slider .owl-item.active .hero_content .slide-desc {
    animation: slideUpDesc 1.1s cubic-bezier(0.19, 1, 0.22, 1) both 0.6s !important;
}

.banner_slider .owl-item.active .hero_content .slide-btn-wrapper {
    animation: scaleInButton 0.9s cubic-bezier(0.19, 1, 0.22, 1) both 0.8s !important;
}

/* Responsive Scaling Overrides (Mobile and Laptop compatibility) */
@media (max-width: 1200px) {
    .banner_slider .hero_area {
        height: 550px !important;
    }

    .banner_slider .hero_content .slide-title {
        font-size: 42px !important;
    }
}

@media (max-width: 991px) {
    .banner_slider .hero_area {
        height: 500px !important;
    }

    .banner_slider .hero_content .slide-title {
        font-size: 36px !important;
    }

    .banner_slider.owl-carousel .owl-nav {
        display: none !important;
        /* Hide navigation arrows on tablet and mobile to prevent clutter */
    }
}

@media (max-width: 767px) {
    .banner_slider .hero_area {
        height: auto !important;
        min-height: 500px !important;
        padding: 90px 0 !important;
    }

    .banner_slider .hero_content .slide-subtitle {
        font-size: 11px !important;
        padding: 6px 16px !important;
        margin-bottom: 18px !important;
    }

    .banner_slider .hero_content .slide-title {
        font-size: 26px !important;
        line-height: 1.25 !important;
        margin: 0 0 15px 0 !important;
    }

    .banner_slider .hero_content .slide-desc {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin: 0 auto 25px auto !important;
        padding: 0 15px !important;
        color: rgba(255, 255, 255, 0.85) !important;
    }

    /* Wrapping flex portfolio navigation tabs on mobile for full visibility */
    .portfolio_nav {
        display: block;
        width: 100%;
    }

    .portfolio_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 4px;
        margin-bottom: 25px;
        padding: 0;
        width: 100%;
    }

    .portfolio_nav ul li {
        margin: 0;
        font-size: 14px;
        padding: 4px 18px;
    }
}

/* Vision & Mission cards */
.vm_card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(3, 18, 45, 0.04);
    border: 1px solid rgba(6, 37, 94, 0.05);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.vm_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #06255E, #4285F3);
    transition: width 0.3s ease;
}

.vm_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(3, 18, 45, 0.08);
}

.vm_card:hover::before {
    width: 6px;
}

.vm_icon {
    font-size: 28px;
    color: #4285F3;
    margin-bottom: 20px;
    background: rgba(66, 133, 243, 0.08);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.vm_card:hover .vm_icon {
    background: #06255E;
    color: #ffffff;
    transform: scale(1.05);
}

.vm_title {
    font-size: 22px;
    font-weight: 600;
    color: #03122d;
    margin-bottom: 12px;
}

.vm_desc {
    font-size: 15px;
    line-height: 1.6;
    color: #5b6e8a;
    margin: 0;
}

/* About lead paragraph text styling */
.about_lead_text {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #06255E !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.about_body_text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #5b6e8a !important;
    margin-bottom: 16px !important;
}

.about_highlight_text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #03122d !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    border-left: 3px solid #4285F3;
    padding-left: 15px;
}

/* =========================================================
   <--- Start Premium Top Announcement Bar CSS --->
   ========================================================= */
.promo-announcement-bar {
    background: #06255E;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.promo-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
}

.promo-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.3px;
    font-family: inherit;
}

.promo-btn {
    background: #4285F3;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.promo-btn:hover {
    background: #ffffff;
    color: #06255E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18, 150, 149, 0.8);
}

.promo-btn:hover i {
    transform: translateX(4px);
}

/* Responsive styles */
@media (max-width: 991px) {
    .promo-content-wrapper {
        gap: 10px;
    }

    .promo-text {
        font-size: 13.5px;
    }
}

@media (max-width: 767px) {
    .promo-content-wrapper {
        flex-direction: column;
        gap: 8px;
        padding: 4px 0;
    }

    .promo-badge {
        display: none;
        /* Hide badge on mobile to maximize horizontal spacing */
    }

    .promo-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .promo-btn {
        padding: 5px 14px;
        font-size: 11px;
    }
}




/* ================================================ */

.social {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-item {
    width: 140px;
    margin: 8px 0;
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
    transform: translateX(-100px);
    transition: 0.6s ease-in-out;
    pointer-events: auto;
}

.social-item:hover {
    transform: translateX(0);
}

.instagram:hover {
    background: #C03B83;
}

.facebook:hover {
    background: #3b5998;
}

.youtube:hover {
    background: #FF0000;
}

.linkedin:hover {
    background: #0A66C2;
}

.twitter:hover {
    background: #000000;
}

.social-item a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: var(--transition);
    animation: pulse-whatsapp 2s infinite;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
    background: #128c7e;
}

.btn-whatsapp img {
    width: 35px;
    height: 35px;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media only screen and (max-width: 768px) {
    .btn-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 100px !important;
        right: 20px !important;
    }

    .btn-whatsapp img {
        width: 30px;
        height: 30px;
    }
}

/*---=====================================================
   <!--Header Area Css-->
=========================================================---*/
.advisar-header-area {
    position: relative;
    z-index: 3;
}

.sticky a.active_sticky {
    display: block;
}

a.active_sticky {
    display: none;
}

.sticky a.active_header {
    display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.advisar-header-area ul {
    display: inline-block;
    margin-right: 45px;
}

.header-menu ul li {
    display: inline-block;
    margin: 0 16px 0;
    position: relative;
    z-index: 1;
}

.header-menu ul li a {
    display: inline-block;
    padding: 28px 0;
    font-size: 16px;
    color: #03122d;
    font-weight: 500;
}

.header-menu ul li span {
    font-size: 13px;
    color: #03122d;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

/*** Sub Menu Style ***/

.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 275px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #06255E;
    opacity: 0;
}

.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}

.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .1s;
    visibility: inherit !important;
    color: #06255E !important;
    font-size: 16px;
    font-weight: 500;
}

.header-menu ul .sub_menu li:hover>a {
    background: #06255E;
    color: #fff !important;
}


/* header button */
.advisar_header-right {
    display: flex;
    align-items: center;
}

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    border-radius: 8px;
    font-size: 15px;
    color: #06255E;
    font-weight: 500;
    background: #ffffff;
    padding: 8px 18px;
    border: 2px solid #06255E;
}

.header-button a:hover {
    background-color: #06255E;
    color: #fff;
}

.advisar_header-right .header-search-button a {
    margin-right: 40px;
}

.advisar_header-right .nav-btn.navSidebar-button {
    top: 0;
}

.nav-btn.navSidebar-button span {
    text-align: center;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background-color: #f0f4f5;
    display: inline-block;
    line-height: 56px;
    font-size: 30px;
    margin-left: 5px;
}

.sticky .header-button a {
    border: 2px solid #fff;
    background-color: #06255E;
    color: #fff;
}

.sticky .header-button a:hover {
    background-color: #fff;
    color: #06255E;
}

/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #06255E !important;
    transition: .5s;
    z-index: 9;
}

.sticky .header-menu ul li a {
    color: #fff;
}

.sticky .header-menu ul li span {
    color: #fff;
}

.sticky .advisar_header-right .header-search-button a {
    color: #fff;
}

/* =========================================================
  <--- Start Topber Area CSS --->
============================================================ */
.topber_area {
    background: #06255E;
    position: relative;
    z-index: 1;
    padding: 8px 0 8px;
}

.topber_area .header-address-info p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}

.topber_area .header-address-info span i {
    font-size: 14px;
    margin-right: 6px;
}

.topber_right_social {
    display: flex;
    align-items: center;
    justify-content: right;
}

ul.top_header_social li {
    display: inline-block;
}

ul.top_header_social li a {
    color: #fff;
    font-size: 15px;
    margin: 0 8px;
}

/* ====================================================
<-- Start Inner page Breadcumb Area -->
========================================================*/
.advisar-header-area.inner_page {
    background: #F4F8F9;
    padding: 0 55px 0;
}

.advisar-header-area.inner_page .advisar_header-right {
    justify-content: right;
}

.advisar-header-area.inner_page .nav-btn span i {
    color: #06255E;
    width: inherit;
    height: inherit;
    border-radius: 0;
    background-color: transparent;
    line-height: inherit;
}

.sticky.advisar-header-area.inner_page .nav-btn span i {
    color: #fff;
}

.breadcumb-area {
    background: url(../images/breadcrumb.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 80px 0 80px;
    position: relative;
}

.breadcumb-area:before {
    position: absolute;
    content: "'";
    left: 0;
    top: 0;
    width: 100%;
    height: 340px;
    background: #F4F8F9;
    z-index: -1;
}

.breadcumb-title h4 {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.breadcumb_meta-blog p span {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 31px;
    position: relative;
}

.breadcumb_meta-blog p span:before {
    position: absolute;
    content: "";
    left: -21px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #06255E;
}

.breadcumb-content {
    padding: 40px;
    background-color: rgba(6, 22, 46, 0.2);
}

.breadcumb-content ul li {
    display: inline-block;
    margin-right: 0;
    color: #fff;
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.breadcumb-content ul li a i {
    margin-right: 4px;
}

.breadcumb-content ul li.rotates i {
    transform: rotate(-27deg);
    margin-right: 2px;
    display: inline-block;
    font-size: 14px;
}

/*===========================================
<-- Start Css Hero Area -->
==============================================*/
/* hero btn */
.slider_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_btn a {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    padding: 15px 40px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: none;
    animation: 1s 1.8s fadeInUp both;
    border-radius: 30px;
    background-color: #06255E;
}

a.slider_butn_active {
    background: #03122d;
    margin-left: 10px;
}

.hero_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #ffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.hero_btn a:hover,
.hero_btn a:focus {
    color: #06255E;
}

.hero_btn a:hover span,
.hero_btn a:focus span {
    width: 200%;
    height: 500px;
}

.hero_btn {
    margin-right: 30px;
}

.slider_info a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    margin-left: 20px;
}

.slider_info span {
    color: #fff;
}


/* =========================================================
  <--- Start Hero Area CSS --->
============================================================ */

section.hero_area {
    height: 620px;
    z-index: 1;
}

.hero_content h4 {
    color: #06255E;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.hero_content h1 {
    font-size: 50px;
    color: #06255E;
    font-weight: 500;
    line-height: 65px;
    position: relative;
}

.hero_content h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -19px;
    height: 12px;
    width: 100%;
    background-repeat: no-repeat;
}

.hero_content p {
    margin: 35px 0 35px;
    color: #6b7a7a;
}

.hero_video_btn a {
    color: #03122d;
}

.hero_video_btn span {
    color: #03122d;
}

.hero_btn a {
    border-radius: 5px;
}

.hero-thumb {
    position: relative;
    z-index: 1;
    top: 18px;
}

.hero_thumb_shape {
    position: absolute;
    top: 14%;
    right: -10%;
    z-index: -1;
}

.powerful_box {
    background: #ffff;
    display: inline-block;
    padding: 20px 45px 20px 20px;
    position: absolute;
    bottom: 43%;
    right: -8%;
    border-radius: 5px;
}

.hero_power_check {
    height: 55px;
    width: 55px;
    line-height: 57px;
    background: #06255E;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    float: left;
    margin-right: 20px;
}

.hero_powerful_content {
    overflow: hidden;
}

.hero_powerful_content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
}

.hero_powerful_content p {
    margin: 3px 0 0;
    font-size: 14px;
}

.hero_shape {
    position: absolute;
    top: 26%;
    left: 47%;
    transform: translateX(-50%);
}

.about_shpe-three {
    position: absolute;
    right: 0%;
    bottom: 9%;
}

.about_shpe-four {
    position: absolute;
    bottom: 14%;
    right: 31%;
}

.about_details a {
    font-size: 17px;
    font-weight: 600;
    fill: #03122d;
    color: #03122d;
}

.about_details a i {
    font-weight: 600;
    font-size: 15px;
    margin-left: 8px;
}


/*===========================================
<-- Start Css About Area -->
==============================================*/
section.about_area {
    padding: 100px 0;
    background: #f3f8f8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about_thumb {
    position: relative;
    padding-right: 10px;
    z-index: 2;
}

.about_thumb:hover {
    transform: translateY(-5px);
}

.about_thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    filter: drop-shadow(0 20px 40px rgba(6, 37, 94, 0.06));
    transition: transform 0.5s ease;
}

.about_thumb:hover img {
    transform: scale(1.02);
}

.about_area .section_title {
    margin-bottom: 30px;
}

.about_badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #4285F3;
    background-color: rgba(66, 133, 243, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border: 1px solid rgba(66, 133, 243, 0.15);
}

.about_main_title {
    font-size: 36px;
    line-height: 42px;
    color: #06255E;
    font-weight: 600;
}

.about_desc {
    font-size: 15px;
    line-height: 1.8;
    color: #4f5e71;
    margin: 10px 0 30px !important;
}

.about_desc strong {
    color: #06255E;
    font-weight: 600;
}

/* Grid of features */
.about_features_grid {
    margin-top: 10px;
}

/* Feature Cards */
.about_feature_card {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(6, 37, 94, 0.03);
    border: 1px solid rgba(66, 133, 243, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.about_feature_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(6, 37, 94, 0.08);
    border-color: rgba(66, 133, 243, 0.15);
    background: linear-gradient(145deg, #ffffff 0%, #fdfdff 100%);
}

.about_feature_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: rgba(66, 133, 243, 0.08);
    color: #4285F3;
    font-size: 22px;
    border-radius: 12px;
    margin-right: 18px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.about_feature_card:hover .about_feature_icon {
    background-color: #4285F3;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(66, 133, 243, 0.25);
}

.about_feature_info {
    flex-grow: 1;
}

.about_feature_title {
    font-size: 17px;
    font-weight: 600;
    color: #06255E;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.about_feature_card:hover .about_feature_title {
    color: #4285F3;
}

.about_feature_text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #6b7a7a;
    margin: 0;
}


.about_area .about_btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 38px;
    border-radius: 30px;
    background: #06255E;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(6, 37, 94, 0.25);
    border: none;
}

.about_area .about_btn a i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.about_area .about_btn a:hover {
    background: #4285F3;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(66, 133, 243, 0.3);
    transform: translateY(-2px);
}

.about_area .about_btn a:hover i {
    transform: translate(3px, -1px);
}

/* responsive spacing */
@media (max-width: 991px) {
    section.about_area {
        padding: 100px 0;
    }

    .about_thumb {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .about_thumb img {
        max-width: 80%;
    }

    .about_main_title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .about_thumb img {
        max-width: 100%;
    }

    .about_main_title {
        font-size: 26px;
        line-height: 34px;
    }

    .about_feature_card {
        padding: 20px;
    }
}

/*===========================================
<-- Start Css Brand Area -->
==============================================*/
section.brand_area {
    padding: 67px 0 92px;
}

h2.brand_title {
    font-size: 18px;
    color: #03122d;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 1;
}

h2.brand_title:before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 2px;
    width: 50px;
    background: #4285F3;
    top: 29%;
    left: 0;
    right: 0;
    margin: auto;
}

.single-brand-item {
    text-align: center;
}

.brand-thumb img {
    width: inherit !important;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}


/*===========================================
<-- Start Css Marquee -->
==============================================*/
.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0;
}

.marquee-block h3 {
    margin: 0;
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* =========================================================
  <--- Start marquee Area CSS --->
============================================================ */

.marquee_area {
    background: #06255E;
    padding: 35px 0;
    position: relative;
    overflow: hidden;
}

.slide-har {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slide-har .box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    width: max-content;
    min-width: 100%;
    -webkit-animation: slide-har 25s linear infinite;
    animation: slide-har 25s linear infinite;
}

.slide-har:hover .box {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slide-har .box .item {
    flex-shrink: 0;
}

.slide-har .box .item h4 {
    margin: 0;
}

.slide-har .box .item h4 a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
}

.slide-har .box .item span.icon-img-50 {
    margin: 0 30px;
    display: inline-flex;
    align-items: center;
}

.slide-har .box .item img.marqee_img_left {
    margin-right: 30px;
}

/*===========================================
<-- Start Css Service Area -->
==============================================*/
section.service_area {
    position: relative;
    z-index: 1;
}

section.service_area.boxed {
    margin: 0 20px 20px 20px;
}

.service_single_item {
    position: relative;
    transition: .5s;
    display: inline-block;
    padding: 40px 0 0 40px;
    z-index: 1;
}

.service_thumb img {
    width: 100%;
}

.service_content {
    border-radius: 0 0 20px 20px;
    background-color: #06255E;
    transition: .5s;
    text-align: left;
    padding: 34px 40px 27px;
    position: relative;
    z-index: 1;
}

.service_content h3 {
    font-size: 23px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0;
}

.service_single_item:hover .service_content h3 {
    color: #03122d;
}

/* =========================================================
  <--- Start Service Area CSS --->
============================================================ */
.container-fluid.custom_container {
    margin: 0 0 0 290px;
}

.service_list.owl-carousel .owl-item img {
    display: block;
    width: inherit;
}


.service_list .owl-nav {
    position: absolute;
    top: -37%;
    right: 34%;
    display: block;
}

.service_list button.owl-prev i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(6, 50, 50, 0.2);
    display: inline-block;
    line-height: 61px;
    transition: .5s;
    font-size: 25px;
    transform: rotate(45deg);
    margin-right: 15px;
}

.service_list button.owl-next i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(6, 50, 50, 0.2);
    display: inline-block;
    line-height: 61px;
    transition: .5s;
    font-size: 25px;
    transform: rotate(-45deg);
}

.service_list button.owl-prev i,
.service_list button.owl-next i:hover {
    background: #4285F3;
    color: #fff;
}

/* =========================================================
  <--- Start Service Area CSS --->
============================================================ */
section.service_area {
    padding: 100px 0;
    background: #f3f8f8;
}

section.service_area.inner_page {
    background: #fff;
}

.service_area.inner_page .service_single_item {
    filter: drop-shadow(0px 10px 40px rgba(162, 186, 186, 0.25));
    margin-bottom: 2px;
}

.service_single_item {
    display: block;
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(3, 18, 45, 0.03);
    border: 1px solid rgba(6, 37, 94, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service_single_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(3, 18, 45, 0.08);
    border-color: rgba(66, 133, 243, 0.2);
}

.service_single_item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 4px;
    background-color: #4285F3;
    border-radius: 0 0 16px 16px;
    transition: all 0.4s ease;
    z-index: 2;
}

.service_single_item:hover:before {
    width: 100%;
    left: 0%;
}

.service_single_item .service_thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.service_single_item .service_thumb img {
    width: 100% !important;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.service_single_item:hover .service_thumb img {
    transform: scale(1.05);
}

.service_single_item .service_icon {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.service_single_item .service_icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #4285F3;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(66, 133, 243, 0.35);
    transition: all 0.3s ease;
}

.service_single_item .service_icon a:hover {
    background: #06255E;
    transform: scale(1.1);
}

.service_single_item .service_icon a img {
    width: 20px !important;
    height: auto;
    filter: brightness(0) invert(1);
}

.service_single_item:hover .service_icon {
    top: 50%;
    opacity: 1;
}

.service_single_item .service_content {
    background: transparent;
    padding: 24px 10px 10px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service_single_item .service_content h3 {
    margin: 0;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 25px;
    color: #03122d;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service_single_item .service_content p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #6b7a7a;
    margin-bottom: 20px;
}

.service_btn {
    margin-top: 15px;
}

.service_btn a {
    font-size: 14px;
    font-weight: 600;
    color: #06255E;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.service_btn a i {
    font-size: 12px !important;
    color: inherit !important;
    margin-left: 0 !important;
    transition: transform 0.3s ease;
}

.service_single_item:hover .service_btn a {
    color: #4285F3;
}

.service_single_item:hover .service_btn a i {
    transform: translateX(4px);
    color: #4285F3;
}

/*--==============================================->
  <!--Start Service Details css-->
 ==================================================-*/
section.service_details {
    background: #f8fafc;
    padding: 100px 0;
}

.service_details_content {
    padding: 0 30px 0 0;
}

.service_details_img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(3, 18, 45, 0.05);
}

.service_details_img img {
    border-radius: 16px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service_details_img:hover img {
    transform: scale(1.02);
}

.service_badge {
    background: rgba(66, 133, 243, 0.08);
    color: #4285F3;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.service_details_content h2 {
    font-size: 32px;
    color: #03122d;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.35;
    position: relative;
    padding-left: 18px;
    border-left: 4px solid #4285F3;
}

p.details_decs1 {
    font-size: 16.5px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

p.details_decs2 {
    font-size: 16px;
    line-height: 1.75;
    color: #6b7a7a;
    margin-bottom: 30px;
}

/* Our Process section */
.our-process-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: #03122d;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.our-process-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #4285F3;
    border-radius: 2px;
}

.service_details_item {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(66, 133, 243, 0.06);
    box-shadow: 0 8px 25px rgba(3, 18, 45, 0.02);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.service_details_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(3, 18, 45, 0.06);
    border-color: rgba(66, 133, 243, 0.15);
}

.service_details_header {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.service_detls_icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(66, 133, 243, 0.05);
    color: #4285F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.service_details_item:hover .service_detls_icon {
    background: #4285F3;
    color: #ffffff;
}

.service_details_header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #03122d;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.service_details_item:hover h5 {
    color: #4285F3;
}

.service_dtls_content {
    width: 100%;
}

.service_dtls_content p {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7a7a;
    margin-bottom: 0;
}

/* sidebar box */
.sidebar_box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(66, 133, 243, 0.06);
    box-shadow: 0 10px 30px rgba(3, 18, 45, 0.03);
}

h2.sidebar_title {
    font-size: 22px;
    color: #03122d;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

h2.sidebar_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #4285F3;
    border-radius: 2px;
}

.sidebar_box p {
    font-size: 14.5px;
    color: #6b7a7a;
    margin-bottom: 24px;
}

.sidebar-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.sidebar-list ul li {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.3s ease;
}

.sidebar-list ul li:hover {
    color: #03122d;
}

.sidebar-list ul li i {
    color: #ffffff;
    background: #06255E;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 2px;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(66, 133, 243, 0.2);
    transition: all 0.3s ease;
}

.sidebar-list ul li strong {
    color: #06255E;
}

.advisar_btn.sidebar_style a {
    display: block;
    width: 100%;
    text-align: center;
    background: #06255E;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(6, 37, 94, 0.2);
    transition: all 0.3s ease;
    border: none !important;
}

.advisar_btn.sidebar_style a::before {
    display: none !important;
}

.advisar_btn.sidebar_style a:hover {
    background: #4285F3;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(66, 133, 243, 0.3);
}

/* =========================================================
  <--- Start Why Choose Area CSS --->
============================================================ */

section.why_choose_us {
    background: url(../images/choose_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.choose_thumb {
    position: relative;
    z-index: 1;
}

.choose_thumb_shpae {
    position: absolute;
    top: 10%;
    right: 12%;
    z-index: -1;
}

.choose_thumb_shpae2 {
    position: absolute;
    bottom: -6%;
    left: 7%;
    z-index: -1;
}

.choose_right {
    position: relative;
    z-index: 1;
}

.choose_one {
    position: absolute;
    top: -7%;
    right: -5%;
}

.choose_two {
    position: absolute;
    bottom: 7%;
    right: -18%;
    z-index: -1;
}

.choose_list {
    border-radius: 4px;
    filter: drop-shadow(0px 5px 20px rgba(189, 202, 202, 0.3));
    background-color: #ffffff;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.choose_list ul li {
    font-size: 16px;
    color: #03122d;
    font-weight: 400;
}

.choose_list ul li i {
    margin-right: 10px;
}

.choose_card {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(3, 18, 45, 0.03);
    border: 1px solid rgba(6, 37, 94, 0.04);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.choose_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(3, 18, 45, 0.07);
    border-color: rgba(66, 133, 243, 0.25);
    background: linear-gradient(145deg, #ffffff 0%, #fdfdff 100%);
}

.choose_card_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(66, 133, 243, 0.08);
    color: #4285F3;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.choose_card:hover .choose_card_icon {
    background-color: #4285F3;
    color: #ffffff;
    transform: scale(1.1);
}

.choose_card_text {
    font-size: 15px;
    font-weight: 600;
    color: #03122d;
    line-height: 1.4;
}

.choose_right .about_button {
    margin-top: 10px;
}

.choose_right .hero_video_btn a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #06255E;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.choose_right .hero_video_btn a:before {
    position: absolute;
    content: "";
    left: -14%;
    top: -12%;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background-color: rgba(12, 110, 109, 0);
    border: 1px solid #06255E;
}

.choose_right .hero_video_btn span {
    margin-left: 4px;
    font-size: 16px;
    color: #03122d;
    font-weight: 500;
    position: relative;
    top: -6px;
    margin-left: 30px;
}

/* =========================================================
  <--- Start Steps Area CSS --->
============================================================ */

section.steps_area {
    background: #edf4fe;
    border-radius: 20px 20px 0 0;
    padding: 105px 0 112px;
}

.steps-single-item {
    margin-bottom: 30px;
    padding: 40px 40px 31px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
}

.steps-single-item:before {
    position: absolute;
    top: 20px;
    right: 59px;
    width: 30px;
    height: 1px;
    background-color: #06255E;
    content: "";
}

h3.steps_number {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 18px;
    color: #06255E;
    font-weight: 400;
}

.steps_icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #edf4fe;
    line-height: 76px;
    text-align: center;
    transition: .5s;
}

.steps-single-item:hover .steps_icon {
    background: #06255E;
}

.steps_icon img {
    transition: .5s;
}

.steps-single-item:hover .steps_icon img {
    filter: brightness(0) invert(1);
}

.steps-content h3 {
    font-size: 20px;
    color: #06255E;
    font-weight: 500;
    margin: 25px 0 16px;
}

.steps_btn a {
    color: #06255E;
    display: inline-block;
    margin-top: 4px;
    font-size: 16px;
}

/* =========================================================
  <--- Start Skill Area CSS --->
============================================================ */

section.skills_area {
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
}

/* prossess ber plugin */

.prossess-ber-plugin {
    margin-top: 27px;
}

.prossess-ber-plugin span {
    margin-top: 11px;
    font-size: 16px;
    color: #03122d;
    font-weight: 400;
}

.barfiller {
    position: relative;
    margin-bottom: 24px;
    margin-top: 4px;
    width: 100% !important;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(12, 110, 109, 0.14901960784313725);
}

span.fill {
    background-color: #06255E !important;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
    border-radius: 5px;
}

.barfiller .tip {
    margin-top: -35px;
    position: absolute;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 400;
    left: 0;
}

/* skills author */
.skills_author {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.skills_author-thumb {
    margin-right: 20px;
}

.skills_author_text {
    margin-left: 20px;
}

.sskills_author_text h3 {
    font-size: 20px;
    line-height: 26px;
    color: #03122d;
    font-weight: 500;
    margin: 0 0 5px;
}

.skills_author_text span {
    margin-top: 12px;
    font-size: 14px;
    color: #484747;
    display: inline-block;
}

.author_siganature {
    margin-left: 60px;
}

/* ====Skills Shape======== */
.skill_shape {
    position: absolute;
    top: 15%;
    right: 8%;
    z-index: -1;
}

/* =========================================================
  <--- Start Call  Area CSS --->
============================================================ */

section.call_area {
    background: #06255E;
    position: relative;
    padding: 33px 0 40px;
    z-index: 1;
}

.call-do-content h4 {
    font-size: 16px;
    color: #edf4fe;
    font-weight: 500;
    margin-bottom: 16px;
}

.call-do-content h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
}

/* call rigit */
.call-right {
    display: flex;
    justify-content: space-between;
}

.call-do-action-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-do-social_icon i {
    cursor: pointer;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.call_info p {
    opacity: 0.702;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.call_info h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 7px 0 0;
}

.call_shape {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    z-index: -1;
}

/* =========================================================
  <--- Start Call Area CSS --->
============================================================ */
.call-do-content p {
    color: #a3b7b7;
    width: 80%;
    margin: 20px 0 0;
}

.form-box {
    position: relative;
    margin-bottom: 20px;
}

.form-box input,
.form-box select {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    padding: 0 25px;
}

.form-box select {
    color: #03122d;
    font-size: 15px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2306255E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 17px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-box select:hover {
    border-color: #06255E !important;
}

.form-box select:focus {
    border-color: #06255E !important;
    box-shadow: 0 0 0 3px rgba(6, 37, 94, 0.10) !important;
    outline: none;
}

.form-box select:invalid,
.form-box select.placeholder-shown {
    color: #6b7a7a;
}

.form-box select option {
    color: #03122d;
    background-color: #ffffff;
    font-size: 15px;
    padding: 8px 0;
}

.form-box select option[value=""] {
    color: #6b7a7a;
}

.form-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.form-box input::placeholder {
    font-size: 15px;
    color: #6b7a7a;
    font-weight: 400;
}

.contact-form button {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: #06255E;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}

.contact-form button:hover {
    background: #ffff;
    color: #06255E;
}

/* call shape  */
.call_shape_two {
    position: absolute;
    top: 33%;
    left: 2%;
}

.call_shape_three {
    position: absolute;
    top: 20%;
    right: 6%;
}

/* call social icon */
.call_social_icon ul li {
    display: inline-block;
    margin-right: 8px;
}

.call_social_icon ul li a {
    line-height: 48px;
    text-align: center;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
    display: inline-block;
    background: #4285F3;
    color: #ffffff;
    width: 48px;
}

.call_social_icon ul li a:hover {
    background-color: #fff;
    color: #4285F3;
}


/* =========================================================
  <--- Start Portfolio Area CSS --->
============================================================ */
section.portfolio_area {
    background: #f3f8f8;
    top: 0;
    padding: 100px 0;
}

.portfolio_single_item {
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(3, 18, 45, 0.04);
    border: 1px solid rgba(66, 133, 243, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfolio_single_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(3, 18, 45, 0.09);
    border-color: rgba(66, 133, 243, 0.18);
}

.portfolio_single_item .portfolio_thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.portfolio_single_item .portfolio_thumb > a,
.portfolio_single_item .portfolio_thumb .portfolio_thumb_inner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.portfolio_single_item .portfolio_thumb img {
    width: 100% !important;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.portfolio_hover_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 37, 94, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    z-index: 2;
    gap: 15px;
}

.portfolio_hover_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff !important;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(20px) scale(0.8);
    opacity: 0;
}

.portfolio_hover_icon a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.portfolio_hover_icon a:hover {
    background: #ffffff;
    color: #06255E !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.portfolio_hover_icon a:hover i {
    color: #06255E;
}

.portfolio_single_item:hover .portfolio_hover_icon {
    opacity: 1;
}

.portfolio_single_item:hover .portfolio_hover_icon a {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.portfolio_single_item:hover .portfolio_hover_icon a:nth-child(1) {
    transition-delay: 0s;
}

.portfolio_single_item:hover .portfolio_hover_icon a:nth-child(2) {
    transition-delay: 0.08s;
}

.portfolio_single_item:hover .portfolio_thumb img {
    transform: scale(1.04);
}

.portfolio_single_item .portfolio_content {
    background: transparent;
    padding: 22px 10px 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio_single_item .portfolio_content h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 28px;
    color: #03122d;
    font-weight: 600;
    transition: color 0.3s ease;
}

.portfolio_single_item:hover .portfolio_content h3 a {
    color: #4285F3;
}

.portfolio_single_item .portfolio_content p {
    font-size: 14.5px;
    color: #6b7a7a;
    font-weight: 500;
}

.portfolio_list.owl-carousel .owl-item img {
    display: block;
    width: inherit;
}

.portfolio_list .owl-nav {
    position: absolute;
    top: -21%;
    right: 0;
    display: flex;
}

.portfolio_list .owl-prev i {
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    margin-bottom: 10px;
    transition: .5s;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(6, 50, 50, 0.1);
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    transform: rotate(45deg);
}

.portfolio_list .owl-next i {
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    margin-bottom: 10px;
    transition: .5s;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(6, 50, 50, 0.1);
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    transform: rotate(-45deg);
}

.portfolio_list .owl-prev i,
.portfolio_list .owl-next i:hover {
    background: #06255E;
    color: #fff;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
    margin-bottom: 50px;
}

.portfolio_nav ul li {
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 5px 30px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 32px;
    color: #03122d;
    font-weight: 500;
    background: #F3F8F8;
    border-radius: 30px;
}

.portfolio_nav ul li:hover {
    color: #fff;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #06255E;
}

.portfilo_main_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.portfolio_item {
    margin-bottom: 60px;
}

.portfolio_thumb img {
    width: 100%;
}

.portfolio_content {
    padding: 10px 0 20px;
    position: relative;
    border-top: 2px solid rgba(12, 110, 109, 0.10196078431372549);
}

.portfolio_content:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    background: #03122d;
    width: 0%;
    transition: .5s;
}

.portfolio_item:hover .portfolio_content::before {
    width: 100%;
    left: 0%;
}

.prot-text h3 a {
    font-size: 24px;
    color: #03122d;
    font-weight: 500;
    display: inline-block;
}

.prot-text span {
    font-size: 16px;
    color: #06255E;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
}

.prot-text span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 30px;
    background: #06255E;
}

.port_right a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 32px;
    background-color: rgba(12, 110, 109, 0.10196078431372549);
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #06255E;
    transform: rotate(-45deg);
}

.sidebar_icon_box {
    border-top: 1px dashed rgb(6 50 50 / 30%);
    padding-top: 18px;
    margin-top: 18px;
}

.sidebar_icon_box:nth-child(5) {
    border-bottom: 1px dashed rgb(6 50 50 / 30%);
    padding-bottom: 18px;
}

.sidebar_icon {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.sidebar_icon i {
    color: #06255E;
    font-size: 20px;
}

.sidebar_text {
    overflow: hidden;
}

.sidebar_text h5 {
    font-size: 16px;
    color: #03122d;
    font-weight: 500;
    margin: 6px 0 0;
}



/* pagination container */

.pagination_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(6, 50, 50, 0.10196078431372549);
    border-bottom: 1px solid rgba(6, 50, 50, 0.10196078431372549);
    padding: 30px 0 30px;
}

.pagination_container .call_social_icon ul li a {
    color: #06255E;
    width: 40px;
    height: 40px;
    background-color: #eef4f6;
    line-height: 40px;
}

.pagination_container .call_social_icon ul li a:hover {
    background: #06255E;
    color: #fff;
}

.pagination_btn a {
    display: inline-block;
    font-size: 18px;
    color: #03122d;
    font-weight: 500;
}

.pagination_btn a img {
    margin-right: 10px;
}

.pagination_btn.style_right a img {
    margin-right: 0;
    margin-left: 10px;
}

.contact_main_info {
    background: #f4f8f9;
}

.contact_main_info {
    padding: 40px 40px 42px;
    background: #f4f8f9;
    border-radius: 20px;
}

.contact_main_info .call-do-action-info {
    justify-content: left;
    border-bottom: 1px dashed #06255E7d;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact_main_info .call-do-action-info:nth-child(3) {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact_main_info .call-do-social_icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 2px solid transparent;
    color: #fff;
    background: #fff;
    color: #06255E;
    transition: .5s;
}

.contact_main_info .call-do-action-info:hover .call-do-social_icon i {
    color: #fff;
    background: #06255E;
}

.contact_main_info .call_info p {
    color: #06255E;
    font-weight: 500;
}

.contact_main_info .call_info h3 {
    color: #03122d;
    font-weight: 500;
    margin: 7px 0 0;
}

.contact_main_info .call_info span {
    color: #03122d;
    margin: 10px 0 0;
    display: inline-block;
}

.inner_section .contact_shape2 {
    right: 12%;
    bottom: 3%;
}


.testi-list ul li {
    font-size: 15px;
    line-height: 26px;
    color: #6b7a7a;
    margin-top: 16px;
}

.testi-list ul li i {
    height: 18px;
    width: 18px;
    line-height: 18px;
    background: #06255E;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.testi_list2.owl-carousel .owl-item img {
    width: inherit;
}

.testi_item_shape {
    position: absolute;
    top: 14%;
    left: 12%;
}

.testi_item_shape2 {
    position: absolute;
    top: 14%;
    right: 12%;
}

/* owl dots */

.testi_list2 .owl-dots {
    position: absolute;
    bottom: -14%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.testi_list2 .owl-dot {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccd6e3 !important;
}

.testi_list2 .owl-dot.active {
    background: #06255E !important;
    width: 12px;
    border-radius: 50%;
    height: 12px;
}

/* testi all shape */
.testi_shape_two {
    position: absolute;
    left: -7%;
    top: 21%;
}

.testi_shape_three {
    position: absolute;
    bottom: 16%;
    right: 4%;
}

.testi_shape_four {
    position: absolute;
    top: 17%;
    right: 35%;
}

/* =========================================================
  <--- Start Testimonial Area CSS --->
============================================================ */
.testimonial_area {
    background-color: #f7f9fc !important;
    background-image: url(../images/choose_bg.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 100px 0;
    overflow: hidden;
}

.tesimonial_img {
    position: relative;
}

.testi_icon img {
    width: inherit !important;
}

/* testimonial star rating */
.testi-star-rating {
    display: flex;
    align-items: center;
    position: absolute;
    right: 12%;
    bottom: 3%;
}

.testimonial_star i {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ff9c00;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.testi-star-rating h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

/* testi star */
.testi-star i {
    font-size: 16px;
    color: #ff9c00;
    margin: 30px 5px 18px 0;
}

.testimonial-content p {
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
}

.tesit-auothor {
    display: flex;
    align-items: center;
    margin-top: 49px;
}

.tesit-auothor .bio {
    margin-left: 20px;
}

.tesit-auothor .bio h4.name {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.tesit-auothor .bio h5.designation {
    font-size: 15px;
    color: #edf4fe;
    font-weight: 400;
}

.testi_shape {
    position: absolute;
    right: 7%;
    top: 16%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.testimonial_area .row.align-items-stretch {
    align-items: stretch !important;
}

.gr_summary_box {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(3, 18, 45, 0.05);
    border: 1px solid rgba(6, 37, 94, 0.05);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .gr_summary_box {
        margin-bottom: 30px;
    }
}

.gr_summary_box:hover {
    box-shadow: 0 15px 35px rgba(3, 18, 45, 0.08);
    transform: translateY(-2px);
}

.gr_summary_header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.google_logo_svg {
    flex-shrink: 0;
}

.gr_summary_info {
    display: flex;
    flex-direction: column;
}

.gr_summary_title {
    font-size: 16px;
    font-weight: 600;
    color: #03122d;
    margin: 0 0 4px 0;
}

.gr_summary_rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gr_summary_rating .rating_num {
    font-size: 20px;
    font-weight: 800;
    color: #03122d;
}

.gr_summary_rating .stars_wrap i {
    font-size: 16px;
    color: #FBBC05;
}

.gr_summary_meta {
    font-size: 14px;
    color: #5b6e8a;
    font-weight: 500;
    margin-bottom: 20px;
}

.gr_write_review_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: #f1f3f4;
    color: #1a73e8;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    margin-top: auto;
}

.gr_write_review_btn:hover {
    background: #e8f0fe;
    color: #174ea6;
    border-color: #d2e3fc;
    text-decoration: none;
}

.google_review_card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(3, 18, 45, 0.03);
    border: 1px solid rgba(66, 133, 243, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.google_review_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(3, 18, 45, 0.07); 
}

.gr_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}

.gr_card_user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gr_avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
    text-transform: uppercase;
}

.avatar_blue {
    background-color: #4285F4;
}

.avatar_red {
    background-color: #EA4335;
}

.avatar_yellow {
    background-color: #FBBC05;
}

.avatar_green {
    background-color: #34A853;
}

.avatar_purple {
    background-color: #a142f4;
}

.avatar_orange {
    background-color: #f47b00;
}

.avatar_teal {
    background-color: #00a1b2;
}

.avatar_grey {
    background-color: #757575;
}

.avatar_pink {
    background-color: #e91e63;
}

.avatar_brown {
    background-color: #795548;
}

.avatar_indigo {
    background-color: #3f51b5;
}

.avatar_cyan {
    background-color: #00bcd4;
}

.gr_user_info {
    display: flex;
    flex-direction: column;
}

.gr_name {
    font-size: 15px;
    font-weight: 600;
    color: #03122d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.gr_verified_badge {
    font-size: 13px;
    color: #1a73e8;
}

.gr_user_meta {
    font-size: 12px;
    color: #5b6e8a;
    font-weight: 500;
    line-height: 1.5;
}

.gr_google_badge {
    color: #dadce0;
    display: flex;
    align-items: center;
}

.gr_rating_row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.gr_stars i {
    font-size: 14px;
    color: #FBBC05;
    margin-right: 2px;
}

.gr_time {
    font-size: 12px;
    color: #5b6e8a;
    font-weight: 500;
}

.gr_review_text {
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
    font-style: normal;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.google_review_card:hover .gr_review_text {
    color: #202124;
}

.testi_list.owl-carousel {
    display: flex !important;
    flex-direction: column;
    padding: 0 0 45px 0 !important;
    position: relative;
}

.testi_list.owl-carousel .owl-stage-outer {
    width: 100%;
}

.testi_list.owl-carousel .owl-stage {
    display: flex !important;
}

.testi_list.owl-carousel .owl-item {
    display: flex !important;
    height: auto !important;
}

.testi_list.owl-carousel .owl-item>div {
    display: flex !important;
    width: 100%;
    height: 100%;
}

.testi_list.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: block !important;
}

.testi_list.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccd6e3 !important;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.testi_list.owl-carousel .owl-dot.active {
    background: #4285F3 !important;
    width: 10px;
    height: 10px;
}

/* =========================================================
  <--- Start Contact Area CSS --->
============================================================ */
section.contact_area {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact-form-box {
    background: #fff;
    filter: drop-shadow(0px 5px 40px rgba(189, 202, 202, 0.35));
    padding: 44px 50px 60px;
    position: relative;
}

.contact-form-box .section_title h1 {
    font-size: 34px;
}

.contact-form-box .form-box input,
.contact-form-box .form-box select {
    height: 54px;
    background-color: #ffffff;
    border: 1px solid #e6eaea;
    border-radius: 5px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form-box .form-box input:hover,
.contact-form-box .form-box select:hover {
    border-color: #06255E;
}

.contact-form-box .form-box input:focus,
.contact-form-box .form-box select:focus {
    border-color: #06255E;
    box-shadow: 0 0 0 3px rgba(6, 37, 94, 0.10);
    outline: none;
}

/* ---- Custom Select Dropdown ---- */
.custom-select-wrapper {
    position: relative;
    user-select: none;
}

.custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e6eaea;
    padding: 0 18px;
    cursor: pointer;
    font-size: 15px;
    color: #6b7a7a;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.custom-select-trigger:hover {
    border-color: #06255E;
}

.custom-select-trigger.open,
.custom-select-trigger:focus {
    border-color: #06255E;
    box-shadow: 0 0 0 3px rgba(6, 37, 94, 0.10);
    outline: none;
}

.custom-select-trigger.selected {
    color: #03122d;
}

.custom-select-label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select-arrow {
    width: 17px;
    height: 17px;
    color: #06255E;
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.25s ease;
}

.custom-select-trigger.open .custom-select-arrow {
    transform: rotate(180deg);
}

.custom-select-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e6eaea;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(6, 37, 94, 0.12);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 999;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    animation: selectFadeIn 0.18s ease;
}

.custom-select-options.open {
    display: block;
}

@keyframes selectFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-select-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    font-size: 14.5px;
    color: #03122d;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.custom-select-option:hover {
    background: #edf4fe;
    color: #06255E;
}

/* Custom checkbox box */
.cs-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    min-width: 17px;
    border: 2px solid #c8d4e0;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.15s ease, background 0.15s ease;
    position: relative;
}

/* Tick mark via pseudo-element */
.cs-checkbox::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid transparent;
    border-left: none;
    border-top: none;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: border-color 0.15s ease;
}

.custom-select-option.selected .cs-checkbox {
    background: #06255E;
    border-color: #06255E;
}

.custom-select-option.selected .cs-checkbox::after {
    border-color: #ffffff;
}

.custom-select-option.selected {
    background: #f0f5ff;
    color: #06255E;
    font-weight: 500;
}

/* Count badge in trigger when items selected */
.cs-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #06255E;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 6px;
    flex-shrink: 0;
}

.custom-select-options::-webkit-scrollbar {
    width: 4px;
}

.custom-select-options::-webkit-scrollbar-track {
    background: #f3f8f8;
    border-radius: 4px;
}

.custom-select-options::-webkit-scrollbar-thumb {
    background: #06255E;
    border-radius: 4px;
}

.form-box.message {
    margin-bottom: 8px;
}

.form-box textarea {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(6, 50, 50, 0.1);
    padding: 15px 25px;
    outline: 0;
}

.form-box textarea::placeholder {
    font-size: 15px;
    color: #6b7a7a;
    font-weight: 400;
}

.checkbox {
    margin: 0 0 22px;
}

.checkbox label {
    font-size: 15px;
    color: #6b7a7a;
    font-weight: 400;
}

.contact-form-box .contact-form button {
    width: 46%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
}

.contact-form-box .contact-form button:hover {
    background: #ff9307;
    color: #ffff;
}

.contact-form-box .contact-form i {
    margin-right: 5px;
}



/* =================================
   Start Inner Page Faq Area
==================================== */
section.faq_area {
    background: #fff;
    padding: 105px 0 100px;
}

.tab_container {
    margin: 0 219px 0;
}

/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #f4f8f9;
    border: 0;
    padding: 25px 40px 25px;
    border-radius: 5px;
    z-index: 1;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    color: #03122d !important;
}

.accordion li a:before {
    position: absolute;
    content: "";
    left: 4%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: rgba(12, 110, 109, 0.10196078431372549);
    transition: .5s;
}

.accordion li a.active:before {
    width: 91%;

}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #6b7a7a;
    padding: 24px 42px 33px 40px;
    margin: 0;
    filter: drop-shadow(0px 10px 40px rgba(12, 110, 109, 0.1)) !important;
    background: #fff;
}

a.active {
    color: #03122d !important;
    background: #fff !important;
    filter: drop-shadow(0px 10px 100px rgba(12, 110, 109, 0.1)) !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}

.accordion li a i {
    font-size: 15px;
    color: #03122d;
    transform: rotate(0deg);
}

.accordion li a.active i {
    transform: rotate(90deg);
}

.accordion li.ctive {
    background: #06255E !important;
}

/*--==============================================->
  <!--Start Error area css-->
 ==================================================-*/
.error-area {
    background: url(../images/404_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    height: 680px;
}

.error-page-content {
    position: relative;
    z-index: 1;
}

h2.error-title {
    margin: 83px 0 13px;
    display: inline-block;
    font-size: 40px;
    color: #03122d;
    font-weight: 600;
}

h1.error-text {
    color: #06255E;
    font-size: 200px;
    font-weight: 800;
}

p.lead {
    color: #6b7a7a;
    font-size: 18px;
    font-weight: 400;
}

.error-info a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 37px;
    margin-top: 9px;
    display: inline-block;
    border-radius: 30px;
    background: #06255E;
}

.error-info a i {
    margin-right: 8px;
}

/* error shape */
.error_shape1 {
    position: absolute;
    top: -4%;
    left: 31%;
}

.error_shape2 {
    position: absolute;
    bottom: 36%;
    left: 61%;
}

.error_shape3 {
    position: absolute;
    top: -4%;
    left: 31%;
    z-index: -1;
}

.error_shape4 {
    position: absolute;
    top: -21%;
    left: 51%;
}

/* =========================================================
  <--- Start Blog Area CSS --->
============================================================ */
.blog_area {
    background: #F3F8F8;
    padding: 100px 0;
}

.single-blog-box {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(6, 37, 94, 0.04);
    border: 1px solid rgba(6, 37, 94, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-blog-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(6, 37, 94, 0.12);
    border-color: rgba(66, 133, 243, 0.2);
}

.single-blog-thumb {
    position: relative;
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.06);
}

.single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(3, 18, 45, 0) 0%, rgba(3, 18, 45, 0.3) 100%);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.single-blog-box:hover .single-blog-thumb:before {
    opacity: 1;
}

.blog_category {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
}

.blog_category a {
    position: relative;
    z-index: 10;
    display: inline-block;
    background: linear-gradient(135deg, #4285F3 0%, #06255E 100%);
    font-size: 13px;
    color: #ffffff !important;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(66, 133, 243, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog_category a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(66, 133, 243, 0.4);
}

.blog-content {
    background: #ffffff;
    padding: 28px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-title h3 {
    margin: 0 0 12px;
}

.blog-title h3 a {
    font-size: 20px;
    line-height: 1.45;
    color: #03122d;
    font-weight: 500;
    display: inline-block;
    transition: color 0.3s ease;
}

.blog-title h3 a:hover {
    color: #4285F3;
}

.blog_text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #6b7a7a;
    margin: 0 0 20px;
    flex-grow: 1;
}

.meta-blog {
    margin-top: auto;
    border-top: 1px solid #f0f4f5;
    padding-top: 16px;
    margin-bottom: 0;
}

.meta-blog p {
    font-size: 14px;
    color: #6b7a7a;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 22px;
}

.meta-blog p:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: "bootstrap-icons";
    content: "\f1e4";
    font-size: 14px;
    color: #4285F3;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

.meta-blog p span.solution {
    float: none;
    display: flex;
    align-items: center;
    color: #03122d;
}

.meta-blog p span.solution i {
    color: #4285F3;
    margin-right: 6px;
    font-size: 14px;
}

.blog_list .owl-dots {
    position: absolute;
    bottom: -15%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.blog_list .owl-dot {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccd6e3 !important;
}

.blog_list .owl-dot.active {
    background: #06255E !important;
    width: 12px;
    border-radius: 50%;
    height: 12px;
}

/* ==============================================
   Start Inner Page Blog Area Inner Page
================================================= */

section.blog_area.inner_page {
    padding: 105px 0 90px;
}

section.blog_area.inner_page .single-blog-box {
    margin-bottom: 30px;
}

section.blog_area.inner_page.two {
    background: #f4f8f9;
}

section.blog_area.inner_page.two .blog-content {
    filter: drop-shadow(0px 10px 40px rgba(162, 186, 186, 0.25));
}


ul.blog-category li {
    display: inline-block;
    margin-right: 10px;
}

ul.blog-category li a {
    padding: 8px 25px;
    display: inline-block;
    background: #f4f8f9;
    font-size: 14px;
    text-transform: uppercase;
    color: #6b7a7a;
    font-weight: 500;
    border-radius: 20px;
}

/* Comment CSS */

.blog-details-contents h3 {
    margin-bottom: 28px;
    font-size: 28px;
    color: #03122d;
    font-weight: 500;
    margin-top: 90px;
}

.blog-details-comment {
    margin-bottom: 20px;
    position: relative;
    background: #F5F6F8;
    padding: 45px 253px 26px 40px;
    border-radius: 20px;
    filter: drop-shadow(0px 10px 30px rgba(178, 191, 191, 0.2));
    background-color: #ffffff;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 25px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 20px;
    color: #03122d;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 4px;
}

.blog-details-comment-content span {
    font-size: 15px;
    color: #6b7a7a;
    margin-bottom: 21px;
    display: inline-block;
}

.blog-details-comment-reply a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #6b7a7a;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    right: 40px;
    border-radius: 20px;
    background-color: #f4f8f9;
    padding: 8px 25px;
}

.blog-details-comment-reply a i {
    margin-right: 10px;
}

.blog-details-comment.reply {
    margin-left: 80px;
}

/* commet form */
.comment-form {
    margin-top: 75px;
}

.comment-title {
    margin-bottom: 32px;
}

.comment-title h3 {
    margin-bottom: 12px;
    font-size: 28px;
    color: #03122d;
    font-weight: 500;
}

#comment-msg-box {
    width: 100%;
    transition: .5s;
    border: 0;
    padding: 21px 25px;
    height: 194px;
    border-radius: 5px;
    background-color: #f4f8f9;
    margin-bottom: 20px;
}

#comment-msg-box::placeholder {
    font-size: 16px;
    color: #6b7a7a;
    font-weight: 400;
}

input.comment-box {
    border: 0;
    width: 100%;
    padding: 25px;
    height: 64px;
    border-radius: 5px;
    background-color: #f4f8f9;
    margin-bottom: 30px;
}

input.comment-box::placeholder {
    font-size: 16px;
    color: #6b7a7a;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #4285F3;
    outline: 0;
    box-shadow: 0 0 6px #4285F3;
}

/*form button*/
.comment-form .submit-comment {
    border: 1px solid transparent;
    transition: .5s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    height: 64px;
    border-radius: 5px;
    background-color: #06255E;
    width: 100%;
    text-transform: uppercase;
}

.comment-form .submit-comment:hover {
    background: #fff;
    border: 1px solid #06255E;
    color: #06255E;
}


/* =========================================================
   <--- Start Blog Details Area CSS --->
   ========================================================= */
.blog_details_card {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(3, 18, 45, 0.03);
    border: 1px solid rgba(66, 133, 243, 0.06);
    margin-bottom: 40px;
}

.blog_details_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid rgba(66, 133, 243, 0.08);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.blog_details_meta span {
    font-size: 14px;
    color: #6b7a7a;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog_details_meta span i {
    color: #4285F3;
    font-size: 16px;
}

.blog_details_title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #03122d;
    margin-bottom: 20px;
}

.blog_details_img_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 35px;
    box-shadow: 0 15px 35px rgba(3, 18, 45, 0.06);
}

.blog_details_img_wrapper img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog_details_img_wrapper:hover img {
    transform: scale(1.02);
}

/* Rich Text Styling inside post */
.blog_details_content {
    font-size: 15.5px;
    line-height: 1.75;
    color: #3b4d61;
}

.blog_details_content h2,
.blog_details_content h3,
.blog_details_content h4 {
    color: #03122d;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 12px;
}

.blog_details_content h2 {
    font-size: 22px;
}

.blog_details_content h3 {
    font-size: 19px;
}

.blog_details_content p {
    margin-bottom: 20px;
}

.blog_details_content blockquote {
    position: relative;
    background: rgba(66, 133, 243, 0.03);
    border-left: 4px solid #4285F3;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    font-size: 16.5px;
    line-height: 1.7;
    color: #03122d;
}

.blog_details_content blockquote::before {
    content: "\201C";
    font-size: 50px;
    line-height: 1;
    color: rgba(66, 133, 243, 0.12);
    position: absolute;
    top: 5px;
    left: 12px;
}

.blog_details_content ul {
    list-style-type: disc !important;
    margin-bottom: 20px;
    padding-left: 25px;
}

.blog_details_content ol {
    list-style-type: decimal !important;
    margin-bottom: 20px;
    padding-left: 25px;
}

.blog_details_content li {
    display: list-item !important;
    margin-bottom: 8px;
}

.blog_details_content ul li {
    list-style-type: disc !important;
}

.blog_details_content ol li {
    list-style-type: decimal !important;
}

.blog_details_content li p {
    margin-bottom: 0 !important;
    display: inline !important;
}

.blog_author_avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(66, 133, 243, 0.1);
    flex-shrink: 0;
}

.blog_author_info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #03122d;
    margin-bottom: 6px;
}

.blog_author_info p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #6b7a7a;
    margin-bottom: 0;
}

/* Share Buttons */
.blog_share_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(66, 133, 243, 0.08);
    margin-top: 20px;
}

.blog_share_box span {
    font-size: 15px;
    font-weight: 600;
    color: #03122d;
}

.blog_share_links {
    display: flex;
    gap: 12px;
}

.blog_share_links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(66, 133, 243, 0.05);
    color: #4285F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
}

.blog_share_links a:hover {
    background: #4285F3;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Sidebar Box details */
.blog_sidebar_box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(3, 18, 45, 0.03);
    border: 1px solid rgba(66, 133, 243, 0.06);
}

.blog_sidebar_title {
    font-size: 19px;
    font-weight: 600;
    color: #03122d;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 2px solid rgba(66, 133, 243, 0.08);
    position: relative;
}

.blog_sidebar_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background: #4285F3;
}

.blog_sidebar_categories li {
    margin-bottom: 12px;
}

.blog_sidebar_categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #52627a;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 6px 12px;
    border-radius: 8px;
}

.blog_sidebar_categories a:hover {
    color: #4285F3;
    background: rgba(66, 133, 243, 0.04);
    transform: translateX(4px);
}

.blog_sidebar_categories a i {
    font-size: 12px;
    color: rgba(66, 133, 243, 0.4);
}

/* Recent posts list */
.recent_post_row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.recent_post_row:last-child {
    margin-bottom: 0;
}

.recent_post_img {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(3, 18, 45, 0.05);
    transition: transform 0.3s ease;
}

.recent_post_row:hover .recent_post_img {
    transform: scale(1.05);
}

.recent_post_info h6 {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
}

.recent_post_info h6 a {
    color: #03122d;
    transition: color 0.3s ease;
}

.recent_post_info h6 a:hover {
    color: #4285F3;
}

.recent_post_info span {
    font-size: 12px;
    color: #8b98a5;
    display: flex;
    align-items: center;
    gap: 6px;
}


/* =========================================================
  <--- Start Footer Area CSS --->
============================================================ */
.footer_area {
    background: #06255E;
    padding: 60px 0 15px;
}

p.footer_desc {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 30px 0 30px;
}

.subscribe_form {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30196078431372547);
    position: relative;
}

.subscribe_form input {
    background: transparent;
    border: none;
    width: 100%;
    outline: 0;
    height: 50px;
    color: #fff !important;
}

.subscribe_form input::placeholder {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.subscribe_form input:focus {
    outline: 0;
    background: transparent;
    box-shadow: none;
}

button.btn {
    width: 119px;
    height: 36px;
    border-radius: 18px;
    background-color: #06255E;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}

button.btn:hover {
    background: #fff;
    color: #03122d;
}

.footer-widget-title h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 34px;
}

.footer-widget-menu ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-left: -15px;
    margin-bottom: 9px;
}

.footer-widget-menu ul li a:hover {
    margin-left: .0;
    color: #4285F3;
}

.footer-widget-menu ul li a i {
    font-size: 12px;
    opacity: 0;
    transition: .5s;
}

.footer-widget-menu ul li a:hover i {
    opacity: 1;
}

.footer-widget-address {
    margin-bottom: 20px;
}

.footer_widget_icon i {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-color: #06255E;
    font-size: 9px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.footer-widget-address_text {
    overflow: hidden;
}

.footer-widget-address_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-widget-address_text span {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff99;
    font-weight: 400;
}

.row.add-border {
    position: relative;
    padding-top: 15px;
    margin-top: 50px;
}

.row.add-border:before {
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 98%;
    background: rgba(255, 255, 255, 0.30196078431372547);
    content: "";
}

.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom-content-copy a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.footer-bottom-menu {
    text-align: right;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #ccd6e3;
    font-weight: 400;
}

.footer-bottom-menu ul li a:hover {
    color: #fff;
}

.footer-contact-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-contact-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #4285F3;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    margin-top: 3px;
}

.footer-contact-item:hover .footer-contact-icon {
    background: #4285F3;
    color: #ffffff;
    border-color: #4285F3;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(18, 150, 149, 0.4);
}

.footer-contact-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
}

.contact-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4285F3;
}

.contact-value {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value:hover {
    color: #4285F3 !important;
}

.contact-phones {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.contact-phones .separator {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}





/*---=====================================================
   <!--advisar All Animation Here-->
=========================================================---*/


/*bounce-left-right-animation*/

@keyframes bounceleft {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

/*bounce-top-bottom-animation*/

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}



/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #06255E;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #06255E;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #06255E;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}




/* =========================================================
   RESPONSIVE STYLES 
============================================================ */

@media (min-width: 1400px) and (max-width: 1600px) {
    /* ======== Breadcumb Area ========= */

    .breadcumb-area {
        background-size: cover;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .section_title.text-center p {
        width: 61%;
    }

    .section_title h1 {
        font-size: 35px;
    }

    /* ======== Breadcumb Area ========= */

    .breadcumb-area {
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .advisar-header-area ul {
        margin-right: 22px;
    }

    /* ======= Section Title ====== */

    .section_title h1 {
        font-size: 31px;
        line-height: 35px;
    }

    .breadcumb-area {
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .advisar-header-area {
        display: none;
    }

    /* ====Section Title ====== */

    .section_title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    /* == Steps  Area == */
    .section_title.text-center p {
        width: 92%;
    }

    /* ======== Breadcumb Area ========= */

    .breadcumb-area {
        background-size: cover;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .advisar-header-area {
        display: none;
    }

    /* ====Section Title ====== */
    .section_title h1 {
        font-size: 25px;
        line-height: 29px;
    }

    .section_title.text-center p {
        width: 92%;
    }

    /* ====== Start Breadcumb Area Csss ======= */

    .breadcumb-area {
        background-size: cover;
        padding: 182px 0 158px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .advisar-header-area {
        display: none;
    }

    /* ====Section Title ====== */
    .section_title h4 {
        font-size: 14px;
    }

    .section_title h1 {
        font-size: 18px;
        line-height: 20px;
    }

    .section_title.text-center p {
        width: 92%;
    }

    /* ====== Start Breadcumb Area Csss ======= */

    .breadcumb-area {
        background-size: cover;
        padding: 182px 0 172px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .advisar-header-area {
        display: none;
    }

    /* ====Section Title ====== */
    .section_title h4 {
        font-size: 12px;
    }

    .section_title h1 {
        font-size: 24px;
        line-height: 22px;
    }

    .section_title.text-center p {
        width: 100%;
        font-size: 12px;
    }

    .section_title p {
        width: 100%;
        font-size: 14px;
    }

    /* ====== Start Breadcumb Area Csss ======= */

    .breadcumb-area {
        padding: 50px 0;
        background-size: cover;
    }
}

/* =========================================================
    <--- Counter Area / CTA Banner Section Styling --->
========================================================= */
section.counter_area {
    background: linear-gradient(135deg, #06255E 0%, #11387e 100%);
    padding: 40px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.counter_area::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: -1;
}

section.counter_area::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 250px;
    height: 250px;
    background: rgba(66, 133, 243, 0.05);
    border-radius: 50%;
    z-index: -1;
}

section.counter_area .row {
    align-items: center;
}

section.counter_area .section_title h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.proconsul_btn.outline a {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
}

.proconsul_btn.outline a:hover {
    background: #ffffff;
    color: #06255E;
    box-shadow: 0px 8px 30px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.proconsul_btn.right_btn {
    text-align: right;
}

/* Responsive Overrides for CTA banner */
@media (max-width: 991px) {
    section.counter_area .section_title h3 {
        font-size: 26px;
    }

    .proconsul_btn.right_btn {
        text-align: left;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    section.counter_area {
        padding: 50px 0;
        text-align: center;
    }

    section.counter_area .section_title h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .proconsul_btn.right_btn {
        text-align: center;
        margin-top: 20px;
    }

    .proconsul_btn.outline a {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
        max-width: 280px;
    }
}

/* =========================================================
   <--- Mobile Responsive Overrides for Contact Section --->
   ========================================================= */
@media (max-width: 767px) {
    section.contact_area {
        padding: 60px 0;
    }

    .contact_main_info {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .contact-form-box {
        padding: 30px 20px;
    }

    .contact_main_info .call-do-social_icon i {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .contact_main_info .call_info h3 {
        font-size: 15px;
        line-height: 1.4;
        margin-top: 4px;
    }

    .contact_main_info .call_info h3 a {
        font-size: 15px;
        word-break: break-all;
    }

    .contact-form-box .contact-form button {
        width: 100%;
        height: 50px;
        font-size: 15px;
    }
}

/* =========================================================
   <--- Premium Pagination Styling --->
   ========================================================= */
.pagination-wrapper {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 40px;
    /* Space between pagination and sidebar on mobile */
}

.pagination-wrapper .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    /* Vertical centering for text */
    text-align: center;
    border-radius: 50% !important;
    /* Circular buttons */
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Active Page Button */
.pagination-wrapper .btn-dark.active {
    background-color: #06255E !important;
    border-color: #06255E !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 15px rgba(6, 37, 94, 0.25);
}

/* Inactive Page Button */
.pagination-wrapper .btn-outline-warning {
    border: 1px solid rgba(6, 37, 94, 0.15) !important;
    background-color: #f8fafb !important;
    color: #06255E !important;
}

.pagination-wrapper .btn-outline-warning:hover {
    background-color: #06255E !important;
    border-color: #06255E !important;
    color: #ffffff !important;
}

/* Prev / Next Buttons */
.pagination-wrapper .btn-warning {
    width: auto !important;
    padding: 0 18px !important;
    border-radius: 30px !important;
    background-color: #4285F3 !important;
    border-color: #4285F3 !important;
    color: #ffffff !important;
}

.pagination-wrapper .btn-warning:hover {
    background-color: #06255E !important;
    border-color: #06255E !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 15px rgba(66, 133, 243, 0.3);
}

/* =========================================================
   <--- Mobile Responsive Overrides for Service Details --->
   ========================================================= */
@media (max-width: 767px) {
    .service_details_content h2 {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }
}

/* =========================================================
   <--- Mobile Responsive Overrides for Blog Details --->
   ========================================================= */
@media (max-width: 767px) {
    .blog_details_card {
        padding: 20px !important;
        margin-bottom: 30px !important;
    }

    .blog_details_meta {
        gap: 12px !important;
        padding-bottom: 15px !important;
        margin-bottom: 20px !important;
    }

    .blog_details_title {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 15px !important;
    }

    .blog_details_img_wrapper {
        margin-bottom: 20px !important;
        border-radius: 12px !important;
    }

    .blog_details_img_wrapper img {
        border-radius: 12px !important;
        max-height: 250px !important;
    }

    .blog_details_content {
        font-size: 14.5px !important;
        line-height: 1.65 !important;
    }

    .blog_details_content h2 {
        font-size: 18px !important;
        margin-top: 25px !important;
    }

    .blog_details_content h3 {
        font-size: 16px !important;
        margin-top: 25px !important;
    }

    .blog_details_content p {
        margin-bottom: 15px !important;
    }

    .blog_details_content blockquote {
        padding: 15px 20px !important;
        margin: 25px 0 !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .blog_details_content blockquote::before {
        font-size: 40px !important;
        top: 2px !important;
        left: 8px !important;
    }

    .blog_author_avatar {
        width: 70px !important;
        height: 70px !important;
    }

    .blog_share_box {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: center !important;
        margin-top: 30px !important;
        padding: 15px 0 !important;
    }
}

/* =========================================================
   <--- Mobile/Tablet Responsive Overrides for Breadcrumb --->
   ========================================================= */
@media (max-width: 991px) {
    .breadcumb-title h4 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 767px) {
    .breadcumb-title h4 {
        font-size: 20px !important;
        line-height: 1.35 !important;
        padding-bottom: 10px !important;
    }

    .breadcumb-content {
        padding: 20px !important;
    }

    .breadcumb-area {
        padding: 50px 0 !important;
    }
}

/* =========================================================
   <--- SEO Heading Fixes: Make section_title h2 match h1 --->
   ========================================================= */
.section_title h2 {
    font-size: 36px;
    line-height: 42px;
    color: #06255E;
    font-weight: 600;
}

.contact-form-box .section_title h2 {
    font-size: 34px;
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .section_title h2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .section_title h2 {
        font-size: 31px;
        line-height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .section_title h2 {
        font-size: 25px;
        line-height: 29px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .section_title h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .section_title h2 {
        font-size: 24px;
        line-height: 22px;
    }
}

/* =========================================================
   <--- Mobile Bottom Navigation Bar (WhatsApp Button) --->
   ========================================================= */
.mobile-bottom-nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #F3F8F8;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 10px 0 20px;
    display: none;
}

.mobile-bottom-nav-bar .container {
    max-width: 100%;
    padding: 0 20px;
}

.mobile-bottom-nav-bar .whatsapp-btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.45);
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.mobile-bottom-nav-bar .whatsapp-btn i {
    margin-right: 10px;
    font-size: 20px;
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.mobile-bottom-nav-bar .whatsapp-btn:hover {
    background: #20B958;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

@media (max-width: 767px) {
    .mobile-bottom-nav-bar {
        display: block;
    }
}


/* Offcanvas Sticky Toolbar for Mobile (Existing Code) */
.offcanvas__sticky-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #F3F8F8;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    padding: 10px 15px;
    display: none;
}

@media (max-width: 991px) {
    .offcanvas__sticky-toolbar {
        display: block;
    }
}

.offcanvas__sticky-toolbar .toolbar-list {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.offcanvas__sticky-toolbar .toolbar-item {
    text-align: center;
}

.offcanvas__sticky-toolbar .toolbar-link {
    display: inline-block;
    color: var(--text-color, #333);
    text-decoration: none;
}

.offcanvas__sticky-toolbar .toolbar-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #06255E;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.offcanvas__sticky-toolbar .toolbar-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
}

/* Blog Detail CTA Card Styles */
.blog_cta_card {
    background: linear-gradient(135deg, #06255E 0%, #11387e 100%);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(6, 37, 94, 0.15);
    border-radius: 20px;
    padding: 35px;
    margin-top: 50px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .blog_cta_card {
        padding: 30px 20px;
        border-radius: 16px;
        margin-top: 35px;
    }

    .blog_cta_title {
        font-size: 20px !important;
        line-height: 1.35 !important;
        margin: 10px 0 20px !important;
    }

    .blog_cta_btn_premium {
        font-size: 14.5px !important;
        padding: 10px 24px !important;
        width: 100%;
        max-width: 290px;
        box-sizing: border-box;
    }
}

.blog_cta_card .cta_bg_circle {
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
}

.blog_cta_card .cta_circle_1 {
    top: -50px;
    left: -50px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.03);
}

.blog_cta_card .cta_circle_2 {
    bottom: -75px;
    right: -75px;
    width: 240px;
    height: 240px;
    background: rgba(66, 133, 243, 0.08);
}

.blog_cta_inner {
    position: relative;
    z-index: 2;
}

.blog_cta_badge {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: rgba(66, 133, 243, 0.15);
    color: #8ab4f8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.blog_cta_title {
    color: #ffffff !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Outfit', 'Inter', sans-serif;
    margin: 10px 0 25px;
}

.blog_cta_btn_container {
    margin-top: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.blog_cta_btn_premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #4285F3;
    color: #ffffff !important;
    font-size: 16.5px;
    font-weight: 700;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(66, 133, 243, 0.35);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
}

.blog_cta_btn_premium i {
    font-size: 20px;
    animation: whatsappPulse 2s infinite;
}

.blog_cta_btn_premium:hover {
    background-color: #06255E;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(6, 37, 94, 0.5);
}