@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}


/***** Font Files *****/


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

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

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Work Sans", sans-serif;
    font-size: 55px;
    color: #101E33;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 45px;
    color: #101E33;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 35px;
    color: #101E33;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    color: #101E33;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    color: #101E33;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: #101E33;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    color: #101E33;
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1100px;
    }
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 32px 0;
    font-size: 16px;
    margin: 0 16px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #FFCE22;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */


/* Banner Section */

.topSec {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 16px 0px 16px 0px;
    background: #101E33;
}

.top-bar-left h6 {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFCE22;
}

ul.top-nav-mail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 25px;
}

ul.top-nav-mail i {
    padding-inline-end: 8px;
}

ul.top-nav-mail a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.header-logo img {
    max-width: 120px;
}

.home-baner-sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/hero.webp);
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 333px 0px 200px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.menuSection .row {
    align-items: center;
}

.home-baner-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    background: #101E33;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.baner-text {
    text-align: center;
}

.baner-text h1 {
    font-family: "Work Sans", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 0.9em;
    color: #fff;
}

.baner-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 10px auto;
}

.baner-text a {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #FFCE22;
    color: #101E33;
    padding: 16px 24px 16px 24px;
    display: inline-flex;
    margin-top: 15px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.baner-text a:hover {
    transform: translateY(-8px);
}

.banner-bottom img {
    width: 100%;
}

.banner-bottom {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}


/* Banner Section */


/* About Section */

.about-sec .row {
    background-color: #fff;
    margin: -78px 0 0;
}

.about-sec {
    position: relative;
    z-index: 1;
    padding: 0px 0px 100px 0px;
}

.about-text {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 64px 32px 32px;
    height: 100%;
}

.small-heading {
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.heading-title {
    font-family: "Work Sans", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -2.1px;
    color: #101E33;
}

.about-text p {
    margin-block-end: 32px;
}

.about-text h2 {
    margin-block-end: 20px;
}

.about-btns {
    text-align: center;
}

.theme-btn {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #FFCE22;
    border: 0;
    color: #101E33;
    padding: 16px 24px 16px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.theme-btn:hover {
    transform: translateY(-8px);
}

.about-btns a {
    margin: 0;
}

.about-form {
    background-color: #1985C2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 32px 32px 32px;
}

.head-4 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.about-form p {
    color: #fff;
}

.order-form input,
.order-form select,
.order-form textarea {
    width: 100%;
    height: 56px;
    color: #101E33;
    padding: 16px;
    background: #fff;
    margin-bottom: 16px;
    font-size: 16px;
    border: 0;
}

.order-form input::placeholder,
.order-form textarea::placeholder {
    color: #a4aab2;
}

.order-form textarea {
    height: 128px;
    resize: unset;
    margin-bottom: 12px;
}

.order-form button {
    width: 100%;
}

.about-sec .col-lg-7,
.about-sec .col-lg-5 {
    padding: 0;
}

.order-form.order-form-select {
    position: relative;
    z-index: 1;
}

.order-form.order-form-select i {
    position: absolute;
    top: 25%;
    right: 5%;
    font-size: 20px;
    color: #101e33;
}


/* About Section */


/* package Section */

.package-sec {
    padding: 100px 0px 100px 0px;
}

.sec-head .heading-title {
    font-weight: 700;
    margin-bottom: 18px;
}

.sec-head {
    margin-bottom: 64px;
}

.package-card {
    box-shadow: 0px 10px 60px 0px rgba(153.00000000000003, 171.00000000000003, 200.00000000000003, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 5px 0px 5px;
    padding: 32px 32px 32px 32px;
    height: 95%;
}

.package-top h4 {
    color: #101E33;
    margin-bottom: 7px;
}

.package-top p {
    font-size: 14px;
    color: #949CA9;
    font-weight: 400;
    margin-bottom: 24px;
}

.package-top h5 {
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.offer {
    color: #27AE60;
}

ul.package-list {
    margin-top: 35px;
}

ul.package-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px 0;
}

ul.package-list i {
    font-size: 10px;
    color: #27AE60;
}

ul.package-list li p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.package-btn {
    padding: 16px 24px 16px 24px;
    border: 1px solid #1985C2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101E33;
}

.package-card-2 {
    background-color: #1985C2;
    margin-top: 0;
    height: auto;
}

.package-card-2 * {
    color: #fff;
}

.package-card-5 .package-top h4,
.package-card-2 .package-top h4 {
    color: #fff;
}

.package-card-5 .package-top p,
.package-card-2 .package-top p {
    color: #fff;
}

.package-card-5 .offer,
.package-card-2 .offer {
    color: #FFCE22;
}

.package-card-5 ul.package-list i,
.package-card-2 ul.package-list i {
    color: #ffce22;
}

.package-card-5 .package-btn,
.package-card-2 .package-btn {
    background: #ffce22;
    color: #101E33 !important;
}

.package-card-5 {
    margin-top: 0;
    background: #27ae60;
    height: auto;
}

.package-card-5 * {
    color: #fff;
}

.platinum-sec {
    padding: 0px 0px 100px 0px;
}

.platinum-card {
    background-color: #1985C2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 32px 32px 32px;
}

.platinum-top h4 {
    font-family: "Work Sans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #FFCE22;
    margin-bottom: 10px;
}

.platinum-top h6 {
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffce22;
    margin-bottom: 12px;
}

.platinum-top p {
    font-size: 14px;
    color: #fff;
}

.platinum-top h2 {
    color: #fff;
}

.platinum-body {
    margin: 25px 0 10px;
}

.platinum-body p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

ul.platinum-list i {
    color: #ffce22;
    font-size: 10px;
    margin: 0 15px 0 0;
}

.platinum-card .package-bottom a {
    padding: 16px 24px 16px 24px;
    border: 1px solid #1985C2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101E33;
    background: #ffce22;
}

.platinum-bottom p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.platinum-bottom {
    margin-top: 40px;
}

.package-card-5 .package-bottom span,
.package-card-2 .package-bottom span {
    color: #101e33;
}


/* package Section */


/* Testimonial Section */

.testimonial-sec {
    padding: 80px 0;
}

.testimonial-sec .sec-head {
    margin-bottom: 30px;
}

.testim-descr p {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    text-align: center;
    color: #101E33;
}

.testim-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    gap: 15px;
}

.testim-profile img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 300px;
}

.testim-profile h5 {
    font-size: 25px;
    font-weight: 700;
    color: #1985C2;
}

.testimonial-sec .slick-dots {
    bottom: -55px;
}

.testimonial-sec .slick-prev:before,
.testimonial-sec .slick-next:before {
    position: absolute;
    content: '\f104';
    font-size: 30px;
    font-family: 'FontAwesome';
    color: #1985c2;
}

.testimonial-sec .slick-next:before {
    content: '\f105';
}

.testimonial-sec .slick-prev {
    left: 5%;
    z-index: 9;
}

.testimonial-sec .slick-next {
    right: 5%;
}

.testimonial-sec .slick-dots li button:before {
    font-size: 10px;
    opacity: .5;
    color: #ffce22;
}

.testimonial-sec .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ffce22;
}

.testimonial-sec .slick-dots li.slick-active button {
    opacity: 1;
}

.testimonial-sec .slick-active {
    opacity: 1;
}

.testimonial-sec .slick-dots li button:hover:before {
    color: #000;
}


/* Testimonial Section */


/* How It Work Section */

.how-work-sec {
    margin: 50px 0;
}

.how-work-content h2 {
    margin-bottom: 20px;
}

.how-work-content p {
    margin-bottom: 32px;
}

.how-work-content {
    padding: 0px 30px 0px 0px;
}

.workk-card {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 32px 32px 32px;
}

.worrkk-sec {
    margin-bottom: 50px;
}

.worrkk-sec .container {
    max-width: 1400px;
}

.workk-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.workk-card h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.workk-card p {
    line-height: 30px;
}

.nopadding {
    padding: 0;
}

.wrk-1 {
    background-color: #27AE600D;
}

.wrk-2 {
    background: #dff3e7;
}

.wrk-3 {
    background-color: #bee7cf;
}

.wrk-4 {
    background-color: #27ae60;
}

.wrk-4 * {
    color: #fff;
}


/* How It Work Section */


/* Why Us */

ul.why-us-list {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    flex-wrap: wrap;
    box-shadow: -20px -10px 40px 0px rgba(153.00000000000003, 171.00000000000003, 200.00000000000003, 0.15);
}

ul.why-us-list li {
    width: 50%;
    /* box-shadow: -20px -10px 40px 0px rgba(153.00000000000003, 171.00000000000003, 200.00000000000003, 0.15); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 32px 32px 32px;
}

.content-box {
    text-align: center;
}

.content-box i {
    font-size: 24px;
    color: #1985c2;
}

.content-box h3 {
    font-size: 25px;
    font-weight: 900;
    margin: 15px 0;
}

.content-box p {
    line-height: 27px;
}

.why-us-cotent h2 {
    margin-bottom: 10px;
}

ul.why-us-list .bg-light {
    background-color: #F4F7FB !important;
}


/* Why Us */


/*Footer Start*/

footer {
    background-image: url(../images/ft-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #101e33;
    padding-top: 65px;
}

footer h3 {
    font-size: 20px;
    padding-bottom: 10px;
    width: fit-content;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
}

footer h3::before {
    position: absolute;
    content: '';
    background: #fbcc37;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ft-links ul li a {
    font-family: "Work Sans", sans-serif;
}

.ft-contact ul li svg {
    width: 15px;
    fill: #fff;
}

.ft-contact ul li a {
    color: #fff;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
}

.ft-contact ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ft-contact ul {
    display: flex;
    justify-content: space-between;
}

.ft-social ul li {
    border: 1px solid #3187c0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #3187c0;
}

.ft-social ul li a {
    color: #fff;
}

.ft-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.ft-contact {
    margin-bottom: 40px;
}

.ft-contact {}

.ft-btm p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 30px;
}

.ft-btm {
    width: 87%;
    border-top: 1px solid #fff;
    padding: 20px 0px;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-top: 60px;
}

.ft-contact ul li p {
    color: #fff;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    margin-bottom: unset;
}


/*Footer End*/


/*Section NewsLetter Start*/

.newsletter-left-txt img {
    width: 140px;
    margin-bottom: 16px;
}

.newsletter-left-txt h3 {
    font-size: 22px;
    color: #fff;
    font-weight: unset;
    margin-bottom: 16px;
}

.newsletter-left-txt p {}

.newsletter-left-txt ul li svg {
    width: 30px;
    fill: #fff;
}

.newsletter-left-txt ul {
    display: flex;
    gap: 11px;
}

.newsletter-main-sec {
    background-image: url(../images/newsletter-back.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-position: center;
}

.newsletter-main-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/newsletter-shape.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: #101e33c4;
    z-index: -1;
}

.newsletter-left-txt p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.newsletter-rt-text h3 {
    color: #ffce22;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.newsletter-rt-text h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 9px;
}

.newsletter-rt-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 13px;
}

.newsletter-rt-text input {
    border: 1px solid #fff;
    width: 64%;
    padding: 14px 10px;
}

.newsletter-rt-text input::placeholder {
    color: #0000008a;
}

.newsletter-field button.theme-btn {
    border: unset;
}


/*Section Newsletter End*/


/*Section Faqs Start*/

.faqs-main-text .heading-faqs {
    font-size: 50px;
    font-weight: 600;
    color: #101e33;
    border-bottom: 7px solid #f4c635;
    width: fit-content;
    margin-bottom: 50px;
}

.faq-accordion .accordion-button {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    padding: unset;
    font-family: "Work Sans", sans-serif;
    padding: 2px 0px;
}

.faq-accordion .accordion-body {
    color: #101e33;
    line-height: 1.6;
    padding: 10px 0px 20px;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: unset;
}

.accordion-button:not(.collapsed) {
    color: #1985c2;
    background-color: unset;
    box-shadow: unset;
}


/*Section faqs End*/


/*Section Order Start*/

.text-order h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fbcc37;
    text-align: center;
}

.text-order h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.order-form-main .row {
    background-image: url(../images/newsletter-shape.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: #3187c0;
    align-items: center;
}

.order-form-main .about-form {
    background-color: unset;
    padding: 19px 13px 25px 19px;
}

.text-order p {
    color: #fff;
}

.text-order {
    margin-left: 60px;
}

.order-form-main h4.head-4 {
    text-align: center;
}

.order-form-main .order-form input,
.order-form select,
.order-form textarea {
    margin-bottom: 10px;
}

.order-form-main {
    padding: 70px 0px;
}

.order-btn {
    text-align: center;
}


/*Section Order End*/


/*Section legacy Start*/

.legacy-img h2 {
    font-weight: 600;
    color: #FFCE22;
}

.legacy-img p {
    font-size: 40px;
    color: #fff;
}

.legacy-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.legacy-img {
    position: relative;
    z-index: 1;
}

.legacy-img-text {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 2;
}

.legacy-img:before {
    position: absolute;
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #090e1680 100%);
}

.legacy-box h3 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #101e33;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.legacy-box {
    text-align: center;
    box-shadow: 0px 10px 40px 0px rgba(153.00000000000003, 171.00000000000003, 200.00000000000003, 0.15);
    padding: 30px 0px;
    height: 250px;
    margin-left: 11px;
}

.legacy-box p {
    width: 64%;
    margin: 0 auto;
}

.legacy-box img {
    margin-bottom: 20px;
}

.legacy-box.lst-legacy {
    background: #1985c2;
    margin-right: 11px;
    margin-left: -20px;
    margin-top: -20px;
    position: relative;
    z-index: 999;
    height: 270px;
}

.legacy-box.lst-legacy h3 {
    color: #fff;
}

.legacy-box.lst-legacy p {
    color: #fff;
    width: 100%;
}


/*Section Legacy End*/