@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@200;300;400;600&display=swap');

body {
    background-color: #1a1347;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.41em;
    color: #fff;
    overflow-x: hidden;
}

p {
    color: #61c0c6;
    font-weight: 300;
    line-height: 1.5em;
}

a {
    outline: medium none !important;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;



}

.header-transparent {
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-transparent .navbar .navbar-brand {
    padding: 25px 0px;
}

.dropdown-menu {
    z-index: 9999;
}

.navbar .navbar-brand {
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.navbar-brand img {
    max-height: 90px;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px 16px 10px;
    margin-right: 15px;
    color: #fff;
    font-family: 'Archivo', sans-serif;

    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.23em;
    font-weight: 600;
}


.header .navbar-nav li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0px;
    color: #022d62;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link>span {
    background-image: linear-gradient(-90deg, #f16523 0, #a7d5a1 25%, #ed177f 50%, currentColor 51%, currentColor 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: left;
    transition: background-position .4s ease;
}


.navbar .navbar-nav .nav-link:hover>span {
    background-position: right;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    content: "";
    top: 16px;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    right: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.header .navbar .dropdown-menu a.dropdown-item {
    min-width: 200px;
}

.header .navbar .dropdown-menu {
    padding: 15px;
}

.header .navbar .dropdown-menu li a i {
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #1a1347;
}



.navbar .dropdown>.dropdown-menu li>a:hover i {
    opacity: 1;
    margin-left: 10px;
}

.navbar .dropdown>.dropdown-menu li.active>a i {
    opacity: 1;
    margin-left: 10px;
}

.header .megamenu .dropdown-item {
    padding: 0px;
}

.navbar .dropdown>.dropdown-menu li>a {
    font-size: 14px;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
    background: #ffffff;
    color: #1d4596;
    padding-left: 10px;
}

.navbar .dropdown>.dropdown-menu li.active>a {
    background: #ffffff;
    color: #1d4596;
    padding-left: 15px;
}


.megamenu {
    padding: 20px 20px;
    width: 100%;
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    outline: 1px solid #000000;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #f4762c;
    white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #f4762c;
    background-color: #f6f6f6;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #f6f6f6;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #1d4595;
    font-size: 18px;
}


@media (min-width: 992px) {
    .header .navbar .dropdown-menu {
        margin: 0px;
        margin-top: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        border-radius: 3px;
        top: 100%;
    }

    .header .navbar .dropdown-menu.megamenu {
        left: 50%;
    }

    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 540px;
    }

    .navbar-nav .mega-menu {
        position: static;
    }

    .header .navbar .dropdown:hover>.dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0);
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0);
    }

    .navbar-nav li:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .header-transparent .navbar-collapse,
    .header-style-03 .navbar-collapse {
        position: static;
    }

    .header.default .container,
    .header.default .container-fluid {
        position: relative;
    }

    .header.default .navbar-collapse {
        position: static;
    }

    .header.default .container-fluid .navbar-collapse {
        position: relative;
    }

    .header-style-02 .navbar .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -7px, 0);
        transform: translate3d(-50%, -7px, 0);
    }

    .header-style-03 .navbar .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -7px, 0);
        transform: translate3d(-50%, -7px, 0);
    }

    .header-transparent .navbar .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -26px, 0);
        transform: translate3d(-50%, -26px, 0);
    }

    .header.default .navbar .container .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -16px, 0);
        transform: translate3d(-50%, -16px, 0);
    }

    .header.default .container .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -16px, 0);
        transform: translate3d(-50%, -16px, 0);
    }
}


@media (max-width: 991px) {
    .header .navbar .dropdown-menu {
        width: 100%;
    }

    .header .navbar .dropdown-menu {
        overflow: auto;
        margin-bottom: 15px;
    }

    .navbar .dropdown>.dropdown-menu li>a {
        padding: 6px 20px 6px 0;
    }

    .dropdown-menu.megamenu ul {
        margin-bottom: 11px;
    }
}

.submenu-item.promo-left {
    padding-left: 25px;
    padding-top: 15px;
    position: relative;
}

.promo-left::after {
    width: 1px;
    height: calc(100% - 110px);
    position: absolute;
    top: 55px;
    left: calc(33.33% - 10px);
    background: #d8d8d8;
}


.submenu-item.promo-left a {
    color: #1a1347;
}

.submenu-item.promo-left a i {
    opacity: 1 !important;
    margin-left: 8px !important;
    font-size: 14px;
}



.submenu-item.promo-left .title {
    font-size: 20px;
    line-height: 30px;
    color: #1a1438;
}



.submenu-item.promo-left .description {
    font-size: 14px;
    line-height: 20px;
    color: #1a1438;
}

.submenu-item.promo-left .title:after {
    content: "";
    display: inherit;
    width: 42px;
    margin: 9px 0px 24px;
    border-bottom: 2px solid #ff462d;
}

.submenu-item.links {
    padding: 15px 0px;
}

.submenu-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 50%;

    margin: 0;
    padding: 0;
    list-style: none;
}

.submenu-item ul:last-of-type {
    padding-left: 36px;
}



.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.h-800 {
    height: 800px;
}


.h-400 {
    height: 400px;
}
.banner h1 {
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px #1a1346;
}

.banner h6 {
    color: #ffffff;
    margin-bottom: 30px;
}

section {
    padding: 100px 0;
}

.homevideosection
{
    padding-top: 35px;
    min-height: 350px;
    background: #080422;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.card_img
{
    position: relative !important;
}
.img-text-pos {
    position: relative;
    background: #468b97;
    width: 100%;
    padding: 25px;
}

.img-text-pos  a {
   color:#fff;
   font-size: 24px;
}


footer {
    background: #080422;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_header {
    width: 100%;
    margin-bottom: 48px;
    float: right;
}

.footer_header .footer_header_logo {
    float: right;
}

.footer_header img {
    max-height: 40px;
    margin-right: 40px;
}

footer ul
{
    list-style: none;
}

footer ul li a
{
    font-size: 14px;
    color: #468b97;
  
}

footer ul li a:hover
{
    color: #ee5654;
}

footer ul li
{
    margin-bottom: 10px;
}

.footer_footer
{
    text-align: center;
    font-size: 14px;
}

.footer_footer p
{
    color: #f19d20;
    margin-top: 25px;
}
.sub-heading
{
    position: relative;
    margin-bottom: 25px;
}



.sub-heading::before
{

        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        height: 30px;
        
        z-index: -1;
        
}

.pink::before
{
    background: url(../images/Pink.png) center no-repeat;
    background-size: contain;
}
.green::before
{
    background: url(../images/green.png) center no-repeat;
    background-size: contain;
}

.yellow::before
{
    background: url(../images/yellow.png) center no-repeat;
    background-size: contain;
}

.sub-heading span
{
    margin-left: 40px;
}

.services_Section
{
    border-top-width: 1px !important;
    border-top-color: rgba(255,255,255,0.1) !important;
    border-top-style: solid !important;
    padding: 0px;
}

.services_Section .nav-tabs
{
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0px solid transparent;
    
}

.services_Section .nav-tabs .nav-link
{
    border: 0px solid transparent;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color:#706b91;
    padding: 28px 25px 23px;
    position: relative;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    border-width: 0px;
    border-color:transparent;
    color:#4a4665;;
}



.services_Section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-width: 0;
    
}

.services_Section .nav-tabs .nav-link.active::before
{
    border-top: 1px solid #fff;
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    top: 0
}

.tabitem
{
    padding: 30px 5px;
    padding-bottom: 0px;
}
.tabitem h1
{
    font-size: 2rem;
    color: #61c0c6;
    margin-bottom: 35px;
}

.homepage_service h5::after
{
    background-image: linear-gradient(-90deg, #f16523 0, #a7d5a1 50%, #ed177f 100%);
    content: "";
    display: block;
    height: 0.125rem;
    margin-top: 20px;
    width: 125px;
}


.backgroundcover
{
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.backgroundcover h3{

}

.backgroundcover_empty
{
    background: #080422;
}
.coreItem
{
    margin-top: 30px;
}
.coreItem .coreIem_img{
    margin-top: 10px;
    height: 55px;
    width: 55px;
}
.coreItem h3
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.coreItem h3::after {
    background-image: linear-gradient(-90deg, #f16523 0, #a7d5a1 50%, #ed177f 100%);
    content: "";
    display: block;
    height: 0.125rem;
    margin-top: 20px;
    width: 125px;
}
.hero_overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.71);
}

.innerpage_headerwarapper h1{
    font-weight: 700;
    font-size: 3rem;
}

.navbar-toggler i
{
    color:#fff
}

.headingwrapper
{
    text-align: center;
}
.headingwrapper:after {
    background-image: linear-gradient(-90deg, #f16523 0, #a7d5a1 50%, #ed177f 100%);
    content: "";
    display: block;
    height: 0.125rem;
    margin-top: 20px;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.text-subheading
{
    margin-bottom: 30px;
    font-weight: 700;
}

.img-nexttext
{
    text-align: center;
}

.img-nexttext img
{
    margin: 40px;
    max-width: 400px;
}

.pd-50
{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.btn-gradient
{
    padding: 8px;
    margin-top: 50px;
    border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(-45deg, #f16523 0, #a7d5a1 50%, #ed177f 100%);
  color:#fff
}

.btn-gradient span
{
    height: 100%;
    padding-left: 23px;
    padding-right: 23px;
    background: transparent;
}

.btn-gradient:hover
{
    border-image-source: linear-gradient(-45deg, #a7d5a1 0, #ed177f 50%, #f16523 100%);
    color:#61c0c6;
}

.img_bg_wrapper
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 0;
}

.homepage_service
{
    padding: 48px 60px;
    width: 100%;
    background-color: #fff;
    color: #1a1347 !important;
}

.homepage_service h5
{
    margin-bottom: 30px;
}

.homepage_service h2
{
    margin-bottom: 20px;
}

.homepage_service p
{
    color: #1a1347 !important;
}

.coreitem_data
{
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.coreitem_data::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: -1;
}

.navbar-collapse
{
    background: #1a1347;
}

@media (min-width: 768px) { 
    .navbar-collapse
    {
        background: transparent;
    }
 }
.navbar-toggler:focus
{
    box-shadow: 0 0 0 0;
}