/* =====================================================
Template Name   : NXTelcom
Description     : IT Solution & Services
Author          : Themesland
Version         : 1.0
=======================================================*/


/* ===================
fonts
====================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");

/* ===================
general css
====================== */

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    scroll-behavior: inherit !important;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #14212B;
    line-height: 1.8;
}

a {
    color: #14212B;
    display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #0049D0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    margin: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0px;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}


/* ===================
preloader
====================== */

.preloader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 20px);
}

.loader-box-1,
.loader-box-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1d42d9;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-bounce 2.0s infinite ease-in-out;
}

.loader-box-2 {
    animation-delay: -1.0s;
}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}


/* ===================
theme default css
====================== */

.ovrflow-hidden {
    overflow: hidden;
}

.text-right {
    text-align: right;
}

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

.c-pd {
    padding: 0 7rem;
}

.s-pd {
    padding: 0 12rem;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.bg {
    background-color: #F5FBFF;
}

.bg-2 {
    background-color: var(--clr-bg-2);
}

.bg-3 {
    background-color: #FF4A17;
}

.bg-heading {
    background-color: #1b1b1b;
}


/* ===================
site title css
====================== */

.site-title {
    margin-bottom: 6rem;
}

.site-title h2 {
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.0025em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 4.5rem;
    line-height: 1;
}

.site-title h3 {
    margin-bottom: 3rem;
}

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
    color: #fff;
}

.site-heading {
    margin-bottom: 60px;
}

.site-heading h5 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #1a01ff;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.site-heading .area-title {
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 38px;
    color: #051242;
    line-height: 1;
}

.site-heading .area-title span {
    color: #1a01ff;
}

.site-heading p {
    font-size: 16px;
}


/* heading divider */

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #1a01ff;
    position: relative;
    z-index: 1;
    left: 10px;
}

.site-heading.text-light .devider {
    background: #ffffff;
}

.site-heading.light .devider {
    background: #ffffff;
}

.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 3px;
    width: 10px;
    background: #1a01ff;
}

.site-heading.light .devider:before {
    background: #ffffff;
}


/* animated heading divider */

.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #1a01ff;
    width: 90px;
    overflow: hidden;
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-1px);
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-1px);
    }
}


/* ===================
margin & padding
====================== */

.pb-140 {
    padding-bottom: 140px;
}

.pd-50 {
    padding: 50px 0;
}

.py-120 {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-300 {
    margin-left: 300px;
}

.pos-rel {
    position: relative;
    z-index: 1;
}


/* ===================
theme button
====================== */

.theme-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 25px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #1d42d9;
    border: 1px solid #1d42d9;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background-color: #051242;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.theme-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background-color: #051242;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.theme-btn:hover {
    color: #fff;
    border-color: #051242;
}

.theme-btn:hover::before {
    left: 0;
}

.theme-btn:hover::after {
    right: 0;
}

.theme-btn i {
    margin-left: 5px;
}

.border-btn {
    background-color: transparent;
    border: 1px solid #fff;
}


/* ===================
container
====================== */

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1185px;
    }
}


/* ===================
grids css
====================== */

.grid-2 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

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

.grid-5 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(5, 1fr);
}

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

.grid-px-2 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
    grid-gap: 0;
}

.cs-gap-1 {
    grid-gap: 1rem;
}

.cs-gap-2 {
    grid-gap: 2rem;
}


/* ===================
scroll-top css
====================== */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1D42D9;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}

#scroll-top:hover {
    background-color: #E6335D;
}


/* ===================
nav menu css
====================== */

.main {
    margin-top: -9rem;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 18px;
        padding: 33px 10px 33px 0;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }
    .navbar .nav-item:last-child .nav-link {
        margin-right: 0;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 10px 20px;
        border: none;
        border-radius: 10px;
        width: 120px;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    }
    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px dashed #051C55;
    }
    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 25px;
        color: #051C55;
        position: relative;
        text-transform: capitalize;
        transition: all .5s ease-in-out;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "\f111";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        font-size: 8px;
        color: #1d42d9;
        top: 15px;
        left: 16px;
        opacity: 0;
        transition: all .5s ease-in-out;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #1d42d9;
        padding-left: 33px;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
        opacity: 1 !important;
    }
    .navbar .nav-item .nav-link {
        position: relative;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .nav-item .nav-link::before {
        content: "\f111";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        font-size: 6px;
        color: #fff;
        top: 42px;
        left: -12px;
        opacity: 0;
        transition: all .5s ease-in-out;
    }
    .navbar .nav-item:hover .nav-link::before {
        opacity: 1 !important;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 140%;
    }
    .navbar .header-btn {
        margin-left: 30px;
        padding-top: 8px;
    }
    .navbar .header-btn .theme-btn i {
        margin-left: 5px;
    }
}


/*bootstrap menu*/

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
}

.navbar.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.navbar.fixed-top .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
}

.navbar.fixed-top .nav-item .nav-link::before {
    color: #051C55;
}

.navbar .navbar-brand .logo-display {
    display: block;
}

.navbar .navbar-brand .logo-scrolled {
    display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block;
}

button.navbar-toggler {
    font-size: 3.5rem;
    padding: 0;
    margin: 0;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: inherit;
    height: inherit;
}

.navbar-brand img {
    width: 220px;
}


/* dropdown toggler */

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0;
    font-family: 'Font Awesome 5 Pro';
    content: "\f0ac";
    font-weight: 600;
    border: none;
    font-size: 14px;
}

@media all and (max-width: 1199px) {
    .navbar .header-btn {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        background-color: transparent;
        position: fixed;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .navbar-brand img {
        width: 190px;
    }
    .navbar-collapse {
        max-height: 290px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff;
    }
    .navbar .nav-item .nav-link {
        color: #051C55;
        font-weight: 700;
        transition: all .5s ease-in-out;
    }
    .navbar .nav-item .nav-link:hover {
        color: #1d42d9 !important;
    }
    .navbar-toggler-icon {
        font-size: 32px;
        color: #fff;
        font-weight: 500;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .navbar .dropdown-menu {
        border-radius: 10px;
    }
    .navbar.fixed-top .navbar-toggler-icon {
        color: #051C55;
    }
}


/* ===================
hero css 
====================== */

.hero-single {
    padding-top: 300px;
    padding-bottom: 180px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero-single .hero-shape {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
}

.hero-single .hero-shape img {
    width: 100%;
}

.hero-single::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #05124E;
    opacity: .8;
    top: 0;
    left: 0;
    content: '';
}

.hero-single .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-single .hero-content .hero-title {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.hero-single .hero-content .hero-sub-title {
    color: #fff;
    font-size: 20px;
    padding-left: 60px;
    position: relative;
}

.hero-single .hero-content .hero-sub-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    left: 0;
    top: 8px;
}

.hero-single .hero-content p {
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
    gap: 2rem;
    line-height: 1;
    display: flex;
    margin-top: 1rem;
    justify-content: start;
}

.hero-title {
    font-weight: 700;
    margin: 20px 0;
}

.hero-sub-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}

.hero-single .video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slider.owl-theme .owl-nav {
    margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0px 4px rgba(55, 81, 126, 0.8);
    transition: all .5s ease-in-out;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #1D42D9;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {
    .hero-single .hero-content .hero-title {
        font-size: 37px;
    }
    .hero-slider.owl-theme .owl-nav .owl-prev,
    .hero-slider.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 5px !important;
    }
    .hero-slider.owl-theme .owl-nav .owl-next {
        left: 120px;
    }
}

@media all and (max-width: 991px) {
    .hero-single .hero-content .hero-title {
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .hero-slider .video-btn {
        height: 250px;
    }
    .hero-single {
        padding-bottom: 50px;
    }
    .hero-single .hero-content .hero-sub-title {
        font-size: 18px;
    }
}


/* =====================
play btn
===================== */

.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #0049D0;
    position: absolute;
    border-radius: 50%;
}

.play-btn i::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    animation: ripple-wave 1s linear infinite;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

@keyframes ripple-wave {
    from {
        box-shadow: 0 0 rgb(255 255 255 / 10%), 0 0 0 15px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 10%);
    }
    to {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, .1), 0 0 0 30px rgba(255, 255, 255, .1), 0 0 0 45px rgba(255, 255, 255, .02);
    }
}


/* ===================
about css 
====================== */

.about-area {
    position: relative;
    display: block;
}

.about-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.about-img-box {
    position: relative;
    display: block;
}

.about-img-box:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 30px;
    height: 200px;
    background-color: #1d42d9;
    content: "";
    border-radius: 10px;
}

.about-img-box:after {
    position: absolute;
    top: 220px;
    left: -50px;
    width: 30px;
    height: 200px;
    background-color: #051C55;
    content: "";
    border-radius: 10px;
}

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

.about-img-one::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.about-img-one:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-img-one img {
    width: 100%;
    border-radius: 12px;
}

.about-img-two {
    position: absolute;
    bottom: -90px;
    left: -120px;
    z-index: 2;
}

.about-img-two img {
    border-radius: 12px;
}

.about-right {
    position: relative;
    display: block;
}

.about-title-tagline {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #1a01ff;
}

.about-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    color: #051242;
    margin: 10px 0;
}

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 32px;
}

.about-list {
    position: relative;
    display: block;
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-list li+li {
    margin-top: 6px;
}

.about-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-list li .icon span {
    font-size: 20px;
    color: #1a01ff;
    ;
}

.about-list li .text {
    margin-left: 16px;
}

.about-list li .text p {
    color: #000;
    margin: 0;
}

.about-solutions {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #ECF1F4;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 39px;
}

.about-solutions-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-solutions-icon span {
    font-size: 70px;
    color: #2a355e;
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.about-solutions:hover .about-solutions-icon span {
    transform: rotateY(360deg);
}

.about-solutions-text-box {
    margin-left: 20px;
}

.about-solutions-tex {
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 30px;
}

@media all and (max-width: 1199px) {
    .about-img-two {
        position: absolute;
        bottom: -200px;
        left: unset;
        right: -50px;
    }
    .about-img-box:before {
        left: unset;
        right: -50px;
    }
    .about-img-box:after {
        left: unset;
        right: -50px;
    }
}

@media all and (max-width: 991px) {
    .about-img-box:before {
        left: unset;
        right: -50px;
    }
    .about-img-box:after {
        left: unset;
        right: -50px;
    }
    .about-img-two {
        left: unset;
        right: -70px;
        bottom: -40px;
    }
    .about-right {
        margin-top: 70px;
    }
}

@media all and (max-width: 767px) {
    .about-img-two {
        width: 200px;
        left: unset;
        right: -70px;
        bottom: -40px;
    }
    .about-title {
        font-size: 30px;
    }
    .about-img-box:before {
        left: unset;
        right: -50px;
        height: 80px;
    }
    .about-img-box:after {
        left: unset;
        right: -50px;
        height: 100px;
        top: 100px;
    }
}


/* ===================
services css 
====================== */

.services-area {
    position: relative;
    display: block;
    background-color: #eef3f7;
}

.services-single-item {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 40px 50px 40px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 500ms ease;
    z-index: 2;
}

.services-single-item:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.services-icon {
    position: relative;
    height: 130px;
    width: 130px;
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 65px;
    color: #1d42d9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 500ms ease;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    z-index: 2;
}

.services-single-item.active .services-icon,
.services-single-item:hover .services-icon {
    background-color: #1d42d9;
    color: #fff;
}

.services-icon:before {
    position: absolute;
    top: -20px;
    bottom: -17px;
    left: 61px;
    content: "";
    width: 2px;
    background-color: #1d42d9;
    z-index: -1;
}

.services-icon:after {
    position: absolute;
    top: -15px;
    bottom: -22px;
    right: 61px;
    content: "";
    width: 2px;
    background-color: #1d42d9;
    z-index: -1;
}

.services-icon:before,
.services-icon:after {
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    transition: all 500ms ease;
}

.services-single-item.active .services-icon:before,
.services-single-item.active .services-icon:after,
.services-single-item:hover .services-icon:before,
.services-single-item:hover .services-icon:after {
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.services-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.services-title a {
    color: #051242;
    transition: all 500ms ease;
}

.services-title a:hover {
    color: #1d42d9;
}

.services-text {
    margin: 0;
    padding-bottom: 20px;
}

.services-arrow {
    position: relative;
    display: block;
}

.services-arrow a {
    position: relative;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    background-color: #eef3f7;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}

.services-single-item.active .services-arrow a,
.services-single-item:hover .services-arrow a {
    background-color: #f14d5d;
    color: #fff;
}


/* ====================
service single
==================== */

.service-details img {
    border-radius: 12px;
}

.service-single-list i {
    color: #0049D0;
    margin-right: 10px;
}

.service-download a {
    border: 2px solid #1d42d9;
    padding: 10px 20px;
    color: #1d42d9;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

.service-download a i {
    margin-right: 10px;
}

.service-download a:hover {
    background-color: #1d42d9;
    color: #fff;
}


/* ===================
CTA css 
====================== */

.cta-banner {
    position: relative;
}

.cta-banner .cta-wrapper {
    background-color: #0A1445;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 50px 50px 50px 50px;
    border-radius: 12px;
    z-index: 1;
}

.cta-banner .cta-wrapper::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #0A1445;
    border-radius: 12px;
    opacity: .1;
    top: 0;
    left: 0;
    content: '';
}

.cta-banner .cta-content h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}

.cta-banner .cta-content .theme-btn i {
    margin-left: 5px;
}

.cta-banner .cta-content .theme-btn:hover {
    color: #0049d0;
}

.cta-banner .cta-content .theme-btn:hover::before,
.cta-banner .cta-content .theme-btn:hover::after {
    background: #fff;
}

.cta-banner .cta-content::before {
    border-width: 5px;
    border-color: #e8524a;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 4%;
    bottom: 40px;
    content: "";
    z-index: -1;
}

.cta-banner .cta-content::after {
    border-width: 3px;
    border-color: #ff9600;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 7%;
    top: 60px;
    content: "";
    z-index: -1;
}

@media all and (max-width: 1199px) {
    .cta-content {
        text-align: center;
    }
    .cta-banner .cta-content h1 {
        font-size: 42px;
    }
    .cta-content .theme-btn {
        margin-top: 50px;
    }
}

@media all and (max-width: 991px) {
    .cta-banner .cta-content h1 {
        font-size: 28px;
    }
    .cta-content .theme-btn {
        margin-top: 30px;
    }
}


/* ===================
video css 
====================== */

.video-area {
    position: relative;
}

.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    z-index: 100;
}

.video-wrapper img {
    border-radius: 12px;
}

.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ===================
choose css 
====================== */

.choose-color-dots {
    position: absolute;
    width: 125px;
    height: 200px;
    top: 14px;
    right: -35px;
    background-image: url("../img/choose/1.svg");
    background-repeat: no-repeat;
    z-index: -1;
}

.choose-white-dots {
    position: absolute;
    width: 60px;
    height: 142px;
    bottom: 13px;
    right: 17px;
    background-image: url("../img/choose/1.svg");
    background-repeat: no-repeat;
    z-index: -1;
}

.choose-icon {
    position: relative;
    margin-right: 18px;
    z-index: 1;
    line-height: 0;
}

.choose-icon i {
    font-size: 44px;
    line-height: 10px;
}

.choose-icon.purple-bg-icon i {
    color: #1d42d9;
}

.choose-icon.purple-bg-icon::before {
    background-color: #1d42d9;
}

.choose-icon.orange-bg-icon i {
    color: #FF884E;
}

.choose-icon.orange-bg-icon::before {
    background-color: #FF884E;
}

.choose-icon.skyblue-bg-icon i {
    color: #4AC7EC;
}

.choose-icon.skyblue-bg-icon::before {
    background-color: #4AC7EC;
}

.choose-icon.red-bg-icon i {
    color: #F25867;
}

.choose-icon.red-bg-icon::before {
    background-color: #F25867;
}

.choose-details {
    margin-left: 80px;
}

.choose-items-wrapper {
    margin-top: 40px;
}

.choose-details .choose-item {
    display: flex;
    margin-bottom: 70px;
    align-items: center;
}

.choose-area .choose-details .choose-item h5 {
    margin-bottom: 0;
}

.choose-area {
    position: relative;
}

.choose-area .choose-img {
    position: relative;
    z-index: 1;
    padding-right: 66px;
}

.choose-area .choose-img>img {
    border-radius: 15px;
}

.choose-area .choose-icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    opacity: 0.1;
    border-radius: 50%;
    top: -5%;
    left: -60%;
    z-index: -1;
    background-color: #1d42d9;
}

.choose-area .support-mail {
    position: absolute;
    width: 82%;
    top: 50%;
    right: 72px;
    background-color: #1d42d9;
    border-radius: 0 0 15px 15px;
    z-index: -1;
    text-align: center;
    padding: 20px;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: 100% 0;
    transition: 0.3s;
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.choose-title-tagline {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #1a01ff;
}

.choose-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    color: #051242;
    margin: 10px 0;
}

@media all and (max-width: 1199px) {
    .choose-title {
        font-size: 30px;
    }
}

@media all and (max-width: 991px) {
    .choose-details {
        margin-left: 0px;
        margin-top: 30px;
    }
    .choose-title {
        font-size: 30px;
    }
    .choose-icon i {
        font-size: 30px;
    }
    .choose-area .choose-details .choose-item h5 {
        font-size: 14px;
    }
    .choose-area .choose-icon::before {
        left: -10%;
    }
}


/* ===================
technology css 
====================== */

.technology-area {
    position: relative;
    padding: 110px 0px 70px;
}

.technology-left {
    position: relative;
}

.technology-left .technology-column {
    position: relative;
    padding-top: 30px;
}

.technology-area:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(20, 29, 56, 0.95);
}

.technology-title-tagline {
    text-transform: capitalize;
    font-size: 18px;
    color: #0049d0;
}

.technology-title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: capitalize;
}

.technology-blocks-column {
    position: relative;
}

.technology-blocks-column .technology-column {
    position: relative;
}

.technology-blocks-column .technology-column .technology-block:nth-child(4) {
    margin-left: -100px;
}

.technology-block {
    position: relative;
    margin-bottom: 30px;
}

.technology-block .technology-box {
    position: relative;
    padding: 45px 15px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.technology-block .technology-box .technology-overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.technology-block .technology-box .icon-box {
    position: relative;
    color: #0060ff;
    font-size: 64px;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.technology-block .technology-box:hover .icon-box {
    transform: rotateY(180deg);
}

.technology-block .technology-box h6 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-top: 18px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.technology-block .technology-box:hover {
    border-color: #ffffff;
    background-color: #ffffff;
}

.technology-block .technology-box:hover .icon-box {
    color: #0060ff;
}

.technology-block .technology-box:hover h6 {
    color: #000055;
}

.technology-area.style-two .technology-block {
    width: 20%;
    padding: 0px 15px;
}

.technology-area.style-two .technology-block h6 {
    text-transform: capitalize;
}

@media all and (max-width: 991px) {
    .technology-left {
        margin-bottom: 30px;
    }
    .technology-blocks-column .technology-column .technology-block:nth-child(4) {
        margin-left: 0px;
    }
    .technology-title {
        font-size: 30px;
    }
}


/* ===================
skill css 
====================== */

.skill-wrapper.grid-2 {
    grid-gap: 6rem;
}

.skill-img img {
    border-radius: 15px;
}

.skill-right .skill-details {
    margin-bottom: 25px;
}

.skill-right .site-sub-heading {
    margin-bottom: 20px;
    color: #1d42d9;
}

.skill-right .site-heading {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #051242;
    text-transform: capitalize;
}

.progress-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 3rem;
}

.progress-box::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 16px;
    width: 16px;
    background-color: #051242;
    top: 5px;
    left: 0;
    border-radius: 5px;
}

.progress-box:last-child {
    margin-bottom: 0;
}

.progress-box h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.progress-box .progress {
    height: 5px;
    background-color: #E9ECFB;
    border-radius: 0;
}

.progress-box .progress .progress-bar {
    background-color: #1d42d9;
}

@media all and (max-width: 991px) {
    .skill-right .site-heading {
        font-size: 30px;
    }
    .skill-img img {
        width: 100%;
    }
}


/* ===================
testimonial css 
====================== */

.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonial-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 573px;
    background: #EEF3F7;
    width: 100%;
    z-index: -1;
}

.testimonial-single {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 5%);
}

.testimonial-content {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}

.testimonial-author-img {
    margin-right: 20px;
}

.testimonial-author-img img {
    border-radius: 50%;
}

.testimonial-author-info h4 {
    color: #000055;
    font-size: 20px;
}

.testimonial-quote p i {
    font-size: 60px;
    margin-right: 10px;
    color: #0049D0;
}

.testimonial-area .owl-dots .owl-dot span {
    border: 3px solid #caced1;
    margin: 5px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #000055;
}


/* ===================
counter css 
====================== */

.counter-area {
    background: #1D42D9;
    position: relative;
    z-index: 1;
}

.counter-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../img/shape/3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -1;
}

.counter-box {
    text-align: center;
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.counter-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../img/shape/1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -1;
}

.counter-box .icon {
    height: 75px;
    width: 75px;
    font-size: 30px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0c59db;
    border-radius: 50%;
    margin-bottom: 20px;
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #051242;
    font-size: 50px;
    font-weight: 600;
}

.counter-box .title {
    color: #051242;
    font-family: "Karla", sans-serif;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: -1px;
}

@media all and (max-width: 767px) {
    .counter-area .col-lg-3:nth-child(2) .counter-box {
        margin-bottom: 40px !important;
    }
}


/* ========================
work / case studies css 
=========================== */

.cases-desc {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cases-desc h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.cases-desc small {
    background: rgba(251, 59, 60, 0.1);
    font-size: 14px;
    font-weight: 700;
    color: #0049d0;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
}

.cases-images {
    position: relative;
    overflow: hidden;
}

.cases-images img {
    border-radius: 15px;
}

.cases-images:before {
    background: #0049d0;
    opacity: 0.9;
    position: absolute;
    border-radius: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.50s ease-in-out 0s;
    transition: transform 0.50s ease-in-out 0s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.cases-item:hover .cases-images:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cases-hover {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.70s ease-in-out 0s;
    transition: transform 0.70s ease-in-out 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cases-hover p {
    margin-bottom: 0;
    color: #ffffff
}

.cases-item:hover .cases-hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cases-link {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.70s ease-in-out 0s;
    transition: transform 0.70s ease-in-out 0s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background: #ffffff;
    color: #0d2c13;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.cases-link:hover {
    background: #fb3b3c;
    color: #ffffff;
}

.cases-item:hover .cases-link {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.cases-icon {
    background: #ffffff;
    color: #0049d0;
    font-size: 30px;
    font-weight: normal;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    transition: all .5s ease-in-out;
}

.cases-item:hover .cases-icon {
    color: #fb3b3c;
}

.cases-item {
    background: #fff;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.cases-item .cases-images {
    top: -15px;
    left: -15px
}


/* ======================
case single
====================== */

.case-sidebar .case-sidebar-content ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
}

.case-sidebar .case-sidebar-content ul li:last-child {
    border-bottom: none;
}

.case-sidebar-title {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.case-sidebar .case-sidebar-content ul li span {
    display: block;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.case-sidebar .case-sidebar-content .rating a {
    color: #1d42d9;
}

.case-new-project {
    background: #1d42d9 !important;
}

.case-new-project h4 {
    color: #fff;
    margin-bottom: 30px;
}

.new-project-btn {
    background: #fff;
    color: #1D42D9;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;
}

.new-project-btn:hover {
    background: #051C55;
    color: #fff;
}

.new-project-btn i {
    margin-left: 8px;
}

.case-details img {
    border-radius: 12px;
}

.case-single-list i {
    color: #0049D0;
    margin-right: 10px;
}


/* ===================
blog css 
====================== */

.blog-area .blog-single-item {
    margin-bottom: 30px;
}

.blog-area .item {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background: #ffffff;
    border-radius: 10px;
}

.blog-area .blog-items .item .thumb {
    position: relative;
    padding: 15px;
}

.blog-area .blog-items .item .thumb .date {
    position: absolute;
    left: 30px;
    bottom: -30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, .08);
    padding: 15px;
    font-size: 36px;
    color: #1D42D9;
    font-weight: 800;
    border-radius: 5px;
    line-height: 1;
}

.blog-area .blog-items .item .thumb .date span {
    display: block;
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
}

.blog-area .blog-items .info {
    padding: 30px;
    padding-top: 50px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
    font-weight: 600;
}

.blog-area .blog-items .info h2 a:hover,
.blog-area .blog-items .info h3 a:hover,
.blog-area .blog-items .info h4 a:hover {
    color: #1D42D9;
}

.blog-area.full-blog .blog-items .info {
    padding-top: 15px;
}

.blog-area .blog-items .item .thumb img {
    border-radius: 10px;
}

.blog-area .blog-items .info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 13px;
}

.blog-area .blog-items .info .meta ul li i {
    font-weight: 500;
    margin-right: 2px;
    color: #1D42D9;
}

.blog-area .blog-items .info .meta ul li a:hover,
.blog-area .blog-items .info h4 a:hover,
.blog-area .btn-more:hover {
    color: #1D42D9;
}

.blog-area.content-less .btn-more {
    color: #1D42D9;
}

.blog-area .blog-items .info .meta {
    margin-bottom: 15px;
}

.blog-area .blog-items .info .meta a {
    font-weight: 500;
    font-size: 16px;
}

.blog-area .btn-more {
    text-transform: capitalize;
}

.blog-area .btn-more i {
    position: relative;
    top: 2px;
    margin-left: 1px;
}

.blog-area .blog-items .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 30px;
}

.blog-area .blog-items .info .bottom img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 7px;
    border: 1px solid #e7e7e7;
    padding: 3px;
    max-width: 60px;
}


/* ===========================
blog single css
=========================== */

.blog-single-area img {
    border-radius: 12px;
}

.blog-thumb-img {
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-meta i {
    margin-right: 5px;
}

.blog-meta a:hover {
    color: #1d42d9;
}

.blog-details-title {
    font-size: 34px;
}

.blockqoute {
    background: #EEF3F7;
    border-left: 3px solid #1d42d9;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #000;
    left: 0;
    top: 10px;
}

.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details-tags ul a {
    border: 2px solid #2a355e;
    padding: 2px 10px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

.blog-details-tags ul a:hover {
    background: #2a355e;
    color: #fff;
}

.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin: 50px 0;
    border-radius: 10px;
}

.author-info {
    padding: 20px;
}

.author-name {
    font-size: 25px;
    color: #051C55;
    margin: 8px 0;
}

.author-social {
    margin-top: 10px;
}

.author-social a {
    margin-right: 10px;
    color: #051C55;
    transition: all .5s ease-in-out;
}

.author-social a:hover {
    color: #1d42d9;
}

.blog-comments {
    margin-bottom: 50px;
}

.blog-comments-wrapper {
    margin: 30px 0;
}

.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: center;
}

.blog-comments-single img {
    border-radius: 50%;
}

.blog-comments-content {
    padding: 20px 30px;
}

.blog-comments-content span {
    font-size: 14px;
}

.blog-comments-content a {
    font-weight: 600;
    margin-top: 5px;
}

.blog-comments-content a:hover {
    color: #1d42d9;
}

.blog-comments-reply {
    margin-left: 50px;
}

.blog-comments-form h4 {
    margin-bottom: 20px;
}

.blog-comments-form .form-group {
    margin-bottom: 20px;
}

.blog-comments-form .form-control {
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.blog-comments-form .form-control:focus {
    border-color: #1d42d9;
}

.comment-btn {
    background: #1d42d9;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;
}

.comment-btn:hover {
    background: #051C55;
    color: #fff;
}

.comment-btn i {
    margin-right: 5px;
}

@media all and (max-width: 767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px;
    }
    .blog-meta .blog-meta-left ul {
        gap: 10px;
    }
    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0 0;
    }
    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0px;
        box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .blog-comments-reply {
        margin-left: 0px;
    }
}


/* =========================
sidebar css
========================= */

.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.widget .widget-title {
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #1d42d9;
    bottom: 0;
    left: 0;
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 5px;
    border-bottom: 3px solid #1d42d9;
    bottom: 0;
    left: 35px;
}

.widget .search-form .form-control {
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    box-shadow: none;
}

.widget .search-form {
    position: relative;
}

.widget .search-form .form-control:focus {
    border-color: #1d42d9;
}

.widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 18px 6px 18px;
    background: transparent;
    border: none;
    color: #6C7C89;
}

.widget .category-list a {
    display: block;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
    margin-bottom: 0px;
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: #1d42d9;
}

.widget .category-list a i {
    margin-right: 5px;
}

.widget .category-list a span {
    float: right;
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.widget .recent-post-img {
    margin-right: 20px;
}

.widget .recent-post-img img {
    border-radius: 10px;
    width: 100px;
}

.widget .recent-post-bio h6 {
    font-size: 16px;
}

.widget .recent-post-bio span {
    font-size: 14px;
}

.widget .recent-post-bio span i {
    margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
    color: #1d42d9;
}

.widget .archive-list a {
    display: block;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
}

.widget .archive-list a:last-child {
    margin-bottom: 0px;
}

.widget .archive-list a:hover {
    padding-left: 10px;
    color: #1d42d9;
}

.widget .archive-list a i {
    margin-right: 5px;
}

.widget .archive-list a span {
    margin-left: 10px;
}

.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #2a355e;
    color: #2a355e;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
    background: #2a355e;
    color: #fff;
}

.widget .tag-list a {
    border: 2px solid #2a355e;
    padding: 3px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 8px;
    transition: all .5s ease-in-out;
}

.widget .tag-list a:hover {
    background-color: #2a355e;
    color: #fff;
}


/* ===================
contact us css 
====================== */

.contact-wrapper {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 15px;
    position: relative;
}

.contact-form {
    padding: 0 40px;
    border-right: 4px solid #1d42d9;
}

.contact-form-header {
    margin-bottom: 30px;
    color: #000055;
}

.contact-form-header h2 {
    color: #000055;
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group .form-control {
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
    border-color: #1d42d9;
}

.contact-map iframe {
    width: 100%;
    border-radius: 15px;
    height: 560px;
    margin-bottom: -8px;
}

.contact-content {
    margin-top: 120px;
}

.contact-btn {
    background: #1d42d9;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}

.contact-btn:hover {
    color: #fff;
    background: #051C55
}

.contact-btn i {
    margin-right: 5px;
}

.contact-info {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-info::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    background: #1d42d9;
    border-radius: 50px;
}

.contact-info i {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #1d42d9;
    border-bottom-color: #fff;
    margin-bottom: 20px;
    color: #1d42d9;
}

.contact-info h5 {
    color: #051C55;
    margin-bottom: 5px;
}

.contact-info p {
    color: #051C55;
}

@media all and (max-width: 991px) {
    .contact-form {
        padding: 50px 20px;
    }
}


/* ===================
quote css 
====================== */

.quote-content {
    background: #0049D0;
    padding: 40px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}

.quote-thum {
    border-bottom: 4px solid #0049D0;
}

.quote-thum img {
    margin-bottom: 10px;
}

.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.quote-content .quote-header h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.quote-content .form-group {
    margin-bottom: 20px;
}

.quote-content .form-group .form-control {
    height: 45px;
    font-size: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}

.quote-content textarea {
    height: 120px !important;
}

.quote-content .form-control::placeholder {
    color: #F2F3F5;
    opacity: 1;
}

.quote-content .form-control:-ms-input-placeholder {
    color: #F2F3F5;
}

.quote-content .form-control::-ms-input-placeholder {
    color: #F2F3F5;
}

.quote-content .theme-btn {
    background: #fff;
    font-weight: 600;
    color: #0049D0;
}

.quote-content .theme-btn:hover {
    color: #fff;
}

@media all and (max-width: 1199px) {
    .quote-content .quote-header h2 {
        font-size: 25px;
    }
}


/* ===================
team css 
====================== */

.team-single-item {
    position: relative;
    padding: 0 20px 0 0;
    margin-bottom: 50px;
}

.team-single-item .team-content {
    background: #0049D0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.team-single-item:hover .team-content,
.team-single-item.active .team-content {
    left: 20px;
    right: 0px;
    bottom: -20px;
    opacity: 1;
}

.team-single-item .team-content span {
    color: #9cbef7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
}

.team-single-item .team-content h5 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.team-single-item .team-content h5 a {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
}

.team-single-item .team-content h5 a:hover {
    color: #9cbef7;
}

.team-single-item .team-content .team-social a {
    color: #9cbef7;
    margin: 5px;
    font-size: 16px;
    transition: all .5s ease-in-out;
}

.team-single-item .team-content .team-social a:hover {
    color: #fff;
}

.team-single-item img {
    border-radius: 15px;
}


/* ===================
team single css 
====================== */

.team-single-img img {
    border-radius: 15px;
}

.team-details {
    padding: 30px;
}

.team-details-info {
    margin: 20px 0;
}

.team-details-info li {
    margin-bottom: 10px;
}

.team-details-info a:hover {
    color: #1d42d9;
}

.team-details-info a i {
    margin-right: 10px;
    color: #1d42d9;
}

.team-details-social a {
    margin-right: 15px;
    font-size: 20px;
    color: #051C55;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.team-details-social a:hover {
    color: #1d42d9;
}

.biography {
    padding-right: 20px;
    margin-bottom: 30px;
}


/* ===================
feature css 
====================== */

.feature-area {
    position: relative;
    display: block;
}

.feature-wrapper {
    position: relative;
    display: block;
}

.feature-single-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.feature-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.feature-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #051C55;
    transform: scale(1);
    transition: transform 500ms linear, color 500ms linear;
}

.feature-single-item:hover .feature-icon span {
    transform: scale(.9);
    color: #1d42d9;
}

.feature-text {
    margin-left: 30px;
}

.feature-text h3 {
    color: #051C55;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
}

.feature-text p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}

.feature-bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid #ECF1F4;
    padding-bottom: 38px;
    padding-top: 7px;
}

.feature-bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.feature-bottom-inner p {
    font-size: 16px;
    margin: 0;
}

.feature-bottom-inner a {
    color: #2a355e;
    font-weight: 700;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-bottom-inner a:hover {
    color: #1d42d9;
}

.feature-bottom-inner a:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: #2a355e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-bottom-inner a:hover:before {
    background-color: #1d42d9;
}


/* ===================
step/process css 
====================== */

.process-single {
    position: relative;
}

.process-single .icon {
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
    line-height: 100px;
    background: rgba(29, 66, 217, 0.2);
    border-radius: 50%;
    font-size: 40px;
    color: #1d42d9;
    margin-bottom: 30px;
}

.process-single span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: #1d42d9;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    left: -3px;
    top: -13px;
    font-weight: 600;
}

.process-single h4 {
    margin-bottom: 10px;
}

.process-single::before {
    content: url(../img/shape/4.png);
    position: absolute;
    right: -153px;
    top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-single::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-single::before {
        display: none;
    }
}

.process-area .col-lg-3:last-child .process-single::before {
    display: none;
}


/* ===================
pricing css 
====================== */

.price-special {
    position: absolute;
    top: -20px;
    min-height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    background: #1d42d9;
    border-radius: 17.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 1;
    color: #ffffff;
}

.price-single {
    padding: 50px 55px;
    background: #fff;
    transition: all 0.4s ease-out 0s;
    border: 3px solid transparent;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.price-single:hover {
    box-shadow: 0px 10px 30px 0px rgba(34, 31, 60, 0.44);
    transition: all 0.4s ease-out 0s;
    border: 3px solid #221f3c;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .price-single {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .price-single {
        padding: 50px 20px;
    }
}

@media (max-width: 767px) {
    .price-single {
        padding: 50px 20px;
    }
}

.price-header span {
    min-height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    background: rgba(34, 31, 60, 0.07);
    border-radius: 17.5px;
    margin-bottom: 5px;
}

.price-header h2 {
    margin-bottom: 25px;
    color: #051242;
}

.price-header i {
    font-size: 80px;
    margin-bottom: 45px;
    color: #221f3c;
}

.price-amount p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 48px;
}

.price-amount p span {
    font-size: 55px;
    font-weight: 600;
    color: #474747;
}

.price-amount p strong {
    font-size: 22px;
    margin-right: 3px;
}

.price-list {
    text-align: left;
    margin-bottom: 56px;
}

.price-list ul li {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    padding-left: 27px;
    position: relative;
}

.price-list ul li::before {
    position: absolute;
    content: "\f00c";
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #221f3c;
}

.price-btn {
    background: #051242;
    color: #fff;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 18px;
    transition: all .5s ease-in-out;
}

.price-btn:hover {
    background: #1d42d9;
    color: #fff;
}

.price-btn i {
    margin-left: 7px;
}

.price-single.active {
    border-color: #1d42d9;
}

.price-single.active .price-btn {
    background: #1d42d9;
    color: #fff;
}


/* ===================
faq css 
====================== */

.faq-img {
    padding-right: 40px;
}

.faq-img img {
    width: 100%;
}

.faq-area .accordion-item {
    border: none;
    margin-bottom: 30px;
    border-radius: 10px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #1d42d9;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    min-width: 40px;
}

.accordion-button {
    border-radius: 10px !important;
    font-weight: 700;
}

@media all and (max-width: 991px) {
    .faq-img {
        margin-bottom: 50px;
    }
}


/* ===================
partner css 
====================== */

.partner-area .partner-wrapper img {
    padding: 20px;
}


/* ===================
breadcrumb css
====================== */

.site-breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
}

.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #0B0F28;
    opacity: 0.8;
    content: '';
}

.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #FB3B3C;
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #FB3B3C;
}

.site-breadcrumb2 {
    padding-top: 250px;
}

@media (max-width: 991px) {
    .site-breadcrumb {
        padding-top: 200px;
    }
    .site-breadcrumb2 {
        padding-top: 320px;
    }
}


/* ===================
pagination css 
====================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination .page-link {
    border: none;
    background: #051C55;
    color: #fff;
    margin: 0 10px;
    border-radius: 10px !important;
    padding: 5px 15px;
    transition: all .5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: #1d42d9;
}


/* ===================
RTL css
====================== */

body.rtl-mode {
    direction: rtl;
}

body.rtl-mode .item-area {
    direction: ltr;
}

body.rtl-mode .price-wrapper {
    direction: rtl;
}

@media (min-width: 992px) {
    body.rtl-mode .navbar-brand {
        margin-left: 3rem;
    }
    body.rtl-mode .navbar .nav-item .nav-link {
        margin-left: 3rem;
        margin-right: 0;
    }
}


/* ===================
auth css 
====================== */

.login-form {
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.login-form .login-header {
    text-align: center;
    margin-bottom: 50px;
}

.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px;
}

.login-form .login-header h3 {
    color: #1d42d9;
    margin-bottom: 5px;
    font-weight: 800;
}

.login-form .login-header p {
    font-size: 20px;
}

.login-form .login-footer {
    margin-top: 40px;
}

.login-form .login-footer p {
    text-align: center;
}

.login-form .login-footer a {
    color: #1d42d9;
    transition: .5s;
}

.login-form .login-footer a:hover {
    color: #dd4b39;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    color: #000;
}

.login-form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 18px;
    box-shadow: none;
    transition: .5s;
}

.login-form .form-group .form-control:focus {
    border-color: #1d42d9;
}

.login-form .form-check-input {
    box-shadow: none;
}

.login-form .forgot-pass {
    color: #1d42d9;
    transition: .5s;
}

.login-form .forgot-pass:hover {
    color: #dd4b39;
}

.login-form .login-btn {
    width: 100%;
    background: #1d42d9;
    color: #fff;
    padding: 12px 0;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: .5s;
}

.login-form .login-btn i {
    margin-right: 5px;
}

.login-form .login-btn:hover {
    background: #2a355e;
    color: #fff;
}

.login-form .form-check-input {
    margin-top: 6.3px;
}

.login-form .form-check-label a {
    color: #0364FF;
    transition: .5s;
}

.login-form .form-check-label a:hover {
    color: #dd4b39;
}

.other-login-signup {
    text-align: center;
    overflow: hidden;
}

.other-login-signup .or-login-signup {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}

.other-login-signup .or-login-signup:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e9f2;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.other-login-signup .or-login-signup:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e9f2;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.social-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.social-login a {
    padding: 8px 18px;
    border-radius: 7px;
    margin: 0 4px;
    transition: .5s;
}

.social-login a i {
    margin-right: 6px;
}

.social-login .btn-f {
    background-color: #4064ac;
    border-color: #4064ac;
    color: #fff;
}

.social-login .btn-g {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.social-login .btn-t {
    background-color: #00a7e6;
    border-color: #00a7e6;
    color: #fff;
}

.social-login a:hover {
    opacity: .8;
}

@media only screen and (max-width: 991px) {
    .login-form {
        padding: 40px 20px;
    }
}


/* ===================
career css 
====================== */

.career-single-item {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

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

.job-meta .badge {
    background: #242E53;
    border-radius: 50px;
    padding: 10px 20px;
}

.job-time {
    color: #1d42d9;
}

.job-time i {
    margin-right: 5px;
}

.job-info-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    color: #051C55;
}

.job-info-list li span {
    margin-right: 8px;
}

.job-content h3 {
    font-size: 25px;
    margin: 10px 0px;
    color: #051C55;
}

.job-btn {
    margin-top: 30px;
    border: 2px solid #051C55;
    color: #051C55;
    padding: 6px 25px;
    border-radius: 50px;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.job-btn:hover {
    background: #051C55;
}

.job-btn i {
    margin-left: 5px;
}

.career-promo-single {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.career-promo-single span {
    color: #1d42d9;
    font-size: 35px;
    margin-bottom: 20px;
}

@media all and (max-width: 767px) {
    .job-meta {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .job-info-list {
        flex-direction: column;
        align-items: flex-start;
    }
    .job-time {
        margin-top: 20px;
    }
}


/* ===================
career single css 
====================== */

.job-single-img img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.job-single-list li {
    margin-bottom: 14px;
}

.job-single-list li i {
    margin-right: 5px;
    color: #1d42d9;
    font-size: 12px;
}

.job-overview-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.job-overview-list li i {
    margin-right: 15px;
    font-size: 22px;
    color: #1d42d9;
}

.overview-item h6 {
    font-size: 18px;
}


/* ===================
event css 
====================== */

.event-item {
    position: relative;
    margin-bottom: 40px;
}

.event-img {
    padding: 10px;
}

.event-img img {
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.event-date {
    position: absolute;
    left: 30px;
    top: -10px;
    text-align: center;
    background: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    color: #1D42D9;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.event-info {
    background: #fff;
    border-radius: 15px;
    margin-top: -100px;
    padding: 110px 20px 20px 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.event-info h4 a {
    color: #051C55;
}

.event-info h4 a:hover {
    color: #1d42d9;
}

.event-info span {
    margin-top: 20px;
    display: block;
    color: #051C55;
}

.event-info span i {
    color: #1d42d9;
}


/* ===================
event single css 
====================== */

.event-details img {
    border-radius: 15px;
}

.event-map {
    margin-bottom: 20px;
}

.event-map iframe {
    border-radius: 15px;
    height: 400px;
    width: 100%;
}

.event-content-single {
    margin-bottom: 20px;
}

.event-content-single h5 {
    margin-bottom: 5px;
}

.event-content-single i {
    color: #1d42d9;
    margin-right: 5px;
}

.event-single-info p {
    margin-bottom: 20px;
}

.event-author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-top: 50px;
}

.event-author-info img {
    border-radius: 50%;
}


/* ===================
gallery css 
====================== */

.gallery-area .popup-img {
    margin-bottom: 30px;
    cursor: zoom-in;
}

.gallery-area .popup-img img {
    border-radius: 15px;
}


/* ===================
coming soon css 
====================== */

.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.coming-soon .container {
    position: relative;
}

.coming-soon:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #073482, #014cda);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}

.coming-soon .newsletter-form {
    position: relative;
    margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
    height: 50px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
}

.coming-soon .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 30px;
    background-color: #1d42d9;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    transition: .5s;
}

.coming-soon .newsletter-form button:hover {
    background-color: #2a355e;
    color: #fff;
}

.coming-social {
    margin-top: 30px;
    text-align: center;
}

.coming-social a {
    color: #fff;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
}

.coming-social a:hover {
    background-color: #1d42d9;
    border-color: #1d42d9;
}

.countdown-wrap {
    margin-top: 30px;
}

.countdown-single {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
    color: #0948b3;
}

.countdown-single h5 {
    color: #0948b3;
}


/* ===================
error css 
====================== */

.error-wrapper {
    text-align: center;
}

.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.error-wrapper img {
    width: 100%;
}

.error-wrapper .theme-btn {
    margin-top: 30px;
}


/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
    margin-bottom: 54px;
}

.terms-content:first-child {
    margin-top: -3px;
}

.terms-content .terms-list {
    margin-top: 37px;
}

.terms-content h3 {
    padding-left: 20px;
    margin-bottom: 23px;
    position: relative;
}

.terms-content h3:after {
    width: 10px;
    height: 10px;
    background: #1d42d9;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.terms-content p:not(:last-child) {
    margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
    margin-bottom: 16px;
}


/* ===================
footer css 
====================== */

.footer-area {
    background-image: url(../img/bg/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget-box {
    margin-bottom: 20px;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    width: 215px;
    margin-bottom: 30px;
}

.copyright {
    border-top: 1px solid #2a355e;
    padding: 20px 0;
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
}

.copyright .footer-menu li {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
    color: #1D42D9;
}

.copyright .copyright-text {
    text-align: right;
    color: #f5faff;
    margin-bottom: 0px;
    font-size: 16px;
}

.copyright .copyright-text a {
    color: #fb3b3c;
    font-weight: 600;
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 40px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 5px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 45px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-list li a:hover {
    padding-left: 10px;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #1d42d9;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
    border-color: #1d42d9;
    color: #fff;
    background: transparent;
}

.footer-newsletter .subscribe-form .form-control {
    border: 2px solid #e8e8e8;
    height: 45px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
    color: #F2F3F5;
    opacity: 1;
}

.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {
    color: #F2F3F5;
}

.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {
    color: #F2F3F5;
}

.footer-newsletter .subscribe-form .theme-btn {
    margin-top: 20px;
}

.footer-newsletter .subscribe-form .theme-btn i {
    margin-right: 5px;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: #1d42d9;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #f5faff;
}

@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 991px) {
    .copyright .copyright-text {
        margin-top: 30px;
        text-align: left;
    }
}


/* ============================
home-2 css
============================ */


/* top header */

.home-2 .top-header {
    /* background-color: rgba(8, 106, 215, 0.1); */
    background-color: #091c52;
    position: relative;
    z-index: 1;
    padding: 6px 50px;
}

.home-2 .top-header::before {
    position: absolute;
    content: "";
    height: 100%;
    background: #091c52;
    width: 714px;
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    top: 0;
    left: 0;
}

.home-2 .top-header .header-cta ul li {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    margin-right: 25px;
}

.home-2 .top-header .header-cta ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    width: 2px;
    height: 20px;
    right: 0;
}

.home-2 .top-header .header-cta ul li:last-child::before {
    display: none;
}

.home-2 .top-header .header-cta ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.home-2 .top-header .header-cta ul li a i {
    margin-right: 5px;
}

.home-2 .top-header .header-right-cta {
    color: #5397e3;
}

.home-2 .top-header .header-right-cta .social-profile {
    margin-right: 30px;
}

.home-2 .top-header .header-right-cta .social-profile a {
    color: #696969;
    margin-left: 15px;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.home-2 .top-header .header-right-cta .social-profile a:hover {
    color: #0049d0;
}

.home-2 .top-header .lan-select {
    font-weight: 500;
    float: right;
    margin-left: 30px;
}

.home-2 .top-header .lan-select select {
    border: 0px;
    background: transparent;
    color: #211e3b;
    cursor: pointer;
    font-size: 16px;
    outline: none !important;
}


/* navbar */

.home-2 .navbar {
    background-color: #fff;
}

.home-2 .navbar .navbar-toggler-icon {
    color: #051C55;
}

.home-2 .navbar .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
}

.home-2 .navbar .nav-item .nav-link::before {
    color: #051C55;
}


/* main hero  */

.home-2.main {
    margin-top: 0;
}

.home-2 .hero-single {
    padding-top: 170px;
    ;
}

@media all and (max-width: 1199px) {
    .home-2 .top-header::before {
        width: 550px;
    }
    .home-2 .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* ============================
home-3 css
============================ */


/* top bar */

.home-3 .top-header {
    background-color: #051C55;
    position: relative;
    z-index: 1;
}

.home-3 .top-header::before {
    position: absolute;
    content: "";
    height: 100%;
    background: #1D42D9;
    width: 480px;
    top: 0;
    left: 0;
}

.home-3 .top-header .top-header-left p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.home-3 .top-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-left p i {
    margin-right: 5px;
}

.home-3 .top-header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.home-3 .top-header-right-first p i {
    margin-right: 5px;
}

.home-3 .top-header-social {
    margin: 0 25px;
}

.home-3 .top-header-social a {
    color: #fff;
    margin: 0 7px;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.home-3 .top-header-social a:hover {
    color: #0049d0;
}

.home-3 .header-top-search {
    position: relative;
}

.home-3 .header-top-search .form-control {
    background: #1D42D9;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    height: 45px;
    border-radius: 0;
    padding-right: 50px;
}

.home-3 .header-top-search .form-control::placeholder {
    color: #fff;
}

.home-3 .header-top-search span {
    position: absolute;
    right: 15px;
    top: 13px;
}


/* main hero  */

.home-3.main {
    margin-top: 0;
}


/* navbar */

.home-3 .navbar {
    background-color: #fff;
}

.home-3 .navbar .navbar-toggler-icon {
    color: #051C55;
}

.home-3 .navbar .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
}

.home-3 .navbar .nav-item .nav-link::before {
    color: #051C55;
}


/* main hero  */

.home-3.main {
    margin-top: 0;
}

.home-3 .hero-single {
    padding-top: 170px;
    ;
}

@media all and (max-width: 1199px) {
    .home-3 .top-header::before {
        width: 260px;
    }
    .home-3 .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* ============================
home-4 css
============================ */


/* header top */

.home-4 .header-top {
    position: relative;
    padding: 14px 0px;
    background-color: #1D42D9;
}

.home-4 .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-4 .top-left .top-info-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-4 .top-left .top-info-list p {
    color: #fff;
    margin-right: 30px;
}

.home-4 .top-left .top-info-list p a:hover {
    color: #05124E;
}

.home-4 .top-info-list a {
    color: #fff;
}

.home-4 .top-info-list a i {
    margin-right: 5px;
}

.home-4 .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-4 .top-right .top-info-list a:first-child {
    margin-right: 15px;
}

.home-4 .top-social {
    margin-left: 20px;
}

.home-4 .top-social a {
    color: #fff;
    margin-left: 10px;
    transition: all .5s ease-in-out;
}

.home-4 .top-social a:hover {
    color: #051C55;
}


/* navbar */

.home-4 .navbar {
    background-color: #fff;
}

.home-4 .navbar .navbar-toggler-icon {
    color: #051C55;
}

.home-4 .navbar .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
}

.home-4 .navbar .nav-item .nav-link::before {
    color: #051C55;
}


/* main hero  */

.home-4.main {
    margin-top: 0;
}

.home-4 .hero-single {
    padding-top: 170px;
    ;
}

@media all and (max-width: 1199px) {
    .home-4 .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* ======================
home-5
====================== */


/* top bar */

.home-5 .header-top {
    position: relative;
    padding: 10px 0px;
    background-color: #051C55;
}

.home-5 .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-5 .top-left a {
    color: #fff;
}

.home-5 .top-left a i {
    margin-right: 5px;
}

.home-5 .top-left a:first-child {
    margin-right: 15px;
}

.home-5 .top-social {
    margin-left: 20px;
}

.home-5 .top-social a {
    color: #fff;
    margin-left: 15px;
    transition: all .5s ease-in-out;
}

.home-5 .top-social a:hover {
    color: #1d42d9;
}


/* navbar */

.home-5 .navbar {
    background-color: #fff;
}

.home-5 .navbar .navbar-toggler-icon {
    color: #051C55;
}

.home-5 .navbar .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
}

.home-5 .navbar .nav-item .nav-link::before {
    color: #051C55;
}


/* main hero  */

.home-5.main {
    margin-top: 0;
}

.home-5 .hero-single {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-5 .hero-appointment {
    background: #fff;
    padding: 30px 40px;
    margin: 20px 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.home-5 .hero-appointment-header {
    margin-bottom: 15px;
    color: #000055;
}

.home-5 .hero-appointment-header h4 {
    color: #000055;
}

.home-5 .hero-appointment .form-group {
    margin-bottom: 15px;
}

.home-5 .hero-appointment .form-control {
    height: 45px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.home-5 .hero-appointment .form-control:focus {
    border-color: #000055;
}

.home-5 .hero-appointment textarea {
    height: unset !important;
}

.home-5 .hero-appointment-btn {
    background: #1d42d9;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    transition: all .5s ease-in-out;
}

.home-5 .hero-appointment-btn:hover {
    background: #000055;
    color: #fff;
}

.home-5 .hero-appointment-btn i {
    margin-right: 5px;
}

@media all and (max-width: 1199px) {
    .home-5 .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-5 .hero-appointment {
        padding: 20px;
        margin: 0px;
    }
}

@media all and (max-width: 991px) {
    .home-5 .hero-single {
        padding-top: 180px;
    }
}

@media all and (max-width: 767px) {
    .home-5 .hero-appointment {
        margin-top: 50px;
    }
}


/* ======================
home-6
====================== */


/* top bar */

.home-6 .header-top {
    position: relative;
    padding: 10px 0px;
    z-index: 2;
}

.home-6 .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-6 .top-left a {
    color: #fff;
}

.home-6 .top-left a i {
    margin-right: 5px;
}

.home-6 .top-left a:first-child {
    margin-right: 15px;
}

.home-6 .top-social {
    margin-left: 20px;
}

.home-6 .top-social a {
    color: #fff;
    margin-left: 15px;
    transition: all .5s ease-in-out;
}

.home-6 .top-social a:hover {
    color: #1d42d9;
}


/* navbar */

.home-6 .navbar {
    background-color: transparent;
}

.home-6 .navbar.fixed-top {
    box-shadow: none;
}

.home-6 .custom-nav {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 17%);
}

.home-6 .navbar .navbar-toggler-icon {
    color: #051C55;
}

.home-6 .navbar .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
}

.home-6 .navbar .nav-item .nav-link::before {
    color: #051C55;
}


/* main hero  */

.home-6.main {
    margin-top: -170px;
}

@media all and (max-width: 1199px) {
    .home-6 .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* ====================
home-7
==================== */


/* navbar */

.home-7 .navbar {
    background-color: transparent;
}

.home-7 .navbar.fixed-top {
    background-color: #fff;
}

.home-7 .navbar .navbar-toggler-icon {
    color: #051C55;
}

.home-7 .navbar .nav-item .nav-link {
    color: #051C55;
    font-weight: 700;
    margin-right: 15px;
    font-size: 15px;
}

.home-7 .navbar .nav-item .nav-link::before {
    color: #051C55;
    top: 41px;
}

.home-7 .header-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
}

.home-7 .navbar .header-search-btn {
    margin: 0 20px;
    font-size: 20px;
    color: #000055;
    transition: all .5s ease-in-out;
}

.home-7 .navbar .header-search-btn:hover {
    color: #0060ff;
}

.home-7 .navbar .theme-btn {
    padding: 14px 18px;
    font-size: 15px;
}

.home-7 .navbar-brand img {
    width: 195px;
}


/* hero */

.home-7 .hero-single::before {
    background-color: transparent;
}

.home-7 .hero-single .hero-content .hero-sub-title {
    color: #1d42d9;
}

.home-7 .hero-single .hero-content .hero-sub-title::before {
    background-color: #1d42d9;
}

.home-7 .hero-single .hero-content .hero-title {
    color: #000055;
}

.home-7 .hero-single .hero-content p {
    color: #000055;
}

.home-7 .border-btn {
    background: #000055;
    border-color: #000055;
}

.home-7 .border-btn:hover {
    border-color: #1d42d9;
}

.home-7 .border-btn:hover::before,
.home-7 .border-btn:hover::after {
    background: #1d42d9;
}

.home-7 .hero-banner-img {
    border-radius: 50%;
    padding: 10px;
    border: 5px solid #1d42d9;
    border-left-color: #fff;
}

.home-7 .hero-banner-img img {
    border-radius: 50%;
}

.home-7 .hero-social {
    margin-top: 60px;
}

.home-7 .hero-social a {
    border: 2px solid #000055;
    color: #000055;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50px;
    text-align: center;
    margin-right: 5px;
    transition: all .5s ease-in-out;
}

.home-7 .hero-social a:hover {
    background: #000055;
    color: #fff;
}

@media all and (max-width: 1199px) {
    .home-7 .header-btn .theme-btn {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .home-7 .hero-banner-img {
        margin-top: 50px;
    }
}


/* ======================
search popup
====================== */

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../img/shape/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    border: none;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #0060ff;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 70px 10px 30px;
    outline: none;
    border-radius: 15px;
    border: none;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #0049D0;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.mobile-search-btn {
    display: none;
}

@media all and (max-width: 991px) {
    .mobile-search-btn {
        display: block;
        position: absolute;
        right: 15%;
        color: #051C55;
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .mobile-search-btn {
        right: 20%;
    }
}


/* ======================
multi level dropdown menu
========================= */

.navbar .nav-item .dropdown-submenu {
    position: relative;
}

.navbar .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 10px;
    font-weight: normal;
}

.navbar .nav-item .dropdown-submenu a:hover {
    background: transparent;
    color: #1d42d9;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.has-error {
    color: red;
}