/*====================== Google fonts ========================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

/*====================== Basic css ========================*/
html {
    font-size: 62.5%;
}

:root {
    scroll-behavior: unset;
    --white: #ffffff;
    --black: #000;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* body */
body {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    background: var(--white);
    color: var(--black);
}

/* scrollTop btn css  */
.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fcc53b;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.scrolltotop i {
    color: #fff;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -8px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: #fcc53b;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

/* container */
.container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.custom_container {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/*====================== header_area start ========================*/
.header_top {
    padding: 2rem 0;
    border-bottom: 1px solid #eceff3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_left ul {
    display: flex;
    align-items: center;
}

.top_left ul li {
    font-size: 1.76rem;
    font-style: normal;
    font-weight: 500;
    line-height: 102.4%;
    color: #586272;
    display: inline-flex;
    align-items: center;
    padding-right: 3rem;
}

.top_left ul li img {
    max-width: 2.4rem;
    margin-right: 0.8rem;
}

.top_left ul li a {
    font-size: 1.76rem;
    font-style: normal;
    font-weight: 500;
    line-height: 102.4%;
    color: #586272;
    display: inline-flex;
    align-items: center;
    transition: 0.2s all ease;
}

.top_left ul li a:hover {
    color: #ffce51;
}

.top_right ul {
    display: flex;
    align-items: center;
}

.top_right ul li {
    padding-left: 2.4rem;
}

.top_right img {
    width: 2rem;
    transition: 0.2s all ease;
}

.top_right img:hover {
    opacity: 0.8;
}

.header_main {
    padding: 2.8rem 0;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_left {
    display: flex;
    align-items: center;
}

.header_logo img {
    width: 24.8rem;
}

.header_menu ul {
    display: flex;
    align-items: center;
    padding-left: 5.4rem;
}

.header_menu ul li a {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    color: #161c24;
    display: inline-block;
    margin-right: 2.4rem;
    transition: 0.2s all ease;
}

.header_menu ul li a:hover {
    color: #ffce51;
}

.header_right ul {
    display: flex;
    align-items: center;
}

.header_right ul li a {
    font-size: 1.73rem;
    font-style: normal;
    font-weight: 700;
    color: #1a386a;
    display: inline-flex;
    align-items: center;
}

.header_right ul li a img {
    max-width: 2.4rem;
    margin-right: 0.7rem;
}

.header_right ul li .serv_btn {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: #ffce51;
    display: inline-flex;
    align-items: center;
    margin-left: 2.4rem;
    padding: 1.7rem 2.5rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.header_right ul li .serv_btn img {
    max-width: 1.6rem;
    margin-right: 0;
    margin-left: 0.6rem;
}

/*Hamburger menu*/
.hamburger-menu {
    cursor: pointer;
    position: relative;
    display: none;
    z-index: 999;
}

.hamburger-menu span {
    background: var(--black);
    width: 3rem;
    height: 0.3rem;
    display: block;
    margin: 0.5rem 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateY(200%) rotate(135deg);
    -ms-transform: translateY(200%) rotate(135deg);
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateY(-325%) rotate(-135deg);
    -ms-transform: translateY(-325%) rotate(-135deg);
    transform: translateY(-325%) rotate(-135deg);
}

/*ofcanvas menu*/
.ofcavas-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 2;
    top: 0;
    display: none;
    left: -100%;
    transition: 0.3s;
}

.header_area {
    z-index: 1024;
    position: relative;
}

.ofcavas-menu.current {
    left: 0;
}

.ofcavas-menu .ofcanvas_nav {
    margin-top: 12.5rem;
}

.ofcavas-menu li {
    padding: 0.8rem 0;
}

.ofcanvas_nav a {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    color: #161c24;
    display: inline-block;
    margin-right: 2.4rem;
    transition: 0.2s all ease;
}

.ofcanvas_nav a:hover {
    color: #ffce51;
}

.ofcanvas_nav .serv_btn {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: #ffce51;
    display: inline-flex;
    align-items: center;
    padding: 1.7rem 2.5rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.ofcanvas_nav .serv_btn img {
    max-width: 1.6rem;
    margin-right: 0;
    margin-left: 0.6rem;
}

.ofcanvas_nav .serv_btn:hover {
    color: #161c24;
    opacity: 0.8;
}

.ofcavas-menu .social_icon {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    padding-top: 1rem;
}

.ofcavas-menu .social_icon img {
    width: 2rem;
    transition: 0.2s all ease;
}

.ofcavas-menu .social_icon img:hover {
    opacity: 0.8;
}

/* return-to-top */
.back-to-top {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.3rem;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    border-radius: 50%;
    background: #ffce51;
    z-index: 1000;
    box-shadow: 0rem 0.5rem 1rem rgb(0, 0, 0, 0.5);
    transition: 0.2s all ease;
}

.back-to-top:hover {
    box-shadow: 0rem 0rem 3rem #ffce51;
}

/*======================= hero_area start =========================*/
.hero_main {
    background: #e9f4ff;
    position: relative;
    padding-top: 6.8rem;
    padding-bottom: 0.3rem;
    border-radius: 2.4rem;
}

.line_shape {
    max-width: 65.5%;
    position: absolute;
    top: 0rem;
    right: 8%;
}

.hero_right img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.hero_left {
    padding-left: 6.3rem;
    position: relative;
}

.hero_left h1 {
    font-size: 6.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: 113.321%;
    color: #161c24;
    margin: 0;
}

.hero_left p {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3 172.043%;
    color: #586272;
    margin: 1.8rem 0 4rem;
}

.hero_left ul {
    display: flex;
    align-items: center;
}

.hero_left ul li a {
    font-size: 1.715rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: transparent;
    border: 1px solid #161c24;
    display: inline-flex;
    align-items: center;
    padding: 2.2rem 3.8rem;
    margin-right: 2.4rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.hero_left ul li a.active img {
    width: 1.75rem;
    margin-left: 0.9rem;
}

.hero_left ul li a:hover,
.hero_left ul li a.active {
    border-color: #ffce51;
    background: #ffce51;
}

.hero_bottom {
    margin-top: -9rem;
    position: relative;
}

.hero_btmleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 8rem;
}

.hero_btmItem {
    position: relative;
}

.hero_btmItem h4 {
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 133.532%;
    color: #161c24;
    margin-bottom: 2.1rem;
    display: inline-flex;
    align-items: center;
}

.hero_btmItem h4 img {
    max-width: 2.4rem;
    margin-right: 1rem;
}

.hero_btmItem p {
    font-size: 1.71rem;
    font-style: normal;
    font-weight: 500;
    line-height: 174.863%;
    color: #586272;
    margin: 0;
}

.hero_btmItem p strong {
    font-weight: 700;
    color: #161c24;
}

.hero_btmItem2::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #d9dce2;
    position: absolute;
    left: -7rem;
    bottom: 0;
}

.hero_btmright {
    background: #ffce51;
    padding: 4.5rem 2.5rem;
    border-radius: 2.4rem;
    text-align: center;
}

.hero_btmright h2 {
    font-size: 3.9867rem;
    font-style: normal;
    font-weight: 800;
    line-height: 132.941%;
    color: #161c24;
    margin-bottom: 2.1rem;
}

.hero_btmright a {
    font-size: 1.7859rem;
    font-style: normal;
    font-weight: 700;
    line-height: 111.986%;
    color: #fff;
    text-align: center;
    background: #161c24;
    display: inline-flex;
    padding: 2.2rem 3.8rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.hero_btmright a img {
    width: 1.73rem;
    margin-left: 1.2rem;
}

.hero_btmright a:hover {
    opacity: 0.85;
}

/*======================= service_area start ==========================*/
.service_area {
    padding: 20rem 0 4.5rem;
}

.service_item img {
    max-width: 100%;
    border-radius: 2.4rem;
}

.service_cnt {
    padding-top: 3.6rem;
}

.service_cnt span {
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 700;
    line-height: 136.009%;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.service_cnt h3 {
    font-size: 3.97rem;
    font-style: normal;
    font-weight: 800;
    line-height: 133.491%;
    color: #161c24;
    margin: 0.8rem 0 1.2rem;
}

.service_cnt p {
    font-size: 1.73rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    color: #586272;
    margin-bottom: 1.6rem;
}

.service_cnt a {
    font-size: 1.69rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: transparent;
    border: 1px solid #161c24;
    display: inline-flex;
    align-items: center;
    padding: 2.15rem 3.8rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.service_cnt a img {
    width: 1.74rem;
    margin-left: 1.4rem;
}

.service_cnt a.active {
    background: #ffce51;
    border-color: #ffce51;
}

.service_cnt a:hover {
    background: #ffce51;
    border-color: #ffce51;
    opacity: 0.8;
}

.service_row2 {
    margin-top: 12rem;
}

.serv_item {
    padding: 2.4rem 0 1rem;
    border-top: 1px solid #eceff3;
    display: flex;
    align-items: flex-start;
}

.serv_inner img {
    max-width: 2.4rem;
    display: block;
    margin-bottom: 0.8rem;
}

.serv_inner span {
    width: 2.2rem;
    display: block;
    border: 0.2rem solid #ffce51;
    padding: 0;
    background: transparent;
}

.serv_innerCnt {
    padding-left: 2rem;
}

.serv_innerCnt h4 {
    font-size: 2.33rem;
    font-style: normal;
    font-weight: 700;
    line-height: 137.591%;
    color: #161c24;
    margin-bottom: 0.88rem;
}

/*====================== service_area2 start =========================*/
.service_main {
    background: #f7f9fc;
    padding: 20rem 6.3rem;
    border-radius: 2.4rem;
}

.ourserv_upper {
    max-width: 47.8rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ourserv_upper span {
    font-size: 1.32rem;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    background: #57aef4;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.ourserv_upper h3 {
    font-size: 3.95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.045%;
    color: #161c24;
    text-align: center;
    margin: 0.8rem 0 0.5rem;
}

.ourserv_upper p {
    font-size: 1.743rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #586272;
    text-align: center;
}

.ourserv_row {
    padding: 4rem 0 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.8rem;
}

.ourserv_item {
    background: #fff;
    border-radius: 2.4rem;
    box-shadow: 0rem 0.2rem 0.8rem 0rem rgba(22, 28, 36, 0.08);
    text-align: center;
}

.ourserv_inner img {
    width: 100%;
    border-radius: 2.4rem 2.4rem 0rem 0rem;
}

.ourserv_cnt {
    padding: 1rem 3rem 4.2rem;
    text-align: center;
    margin-top: -5.5rem;
}

.ourserv_cnt img {
    max-width: 10rem;
    display: block;
    margin: 0 auto;
}

.ourserv_cnt h4 {
    font-size: 2.26rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #161c24;
    text-align: center;
    margin: 2.1rem 0rem 0.5rem;
}

.ourserv_cnt p {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    color: #586272;
    text-align: center;
}

.ourserv_cnt .more_btn {
    font-size: 1.72rem;
    font-style: normal;
    font-weight: 700;
    color: #57aef4;
    display: inline-flex;
    align-items: center;
    margin-top: 2.1rem;
    transition: 0.2s all ease;
}

.ourserv_cnt .more_btn img {
    width: 1.73rem;
    margin-left: 0.7rem;
}

.ourserv_cnt .more_btn:hover {
    opacity: 0.85;
}

.ourserv_btn a {
    font-size: 1.69rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    text-align: center;
    background: #fff;
    border-radius: 1.2rem;
    border: 1px solid #161c24;
    display: inline-flex;
    align-items: center;
    padding: 2.15rem 4rem;
    box-shadow: 0rem 0.4rem 1rem 0rem rgba(22, 28, 36, 0.04);
    transition: 0.2s all ease;
}

.ourserv_btn a img {
    width: 1.73rem;
    margin-left: 1.5rem;
}

.ourserv_btn a:hover {
    background: #ffce51;
    border-color: #ffce51;
}

/*===================== quote_area start ========================*/
.quote_area {
    padding: 5rem 0;
}

.quote_main {
    background: #1a386a;
    padding: 10.7rem 6.3rem;
    border-radius: 2.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.quote_main .shape2 {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 23%;
}

.quote_left {
    max-width: 55rem;
    width: 100%;
    position: relative;
}

.quote_left h3 {
    font-size: 5.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 129.541%;
    color: #fff;
    margin-bottom: 3.4rem;
}

.quote_left h3 span {
    color: #ffce51;
}

.quote_left a {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 111.986%;
    color: #161c24;
    border-radius: 12px;
    background: #ffce51;
    display: inline-flex;
    align-items: center;
    padding: 2.5rem 3.8rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.quote_left a img {
    width: 1.73rem;
    margin-left: 1.4rem;
}

.quote_left a:hover {
    opacity: 0.85;
}

.quote_right {
    max-width: 34.6rem;
    width: 100%;
    position: relative;
}

.quote_cnt p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110.866%;
    color: #d9dce2;
    margin-bottom: 0.8rem;
}

.quote_cnt a {
    font-size: 2.92rem;
    font-style: normal;
    font-weight: 700;
    line-height: 123.373%;
    color: #fff;
    margin: 0;
}

.quote_cnt2 {
    margin-top: 4rem;
}

/*=================== testimonial_area start ======================*/
.testimonial_upper {
    max-width: 43rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial_upper span {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    text-align: center;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.testimonial_upper h3 {
    font-size: 3.94rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.603%;
    color: #161c24;
    text-align: center;
    margin: 0.8rem 0 0.6rem;
}

.testimonial_upper p {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170.667%;
    color: #586272;
    text-align: center;
    margin: 0;
}

.testimonial_box {
    background: #e9f4ff;
    padding: 12.7rem 6rem;
    border-radius: 3rem;
    position: relative;
    margin-top: 5.6rem;
}

.testimonial_box .shape3 {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 1.8%;
}

.testimonial_main {
    max-width: 86rem;
    width: 100%;
}

.testimonial_item h4 {
    font-size: 4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 133.491%;
    color: #161c24;
    margin: 0;
}

.testimonial_bottom {
    display: flex;
    align-items: center;
    margin-top: 10rem;
}

.client_profile img {
    max-width: 6.8rem;
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    margin-right: 2rem;
}

.client_cnt h6 {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 117.539%;
    color: #161c24;
    margin-bottom: 0.4rem;
}

.client_cnt p {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 117.539%;
    color: #586272;
    margin: 0;
}

.owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-nav button {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    margin-left: 2.5rem;
}

.owl-nav button img {
    max-width: 6.4rem;
}

.quote_btn a {
    font-size: 1.785rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: #ffce51;
    display: inline-flex;
    align-items: center;
    padding: 2.15rem 3.8rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
    margin-top: 3.2rem;
}

.quote_btn a img {
    width: 1.74rem;
    margin-left: 1.4rem;
}

.quote_btn a:hover {
    opacity: 0.8;
}

/*=========================== blog_area start =============================*/
.blog_area {
    padding: 9.2rem 0 31rem;
}

.blog_upper {
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #d9dce2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_upper h3 {
    font-size: 3.95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.045%;
    color: #161c24;
    margin: 0;
}

.blog_upper a {
    font-size: 1.73rem;
    font-style: normal;
    color: #161c24;
    border: 1px solid #161c24;
    display: inline-flex;
    padding: 2.1rem 3.8rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
    font-weight: 700;
}

.blog_upper a:hover {
    background: #ffce51;
}

.blog_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.8rem;
    padding-top: 6rem;
}

.blog_left {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 2.4rem;
    box-shadow: 0rem 0.2rem 0.6rem 0rem rgba(22, 28, 36, 0.06);
}

.blog_inner img {
    width: 100%;
    border-radius: 2.4rem 2.4rem 0rem 0rem;
}

.blog_cnt {
    padding: 3.2rem 3.8rem;
}

.blog_cnt h4 a {
    font-size: 2.33rem;
    font-style: normal;
    font-weight: 700;
    line-height: 137.591%;
    color: #161c24;
}

.blog_cnt p {
    font-size: 1.78rem;
    font-style: normal;
    font-weight: 500;
    line-height: 169.312%;
    color: #586272;
    margin: 0.9rem 0rem 2.8rem;
}

.blog_cntbottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_cntbottom a {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.blog_cntbottom p {
    font-size: 1.52rem;
    font-style: normal;
    font-weight: 700;
    line-height: 136.066%;
    color: #1a386a;
    margin: 0;
}

.blog_right {
    background: #fff;
    border: 1px solid #eceff3;
    padding: 4.5rem 4rem 4rem;
    border-radius: 2.4rem;
    box-shadow: 0rem 0.2rem 0.8rem 0rem rgba(22, 28, 36, 0.08);
}

.blog_item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.blog_inrleft img {
    width: 14.8rem;
    border-radius: 2rem;
    margin-right: 3.2rem;
}

.blog_inrright p {
    font-size: 1.56rem;
    font-style: normal;
    font-weight: 500;
    line-height: 131.712%;
    color: #586272;
    margin-bottom: 0.75rem;
}

.blog_inrright p span {
    font-size: 1.27rem;
    font-style: normal;
    font-weight: 700;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    padding: 0.85rem 1.8rem;
    margin-right: 2.4rem;
    border-radius: 0.8rem;
}

.blog_inrright h4 a {
    font-size: 2.14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 131.378%;
    color: #161c24;
    margin: 0;
}

/*======================= footer_area start ==========================*/
.footer_main {
    background: #1a386a;
    padding: 1rem 6.3rem 7.6rem;
    border-radius: 2.4rem;
    position: relative;

}


.footer_main .line4s {
    max-width: 100%;
    position: absolute;
    right: 18%;
    bottom: 0;
}

.footer_upper {
    background: #ffce51;
    padding: 3.8rem 4rem;
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -10rem;
}

.footer_upper h3 {
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 131.856%;
    color: #161c24;
    max-width: 46.2rem;
    width: 100%;
}

.footer_upper ul {
    display: flex;
    align-items: center;
}

.footer_upper ul li a {
    font-size: 1.71rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    border: 1px solid #161c24;
    display: inline-flex;
    align-items: center;
    padding: 2rem 4rem;
    border-radius: 1.2rem;
    margin-right: 2.4rem;
    transition: 0.2s all ease;
}

.footer_upper ul li a img {
    width: 1.73rem;
    margin-left: 1.2rem;
}

.footer_upper ul li a:hover,
.footer_upper ul li a.active {
    background: #161c24;
    border-color: #161c24;
    color: var(--white);
}

.footer_row {
    padding-top: 12.5rem;
    position: relative;
    z-index: 9;
}

.footer_item h4 {
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 138.71%;
    color: #e9f4ff;
    margin-bottom: 2.4rem;
}

.footer_item ul li a {
    font-size: 1.74rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #eceff3;
    display: inline-block;
    margin-bottom: 1.2rem;
    transition: 0.2s all ease;
}

.footer_item ul li a:hover {
    opacity: 0.85;
}

.footer_leftMenu ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_leftMenu ul li {
    width: 48%;
}

.footer_cnt p {
    font-size: 1.78rem;
    font-style: normal;
    font-weight: 500;
    line-height: 111.986%;
    color: #fff;
    margin-bottom: 0.8rem;
}

.footer_cnt a {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 123.373%;
    color: #fff;
}

.ftrcnt2 {
    margin-top: 4.8rem;
}

.copyright_cnt {
    padding-top: 6.2rem;
    text-align: right;
    position: relative;
    z-index: 2;
}

.copyright_cnt p {
    font-size: 1.53rem;
    font-style: normal;
    font-weight: 500;
    line-height: 134.951%;
    color: #fff;
    margin: 0;
}

/*============== about us page design start here ===============*/

.ab-hero-area .hero_main {
    padding-top: 0;
}

.ab-hero-area .ab-hero-img {
    padding-bottom: 60px;
}

.ab-hero-area .ab-hero-img img {
    border-radius: 24px;
    max-width: 100%;
}

.ab-hero-area .hero_left {
    padding-right: 85px;
}

/*======== counter-area design =======*/
.counter-area {
    padding-top: 6.213rem;
}

.single-counter {
    text-align: center;
}

.single-counter h2 {
    font-size: 4.998rem;
    font-weight: 800;
    color: #161c24;
    margin-bottom: 0.75rem;
}

.single-counter p {
    font-size: 1.408rem;
    font-weight: 500;
    color: #586272;
}

/*==== ab-service area design  ====*/
.ab-service-area .service_cnt {
    padding-top: 0;
}

.ab-service-area h5 {
    font-size: 1.688rem;
    font-weight: 700;
    line-height: 155%;
    margin-top: 2.2rem;
}

.sa-profile-box {
    margin-top: 1.975rem;
}

.sa-profile-box div:first-child {
    margin-right: 1.363rem;
}

.sa-profile-box h4 {
    font-size: 1.788rem;
    font-weight: 700;
}

.sa-profile-box small {
    font-weight: 500;
    color: #586272;
    font-size: 1.53rem;
}

.ab-service-area2 .ourserv_upper {
    max-width: 68.8rem;
    margin-bottom: 1.625rem;
}

.ab-service-area2 .ourserv_row > div {
    margin-top: 3.925rem;
}

.ab-service-area2 .ourserv_cnt > a {
    display: none;
}

.ab-service-area2 .ourserv_btn a {
    background-color: #ffce51;
    border: 0;
    border: 1px solid #ffce51;
}

/*==== faq area design ====*/
.faq-area {
    padding: 15.025rem 0;
}

.faq-area > .container {
    max-width: 900px;
}

.faq-area .faq-title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.25rem;
}

.faq-area .faq-title span {
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 700;
    line-height: 136.009%;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.faq-area .faq-title h2 {
    font-size: 3.95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.045%;
    color: #161c24;
    margin: 0.8rem 0 0.5rem;
}

.faq-area .faq-title p {
    font-size: 1.743rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #586272;
}

.accordion {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    padding: 42px 41px 42px 39px;
    display: block;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 20px;
    background-color: #f7f9fc;
    margin-bottom: 12px;
    color: #161c24;
    font-size: 1.738rem;
    border: 1px solid #f7f9fc;
}

.accordion li span {
    height: 60px;
    width: 59px;
    background-color: #161c24;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    right: 35px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open i.fa-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #fff;
    border-radius: 8px;
    padding: 30px 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 24px;
    margin-bottom: 20px;
}

.submenu p {
    font-size: 1.743rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #586272;
}

.ab-quote-area .quote_main {
    padding-top: 9.9rem;
    padding-bottom: 11.5rem;
}

/*==== ab-team-area design ====*/
.ab-team-area {
    padding-top: 15.025rem;
    padding-bottom: 20.82rem;
}

.ab-team-area .ab-ta-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.ab-team-area .ab-ta-title span {
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 700;
    line-height: 136.009%;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.ab-team-area .ab-ta-title h2 {
    font-size: 3.95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.045%;
    color: #161c24;
    margin: 0.8rem 0 0.5rem;
}

.single-team {
    border-radius: 30px;
    padding-bottom: 25px;
    background-color: #fff;
    transition: 0.3s all ease;
    margin: 0 12px;
    transition: 0.2s all ease;
}

.single-team:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px -4px;
    transform: translateY(-5px);
}

.single-team img {
    width: 100%;
    border-radius: 30px;
}

.single-team .team-cnt {
    padding-top: 23px;
}

.single-team h4 {
    font-weight: 700;
    font-size: 1.87rem;
    margin-bottom: 3px;
}

.single-team span {
    font-weight: 500;
    font-size: 1.488rem;
    color: #586272;
}

.single-team ul {
    margin-top: 8px;
}

.single-team ul li a {
    font-size: 18px;
    color: #161c24;
    transition: 0.2s;
    padding: 0 6.5px;
}

.single-team ul li a:hover {
    color: #ffce51;
}

/*==== ab-team-area design ====*/
.location-area {
    margin-bottom: 115px;
}

.location-area .location-map {
    background-image: url(../images/ab-location.png);
    padding: 86px 63.5px 158px 63.5px;
    border-radius: 24px;
}

.location-area .location-content {
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #eceff3;
    padding: 103px 73px;
    padding-bottom: 90px;
}

.location-area .location-content > div {
    max-width: 400px;
}

.location-area .location-content div > span {
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 700;
    line-height: 136.009%;
    color: #57aef4;
    background: #e9f4ff;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 0.8rem;
}

.location-area .location-content h2 {
    font-size: 3.95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.045%;
    color: #161c24;
    margin: 0.8rem 0 0.5rem;
}

.location-area .location-content p {
    font-size: 1.743rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #586272;
}

.location-area .location-content ul {
    padding-top: 21px;
}

.location-area .location-content ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.location-area .location-content ul li img {
    margin-right: 6px;
}

.location-area .location-content ul li a:hover {
    color: #ffce51;
}

.ab-footer-area {
    margin-bottom: 10px;
}

.ab-footer-area .footer_upper {
    position: relative;
    z-index: 2;
}

.ab-footer-area .line4s {
    position: absolute;
    z-index: 1;
}

.ab-footer-area .copyright_cnt {
    position: relative;
    z-index: 2;
}

/*============== blog page design start here ===============*/
.header_main ul li {
    position: relative;
}

.header_main .header_menu > ul li a {
    padding-bottom: 8px;
}

.header_main ul li a i {
    padding-left: 6px;
    font-size: 13px;
}

.header_main ul li .mega-wrapper {
    position: absolute;
    width: 240px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border-top: 3px solid #fcc53b;
    top: 34px;
    left: 0;
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
}

.header_main ul li:hover .mega-wrapper {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.header_main ul ul {
    display: initial;
    padding-left: 0;
}

.header_main ul ul li a {
    padding: 10px 18px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #efefef;
    font-size: 1.56rem;
}

.header_main ul ul li:last-child a {
    border-bottom: 0;
}

.header_main ul ul li a:hover {
    background-color: #fcc53b;
    color: #fff;
}

.sidebar-submenu {
    display: none;
}

.mobile-submenu .link {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.mobile-submenu .sidebar-submenu li a {
    padding: 6px 18px;
    display: block;
}

.mobile-submenu a i {
    color: #161c24;
    margin-left: 35px;
}

.submenu-toggle {
    padding: 0 !important;
    font-weight: 500 !important;
}

.rotate {
    transform: rotate(180deg);
}

.bh-overlay {
    background-image: url(../images/blog-hero.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0;
    border-radius: 18px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.bh-overlay:after {
    content: "";
    display: block;
    clear: both;
    height: 100%;
    width: 100%;
    border-radius: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.bh-content {
    text-align: center;
    max-width: 800px;
    padding-left: 18px;
    padding-right: 18px;
}

.bh-content a {
    padding: 19px 35px;
    border-radius: 12px;
    background-color: #eceff3;
    font-size: 14px;
    font-weight: 500;
    color: #57aef4;
    display: inline-flex;
}

.bh-content a:hover {
    background-color: #fff;
}

.bh-content span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 18px;
}

.bh-content h1 {
    font-size: 4.55rem;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
}

.main-blog-area {
    margin-top: 80px;
}

.main-blog-area img {
    width: 100%;
}

.blog-content {
    padding-bottom: 135px;
    border-bottom: 1px solid #d9dce2;
}

.main-blog-area h3 {
    font-size: 39px;
    font-weight: 800;
    color: #161c24;
    margin-bottom: 18px;
}

.main-blog-area h4 {
    font-size: 23px;
    font-weight: 700;
    color: #161c24;
    margin-bottom: 18px;
    margin-top: 28px;
}

.main-blog-area .single-pera {
    margin-bottom: 12px;
}

.main-blog-area ul {
    margin-left: 10px;
}

.main-blog-area .single-pera p,
.main-blog-area .single-pera li {
    font-size: 1.743rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #586272;
}

.main-blog-area .single-pera li {
    padding-bottom: 4.5px;
}

.single-bg-box {
    background-color: #e9f4ff;
    padding: 90px 140px;
    border-radius: 24px;
    text-align: center;
    margin-top: 38px;
}

.single-bg-box P {
    font-size: 21px;
    font-weight: 700;
    color: #161c24;
}

.blog-right {
    background-color: #1a386a;
    padding: 51px 41px 51px 41px;
    border-radius: 24px;
}

.blog-right h3 {
    color: #fff;
    margin-bottom: 45px;
}

.blog-right h3 span {
    color: #fcc53b;
}

.blog-right a {
    font-size: 1.715rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: #fcc53b;
    display: inline-flex;
    border: 1px solid #fcc53b;
    align-items: center;
    padding: 2.2rem 3.8rem;
    margin-right: 2.4rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
}

.blog-right a img {
    width: 1.75rem;
    margin-left: 5px;
}

.blog-right a:hover {
    background-color: #ffbe19;
}

.blog-article {
    margin-top: 140px;
    margin-bottom: 270px;
}

.blog-article-title {
    margin-bottom: 60px;
}

.blog-article-title h2 {
    font-size: 3.95rem;
    font-style: normal;
    font-weight: 800;
    line-height: 134.045%;
    color: #161c24;
    margin: 0.8rem 0 0.5rem;
}

.blog-article-title a {
    font-size: 1.715rem;
    font-style: normal;
    font-weight: 700;
    color: #161c24;
    background: transparent;
    border: 1px solid #161c24;
    align-items: center;
    padding: 2.3rem 3.8rem;
    margin-right: 2.4rem;
    border-radius: 1.2rem;
    transition: 0.2s all ease;
    display: inline-flex;
}

.blog-article-title a:hover {
    background-color: #fcc53b;
    border-color: #fcc53b;
}

.single-blog-post {
    box-shadow: 0px 2px 8px 0px #161c240f;
    border-radius: 24px;
    transition: 0.3s;
}

.single-blog-post:hover {
    transform: translateY(-10px);
}

.single-blog-post:hover p a {
    color: #ffce51;
}

.single-blog-post img {
    border-radius: 24px 24px 0 0;
    width: 100%;
}

.sb-post-cnt {
    padding: 32px 38px;
}

.sb-post-cnt h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sb-post-cnt p {
    font-size: 1.743rem;
    font-style: normal;
    font-weight: 500;
    line-height: 172.043%;
    color: #586272;
}

.sb-post-cnt .d-flex {
    margin-top: 28px;
}

.sb-post-cnt .d-flex a {
    padding: 14px 25px;
    border-radius: 9px;
    background-color: #e9f4ff;
    color: #57aef4;
    display: inline-flex;
    font-weight: 700;
    font-size: 13px;
    transition: 0.2s;
}

.sb-post-cnt .d-flex a:hover {
    background-color: #c2defa;
}

.sb-post-cnt .d-flex a:last-child {
    background-color: transparent;
    color: #161c24;
    font-size: 16px;
    padding: 0;
}

.sb-post-cnt .d-flex a:last-child:hover {
    color: #ffce51;
}

/*============== contact page design start here ===============*/
.contact-location {
    margin-bottom: 500px;
}

.contact-location .location-content div {
    max-width: 600px;
}

.contact-location .location-content div p {
    padding-right: 200px;
}

.contact-area {
    margin-top: 58px;
    margin-bottom: 180px;
}

.contact-title {
    max-width: 550px;
}

.contact-title h2 {
    font-size: 67px;
    font-weight: 800;
    padding-bottom: 12px;
}

.contact-title p {
    font-size: 1.76rem;
    font-style: normal;
    font-weight: 500;
    line-height: 131.712%;
    color: #586272;
    margin-bottom: 0.75rem;
}

.input-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 28px;
    margin-top: 35px;
}

.contact-form input,
.contact-form label,
.contact-form textarea {
    display: block;
    width: 100%;
}

.contact-form label {
    font-size: 17.5px;
    font-weight: 700;
    color: #1a386a;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #1a386a;
    background-color: transparent;
    padding: 24px 22px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-transform: capitalize;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid rgba(247, 197, 72, 0.4);
    box-shadow: 0 0 0 3px rgba(247, 197, 72, 0.4);
}

.contact-form input::placeholder {
    font-weight: 500;
    font-size: 17.44px;
}

.contact-form .input-submit {
    width: 150px;
}

.contact-form .input-submit button {
    border: 1px solid #fcc53b;
    background-color: #fcc53b;
    padding: 21px 22px;
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    transition: 0.2s all ease;
}

.contact-form .input-submit button img {
    width: 20px;
    margin-left: 4px;
}

.form-right {
    background-color: #f7f9fc;
    text-align: center;
    padding: 64px 25px 80px 20px;
    border-radius: 24px;
}

.form-right span,
.form-right a {
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #1a386a;
    margin-top: 13px;
}

.form-right span {
    margin-bottom: 28px;
}

.form-right h3 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 40px;
}

.footer-social-icon {
    margin-top: 45px;
}

.footer-social-icon ul {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start !important;
}

.footer-social-icon ul li {
    width: initial !important;
}

.footer-social-icon ul li a {
    height: 40px;
    width: 40px;
    border: 1px solid #fcc53b;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.footer-social-icon ul li:first-child a {
    margin-left: 0;
}

.footer-social-icon ul li:last-child a {
    margin-right: 0;
}

.footer-social-icon ul li a:hover {
    background-color: #fcc53b;
    color: #161c24;
}


/*============ updated code here ============*/
.header-update-top {
    background-color: #4a3aff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-update-top p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.header-update-top a {
    padding: 10px 0;
    border-radius: 35px;
    background-color: #fff;
    color: #170F49;
    font-size: 15px;
    font-weight: 700;
    width: 110px;
    display: block;
    text-align: center;
}

.header-update-top a:hover {
    background-color: #fcc53b;
}

.header-top-m {
    margin-top: 75px;
}


.button-hover-effect,
.button-hover-effect2 {
    transition: border-color .3s, background-color .3s, transform .3s, color .3s !important;
}

.button-hover-effect:hover,
.button-hover-effect2:hover {
    transform: translateY(3px);
    opacity: 1 !important;
}

.button-hover-effect img,
.button-hover-effect2 img {
    transition: 0.4s all ease;
}

.button-hover-effect:hover img {
    transform: translate(3px);
}

.button-hover-effect2:hover {
    background-color: rgb(22, 28, 36) !important;
    color: #fff !important;
    border-color: rgb(22, 28, 36) !important;
}

.button-hover-effect2 i {
    padding-left: 10px;
}
