* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

a {
    text-decoration: none !important
}

ul {
    list-style: none;
    padding: 0 !important;
    margin-bottom: 0 !important
}
section {
    overflow: hidden;
}
body {
    font-family: Poppins, sans-serif !important;
}
.no-spinner::-webkit-inner-spin-button, .no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.no-spinner {
    -moz-appearance: textfield
}

.custom-container {
    max-width: 1140px !important;
    width: 100% !important;
    margin: auto
}

.max-w-1140 {
    max-width: 1140px
}

.social_icon i {
    text-align: center;
    height: 37px;
    width: 37px;
    padding: 10px 5px 10px 0;
    color: #2d4a8a;
    font-size: 17px
}

.social_icon i:first-child {
    border-left: .5px solid #dbdbdb;
    padding: 10px 5px 10px 5px;
    width: 42px
}

.head_email span {
    display: inline-block;
    font-size: 14px
}

.navbar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #2d4a8a;
    clip-path: polygon(45px 0, 100% 0, 100% 1500%, 0 100%);
    padding: 8px 0 8px 16px !important
}

.head_logo img {
    width: 224px
}

.navbar-expand-lg .navbar-collapse {
    margin-left: 50px
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff
}

.nav-link {
    color: #fff
}

.navbar-collapse {
    overflow: visible !important;
    position: relative;
    z-index: 2 !important
}

.shape {
    position: absolute;
    right: 0;
    width: 50%;
    max-height: 60px;
    height: 100%;
    background-color: #2d4a8a;
    z-index: 1
}

.header_main li a {
    padding: 8px 15px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px
}

.navbar-light .navbar-toggler {
    color: transparent !important;
    border-color: none !important
}

.navbar-collapse.collapsing {
    overflow: hidden !important
}

.menu_item {
    position: relative
}

.menu_item .sub_class {
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    left: 0;
    top: auto;
    transition: all .2s ease;
    z-index: 9999;
    background-color: #fff;
    width: 250px;
    transform: translate(0, 0);
    transition: .3s ease-in;
    box-shadow: 0 4px 4px 0 #2d4A8A40;
    height: 0;
    overflow: hidden
}

.sub_class li a {
    font-size: 13px !important;
    padding: 15px 10px !important;
    color: #2d4a8a !important
}

.menu_item:hover .sub_class {
    visibility: visible;
    opacity: 1;
    height: unset
}

.whatsapp {
    background-color: #29a71a;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px
}

.whatsapp p {
    margin: 0
}

.whatsapp i {
    font-size: 24px !important
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out
}

body.fixed-padding {
    padding-top: 130px
}

.slider_content {
    position: absolute;
    right: 15%;
    bottom: 11%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.slider_text {
    width: 63%
}

.slider_text h1 {
    font-size: 64px;
    font-weight: 500;
    color: #fff
}

.slider_text p {
    font-size: 16px;
    font-weight: 400;
    color: #ffff
}
.slider_text h1,
.slider_text p,
.slider_btns {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
}

.slider_text p {
    animation-delay: 0.3s;
}

.slider_btns {
    animation-delay: 0.6s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.project_btn {
    display: inline-block;
    width: 193px !important;
    height: 47px !important;
    text-align: center;
    background-color: #2d4a8a;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider_btn_get {
    display: inline-block;
    width: 137px !important;
    height: 47px !important;
    text-align: center;
    background-color: #fff;
    border: 2px solid #fff;
    color: #2d4a8a !important;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center
}

.about_us {
    margin: 100px 0 70px 0
}

.about_image img {
    width: 100%
}

.about_image_3 {
    width: 65px;
    height: 145px;
    position: absolute;
    top: -9.5%;
    left: 83%;
    z-index: -1
}

.about_image_4 {
    position: absolute;
    right: 11px;
    bottom: 6%;
    rotate: 6deg
}

.year_experience {
    display: flex;
    width: 204px;
    height: 73px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #2d4a8a
}

.year_experience h2 {
    font-size: 110px;
    color: #fff;
    font-weight: 700
}

.exp_count {
    position: absolute
}

.year_experience .plus {
    position: absolute;
    top: -6px;
    right: -35px;
    font-size: 48px;
    font-weight: 600;
    color: #fff
}

.experience-text {
    position: absolute;
    right: 18px;
    top: 23px;
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 1.2
}

.about_content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #2d4a8a;
    position: relative
}

.about_content h5::before {
    content: "";
    position: absolute;
    top: 23px;
    width: 56px;
    border-bottom: 3px solid #2d4a8a;
    border-radius: 50px;
    background-color: transparent
}

.about_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #2d4a8a
}

.about_content h2 span {
    font-family: "Dancing Script", cursive;
    font-size: 36px;
    font-weight: 700;
    color: #2d4a8a
}

.about_content p {
    font-size: 14px;
    font-weight: 400;
    color: #2d4a8a
}

.read_btn a {
    height: 45px;
    width: 165px;
    font-size: 14px;
    font-weight: 400;
    background-color: #2d4a8a;
    color: #fff !important;
    text-align: center
}

.read_btn a i {
    font-size: 22px
}

.slider_section .carousel-indicators {
    bottom: -55px
}

.slider_section .carousel-indicators [data-bs-target] {
    background-color: #2d4a8a !important
}

.about-img {
    position: relative;
    overflow: hidden
}

.about-img::before {
    position: absolute;
    top: 0;
    left: -91%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg)
}

.about-img:hover::before {
    animation: shine .75s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.our_services {
    background: #f8f9fb;
    padding: 50px 0
}

.home_head_content .head_txt {
    color: #2d4a8a;
    font-size: 16px;
    font-weight: 500
}

.home_head_content h2 {
    color: #2d4a8a;
    font-size: 32px;
    font-weight: 600
}

.home_head_content h2 span {
    font-family: "Dancing Script", cursive;
    font-size: 36px;
    color: #2d4a8a
}

.service_card {
    position: relative;
    background-color: #fff;
    padding: 20px 30px;
    height: 100%;
    width: 100%
}

.service_hover_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 190px;
    width: 255px;
    display: none;
    transition: all .5s ease-in-out
}

.service_card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    border-left: 4px solid #2d4a8a;
    transition: all .5s ease-in-out;
    border-radius: 0 20px 0 0
}

.service_card::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 60%;
    border-right: 4px solid #2d4a8a;
    transition: all .5s ease-in-out;
    border-radius: 0 0 0 20px
}

.service_card:hover::after, .service_card:hover::before {
    height: 100%
}

.service_card:hover .service_hover_img {
    display: block
}

.service_img_shape {
    display: flex;
    align-items: center;
    gap: 10px
}

.service_img {
    background-image: url(../images/home/service_vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 138px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center
}

.service_img img {
    width: 54px;
    height: 54px
}

.service_img_shape h5 {
    color: #2d4a8a;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.service_card p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px
}

.service_card a {
    font-size: 13px;
    font-weight: 400;
    color: #2d4a8a !important;
    margin: 0;
    opacity: 0;
    transition: all .5s ease-in-out
}

.service_card:hover a {
    opacity: 1
}

.detail_content h3 {
    font-size: 19px;
    font-weight: 500;
    color: #000
}

.detail_content ul {
    list-style: disc;
    padding-left: 32px !important
}

.ui_ux_img {
    width: 500px
}

.data_analysis {
    padding-top: 70px;
}

.dev_process {
    padding: 30px 0 70px 0
}

.process_title .head_txt {
    color: #2d4a8a;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.process_title .head_txt::after {
    content: '';
    position: absolute;
    border: 1px solid #2d4a8a;
    bottom: 5.7px;
    left: 102px;
    width: 321px
}

.process_title h2 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    -webkit-text-stroke: 1px #2d4a8a
}

.process_title h2 strong {
    color: #2d4a8a;
    font-size: 24px;
    font-weight: 600;
    position: relative
}

.process_title h2 strong::before {
    content: '';
    position: absolute;
    border: 1px solid #2d4a8a;
    right: 6px;
    bottom: 24px;
    height: 38px
}

.process_content p {
    font-size: 16px;
    font-weight: 400;
    color: #2d4a8a;
    margin-bottom: 30px
}

.process_bar {
    position: relative
}

.process_bar::before {
    content: '';
    position: absolute;
    border-left: 2px solid #2d4a8a;
    left: 23px;
    bottom: 0;
    top: 48px;
    height: 78%;
    z-index: -1
}

.porcess_number {
    width: 57px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #2d4a8a;
    color: #2d4a8a;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center
}

.porcess_text {
    border: 1px solid #2d4a8a;
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
    transition: .5s
}

.porcess_text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #2d4a8a
}

.porcess_text p {
    font-size: 14px;
    font-weight: 400;
    color: #2d4a8a
}

.porcess_item:hover .porcess_text {
    border: 2px solid #2d4a8a
}

.project_showcase {
    padding: 30px 0 70px 0
}

.portfolio_1 {
    padding-top: 70px
}

.portfolio_item {
    background-color: #d1dAEF52;
    padding: 20px 0 30px 20px;
    position: relative;
    max-width: 600px;
    width: 100%;
    height: 100%
}

.portfolio_item_1 {
    margin-bottom: 100px
}

.portfolio_item img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    box-shadow: 0 4px 4px 0 #2d4A8A40;
    margin-top: -40px;
    margin-right: -25px
}

.portfolio_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #2d4a8a
}

.portfolio_item p {
    font-size: 14px;
    font-weight: 400;
    color: #2d4a8a;
    padding-bottom: 10px;
    padding-right: 10px
}

.portfolio_btn {
    width: 146px;
    height: 30px;
    text-align: center;
    background-color: #2d4a8a;
    color: #fff !important;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 12px
}

.technology {
    text-align: center;
    padding-bottom: 30px
}

.tabs {
    display: inline-flex;
    background: #f2f5fe;
    border-radius: 50px;
    border: 1px solid #d8dde9;
    position: relative;
    justify-content: center
}

.tab {
    position: relative;
    padding: 10px 40px;
    cursor: pointer;
    font-weight: 500;
    color: #2d4a8a;
    transition: background .3s;
    border-radius: 50px;
    text-align: center
}

.tab.active {
    position: relative;
    background: #2d4a8a;
    color: #fff
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -41px;
    left: 50%;
    height: 42px;
    border-left: 1px dashed #2d4a8a
}

.tech-grid {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 65px;
    position: relative;
    margin-top: 40px;
    border-top: 1px dashed #2d4a8a;
    padding-top: 50px
}

.tech-grid::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #2d4a8a;
    border-radius: 20px
}

.tech-grid::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: #2d4a8a;
    border-radius: 20px
}

.tech-item {
    text-align: center;
    position: relative;
    display: none
}

.tech-item.active {
    display: block
}

.tech-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    border: .25px solid #d8dde9;
    margin-bottom: 8px
}

.tech-item span {
    display: block;
    font-size: 14px;
    color: #1e2a5c;
    margin-top: 5px
}

.arrow-line {
    position: absolute;
    top: -50px;
    height: 30px;
    border: 1px dashed #2d4a8a;
    left: 50%;
    transform: translateX(-50%)
}

.arrow-line::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #2d4a8a
}

.our_client .owl-carousel.owl-drag .owl-item {
    overflow: visible !important
}

.card_items {
    position: relative;
    height: 290px;
    max-width: 254px;
    width: 100%;
    background-color: #2d4a8a;
    border-radius: 70px 30px 60px 40px;
    color: #000;
    box-shadow: 0 0 4px 0 #00000040;
    margin: 79px auto;
    overflow: visible
}

.card_inner {
    position: absolute;
    top: -3%;
    left: 5%;
    height: 280px;
    max-width: 264px;
    width: 100%;
    background-color: #fff;
    border-radius: 70px 30px 60px 40px;
    color: #000;
    box-shadow: 0 0 4px 0 #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}

.card_content {
    display: inline-block
}

.card_content .client_img {
    width: 61px !important;
    height: 61px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 2;
    margin: -38% auto 0 auto
}

.card_content .quote_img {
    width: 17px !important;
    height: 17px;
    margin-left: 20%
}

.card_content h2 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    margin: 0
}

.card_content span {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    margin-bottom: 5px
}

.card_content p {
    font-size: 12px;
    font-weight: 400;
    color: #525252;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7
}

.card_content, .card_inner, .card_items {
    transition: all .5s ease-in-out
}

.owl-carousel .owl-item.left-item .card_items {
    transform: skew(-5deg, 23deg)
}

.owl-carousel .owl-item.left-item .card_content {
    transform: skew(5deg, -22deg)
}

.owl-carousel .owl-item.center .card_items {
    transform: scale(1.2) skew(0deg, 0deg);
    max-width: 304px;
    height: 252px
}

.owl-carousel .owl-item.center .card_inner {
    max-width: 333px;
    height: 264px;
    transform: skew(-4deg, -5deg);
    border-radius: 40px 40px 30px 60px;
    top: 1%;
    left: -2%
}

.owl-carousel .owl-item.center .card_content {
    transform: skew(4deg, 5deg)
}

.owl-carousel .owl-item.center .client_img {
    width: 71px !important;
    height: 71px;
    margin-top: -35%
}

.owl-carousel .owl-item.center {
    z-index: 2
}

.owl-carousel .owl-item.right-item .card_items {
    transform: skew(5deg, -23deg);
    border-radius: 30px 80px 40px 60px
}

.owl-carousel .owl-item.right-item .card_inner {
    border-radius: 30px 70px 40px 60px;
    left: -5%
}

.owl-carousel .owl-item.right-item .card_content {
    transform: skew(-5deg, 22deg)
}

.owl-carousel .owl-item.right-item .card_content .client_img {
    left: 36%;
    top: -30%
}

.owl-carousel .owl-dots.disabled {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 16px !important;
    height: 16px !important;
    background: #2d4a8a !important
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #2d4a8a !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #525252 !important
}

.owl-carousel .owl-nav.disabled {
    position: relative;
    display: flex !important;
    justify-content: space-between !important
}

.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
    position: absolute;
    top: -285px;
    font-size: 60px;
    color: #2d4a8a !important
}

.card_content p.expanded {
    -webkit-line-clamp: unset;
    display: block
}

#toggleBtn {
    background-color: transparent;
    border: none;
    color: #2d4a8a;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.news_latter {
    background-color: #f0f3f9;
    padding: 40px 0 30px 0
}

.news_content h2 {
    font-weight: 600;
    font-size: 36px;
    color: #2d4a8a;
    margin: 0
}

.news_content p {
    font-weight: 400;
    font-size: 14;
    margin: 0;
    color: #2d4a8a
}

.news_data {
    position: relative
}

.news_input {
    width: 100%;
    max-width: 382px;
    height: 56px;
    background-color: #fff;
    border-radius: 50px;
    border: transparent !important;
    padding: 0 5px 0 30px
}

.news_input::placeholder {
    color: #bac3d9 !important
}

.news_btn {
    position: absolute;
    width: 113px;
    height: 50px;
    background-color: #2d4a8a;
    color: #fff;
    border-radius: 50px;
    border: transparent !important;
    right: .5%;
    top: 6%
}
.pages_banner{
    background-color: #d1daef;
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/*.pages_banner {*/
/*    background-color: #d1daef;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    height: 348px;*/
/*    align-items: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.banner_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*z-index: 1;*/
}
.pages_banner .container{
    position: relative;
    z-index: 3;
    text-align: center;
}

.pages_banner h1{
    color: #2d4a8a;
    font-size: 48px;
    font-weight: 700;
}

/*.pages_banner h1 {*/
/*    font-size: 48px;*/
/*    font-weight: 600;*/
/*    color: #2d4a8a;*/
/*    margin-bottom: 0;*/
/*    line-height: 1;*/
/*}*/

.abotu_dots {
    left: 0;
    bottom: 0;
    z-index: -1
}

.img_about {
    height: 46%
}

.abotu_img2 {
    z-index: 2
}

.about_gif img {
    width: 8%
}

.about_gif span {
    color: var(--blue) !important;
    font-weight: 600
}

.about_deal h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    width: 50%
}

.about_deal h2 span {
    font-family: "Dancing Script", cursive;
    font-size: 36px;
    font-weight: 700;
    color: #2d4a8a
}

.meter-info {
    box-sizing: border-box;
    font-weight: 700;
    align-items: center
}

.meter--ranger {
    width: 50% !important
}

.progress_bar {
    border-bottom: 1px solid gray;
    padding: 25px 0 10px 0;
    position: relative
}

.progress_bar h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2d4a8a
}

.progress_bar p {
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    margin: 0
}

.prog_bar img {
    position: absolute;
    right: 10%;
    width: 22%
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #2d4a8a 0, #2d4a8a 24%, #f5f7fa 24%, #f5f7fa 100%);
    outline: 0;
    margin: 10px 0;
    padding: 0
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #2d4a8a;
    cursor: pointer;
    margin-top: -6px;
    position: relative;
    z-index: 2
}

input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    background: 0 0;
    position: relative;
    z-index: 1
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #2d4a8a;
    cursor: pointer
}

input[type=range]::-moz-range-track {
    height: 8px;
    border-radius: 5px;
    background: #f5f7fa
}

input[type=range]::-moz-range-progress {
    background-color: #2d4a8a;
    height: 8px;
    border-radius: 5px
}

.progress_bar .prog_bar {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .4s ease
}

.progress_bar:hover .prog_bar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.experience-box {
    background-color: #2f4e91;
    color: #fff;
    max-width: 68px;
    width: 100%;
    height: 235px;
    position: relative;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    left: 30%
}

.experience-box .number {
    position: absolute;
    top: -1%;
    right: -1%
}

.experience-box h2 {
    font-size: 124px;
    font-weight: 700;
    transform: rotate(0);
    margin: 0;
    text-align: end
}

.experience-box .text {
    position: absolute;
    top: 46%;
    right: 13%;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    writing-mode: sideways-lr;
    transform: rotate(0);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px
}

.career-header-section {
    background-color: #d1daef;
    height: 348px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.career-header-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0;
    line-height: 1
}

.career_content h2 span {
    color: #2d4a8a;
    font-family: "Dancing Script", cursive
}

.career_content p {
    font-size: 12px
}

.job-opportunity-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2d4a8a;
    margin-bottom: 15px
}

.job-opportunity-content .email-link {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    color: #2d4a8a;
    margin-bottom: 15px
}

.job-opportunity-content .email-link:hover {
    text-decoration: underline
}

.job-opportunity-content .btn-custom {
    width: 373px;
    height: 33px;
    background-color: #2d4a8a !important;
    color: #fff !important;
    padding-left: 15px !important;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 40px
}

.company-description p {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10%
}

.career_accordion_btn {
    color: #2d4a8a !important;
    font-size: 20px;
    font-weight: 500
}

.career-accordion .accordion-body {
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px 16px 20px !important
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important
}

.accordion-item {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #a19F9F21
}

.career-accordion .accordion-button::after {
    background-image: url('../../web/images/career/arrow.svg') !important
}

.accordion-body {
    position: relative
}

.careet_content_box {
    max-width: 108px;
    width: 100%;
    max-height: 110px;
    height: 100%;
    background-color: #2d4a8a;
    position: absolute;
    top: -40%;
    right: -2.5%;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 0 12.3px 0 #00000040
}

.careet_content_box_1 {
    max-width: 108px;
    width: 100%;
    max-height: 110px;
    height: 100%;
    background-color: #2d4a8a;
    position: absolute;
    top: -34%;
    right: -2.5%;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 0 12.3px 0 #00000040
}

.apply_btn {
    background-color: #2d4a8a;
    border-radius: 5px;
    padding: 7px 20px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    border: none
}

.apply_modal_content {
    border-radius: 15px;
    padding: 20px;
    background: #fff
}

.career_apply_form .modal-content {
    padding: 0 20px 20px 20px !important;
    border-radius: 20px !important;
    box-shadow: 0 0 4px 0 #2d4A8A2E !important
}

.career_apply_form.modal {
    z-index: 10600 !important;
}

.modal-backdrop {
    z-index: 10590 !important;
}

.apply_modal_content h4 {
    font-size: 26px;
    color: #2d4a8a;
    font-weight: 700
}

.apply_modal_content .form-control {
    background: #f6f9ff;
    border: none;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 16px
}

.apply_submit_btn {
    background-color: #2d4a8a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
    transition: .3s
}

.career_apply_form .modal-header {
    justify-content: center !important;
    padding: 0 !important;
    border-bottom: none !important
}

.career_apply_form .modal-title {
    color: #2d4a8a;
    font-weight: 600;
    font-size: 32px;
    text-align: center
}

.career_apply_form .btn-close {
    width: 26px !important;
    height: 26px !important;
    opacity: 1 !important;
    background: url(../images/career/close.svg) !important;
    background-repeat: no-repeat !important;
    margin: 10px 0 0 auto
}

.career_apply_form .btn-close:focus {
    box-shadow: none !important
}

.apply_input {
    background-color: #f7f9fd;
    border-radius: 5px;
    padding: 15px 20px;
    border: none !important;
    width: 100%
}

.apply_input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #aebad4 !important
}

.apply_submit_btn {
    background-color: #2d4a8a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
    transition: .3s
}

.custom-file-upload {
    background: #f7f9fd;
    border-radius: 5px;
    padding: 15px 20px;
    display: inline-block;
    width: 100%
}

.upload-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #2d4a8a;
    font-weight: 500;
    font-size: 16px
}

.upload-btn img {
    margin-bottom: 10px
}

.choose-file-btn {
    color: #2d4a8a;
    border: 1px solid #2d4a8a;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 6px;
    transition: all .3s ease
}

.apply_submit_btn {
    background-color: #2d4a8a;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    border: none;
    width: 230px;
    display: flex;
    justify-content: center;
    margin: auto
}

.faq-header-section {
    background-color: #d1daef;
    text-align: center;
    height: 348px;
    align-items: center;
    display: flex;
    justify-content: center
}

.faq-header-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #2d4a8a;
    margin-bottom: 0
}

.faq-accordion .accordion-button::after {
    background-image: url('../../web/images/career/arrow.svg') !important
}


.page-header-section {
    background-color: #d1daef;
    height: 348px;
    display: flex;
    align-items: center;
    text-align: center
}

.accordion-button:focus {
    box-shadow: none !important
}

.company-description p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px
}

.company-description p:last-child {
    margin-bottom: 0
}

.illustration-col {
    display: flex;
    align-items: center;
    justify-content: center
}

.illustration-col img {
    max-width: 100%;
    height: auto;
    display: block
}

.faq-accordion .accordion-button {
    background-color: #fff;
    color: #2d4a8a !important;
    font-weight: 600;
    font-size: 14px
}

.faq-accordion .accordion-body {
    color: #2d4a8a !important;
    font-weight: 400;
    font-size: 14px;
    padding: 0 20px 16px 20px !important
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #fff
}

.form-group label {
    font-size: 13px
}

.page-header-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #2d4a8a;
    margin-bottom: 0
}

.faq_submit {
    color: #fff;
    background-color: #2d4a8a;
    border-radius: 10px;
    padding: 8px 30px;
    border: none !important
}

.portfolio_title {
    color: #263045;
    position: relative
}

.portfolio-txt {
    color: #2d4a8a
}

.portfolio-txt h2 span {
    font-family: "Dancing Script", cursive
}

.portfolio-txt p {
    font-size: 14px;
    font-weight: 500
}

.our_portfolio p {
    color: #3f3f3f;
    font-size: 18px
}

.portfolio-tabs .nav-link.active {
    color: #fff !important
}

.portfolio-tabs .nav {
    display: inline-flex !important
}

.portfolio-tabs .nav-link {
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: 500;
    color: #000 !important;
    border: none !important;
    margin: 10px;
    font-size: 16px;
    background-color: #fff
}

.portfolio-tabs .nav-link.active {
    background-color: #223a78;
    color: #fff;
    border-color: #223a78
}

.portfolio_items {
    box-shadow: 0 0 7px 0 #a19F9F40;
    background-color: #fff;
    border-radius: 50px;
    padding: 6px !important
}

.portfolio_items li button {
    margin: 0 !important
}

.portfolio-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    transition: .3s ease-in-out;
    padding: 12px
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.portfolio-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.portfolio-body {
    padding: 15px;
    color: var(--blue)
}

.portfolio-body h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.portfolio-body p {
    color: #666;
    height: 48px;
    overflow: hidden
}

.portfolio-body hr {
    margin: 10px 0 !important
}

.btn-case {
    background-color: #223a78;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 14px;
    margin-top: 10px
}
.btn-case:hover{
    color: #fff;
}
.why-section h2 {
    font-weight: 600;
    color: #223a78
}

.why-section h5 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: "Dancing Script", cursive;
    color: #2d4a8a
}

.why-section p {
    margin: 0 auto 30px
}

.stat-box {
    border: 1px solid #223a78;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: .3s;
    background-color: #fff;
    color: #2d4a8a
}

.stat-box h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px
}

.stat-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500
}

.case-section {
    padding: 60px 0
}

.case-section h6 {
    font-weight: 600;
    color: #000
}

.case-section h2 {
    font-weight: 700;
    color: #223a78
}

.case-section p {
    color: #5a5a5a
}

.info-box {
    padding: 25px 0
}

.info-item {
    border-left: 1px solid #dcdcdc;
    padding-left: 20px
}

.info-item:last-child {
    border-right: none
}

.info-item h6 {
    color: #223a78;
    font-size: 26px
}

.info-item p {
    font-size: 20px;
    margin: 0;
    font-weight: 500
}

.case-content h5 {
    background-color: #1d3c79;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block
}

.case-content h6 {
    color: #1d3c79;
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px
}

.case-content p {
    color: #444;
    margin-bottom: 10px;
    font-size: 14px
}

.case-content ul {
    padding-left: 1rem
}

.case-content ul li {
    margin-bottom: 8px
}

.case-content strong {
    color: #1d3c79
}

.section-title {
    position: relative
}

.section-title h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #2d4a8a
}

.section-title.with-desc .title-header {
    margin-bottom: 35px
}

.section_text {
    font-size: 16px
}

.section-title.with-desc .title-header:before {
    border-top-color: #2d4a8a !important;
    width: 52px;
    bottom: -10px;
    height: 4px;
    left: 0;
    top: auto;
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 0
}

.tech_btn {
    background-color: #1d3c79;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block
}

.technologies h5 {
    font-size: 16px;
    font-weight: 500;
    color: #2d4a8a
}

.technologies ul {
    list-style: disc;
    padding-left: 20px !important;
    font-size: 14px;
    font-weight: 400
}

.box-shadow {
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06)
}

.spacing-11 {
    padding: 40px 25px
}

.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #2d4a8a
}

.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    color: #263045
}

.ttm-service-description p {
    color: #000
}

.author-widget_text {
    color: #6e6e6e;
    font-size: 14px
}

.sidebar .widget .widget-title {
    margin-bottom: 15px
}

.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
    color: #263045
}

.sidebar .widget-area .widget {
    position: relative;
    margin: 35px 0 35px;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07)
}

.sidebar .widget-area .widget:first-child {
    margin-top: 0
}

.sidebar .widget a {
    font-weight: 500;
    font-size: 14px
}

.sidebar .widget .widget-title {
    margin-bottom: 15px
}

.sidebar .widget .widget-title:before {
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    top: 0;
    margin-top: 10px;
    margin-left: -30px;
    margin-bottom: 0
}

.sidebar .widget ul > li:last-child {
    padding-bottom: 0 !important
}

.sidebar .content-area {
    padding-top: 65px;
    padding-bottom: 55px
}

.sidebar div.widget-area {
    position: relative;
    margin-top: 65px
}

.sidebar .sidebar-left, .sidebar .sidebar-right {
    margin-top: -37px;
    padding-top: 60px;
    padding-bottom: 70px;
    float: right
}

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb
}

.ttm-author-widget .author-widget_img img {
    margin-bottom: 20px
}

.ttm-author-widget .author-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: none
}

.ttm-author-widget .author-widget_text {
    margin-bottom: 0
}

.widget.widget-search {
    padding: 0 !important;
    box-shadow: unset !important
}

.widget-search .form-group {
    margin: 0;
    position: relative
}

.widget-search .form-group input {
    padding: 14px;
    padding-bottom: 14px;
    border: 1px solid transparent
}

.widget.widget-search .form-group i {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #000;
    border: 1px solid #000
}

.sidebar .widget_categories li, .sidebar .widget_product_categories li {
    position: relative;
    margin: 5px 0;
    padding-bottom: 5px !important
}

.sidebar .widget-Categories li span, .sidebar .widget_product_categories li span {
    position: absolute;
    right: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400
}

ul.ttm-recent-post-list > li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px
}

ul.ttm-recent-post-list > li:last-child {
    padding-bottom: 0 !important
}

ul.ttm-recent-post-list > li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #2e384d
}

ul.ttm-recent-post-list > li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px
}

ul.ttm-recent-post-list > li .post-date i {
    margin-right: 7px;
    font-size: 11px
}

.sidebar .widget-top-rated-products ul > li, .sidebar ul.ttm-recent-post-list > li {
    padding: 15px 0 !important
}

.sidebar .widget-top-rated-products ul > li:first-child, .sidebar ul.ttm-recent-post-list > li:first-child {
    padding-top: 0 !important
}

.sidebar .widget-top-rated-products ul > li:last-child, .sidebar ul.ttm-recent-post-list > li:last-child {
    padding-bottom: 0 !important
}

.sidebar .widget-top-rated-products ul > li:not(:last-child), .sidebar ul.ttm-recent-post-list > li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.sidebar ul.ttm-recent-post-list > li img {
    padding: 0 !important;
    border: unset !important
}

.widget.widget_media_gallery .gallery-item {
    display: inline-block;
    max-width: 32%;
    padding: 0 1% 2% 0;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: transparent
}

.widget.widget-nav-menu ul li {
    margin-bottom: 2px;
    padding: 0
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 13px 15px 13px 70px;
    margin: 5px 0;
    position: relative;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #263045;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget.widget-nav-menu ul li a:before {
    font-family: FontAwesome;
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #f0f0f0;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    display: flex;
    justify-content: center;
    align-items: center
}

.widget.widget-nav-menu ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    z-index: -2
}

.widget.widget-nav-menu ul li.active a:after, .widget.widget-nav-menu ul li:hover a:after {
    width: 100%
}

.sidebar .widget-categories ul li {
    padding: 12px 0;
    display: block;
    position: relative
}

.sidebar .widget-categories ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.sidebar .widget-categories ul li a {
    padding-left: 20px;
    position: relative
}

.sidebar .widget-categories ul li a:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 16PX;
    font-size: 13px
}

.sidebar .widget-top-rated-products ul.product-list-widget > li {
    border-top: 2px solid #f5faff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    list-style: none;
    display: block
}

.sidebar .widget-top-rated-products ul.product-list-widget > li:first-child {
    border-top: none;
    padding-top: 0
}

.sidebar .widget-top-rated-products li a {
    display: block
}

.sidebar .widget-top-rated-products li a img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px
}

.widget-top-rated-products .star-ratings ul li {
    padding-bottom: 0
}

.widget-top-rated-products .star-ratings ul {
    margin-top: -5px
}

.Price-amount.amount ins {
    padding: 2px 4px;
    text-decoration: none
}

.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px
}

.sidebar ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px
}

.banner-img-box {
    background-image: url('../images/services/school_management_software.webp');
    padding: 15px;
    color: #fff;
    justify-content: left;
    display: flex
}

.sidebar .widget.widget-nav-menu ul li.active a:before, .sidebar .widget.widget-nav-menu ul li:hover a:before {
    border-right-color: #263045 !important
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 13px 15px 13px 70px;
    margin: 5px 0;
    position: relative;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #263045;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget.widget-nav-menu ul li a:after {
    background-color: #2d4a8a
}

.sidebar .widget.widget-nav-menu ul li:hover a {
    color: #fff
}

.sidebar .widget.widget-nav-menu ul li.active a {
    color: #fff
}

.widget.widget-nav-menu ul li:hover a:before {
    background-color: #263045
}

.widget.widget-nav-menu ul li.active a:before {
    background-color: #263045
}

.banner-img-box:before {
    content: "";
    position: absolute;
    height: 91%;
    width: 90%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 1px dashed rgba(255, 255, 255, .2)
}

.banner-img-box .featured-content {
    padding: 30px
}

.banner-img-box .featured-content i {
    font-size: 50px
}

.banner-img-box .featured-content .featured-title h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 10px;
    padding-top: 20px
}

.banner-img-box .featured-content .featured-desc p {
    font-size: 14px;
    margin-bottom: 10px
}

.banner-img-box .featured-content ul li:not(:last-child) {
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px
}

.banner-img-box .featured-content ul li:not(:last-child) {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.banner-img-box .featured-content ul li, .banner-img-box .featured-content ul li > a {
    font-weight: 500;
    color: #fff !important;
    font-size: 14px
}

.banner-img-box .featured-content ul li i {
    font-size: 13px;
    margin-right: 7px
}

.banner-img-box .featured-content ul li {
    padding-top: 10px
}

.get-in-touch-intro {
    padding: 80px 0 0 0;
    background-color: var(--white)
}

.get-in-touch-intro h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0
}

.get-in-touch-intro h2 span {
    color: #2d4a8a
}

.get-in-touch-intro .intro-text-column {
    position: relative;
    padding-left: 25px
}

.get-in-touch-intro .intro-text-column::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #2d4a8a
}

.get-in-touch-intro .intro-text-column h6 {
    font-weight: 600;
    color: #2d4a8a;
    margin-bottom: 10px
}

.get-in-touch-intro .intro-text-column p {
    line-height: 1.6;
    margin-bottom: 0
}

.contact-section {
    padding-top: 60px;
    position: relative
}

.contact_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5;
    max-height: 626px;
    height: 100%
}

.contact-box {
    box-shadow: 0 0 15px rgba(161, 159, 159, .25);
    background-color: #fff;
    border-radius: 10px;
    padding: 50px
}

.contact-section h2 {
    font-weight: 700;
    font-size: 36px
}

.contact-section p {
    font-size: 18px;
    margin: 0 auto 40px
}

.contact-box h4 {
    font-weight: 700;
    margin-bottom: 36px;
    color: #053b50;
    font-size: 36px
}

.contact-box .form-label {
    font-size: 14px;
    color: #666;
    padding: 0 8px 5px 8px;
    position: relative;
    top: 16px;
    left: 15px;
    background-color: #fff;
    margin-bottom: 0
}

.contact-box .form-control {
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 14px;
    color: #797979;
    background-color: #fff !important
}

.contact-box input::placeholder, .contact-box textarea::placeholder {
    color: #d9d9d9
}

.form-control:focus {
    border-color: rgba(45, 73, 138, .96);
    box-shadow: none
}

.btn-submit {
    background-color: #223a78;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: none
}

.btn-submit:hover {
    background-color: #1a2f6b
}

.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(161, 159, 159, .25);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .3s ease-in-out
}

.info-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06)
}

.info-icon {
    background-color: #223a78;
    color: #fff;
    padding: 12px;
    font-size: 22px;
    border-radius: 10px
}

.info-text h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px
}

.info-text p {
    margin: 0;
    font-size: 15px;
    color: #333
}

.contact-box .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important
}

.contact-box .text-danger {
    font-size: 13px
}

.privacy_policy_note h1 {
    font-size: 20px;
    color: #2d4a8a;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 500
}

.boorder-right-box {
    height: auto;
    border-left: 2px solid #2d4a8a;
    padding-left: 20px
}

.privacy_policy_note p, .privacy_policy_note ul li {
    font-size: 14px;
    color: #000;
    line-height: 28px
}

.privacy_policy_note h2 {
    font-size: 18px;
    color: #2d4a8a;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 500
}

.founder {
    padding: 70px 0
}

.founder_content h2 {
    font-weight: 600;
    font-size: 48px;
    color: #2d4a8a
}

.founder_content span {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #2d4a8a;
    margin-bottom: 10px
}

.founder_content p {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.phone_button {
    background-color: #fff;
    box-shadow: 0 0 7px 0 #a19F9F40;
    border-radius: 10px;
    padding: 10px
}

.phone_button i {
    color: #fff;
    background-color: #2d4a8a;
    border-radius: 6px;
    padding: 10px
}

.founder_button {
    background-color: #223a78;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 14px
}

.our_team {
    padding-bottom: 70px
}

.team-card {
    position: relative;
    box-shadow: 0 0 4px 0 #d1dAEF52;
    width: 100%;
    height: 100%;
    background-color: #f0f3f9;
    border-radius: 46% 46% 0 0;
    z-index: 1
}

.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.image-wrapper img {
    width: 230px;
    height: 291px;
    transition: .3s ease-out
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(45, 74, 138, .3);
    border-radius: 50% 50% 0 0;
    opacity: 0;
    transition: .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.overlay i {
    color: #fff;
    font-size: 30px;
    background-color: #0a66c2;
    padding: 15px 17px;
    border-radius: 50%;
    transition: .3s ease
}

.image-wrapper:hover .overlay {
    opacity: 1
}

.card-info {
    text-align: center;
    background-color: #fff;
    padding: 0 20px 10px 20px;
    bottom: 0;
    left: 0
}

.card-info .team_name {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    left: 18%;
    background-color: #2d4a8a;
    color: #fff;
    width: 200px;
    border-radius: 20px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 500
}

.card-info p {
    color: #2d4a8a;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 25px
}

.resume_img {
    display: none;
    max-width: 120px;
    margin-top: 15px;
    object-fit: cover
}

.image-wrapper:hover img {
    transform: scale(1.1)
}

.footer {
    position: relative;
    background-color: #263045;
    color: #fff
}

.footer_about {
    padding: 70px 25px 10px 0
}

.footer_about h4 {
    font-size: 20px;
    font-weight: 600
}

.footer_about p {
    font-size: 14px;
    font-weight: 400
}

.social_icons h5 {
    font-size: 16px;
    font-weight: 600
}

.social_icons i {
    font-size: 18px;
    color: #fff !important
}

.footer_copy {
    border-top: .25px solid #676e7c
}

.footer_copy span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400
}

.footer_back {
    background: url(../images/footer/footer_img.webp) no-repeat center center;
    background-size: cover;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 64%;
    z-index: 0
}

.footer_back:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 74, 138, .9);
    z-index: -1
}

.footer_content {
    position: relative;
    padding: 70px 0 10px 30px
}

.footer_content h5 {
    font-weight: 600;
    font-size: 16px
}

.footer_manu li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px
}

.footer_contect i {
    font-size: 18px
}

.footer_contect span {
    display: inline-block;
    font-size: 14px
}

.footer_email i {
    font-size: 16px
}

.footer_email span {
    font-weight: 400;
    font-size: 14px;
}

.Links_hr {
    width: 56%;
    margin: 0 !important
}

.services_hr {
    width: 35%;
    margin: 0 !important
}

hr:not([size]) {
    height: 1px !important
}
.header-scroller-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}
.header-scroller-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
    from {
        top: -80px;
    }
    to {
        top: 0;
    }
}
