:root {
    --primary: #5055E9;
    --hover: #39babd;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    position: relative;
    background-color: #020E23;
    color: #FFF;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rubik', sans-serif;
    color: #FFF;
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a:hover {
    color: var(--hover);
}

strong {
    font-weight: 700;
}

.btn {
    border-radius: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.bg-theme-color {
    background-color: var(--primary) !important;
}

.text-theme-color {
    color: var(--primary) !important;
}

.btn-dark {
    padding: 12px 25px;
    border-radius: 10rem;
    color: #fff;
    text-decoration: none;
    background-color: #2563EB;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.dark-theme .btn-dark {
    background: transparent linear-gradient(93deg, rgba(0, 84, 233, 1) 0%, rgba(0, 167, 170, 1) 100%) 0% 0% no-repeat;
}

.custom-arrow-list ul {
    margin: 25px 0;
}

.custom-arrow-list ul li {
    padding: 6px 0;
    position: relative;
    padding-left: 32px;
}

.custom-arrow-list ul li:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.custom-arrow-list ul li span {
    color: var(--primary);
}

.section-title {
    margin-bottom: 40px;
}

.section-title .main-title {
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.section-title .main-title.text-md {
    font-size: 32px;
}

.section-title .main-title.gradient-text {
    background: -webkit-linear-gradient(0deg, #3daeff 0%, #0054e9 33%, #00a7aa 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title .main-title span {
    color: rgba(0, 149, 183, 1);
}

.desktop-view {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 10px .2rem;
    background: 0 0;
    border-radius: 100%;
    outline: 0;
    cursor: pointer;
    border: 3px solid;
    transition: all .25s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: 0 0;
    border-color: var(--primary);
}

.owl-carousel .owl-dots .owl-dot.active span {
    border-color: var(--primary);
}

@media (max-width: 767.98px) {

    .section-title .main-title {
        font-size: 32px;
    }
}


/*=============================================
   - Banner Section      
=============================================*/

.hero-banner {
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner .logo-wrap {
    position: absolute;
    top: 5%;
    left: 3%;
}

.hero-banner .banner-content {
    padding-top: 80px;
}

.hero-banner .banner-content .section-title .main-title {
    color: #fff;
    font-size: 42px;
}

.hero-banner .banner-content .section-title .short-content {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
}

.hero-banner .banner-content .btn-dark {
    background: transparent linear-gradient(93deg, rgba(0, 84, 233, 1) 0%, rgba(0, 167, 170, 1) 100%) 0% 0% no-repeat;
}

.hero-banner .banner-content .btn-dark span {
    background: url(../images/arrow-black.png) scroll no-repeat right center;
    filter: brightness(0) invert(1);
}


/*=============================================
   - Banner Content Section      
=============================================*/

.main {
    position: relative;
    background-color: #070505;
    z-index: 1;
}

.main:before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url(../images/overlay-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.85;
    z-index: -1;
}

.banner-overlay-section {
    position: relative;
    z-index: 1;
}

.banner-overlay-section .wrap {
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 50px 50px;
    border: 1px solid #214AA2;
    z-index: 1;
    height: 100%;
}

.banner-overlay-section .wrap:before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgb(1 7 57 / 65%) 0% 0%;
    border-radius: 25px;
    z-index: -1;
}

.banner-overlay-section .wrap h4 {
    color: #fff;
    font-size: 52px;
}

.banner-overlay-section .wrap p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.banner-overlay-content .inner-detail {
    margin-top: 30px;
}

.banner-overlay-content .inner-detail .feature-box {
    background: transparent linear-gradient(86deg, #0A2F42 0%, #020E23 100%) 0% 0% no-repeat;
    padding: 30px 25px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}

.banner-overlay-content .inner-detail .feature-box h4 {
    color: #fff;
    margin-bottom: 20px;
}

.banner-overlay-content .inner-detail .feature-box p {
    margin-bottom: 0;
}

/*=============================================
   - About Section      
=============================================*/

.about-section {
    position: relative;
}

.about-section .content-box {
    position: relative;
}

.about-section .content-box h6 {
    font-size: 20px;
    margin-bottom: 30px;
}

.capabilities-section {
    position: relative;
    z-index: 1;
}

.capabilities-section:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #010739;
    opacity: 0.5;
    z-index: -1;
}

.capabilities-section .capabilities-list .owl-stage {
    display: flex;
}

.capabilities-section .capabilities-list .capabilities-item {
    position: relative;
    margin: 0 5px;
    border-radius: 25px;
    padding: 50px 50px;
    border: 1px solid #214AA2;
    height: 100%;
}

.capabilities-section .capabilities-list .capabilities-item .icon-box {
    margin-bottom: 20px;
}

.roles-section {
    position: relative;
}

.roles-section .table>:not(caption)>*>* {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 18px 25px;
    color: #fff;
}

.roles-section .table thead tr th{
	background-color: #031045 !important;
}

.roles-section .table tbody tr th {
    font-size: 20px;
}

.outcomes-section {
    position: relative;
    z-index: 1;
}

.outcomes-section:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #010739;
    opacity: 0.5;
    z-index: -1;
}

@media (max-width: 767.98px) {

    .banner-overlay-section .wrap {
        padding: 50px 30px;
    }
}
}

/*=============================================
   - CTA Section      
=============================================*/

.cta-section {
    position: relative;
    z-index: 1;
}

.cta-section .content-wrap-box {
    position: relative;
    background-color: #010739;
    text-align: center;
    padding: 80px 20px;
    border-radius: 25px;
    z-index: 1;
}
/*=============================================
   - Enquiry Section      
=============================================*/

.enquiry-form-section {
    position: relative;
}

.enquiry-form-section .wrap {
   background: transparent linear-gradient(175deg, rgba(0, 167, 170, 0.26) 0%, rgba(0, 84, 233, 0.15) 100%) 0% 0% no-repeat;
    border-radius: 50px;
    padding: 80px 50px 50px;
}

.enquiry-form-section .wrap .leftwrap {
    position: relative;
}

.enquiry-form-section .wrap .leftwrap h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.enquiry-form-section .wrap .leftwrap h2 {
    background: -webkit-linear-gradient(0deg, #3daeff 0%, #0054e9 33%, #00a7aa 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.enquiry-form-section .wrap .enquiry-form-wrap .wpcf7-form-control,
.enquiry-form-section .wrap .enquiry-form-wrap .form-control,
.enquiry-form-section .wrap .enquiry-form-wrap .form-select {
    background-color: #ffffff;
    box-shadow: 2px 4px 15px rgba(86, 85, 233, 0.05);
    color: #A8A8A8;
    font-size: 16px;
    padding: 12px 20px;
    height: 55px;
    border: 0;
    border-radius: 0;
    margin: 0 0 1.5rem 0;
    width: 100%;
}

.enquiry-form-section .wrap .enquiry-form-wrap .wpcf7-submit{
	background-color: #2563EB;
    color: #fff;
}

.enquiry-form-section .wrap .enquiry-form-wrap p {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {

    .enquiry-form-section .wrap {
        padding: 50px 20px 50px;
        border-radius: 25px;
    }

    .enquiry-form-section .wrap .leftwrap h2 {
        font-size: 38px;
    }
}

/* Download */

.download-brochure-modal .modal-header .modal-title{
	color: #000;
    font-size: 24px;
}

.download-brochure-modal .wpcf7-form p {
	padding: 0;
	margin: 0;
}

.download-brochure-modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio) {
	background: #ffffff;
    box-shadow: 2px 4px 15px rgba(86, 85, 233, 0.05);
    color: #A8A8A8;
    font-size: 16px;
    padding: 12px 10px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
}

.download-brochure-modal .wpcf7-form textarea.wpcf7-form-control {
	padding: 2rem !important;
	height: 10rem !important;
}

.download-brochure-modal .wpcf7-form .wpcf7-submit.btn-dark {
	position: relative;
	text-align: center !important;
}

.download-brochure-modal .wpcf7-form .wpcf7-list-item-label {
	padding-left: 10px;
}

.download-brochure-modal .wpcf7-form .screen-reader-response {
	display: none;
}

.download-brochure-modal .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 15px;
	color: #e60000;
	display: block;
	margin-bottom: 5px;
}

.download-brochure-modal .evcf7-verify-btn{
	margin-bottom: 15px!important;
	margin-top: 0px!important;
}

.download-brochure-modal .wpcf7 form .wpcf7-response-output{
	color: #000;
}

.download-brochure-modal .evcf7-verify-btn input{
	border: none;
	background-color: transparent;
	color: #0054e9;
	border-bottom: 2px dotted #0054e9;
	padding: 0;
	border-radius: 0;
}

/*=============================================
   - Footer Section      
=============================================*/

.footer-section {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}

.footer-section .footer-logo {
    margin-bottom: 20px;
}