@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: unset;
}
h1 {
    font-size: 34px;
    line-height: 42px;
}
h2 {
    font-size: 26px;
    line-height: 34px;
}
video {
    width: 100%;
    height: 100%;
}
.custom-logo {
    width: 158px;
    height: 50px;
    object-fit: contain;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s ease-in-out;
    background: #F8FAFF;
}
.header .navbar-brand>img {
    width: 98px;
}
.sk-dropdown.sk-mega-parent .sk-mega-menu-wrapper {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.navbar-nav.sk-navbar-nav {
    align-items: start;
}
.sk-navbar-nav .nav-item .nav-link {
    color: #000;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.industry-list ul{
	margin: 15px 0 30px;
}
.sk-mega-menu-wrapper .sk-mega-menu-row {
    display: flex;
    flex-wrap: wrap;
}
.sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-left {
    width: 100%;
    background: #0c4dcd;
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-right {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.sk-navbar-nav .nav-item:hover .nav-link,
.sk-mega-menu-right .industry-list ul li:hover a
 {
    color: #0c4dcd;
}
.sk-mega-menu-row{
	position: relative;
}
.sk-mega-menu-wrapper .menu-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.menu-button a:hover {
    color: #428bca;
    text-decoration: none;
	letter-spacing: 1.01px;
}
.sk-mega-menu-wrapper .menu-button a{
    text-decoration: none;
	font-size: 17px;
	line-height: 1.3;
	transition:0.5s ease-in-out;
}
.sk-mega-menu-right .industry-list ul>li {
    width: 100%;
}
.sk-mega-menu-right .industry-list {
    width: 100%;
    max-width: 50%;
}
.industry-list:not(:has(h6))>ul {
    margin-top: 34px;
}
.sk-mega-menu-left h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    padding: 0px 0 10px;
}
.sk-mega-menu-left p {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.sk-mega-menu-left a {
    background: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #0d4dce;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #fff;
}
.sk-mega-menu-right p {
    cursor: default;
    color: #777879;
    font-weight: normal;
}
.sk-mega-menu-right .industry-list ul>li>a {
    font-size: 14px;
    padding: 10px 0;
      color: #0c0c0c;
    font-weight: 400;
    line-height: 1.3;
    word-wrap: break-word;
    white-space: normal;
    display: inline-block;
    width: auto;
    text-decoration: none;
}
.sk-mega-menu-right h6 {
    cursor: default;
    color: #777879;
    font-weight: normal;
}
.search-form-wrapper {
    position: absolute;
    width: 376px;
    right: 0;
    bottom: -40px;
    display: none;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 5px #e4e5e9;
}
span.search-icon-show {
    cursor: pointer;
}
header .header-links {
    position: relative;
}
span.search-icon-show {
    cursor: pointer;
    width: 30px;
    display: flex;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.search-form-wrapper form#searchForm input {
    border: 1px solid #234cc6;
    border-radius: 0px;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3a3e50;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
}
span.search-icon:after {
    content: "\f002";
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-family: 'Font-awesome' !important;
}
.sk-header-buttons .sk-search-mail-wrapper .inner-search-icon .fa {
    color: #fff;
}
.search-button.inner-search-icon:hover {
    background: #4a82f1;
}
.inner-search-icon:focus {
    border: 0;
    top: 0;
    background: #4a82f1;
}
.inner-search-icon {
    position: absolute !important;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #234cc6;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #093794;
    border-radius: 4px;
}
.navbar ul.header-links {
    list-style: none;
    margin-left: auto;
}
.sk-header-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 78%;
}
.sk-header-buttons .sk-search-mail-wrapper,
.sk-header-buttons .sk-login-link-button {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sk-header-buttons .sk-search-mail-wrapper .search-icon-show {
    cursor: pointer;
    width: 30px;
    display: flex;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
button.navbar-toggler {
    padding: 5px 12px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #428bca;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
button.navbar-toggler i.fa {
    color: #0c4dcd;
    font-size: 20px;
}
.sk-header-buttons .sk-search-mail-wrapper .fa {
    font-size: 18px;
    color: #092064;
}
.sk-login-link-button>a {
    border-radius: 40px;
    border: 1px solid var(--Light-Blue, #F4F4FF);
    background: #FFF;
    padding: 8px 16px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.sk-header .navbar-brand {
    margin: 0 auto 10px;
}
.sk-section-spacing {
    padding: 30px 0;
}
.sk-spacing-top {
    padding-top: 30px;
}
.sk-spacing-bottom {
    padding-bottom: 30px;
}
.sk-footer {
    padding-top: 40px;
    background: linear-gradient(313deg, #001136 32.81%, #002986 81.5%);
}
.sk-footer .row {
    justify-content: space-between;
}
.sk-footer-info-col {
    max-width: 521px;
}
.sk-footer-menu-col {
    max-width: 347px;
    display: flex;
    gap: 48px;
}
.sk-footer-info-col .sk-footer-logo {
    display: inline-block;
    margin-bottom: 32px;
}
.sk-footer-info-col img {
    width: 99px;
}
.sk-contact-info>a,
.sk-footer-menu-col h5,
.sk-footer-menu-col .sk-footer-menu-list a,
.sk-footer-info-col>p,
.sk-bottom-footer-col p,
.sk-bottom-footer-col p a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
}
.sk-footer-menu-col h5 {
    font-size: 20px;
}
.sk-contact-info>a,
.sk-footer-menu-col>.sk-footer-menu-list a {
    font-size: 16px;
}
.sk-footer-menu-col .sk-footer-menu-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.sk-bottom-footer-col {
    display: flex;
    gap: 32px;
}
.sk-bottom-footer-col p {
    margin-bottom: 0;
    font-size: 14px;
}
.custom-btn {
    border-radius: 40px;
    border: 2px solid #234CC6;
    background: linear-gradient(275deg, #00309D -18.74%, #234CC6 57.32%, #002882 123.61%) !important;
    box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
    padding: 12px 36px;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    display: inline-block;
}
.custom-btn:hover {
    background: #012169 !important;
    color: #fff;
}
.fa-chevron-down:before {
    content: "\f107";
}
.fa-envelope-o:before {
    content: "\f003";
}
.dropdown-toggle::after {
    display: none
}
.sk-dropdown.sk-mega-parent:hover .sk-mega-menu-wrapper {
    display: block;
}
.sk-footer .row.sk-bottom-footer {
    padding: 15px 0 40px;
    border-top: 2px solid #fff;
	margin-top: 50px;
}
.sk-footer .social-icon {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 10px;
}
.sk-footer .social-icon a {
    color: #fff;
    font-size: 27px;
}
.sk-footer .sk-contact-info {
    display: flex;
    flex-direction: column;
}
.sk-contact-info>a {
    padding: 15px 0 0;
}
.sk-contact-info>a i{
	padding-right:4px;
}
@media screen and (min-width: 576px) {
    .sk-header-buttons {
        width: auto
    }
    .sk-header .navbar-brand {
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    .sk-section-spacing {
        padding: 50px 0;
    }
    .sk-footer,
    .sk-spacing-top {
        padding-top: 50px;
    }
    .sk-spacing-bottom {
        padding-bottom: 50px;
    }
    .custom-btn {
        padding: 14px 42px;
    }
     h1 {
        font-size: 42px;
        line-height: 50px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (min-width: 992px) {
    .sk-navbar-nav {
        margin: 0 auto;
    }
    .sk-login-link-button>a {
        padding: 12px 30px;
    }
    .sk-header-buttons {
        order: 1;
    }
    .sk-mega-menu-wrapper .sk-mega-menu-row {
        flex-wrap: nowrap;
    }
    .sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-left {
        width: 302px;
    }
    .sk-mega-menu-wrapper .sk-mega-menu-row .sk-mega-menu-right {
        width: 470px;
        padding: 20px;
    }
    .sk-dropdown.sk-mega-parent .sk-mega-menu-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-nav.sk-navbar-nav {
        align-items: center;
    }
}
@media screen and (min-width: 1200px) {
    .sk-navbar-nav {
        column-gap: 10px;
    }
    .sk-navbar-nav .nav-item .nav-link {
        padding: 10px;
    }
    .sk-section-spacing {
        padding: 72px 0;
    }
    .sk-spacing-top {
        padding-top: 72px;
    }
    .sk-spacing-bottom {
        padding-bottom: 72px;
    }
    .sk-footer {
        padding-top: 80px;
    }
    .sk-login-link-button>a {
        padding: 12px 24px;
    }
    h1 {
        font-size: 54px;
        line-height: 62px;
    }
    h2 {
        font-size: 30px;
        line-height: 42px;
    }
}
@media screen and (min-width: 1400px) {
    h1 {
        font-size: 64px;
        line-height: 80px;
    }
    h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .sk-mega-menu-left h6 {
        font-size: 28px;
    }
    .sk-navbar-nav {
        column-gap: 24px;
    }
    .sk-login-link-button>a {
        padding: 12px 42px;
    }
}
@media screen and (max-width: 992px) {
.header .navbar-collapse {
    height: 500px;
    overflow-y: scroll;
}
	.sk-mega-menu-right .industry-list ul>li>a{
    padding-right: 10px;
}
}