@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Inter Tight", sans-serif;
    text-rendering:optimizelegibility;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
.btn, .btn * {
    transition: all 0.3s ease 0s;
}
i {
    transition: all 0.4s ease-in-out 0s;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    list-style: outside none none;
}

header {
    padding: 11px 0;
    box-shadow: 3px 0 25px rgba(35,73,131,0.2);
}

.logo {
    width: 240px;
}

.navbar {
    background-color: #fff;
}
.navbar-nav .nav-item {
    padding: 26px 10px;
}
.navbar-toggler {
    border: none;
    color: #193C64;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #4b525c;
    position: relative;
    padding-bottom: 5px;
    transition: border-color 0.3s ease;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #4aa1e8;
}

.contact-info {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.contact-info span {
    font-weight: 600;
    margin: 0 3px;
}
.contact-info .ph-num a {
    color: #374151;
    font-weight: 400;
}
.contact-info .ph-num a:hover {
    color: #ff901b;
}
.contact-btn {
  background-color: #ff7d00;
  border-color: #ff7d00;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 36px;
  border-radius: 4px;
  margin-left: 20px;
}
.contact-btn:hover {
    color: #fff;
    background-color: #0a73cd;
    border-color: #0a73cd;
}


.btn-primary {
    background-color: #0a73cd;
    border-color: #0a73cd;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover {
    background-color: #00b4ff;
    border-color: #00b4ff;
}

.banner-img {
    text-align: right;
    padding-right: 0px;
}
.banner-text .title-badge span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.8px;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #1987e0;
    display: inline-block;
    margin-bottom: 15px;
}
.banner-text h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
}


/* Banner Play Btn */
.banner-btn-sec {
    margin-top: 25px;
}
.banner-btn-sec .video-play-btn {
    background: #0a73cd;
    border: 1px solid #0a73cd;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius:3px;
}
.banner-btn-sec .video-play-btn:hover {
    background: #00b4ff;
    border-color: #00b4ff;
}
.banner-btn-sec .slider-popup {
    margin: 0px 30px 0px 0;
    width: auto;
    float: left;
}

.banner-btn-sec .video-play-btn i {
    margin-right: 14px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    font-size: 0;
}
.mfp-close:before {
    content: 'X';
    font-family: "Font Awesome 6 Free";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 80%;
    max-width: 850px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}



.form-sec {
    background-color: #f6f7f9;
    position: relative;
}
.form-content {
 padding: 100px 0 80px 0;
}
.form-content h2 {
    color: #2b2b2b;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-sec .form-content p{
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}
.form-sec .form-content p.signup-content {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #1464ff;
    display: block;
    padding-top: 30px;
}
.form-sec .form-content p.signup-content strong {
    border-bottom: 3px solid #f78239;
    font-weight: 600 !important;
}

.contact-form .row {
    --bs-gutter-x: 16px;
}
.contact-form .form-disclaimer {
    text-align: center;
    margin-top: 30px;
}
.contact-form .form-disclaimer p {
    color: #626c8e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0px;
}
.contact-form .form-disclaimer p a {
    color: #0a73cd;
    font-weight: 600;
}
.contact-form {
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px 60px 40px;
    box-shadow: 0px 0 50px rgba(01, 30, 61, 0.1);
}
.contact-form .sec-head {
  position: relative;
  margin: 0 0 25px;
}

.contact-form .sec-head h3 {
  color: #2b2b2b;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}
.contact-form .sec-head p {
  color: #555a64;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: 400;
}
.contact-form .sec-head .req-ind {
    color: #313745;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 15px;
}
.contact-form strong {
    color: #cf1919;
    font-size: 18px;
    display: inline-block;
}

.contact-form .form-group {
    margin-bottom: 16px;
}
/*.contact-form .form-group label {
    color: #0a1e46;
    font-size: 16px;
    margin-bottom: 5px;
}*/
.form-control {
    font-size: 15px;
    padding: 15px 27px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
    color: #777a7c;
    /*box-shadow: 5px 0 10px rgba(35,73,131,0.15);*/
}
.contact-form form select {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/select_arrow.png') no-repeat 95% 25px !important;
    word-wrap: normal;
    color: #777a7c;
}

.contact-form textarea {
    min-height: 116px;
}
.form-control:focus {
    border-color: #c9c9c9;
    box-shadow: 0px 3px 10px rgba(35,73,131,0.1);
    transition: all 0.3s ease 0s;
}
.form-control::placeholder {
    color: #777a7c;
    font-size: 15px;
}

.contact-form .submit-btn {
    padding: 15px 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* Contact Section */
.brdr-rad {
    border-radius: 20px;
}
.contact-sec {
    padding: 140px 0;
    position: relative;
}
.contact-sec .left-sec img{
/*    padding-top: 20px;*/
border-radius: 20px;
}
.contact-sec .title-sec {
    margin-bottom: 95px;
    text-align: center;
}
.contact-sec .title-sec h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #1464ff;
    margin-bottom: 20px;
}
.contact-sec .title-sec h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    color: #0a1e46;
}
.contact-sec .right-sec {
    padding: 30px 114px 30px 100px;
}
.contact-sec .right-sec h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}
.contact-sec .right-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #e5e7ed;
    margin-bottom: 40px;
}
.contact-sec .contact-sec-content {
    border-radius: 20px;
    position: relative;
}
.contact-sec .contact-sec-content .circle-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-sec .btn {
    font-weight: 500;
    min-width: 310px;
}


/* Card Content Section */
.content-card-sec {
    padding: 100px 0;
}
.content-card-sec .row.custom-gap {
    --bs-gutter-x: 40px; /* horizontal gap */
    --bs-gutter-y: 0px; /* vertical gap */
}
.title-sec {
    margin-bottom: 40px;
}
.title-text {
    color: #2b2b2b;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.subline-text {
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.content-card-sec .card {
    background-color: #f6f7f9;
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.content-card-sec .card:hover {
    border: 1px solid #00b4ff;
    /*box-shadow: 0px 0 20px rgba(01, 30, 61, 0.1);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content-card-sec .card-body {
    padding: 0px;
}

.content-card-sec .card-img {
    background: #0a73cd;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-card-sec .card-body .card-title {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content-card-sec .card-body .card-text {
    color: #454545;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 0px;
}

.content-cta-link {
    padding: 100px 0;
    text-align: center;    
}
.content-cta-link span {
    font-size: 16px;
    color: #555a64;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px 28px;
    border: 1px solid #bec4d2;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.content-cta-link span:hover {
    border: 1px solid #9b9b9b;
    transition: all 0.5s ease-in-out;
}
.content-cta-link i {
    margin-left: 20px;
    margin-right: 15px;
    color: #2b2b2b;
    font-weight: 600;
}
.content-cta-link a {
    color: #2b2b2b;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.content-cta-link span:hover a {
    color: #0a73cd;
    transition: all 0.5s ease-in-out;
}

.content-cta-link span:hover i {
    transform: translatex(5px);
    color: #0a73cd;
}

/* Features Sec
================ */

.row.custom-gap {
    --bs-gutter-x: 34px; /* horizontal gap */
    --bs-gutter-y: 34px; /* vertical gap */
}
.feature-sec {
    background: #f1f2f5;
    padding: 100px 0;
}
.feature-card {
    border: none;
    border-radius: 28px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-card:hover {
    /*box-shadow: 0 4px 20px rgba(0,0,0,0.1);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-card .card-body {
    padding: 20px 40px;
}
.feature-card .card-image-left {
    height: 100%;
    object-fit: cover;
    border-radius: 28px 0 0 28px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-card:hover .card-image-left {
    transform: scale(1.03);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.feature-card .feature-icon {
    margin-bottom: 20px;
}
.feature-card .card-title {
    color: #2b2b2b;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 17px;
}
.feature-card .card-text {
    color: #454545;
    font-size: 16px;
    line-height: 1.4;
}


/* Quality Section 
=================== */
.quality-sec {
    padding: 100px 0;
    background-color: #002b58;
}

.quality-sec .title-sec {
    margin-bottom: 50px;
}
.quality-sec .title-text {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.quality-sec .subline-text {
    color: #f6f9ff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.quality-sec .quality-right {
    padding: 0 12px 0 0px;
}
.quality-sec .quality-card {
    position: relative;
    background-color: #013266;
    border-radius: 20px;
    padding: 38px 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.quality-sec .quality-card:hover {
    border: 1px solid #1986e1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.quality-sec .quality-card .icon {
    position: absolute;
    left: -16px;
    top: 35px;
}
.quality-sec .quality-card .icon img {
    height: 32px;
    width: 32px;
}
.quality-sec .quality-card h5 {
    color: #f6f9fd;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
}
.quality-sec .quality-card p {
    color: #bcd5e7;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}
.quality-sec .quality-left-sec {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 450px;
    /*justify-content: center;*/
}
.quality-sec .quality-left-sec img {
    height: auto;
    border-radius: 30px;
    display: block;
}
.quality-sec .overlay-text-box {
    position: absolute;
    bottom: 40px;
    left: 6%;
    background-color: #f6f7f9;
    color: #000;
    padding: 35px 40px;
    border-radius: 20px;
    text-align: center;
    width: 90%;
    max-width: 530px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.quality-sec .overlay-text-box:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.quality-sec .overlay-text-box .overlay-box-content {
    color: #2b2b2b;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
}
.quality-sec .overlay-text-box .btn {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    background-color: #0a73cd;
    border-color: #0a73cd;
    padding: 14px 29px;
}
.quality-sec .overlay-text-box:hover .btn {
    background: #00b4ff;
    border-color: #00b4ff;
}


/* Process Section */
.process-sec {
    padding: 100px 0 30px 0;
    text-align: center;
}
.process-sec .row.custom-gap {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.process-sec .title-sec {
    margin-bottom: 65px;
}
.process-sec .step-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;    
    font-size: 40px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 35px auto;
}

.process-sec .step-circle-1 {
    background-color: #f4f6f8;
}
.process-sec .step-circle-2 {
    background-color: #f1f8fd;
}
.process-sec .step-circle-3 {
    background-color: #fff0e5;
}
.process-sec .step-circle-4 {
    background-color: #f1f8fd;
}
.process-sec .step-circle-5 {
    background-color: #fff6ef;
}
.process-sec .step-circle-6 {
    background-color: #f4f6f8;
}
.process-sec .step-title {
    color: #2b2b2b;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
}
.process-sec .step-text {
    color: #454545;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0px;
}
.process-sec .process-line {
    position: absolute;
    width: calc(200% - 100px); /* Adjust based on column spacing */
    left: -38%;
    top: 40px; /* Aligns with circle center */
    z-index: -1;
    /*border: 1px dashed #adaeb9;*/
}

/* --- CTA/Get Started Section --- */
.cta-sec {
    padding: 20px 0 130px 0;
}
.get-started-section {
    background: #002b58 url('../images/cta-bg.jpg') no-repeat right;
    border-radius: 28px;
    padding: 30px 30px 30px 80px;
    /*margin-bottom: 130px;*/
}
.get-started-content {
    padding-right: 50px;
}
.get-started-content h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
}
.get-started-content p {
    font-size: 16px;
    color: #dce3e9;
    margin-bottom: 20px;
}
.get-started-content .btn {
    color: #fff;
    background: #1986e1;
    border: 1px solid #1986e1;
    border-radius: 3px;
    padding: 11.5px 47.5px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}
.get-started-content .btn:hover {
    background: #00b4ff;
    border-color: #00b4ff;
}
.get-started-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-started-image-wrapper img {
    height: auto;
    border-radius: 28px;
    margin-left: auto;
}


/* Form Success msg */
.msg.success-msg {
    color:#333;
    margin:24px 0 5px 0;
    padding:5px;
    text-align:center;
    border:2px solid #42a263;
    font-size:20px;
    font-weight:600;
}
.msg.success-msg p {
    margin:0;
}
.msg.error-msg {
    color:#333;
    margin:5px 0;
    padding:5px;
    text-align:center;
    border:2px solid red;
    font-size:20px;
    font-weight:600;
}
.msg.error-msg p {
    margin:0;
}




/* Back-to-Top Btn  */
#totop {
    position: fixed;
    text-decoration: none;
    z-index: 999;
}
#totop i {
   color: #fff;
   font-weight: 600;
   text-align: center;
   border-radius: 3px;
   opacity: 0.8;
   background: #00b4ff;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
#totop:hover i {
    opacity: 1;
    /*box-shadow: 0px 0px 10px rgba(35,73,131,0.4);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/* Media Queries 
================ */

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .banner-text {
        padding: 50px 80px;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .contact-form {
        max-width: 500px;
        top: 34%;
    }
}

@media (min-width: 1400px) and (max-width: 1780px) {
    .contact-btn {
        padding: 8px 20px;
    }
    .contact-info {
        margin-left: auto;
    }
    .contact-info img {
        margin-right: 5px;
    }
    .desk-btn {
        display: flex;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
    .banner-text {
        padding: 50px 100px 50px 165px;
    }
    .form-sec .form-content span {
        display: block;
    }
    .contact-sec .title-sec p span {
        display: block;
    }
    .contact-form {
        top: 41%;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .logo {
        width: 180px;
    }
    .navbar-nav .nav-item {
        padding: 26px 3px;
    }
    .contact-form {
        top: 37%;
    }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
    .logo {
        width: 180px;
    }
    .contact-info {
        text-align: right;
    }
    .contact-btn {
        padding: 8px 20px;
    }
    .contact-info .ph-num {
        display: none;
    }
    .navbar-nav .nav-item {
        padding: 26px 10px;
    }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {    
    .logo {
        width: 180px;
    }
    .navbar-nav .nav-item {
        padding: 26px 3px;
    }
    .contact-info .ph-num {
        display: none;
    }
    .contact-btn {
        padding: 8px 20px;
    }
}

@media (min-width: 1400px) {
    .mob-btn {
        display: none;
    }
    .desk-btn {
        display: flex;
        align-items: center;
    }
    .navbar {
        padding: 0 0 ;
    }
    .navbar-expand-xl {
        /*flex-wrap: wrap;*/
        justify-content: flex-start;
    }
    .navbar-nav {
        flex-wrap: wrap;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        width: 100%;
        color: #4aa1e8;
        transition: width 0.3s ease-in-out;
    }
    .navbar-nav .dropdown-item:hover a,
    .navbar-nav .dropdown-item a.active {
        color: #4aa1e8;
        transition: all 0.3s ease-in-out
    }
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -26px;
        z-index: 9;
        width: 0%;
        height: 3px;
        background-color: #4aa1e8;
        display: block;
        transition: all 0.3s ease-in-out;
    }
    .navbar .nav-link:hover::after,
    .navbar .nav-item:hover > .nav-link::after {
      width: 100%;
      color: #4aa1e8;
    }

    /* Smooth transition for the dropdown menu */
    .dropdown-menu {
        opacity: 0;
        transform: translateY(20px);
        display: block; /* Required for the transition to work with hover */
        visibility: hidden;
        background: #ffffff;
        position: absolute;
        top: 120px;
        left: 0;
        width: 310px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .nav-item:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover > .dropdown-menu {
        top: 100%;
        background: #ffffff;
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
        display: block;
        pointer-events: auto; /* Ensures the dropdown items are clickable */
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /*margin-top: 26px;*/
    }
    .dropdown-item {
        padding: 10px 20px;
        color: #4b525c;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .dropdown-item a {
        color: #4b525c;
        display: block;
    }

    /* Override Bootstrap's default display property to allow transitions */
    .dropdown-menu.show {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .dropdown-toggle::after {
        border: none;
    }


    .banner-text {
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .contact-form {
        max-width: 576px;
        position: absolute;        
    }
    /* Back-to-Top Btn  */
    #totop {
        position: fixed;
        right: 2%;
        bottom: 10%;
    }
    #totop i {
       font-size: 18px;
       color: #fff;
       width: 40px;
       height: 40px;
   }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-form {
        max-width: 500px;
        position: absolute;
        top: 30%;
        padding: 40px 40px 40px 40px;
    }

    .process-sec .process-line {
        left: -36.5%;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .banner-text {
        padding: 80px 50px;
    }
    .banner-text h1 {
        font-size: 36px;
    }
    .contact-sec .right-sec {
        padding: 50px 60px 50px 30px;
    }
    .contact-sec .right-sec {
        position: relative;
    }
    .contact-sec .left-sec img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 380px;
    }
    .contact-sec {
        padding: 60px 0 50px 0;
    }
    .contact-sec .title-sec {
        margin-bottom: 40px;
    }
    .contact-sec .title-sec h3 {
        font-size: 38px;
        line-height: 1;
    }

    .feature-card {
        overflow: visible;
    }
    .feature-card .card-image-left {
        border-radius: 15px;
        position: relative;
        left: -15px;
        width: 140px;
    }
    .feature-card .card-body {
        padding: 20px;
    }
    .quality-sec .quality-right {
        padding-left: 20px;
    }
    .quality-sec .quality-card h5 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .quality-sec .quality-card .icon {
        left: -12px;
        top: 36px;
    }
    .quality-sec .quality-card .icon img {
        height: 24px;
        width: 24px;
    }
    .get-started-section {
        padding: 30px 30px 30px 30px;
    }
    .get-started-content {
        padding-right: 10px;
    }
    .get-started-content h2 {
        font-size: 35px;
    }

    #totop {
        position: fixed;
        right: 20px;
        bottom: 20px;
    }
    #totop i {
        font-size: 18px;
        color: #fff;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-img {
        display: none;
    }
    .contact-form {
        max-width: 440px;
        position: absolute;
        top: 25%;
        padding: 30px 30px 40px 30px;
    }
    .form-content {
        padding: 70px 0;
    }
    .form-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .form-sec .form-content p {
        font-size: 16px;
    }
    .contact-form .sec-head p {
        margin-bottom: 30px;
    }
    .contact-form textarea {
      min-height: 120px;
    }
    .content-card-sec .card {
        padding: 30px;
    }
    .content-card-sec .card-body .card-title {
        font-size: 24px;
    }
    .process-sec .row.custom-gap {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 0px;
    }
    .process-sec .process-line {
        left: -34.5%;
    }

    .content-card-sec .row.custom-gap {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 25px;
    }
}

@media (min-width: 991.98px) {
    .banner-sec {
        background: #002b58 url('../images/banner-text-bg.jpg') no-repeat;
    }    
    .process-sec .process-row-top {
        position: relative;
        justify-content: space-around;
    }    
    .process-sec .step-item {
        max-width: 372px;
        padding-bottom: 70px;
    }
}



@media (max-width: 1399.98px) {    
    .banner-text {
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .contact-form .sec-head .req-ind {
        color: #8d94a4;
        text-align: right;
    }
    .mob-btn {
        display: block;
    }
    .desk-btn {
        display: none;
    }
    .contact-info {
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .contact-btn {
        padding: 8px 20px;
        font-size: 14px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .navbar-nav {
        margin-top: 10px;
    }

    .navbar-nav .nav-item {
        padding: 5px 20px;
    }
    .nav-link:focus, .nav-link:hover {
        color: #0a73cd;
    }
    .nav-link.dropdown-toggle.show {
        color: #4aa1e8;
    }
    .dropdown-item {
        padding-left: 20px;
    }
    .dropdown-item a {
        font-size: 15px;
        color: #4b525c;
        font-weight: 500;
        transition: width 0.3s ease-in-out;
    }    
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #fff;
        color: #4aa1e8;
        transition: width 0.3s ease-in-out;
    }

    /* Initially hide the dropdown menu with a smooth transition */
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease, opacity 0.3s ease;
        pointer-events: none;   /* not clickable when hidden */
        border: none;
    }

    .dropdown-menu.show-slow {
        opacity: 1;
        transform: scaleY(1);
        pointer-events: auto;
    }
}

@media (max-width: 1199.98px) {
    .content-card-sec .card-body .card-title br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .banner-sec {
        background: #002b58;
        padding-bottom: 80px;
    }
    .banner-text {
        padding: 50px 50px;
    }   
    .banner-img {
        display: none;
    }
    .form-sec .form-content p {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }
    .form-sec .form-content p.signup-content {
        padding-top: 20px;
    }
    .contact-form {
        position: relative;
        transform: translateY(-100px);
    }
    .contact-form .sec-head p {
        margin-bottom: 20px;
    }
    .contact-sec {
        padding: 50px 0;
    }    
    .contact-sec .title-sec {
        margin-bottom: 30px;
    }
    .contact-sec .title-sec h3 {
        font-size: 30px;
    }
    .contact-sec .contact-sec-content .circle-shape2 {
        display: none;
    }
    .contact-sec .right-sec {
        padding: 50px 50px 50px 50px;
    }
    .quality-sec .quality-left-sec {
        justify-content: center;
        min-height: auto;
    }

    .quality-sec .quality-right {
        margin-top: 30px;
    }
    .quality-sec .overlay-text-box {
        left: unset;
    }

    /* Back-to-Top Btn  */
    #totop {
        position: fixed;
        right: 10px;
        bottom: 20px;
    }
    #totop i {
     font-size: 18px;
     color: #fff;
     width: 40px;
     height: 40px;
    }
    .get-started-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .form-content br {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-text {
        padding: 100px 40px;
    }
    .banner-text h1 {
        font-size: 36px;
    }
    .form-content {
        padding: 0px 0 30px 0;
        transform: translateY(-30px);
    }
    .form-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: left;
    }
    .form-sec .form-content p {
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
    }
    /*.contact-form {
        margin-bottom: 70px;
    }*/
    .content-card-sec {
        padding: 70px 0;
    }
    .title-text,
    .quality-sec .title-text {
        font-size: 32px;
    }
    .content-card-sec .card-body .card-title {
        font-size: 24px;
    }
    .feature-sec,
    .quality-sec,
    .process-sec {
        padding: 70px 0;
    }
    .process-sec .row.custom-gap {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }
    .content-card-sec .row.custom-gap {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 30px;
    }
    .get-started-section {
        padding: 50px;
    }    
    .get-started-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 767.98px) {  
    .banner-sec {
        text-align: center;
    }
    .banner-btn-sec {
        margin-top: 20px;
        display: block;
    }
    .banner-btn-sec .video-play-btn {
        padding: 10px 20px;
    }
    .banner-text h1 {
        font-size: 32px;
    }    
    .contact-form {
        padding: 30px;
        transform: translateY(-90px);
        /*margin: 40px 0 50px 0;*/
    }
    .contact-form .sec-head {
        text-align: center;
    }
    .contact-form .sec-head h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .form-content {
        text-align: center;
        padding: 0px 0 0px 0;
        transform: translateY(-40px);
    }
    .form-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .form-sec .form-content p {
        font-size: 16px;
        line-height: 1.5;
    }
    .content-card-sec,
    .feature-sec,
    .quality-sec {
        padding: 50px 0;
    }
    .title-text {
        font-size: 28px;
    }
    .subline-text {
        font-size: 18px;
    }

    .content-card-sec .card-body .card-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .content-card-sec .card-img {
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }

    .feature-card .card-body {
        padding: 40px;
    }
    .feature-card .card-image-left {
        display: none;
    }
    .row.custom-gap {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 25px;
    }
    .content-card-sec .row.custom-gap {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 25px;
    }
    .content-cta-link {
        padding: 50px 0;
    }
    .content-cta-link span {
        border-radius: 15px;
        display: flex;
        flex-direction: column;
    }
    .content-cta-link span i {
        transform: rotate(90deg);
        margin: 6px 0;
    }
    .feature-sec .title-sec {
        margin-bottom: 20px;
    }
    .feature-card .card-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 17px;
    }
    .feature-card .feature-icon {
        margin-bottom: 15px;
    }

    .quality-sec .title-text {
        font-size: 28px;
        margin-bottom: 15px;
        text-align: center;
    }
    .quality-sec .subline-text {
        font-size: 18px;
    }    
    .quality-sec .overlay-text-box {
        padding: 30px 20px;
    }
    .quality-sec .overlay-text-box .overlay-box-content {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.4;
    }
    .quality-sec .quality-right {
        padding: 0 12px 0 12px;
    }
    .quality-sec .title-sec {
        margin-bottom: 30px;
    }
    .quality-sec .quality-card {
        padding: 30px;
    }    
    .quality-sec .quality-card h5 {
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
    }

    .process-sec {
        padding: 50px 0 50px 0;
    }
    .process-sec .step-title br {
        display: none;
    }
    .process-sec .step-title {
        font-size: 22px;
        margin-bottom: 12px;
        text-align: left;
    }
    .process-sec .step-text {
        text-align: left;
        display: flex;
    }
    .process-sec .step-circle {
        font-size: 25px;
        height: 60px;
        width: 60px;
        /*margin: 0 20px 20px auto;*/
        float: left;
    } 
    
    .process-sec .row.custom-gap {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 40px;
    }  

    .cta-sec {
        padding: 10px 0 70px 0;
    }
    .get-started-section {
        background: #002b58;
        padding: 40px;
    }
    .get-started-content {
        margin-bottom: 0px;
        text-align: center;
    }
    .get-started-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .get-started-content .btn {
        margin-top: 16px;
    }
    .get-started-image-wrapper {
        display: none;
    }

    .title-text br {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {    
    .logo {
        margin-bottom: 0px;
    }
    .banner-text {
        padding: 80px 30px;
    }
    .quality-sec .quality-card .icon {
        top: 28px;
        left: -12px;
    }
    .quality-sec .quality-card .icon img {
        height: 24px;
        width: 24px;
    }
    .banner-btn-sec .video-play-btn {   
        padding: 13px 23px; 
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-btn-sec .slider-popup {
        margin: 0px 20px 0px 0;
    }
    .process-sec .step-circle {
        margin: 0 20px 20px auto;
    } 
}

@media (max-width: 575.98px) {
    .banner-text {
        padding: 60px 10px;
    }   
    .logo {
        width: 240px;
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .form-disclaimer br {
        display: none;
    }
    .form-control {
        padding: 12px 20px;
        border-radius: 4px;
    }
    .content-card-sec .card {
        padding: 30px;
    }
    .quality-sec .quality-card .icon {
        top: 28px;
        left: -9px;
    }
    .quality-sec .quality-card .icon img {
        height: 20px;
        width: 20px;
    }    
    .process-sec .step-circle {
        margin: 0 20px 80px auto;
    } 

}

@media (max-width: 400px) {
    .contact-btn {
        margin-top: 20px;
    }
    .contact-sec .btn {
        min-width: auto;
    }   
    .get-started-content .btn,
    .quality-sec .overlay-text-box .btn,
    .get-started-content .btn {
        padding: 10px 20px;
        font-size: 16px;
    }
    .get-started-section {
        padding: 30px;
    }
    .form-content br {
        display: none;
    }
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}



