body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.top-bar {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

header {
    border-bottom: 1px solid #0301d7;
    box-shadow: 0 0 15px #666;
}

header .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.top-bar ul {
    padding-left: 0;
}

.top-bar ul {
    margin-bottom: 0;
}

ul.contact-info li {
    display: inline-block;
    margin-right: 10px;
}

ul.contact-info li i {
    margin-right: 10px;
    color: #0200d7;
}

ul.contact-info li a {
    /* font-family: 'Poppins', sans-serif; */
    color: #777;
}

.login a.user-img {
    color: #777;
    display: inline-block;
}

.top-bar .nav-btn {
    color: #777;
}

.login .navbar-nav .dropdown-menu {
    position: absolute;
}

.p-6 {
    padding: 6rem !important;
}

.social ul {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}

.social ul li{
    display: inline-block;
    padding: 0 4px;
}

.social ul li .facebook {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/img/facebook-icon.png);
    background-position: center;
    display: block;
    background-size: cover;
}

.social ul li .instagram {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/img/instagram-icon.png);
    background-position: center;
    display: block;
    background-size: cover;
}

.social ul li .tiktok {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/img/tiktok-icon.png);
    background-position: center;
    display: block;
    background-size: cover;
}

/*----banner----*/

.image-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.banner-content {
    position: absolute;
    z-index: 99999;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-change7 {
    /* height: 50px; */
    /* width: 200px; */
    /* background: lightseagreen; */
    display: inline;
    font-size: 20px;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
    padding: 15px;
    border: 1px solid;
}

.btn-change7:hover {
    color: #fff;
    border: transparent;
    box-shadow: 200px 0 0 #ff0000 inset;
}


/** Title border area start **/

.title-border {
    height: 5px;
    width: 120px;
    background: transparent;
    border-radius: 10px;
    margin: 0 auto;
}

.title-border-inner {
    height: 5px;
    width: 15px;
    animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
    border-radius: 10px;
    float: left;
    margin: 0 5px;
    background: #04acf2;
}

@keyframes nudge {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(50px, 0);
    }

    80% {
        transform: translate(20px, 0);
    }
}

.section1 {
    background: url(/img/flag.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 200px;
    margin: 0 auto;
    position: relative;
}

.ban-btn {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.btn-red {
    background-color: red;
}

.btn-green {
    background-color: #4caf50;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.home-slider .carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
    width: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.home-slider .carousel-caption h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.main-menu .dropdown-menu {
    border: transparent;
    top: 90%;
}

.main-menu .dropdown-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.main-menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0200d7;
}

.unique_section .features_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.features_inner .feature_card {
    width: 365px;
    background-color: var(--bg-white);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    transition: 0.4s all;
}

#Annual,
#Foreman {
    background-color: #0200d7 !important;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bg-light {
    background-color: #0200d7 !important;
}

.navbar {
    padding: 0rem 0rem;
    position: relative;
}

.navbar-brand {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.nav-logo {
    max-width: 150px;
}

.navbar-light .navbar-nav .nav-link {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background: #0200d7;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #0200d7;
}

.nav-btn {
    color: #fff;
    border: 1px solid #fff;
}

.nav-btn:hover {
    background-color: #fff;
    color: #0200d7;
    border: 1px solid #fff;
}

.gs-btn {
    color: #0200d7;
    border: 1px solid #0200d7;
}

.gs-btn:hover {
    background-color: #0200d7;
    color: #fff;
}

.btn-primary {
    background-color: #0200d7;
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid #0200d7;
    color: #0200d7;
}

.btn-primary:hover {
    color: #0200d7;
    border: 1px solid #0200d7;
    background-color: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    border: 1px solid #0200d7;
    background-color: #0200d7;
}

.header {
    height: 500px;
    background: url(../img/bg-image1.png) center center/cover no-repeat;
    color: #fff;
    margin-bottom: 8rem;
}

.lead {
    font-weight: 500;
}

.mt-bg {
    margin-top: 8rem;
}

.callout {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(../img/call-to-act.jpg);
    height: 200px;
    color: #0200d7;
}

.loginSec {
    margin-top: 5rem;
    margin-bottom: 8rem;
}

.sec {
    /*    background-color: #0200D7;*/
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: url(../img/sec-bg-2.png) top/cover;
    height: 400px;
}

.sec1 {
    background-color: #0200d7;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.form-control.error {
    border-color: red;
    padding: 0.375rem 0.75rem;
}

.bg-img {
    width: 100%;
    z-index: -1;
    position: absolute;
    inset: 150px 0 0 0;
}

.quick-links p {
    font-size: small;
    line-height: 3px;
}

footer {
    background: #fff;
}

@media only screen and (max-width: 992px) {
    .nav-logo {
        max-width: 100px;
        transition: all .3s ease-in-out 0s;
    }
    .navbar-nav {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 600px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }

    .header {
        height: 64vh;
        background: #0200d7;
        margin-bottom: 0px !important;
    }

    .color-fade {
        background: linear-gradient(180deg, #0200d7, transparent);
        height: 14vh;
    }

    .color-fade-up {
        background: linear-gradient(365deg, #0200d7, transparent);
        height: 15vh;
    }

    .bg-img {
        inset: 80vh 0 0 0;
    }

    .sec {
        background: #0200d7;
        height: unset;
    }

    .text-sm-center {
        text-align: center;
    }

    .splide {
        margin: 0 150px !important;
    }

    /* card */
    .navbar-brand {
        position: relative;
    }

    .navbar-brand img {
        max-width: 100px;
    }
}

.section_our_solution .row {
    align-items: center;
}

.bg-gray {
    background: #f6f4ff;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.solution_cards_box {
    height: 100%;
}

.solution_cards_box .solution_card {
    /* flex: 0 50%; */
    background: #fff;
    height: 100%;
    border-radius: 15px;
    justify-content: space-between;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
}

.solution_card .solu_title h3 {
    color: #0200d7;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #212121;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .splide {
        margin: 0 0px !important;
    }
}

.our_solution_category {
    width: 100%;
    margin: 0 auto;
}

.our_solution_category .solution_cards_box {
    flex: auto;
}

.footer-menu {
    padding-left: 0;
}

ul.footer-menu li {
    list-style-type: none;
}

ul.footer-menu li a {
    color: #000;
    line-height: 30px;
}

footer h3 {
    color: #0200d7;
    text-transform: uppercase;
}

ul.footer-menu li i {
    color: #0301d7;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    header .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-slider .carousel-caption h1 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .btn-change7 {
        /* height: 50px; */
        /* width: 200px; */
        /* background: lightseagreen; */
        font-size: 12px;
        padding: 5px;
    }

    .home-slider .carousel-caption {
        top: 15%;
    }

    .section1 H1 {
        font-size: 29px;
    }

    .section1 {
        padding: 70px;
    }

    .md-px-2 {
        padding: 0px !important;
    }

    .md-block-menu {
        text-align: center;
    }
}

.spinner-loader {
    /* display: flex; */
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.bg-blue {
    background-color: #0200d7;
}

.pb-20 {
    padding-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    border: 0px;
    background: #0200d7;
    height: 40px;
    width: 40px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.-right-30 {
    right: -30px;
}

.-left-30 {
    left: -30px;
}

/* css classes page */
p.vtdetails {
	clear: left;
	padding-top: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #212529;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	}
	.vtanchor {
	position: relative;
	top: -200px!important;
	}
	img.vticons {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
	.vtbuttons {
	width: auto;
	font-family: "Poppins", sans-serif;
	background-color: #ffffff;
	color: #0200d7;
	padding: .5rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1rem;
	margin-right: 10px;
	font-weight: 400;
	border: 1px solid #0200d7;
	line-height: 1.5;
	border-radius: .3rem;
	transition: all .15s ease;
	}
	.vtbuttons:hover {
	background-color: #0200d7 !important;
	color: #fff;
	}
	.vtheading {
    font-size: 2rem !important;
	font-weight: 500;
	line-height: 1.2;
    margin-bottom: 10px;
	color: #212529;
	font-family: "Poppins", sans-serif;
    }
	p.vtptext {
	font-size: 14px;
	font-weight: 400;
	color: #212529;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	}
	.vtdiv {
		margin-top: 25px;
		margin-bottom: 25px
	}
    .btn-danger {
        background-color: #0200d7;
        border-color: #0200d7;
    }

    .btn-danger:hover {
        background-color: #0200d7;
        color: #fff;
        border-color: #0200d7;
    }