@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');


@font-face {
    font-family: "spicychicken";
    src: url(../fonts/spicychicken.otf);
}


@font-face {
    font-family: "holiday";
    src: url(../fonts/holiday.ttf);
}



/* Generated by less 3.11.1 */
/*
Design By = MJ MARAZ
Website = www.mjmaraz.com
Contact = mjmarazbd@gmail.com
WhatsApp = +8801869944607
Facebook = mjmarazbd
*/


* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

html ::-webkit-scrollbar {
    width: 8px;
    background-color: #1c2127;
    cursor: pointer;
}

html ::-webkit-scrollbar-thumb {
    background: linear-gradient(160deg, #CFA92B, #CFA92B);
    border-radius: 2px;
    width: 8px;
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Courier Prime', monospace;
    font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
img,
span,
input,
form,
label,
.btn,
.navbar,
.navbar-brand {
    margin: 0;
    padding: 0;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
a::selection,
ol::selection,
ul::selection,
li::selection,
img::selection,
span::selection,
input::selection,
form::selection,
label::selection,
.btn::selection,
.navbar::selection,
.navbar-brand::selection {
    color: #fff;
    background: #252525;
}

ol,
ul,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

h1 {
    font-size: 50px;
    color: #111;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    color: #111;
    font-weight: 600;
}

h3 {
    font-size: 35px;
    color: #111;
    font-weight: 600;
}

h4 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
}

h5 {
    font-size: 25px;
    color: #111;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    color: #111;
}

p {
    font-size: 14px;
    color: #111;
}

.ptb {
    padding: 70px 0px;
}

.btn {
    background: linear-gradient(-260deg, #CFA92B, #CFA92B);
    padding: 6px 18px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: none;
    transition: 0.4s;
    letter-spacing: 1px;
}

.btn:hover {
    background: linear-gradient(260deg, #CFA92B, #CFA92B);
    border-color: #CFA92B;
    color: #fff;
}

.btn:focus {
    background: linear-gradient(0deg, #CFA92B, #CFA92B);
    border-color: #CFA92B;
    color: #fff;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(94deg, rgba(255, 255, 255, 0.908000700280112) 0%, rgba(255, 255, 255, 0) 89%);
}

/* --- Preloader ----- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
}

/* ========= Scoll Top = (START) ============================ */
.totop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 5px 5px 0 0;
    line-height: 47px;
    font-size: 20px;
    text-align: center;
    z-index: 222;
}

.totop:hover {
    line-height: 40px;
    color: #fff;
    background: #CFA92B;
    text-shadow: 0 0 5px #000;
}

/* ========= Scoll Top = (END) ========================= */
/* ========= Common Heading = (START) ============================= */
.common_part {
    padding-bottom: 40px;
}

.common_part h4 span {
    font-size: 40px;
    background: linear-gradient(-45deg, #CFA92B, #CFA92B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.divider {
    position: relative;
    display: inline-block;
    margin: 0px 0;
    width: 250px;
    text-align: center;
}

.divider:before {
    position: absolute;
    left: 0;
    top: -5px;
    height: 4px;
    width: 125px;
    background: linear-gradient(90deg, rgba(68, 171, 186, 0), #CFA92B);
    content: "";
}

.divider:after {
    position: absolute;
    left: 0;
    top: -5px;
    height: 4px;
    width: 125px;
    background: linear-gradient(-90deg, rgba(68, 171, 186, 0), #CFA92B);
    content: "";
}

.common_part .divider:after {
    left: auto;
    right: 0;
}

/* ========= Common Heading = (END) =======================

 /* ========= Header = (START) ================================ */
.header_part {
    transition: all 0.5s;
    z-index: 997;
    width: 100%;
    padding: 3px 0;
    background: #161718;
}

.header_part img {
    height: 90px;
    transition: 0.4s;
}

/*-- Navigation Menu ---*/
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 0px 10px;
    border-left: 1px solid #cfa92b75;
}

.navbar>ul>li:first-child {
    border: none;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 400;
    color: #f3efe2;
    white-space: nowrap;
    transition: 0.2s;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #e0c25d;
}

/* .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -4px;
    left: 50%;
    background-color: #73d3e5;
    visibility: hidden;
    width: 0px;
    transition: 0.5s;
    opacity: 0;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
    left: 0;
    opacity: 1;
} */

/* ---- Mobile Navigation ----- */
.toggle_icon {
    font-size: 22px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    color: #CFA92B;
    display: none;
    margin-left: 10px;
}

@media (max-width: 990px) {
    .toggle_icon {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #eee;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 50px;
    left: 15px;
    background-color: #222;
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 10px;
    padding: 15px;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #f0ead9;
}

.navbar-mobile>ul>li {
    padding: 0;
    background: #222;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #222;
    background: #CFA92B;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #333;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 180px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
    padding: 10px 20px;
}

.navbar-mobile .search_btn {
    display: none;
}

/* ========= Header = (End) ================================ */
/* ========= Banner = (START) =========================== */
.banner_part {
    background: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    padding: 200px 0 50px;
    width: 100%;
    height: 100%;
    position: relative;
}

.plane {
    position: absolute;
    top: 200px;
    right: 60px;
    z-index: 91;
}

.banner_text {
    padding: 150px 30px;
    position: relative;
    z-index: 95;
}

.banner_text h3 {
    font-size: 50px;
    color: #CFA92B;
    font-family: 'Raleway';
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.banner_text h3::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 3px;
    width: 60px;
    border-radius: 3px;
    background: #dfb93d;
    content: '';
}

.banner_text h1 {
    color: #383838;
    letter-spacing: 3px;
    white-space: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
    z-index: 9;
    line-height: 1.5;
    font-family: "spicychicken";
}

.banner_text h6 {
    color: #204457;
    font-size: 20px;
    letter-spacing: 1px;
    width: 45%;
    font-weight: 500;
    line-height: 1.5;
}

.banner_text .btn {
    margin-top: 20px;
    font-size: 16px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.banner_text .btn i {
    margin-left: 6px;
}

/* ========= Banner = (End) ================================ */
/* ========= breadcrumb = (Start) ================================ */
.breadcrumb_part {
    background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
    background-attachment: fixed;
    padding: 150px 0;
    margin-top: 70px;
}

.bg-2 {
    background: url(../images/page-title.png); 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    /*background-attachment: fixed; */
}


.bg-3 {
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top;
    background-attachment: fixed;
}

.bg-4 {
    background: url(../images/financing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top;
}

.breadcrumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 32, 46, 0.37);
}

.breadcrumb_text {
    position: relative;
    text-align: center;
}

.breadcrumb_text h1 {
    color: #e9cc6f;
    font-size: 70px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 4px #222;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.breadcrumb_text p {
    color: #eee;
    font-size: 20px;
}

.breadcrumb_text p a {
    color: #eee;
    padding: 0px 3px;
}

.breadcrumb_text p a:hover {
    text-decoration: underline;
}

/* ========= breadcrumb = (End) ================================ */
/* ========= About = (Start) ================================ */
.about_img {
    position: relative;
}

.about_img img {
    height: 450px;
    width: 100%;
    border-radius: 10px;
}

.about_img .about_img_logo {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 80px;
    width: 120px;
    float: left;
    display: inline-block;
}

.about_text {
    padding: 30px 10px;
}

.about_text h4 {
    color: #CFA92B;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 35px;
}

.about_text h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    border-radius: 3px;
    width: 150px;
    content: '';
    background: linear-gradient(90deg, #CFA92B, rgba(30, 66, 139, 0));
}

.about_text p {
    font-size: 19px;
    line-height: 1.6;
    color: #32383c;
    text-align: justify;
}

.about_text .btn {
    padding: 7px 20px;
    font-size: 16px;
    margin-top: 20px;
}

/* ========= About = (End) ================================ */
/* ========= FAQ = (start) ================================ */
.faq_part {
    padding: 20px 0;
    background: #ecf3f6;
}

.faq_part .faq_text {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #cfa92b83;
    position: relative;
}

.faq_part .faq_text span i {
    position: absolute;
    left: 15;
    top: -27px;
    height: 50px;
    width: 50px;
    line-height: 44px;
    background: #fff;
    border: 3px solid #cfa92b65;
    text-align: center;
    border-radius: 50%;
    color: #CFA92B;
}

.faq_part .faq_text .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    background: #fff;
    border: 3px solid #cfa92b77;
    border-radius: 30px;
    color: #CFA92B;
    font-size: 18px;
    font-weight: 400;
}

.faq_part .faq_text .btn i {
    color: #CFA92B;
}

.faq_part .faq_text .btn:hover {
    border: 3px solid #CFA92B;
    background: #CFA92B;
    color: #fff;
}

.faq_part .faq_text .btn:hover i {
    color: #fff;
}

.faq_part .faq_text p {
    font-size: 19px;
    line-height: 1.6;
    color: #323232;
    padding-bottom: 8px;
}

.faq_part .faq_text p span {
    color: #CFA92B;
}

.faq_part .accordion {
    padding: 0px 40px;
}

.faq_part .accordion-body {
    border: 0.5px solid #cfa92b44;
}

.faq_part .accordion-item {
    background: #f7fafb;
}

.faq_part .accordion-item .accordion-button {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #132029;
}

.faq_part .accordion-item .accordion-button:hover {
    background: #CFA92B;
    color: #fff;
}

.faq_part .accordion-item p {
    font-size: 16px;
    padding-bottom: 8px;
    color: #233223;
}

.faq_part .accordion-button:not(.collapsed) {
    color: #fff;
    font-weight: 400;
    background: #CFA92B;
    box-shadow: none;
}

/* ========= FAQ = (End) ================================ */
/* ========= Contact = (End) ================================ */
.contact_part {
    margin-top: 10px;
}

.contact_text {
    padding: 0 15px;
}

.contact_text img {
    padding-bottom: 40px;
    height: 200px;
}

.contact_text h6 {
    color: #CFA92B;
    font-size: 20px;
    padding-bottom: 12px;
}

.contact_text p {
    font-size: 17px;
    line-height: 1.5;
    color: #444;
    padding-bottom: 10px;
}

.contact_text ul {
    padding-top: 20px;
}

.contact_text ul li {
    margin-bottom: 10px;
}

.contact_text ul li a {
    padding: 7px 0;
    font-weight: 500;
    font-size: 17px;
    color: #3b4147;
}

.contact_text ul li a i {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background: #CFA92B;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.contact_text ul li a:hover {
    color: #CFA92B;
}

.contact_form {
    background: #f5f2ea;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 1px 3px 5px rgba(17, 17, 17, 0.33);
}

.contact_form h3 {
    color: #CFA92B;
    padding-bottom: 25px;
}

.contact_form h6 {
    color: #333;
    font-size: 15px;
    padding-bottom: 25px;
    font-weight: 500;
}

.contact_form label {
    margin-left: 2px;
    color: #27414e;
}

.contact_form input {
    margin-bottom: 15px;
    height: 40px;
}

.contact_form input:focus {
    box-shadow: none;
}

.contact_form input::placeholder {
    font-weight: 300;
}

.contact_form textarea {
    height: 100px;
}

.contact_form textarea:focus {
    box-shadow: none;
}

.contact_form textarea::placeholder {
    font-weight: 300;
}

.contact_form .btn {
    padding: 7px 25px;
    font-size: 16px;
    margin-top: 20px;
}

.maps {
    width: 100%;
    margin-bottom: 100px;
}

.maps iframe {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px #aaa;
}

/* ========= Contact = (End) ================================ */
/* ========= Pliot = (End) ================================ */
.pilot_part {
    margin-top: 85px;
    background: url(../images/pilot-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.pilot_text {
    background: rgba(46, 43, 35, 0.6);
    padding: 280px 70px 100px;
    position: relative;
    backdrop-filter: blur(4px);
}

.pilot_text h1 {
    color: #CFA92B;
    position: absolute;
    padding: 20px 50px;
    background: #fff;
    width: 100%;
    top: 100px;
    right: -20px;
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.26);
    border-radius: 5px;
}

.pilot_text h1 span {
    font-size: 45px;
    font-weight: 500;
}

.pilot_text h3 {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.pilot_text p {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.6;
}

.pilot_text h4 {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.44);
    margin-top: 30px;
    font-size: 32px;
}

.pilot_text ul {
    padding: 20px 0;
}

.pilot_text ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1;
}

.pilot_text ul li img {
    height: 18px;
    margin-right: 10px;
}

.pilot_text .btn {
    padding: 8px 25px;
    font-size: 18px;
}

.quote {
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

.quote span {
    position: absolute;
    height: 100%;
    width: 103%;
    left: -15px;
    top: -15px;
    border: 2px dotted #e6c55a;
    z-index: 11;
    background: rgba(238, 238, 238, 0);
    border-radius: 10px;
}

.quote p {
    background: #CFA92B;
    font-size: 28px;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.42);
    border: 5px solid rgba(34, 86, 124, 0.17);
    border-radius: 10px;
}

/* ========= Pliot = (End) ================================ */
/* ========= Flight = (End) ================================ */
.flight_part {
    border-top: 30px solid #CFA92B;
    border-bottom: 30px solid #CFA92B;
    margin: 70px 0;
}

.flight_part .filght_img img {
    width: 100%;
}

.flight_part .filght_text {
    padding: 60px 30px;
}

.flight_part .filght_text h2 {
    color: #474746;
    margin-left: 55px;
    font-size: 40px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.flight_part .filght_text h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 150px;
    content: '';
    background: linear-gradient(90deg, #CFA92B, rgba(41, 110, 191, 0));
    border-radius: 3px;
}

.flight_part .filght_text h3 {
    color: #CFA92B;
    font-size: 30px;
}

.flight_part .filght_text h3 img {
    height: 42px;
    margin-right: 12px;
}

.flight_part .filght_text ul {
    margin: 20px 0 30px 45px;
}

.flight_part .filght_text ul li {
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: 500;
    color: #4a4d52;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 0.9;
}

.flight_part .filght_text ul li span {
    color: #0f75b4;
    font-weight: 700;
    margin-right: 5px;
}

.flight_part .filght_text ul li img {
    height: 20px;
    margin-right: 8px;
}

.flight_part .filght_text p {
    margin: 20px 0 0px 50px;
    font-size: 27px;
    font-weight: 600;
    color: #3a3e45;
}

.flight_part .filght_check {
    padding: 60px 30px;
    background: url(../images/filot-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    margin: 10px 30px 20px 65px;
    position: relative;
    border-radius: 20px;
}

.flight_part .filght_check .flight_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(63, 57, 32, 0.404);
    border-radius: 20px;
}

.flight_part .filght_check ul {
    position: relative;
}

.flight_part .filght_check ul li {
    font-size: 25px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1;
    margin: 20px 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.flight_part .filght_check ul li img {
    margin-right: 7px;
    height: 25px;
    width: 25px;
}

 
/*  career contact Info start */
.career_contact_info {
    margin-top: 20px;
}

.career_contact_info i {
    height: 55px;
    width:55px;
    font-size: 22px;
    background: #d0aa2a;
    color: #fff;
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    float: left;
    margin-right: 15px;
    transition: .3s;
    margin-top: 5px;
}
 

.career_contact_info i:hover {
    background: #215aa5;
}

.career_contact_info p {
    color: #d0aa2a;
    padding-bottom: 2px;
    font-size: 18px;
}

.career_contact_info h4 {
    font-size: 30px;
    line-height: 60px;
}

 


/*  career contact Info end */



/* ========= Flight = (End) ================================ */
/* ========= career = (Strat) ================================ */
.career_img {
    position: relative;
}

.career_img span {
    position: absolute;
    right: 0;
    bottom: -110px;
    padding: 10px 20px;
    background: #CFA92B;
    width: 300px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    font-style: italic;
    border-radius: 10px;
    border: 2px dotted #fff;
}

.career_text {
    height: 100%;
    width: 100%;
    background: url(../images/pilot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    border: 3px solid #CFA92B;
}

.cost_part {
    border-bottom: 20px solid #CFA92B;
}

.cost_text {
    display: block;
    background: #CFA92B;
    padding: 30px 50px 30px 80px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.cost_text::after {
    position: absolute;
    height: 100px;
    width: 195px;
    border-radius: 0px 0 100px 100px;
    background: #CFA92B;
    z-index: 11;
    right: -130px;
    top: 54px;
    transform: rotate(45deg);
    content: "";
    z-index: 9;
}

.cost_text h3 {
    color: #fff;
    font-style: italic;
    font-size: 25px;
    line-height: 1;
    position: relative;
    z-index: 99;
}

.cost_text h1 {
    color: #fff;
    font-style: italic;
    font-size: 56px;
    line-height: 0.5;
    z-index: 99;
    font-weight: 700;
    text-shadow: 1px 2px 3px #333;
}

.cost_details {
    background: #CFA92B;
    padding: 20px 80px 0;
    z-index: 99;
}

.cost_details h6 {
    color: #fff;
    padding-bottom: 9px;
    font-weight: 400;
    font-size: 20px;
}

.cost_details h6 i {
    margin-right: 4px;
}

/* ========= career = (End) ================================ */
/* ========= training = (Start) ================================ */
.training_part {
    background: #ecf3f6;
    padding: 70px 40px;
}

.training_item {
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 3px 4px #ccc;
    transition: 0.2s;
    margin: 15px 0;
}

.training_item:hover {
    box-shadow: 1px 6px 8px #aaa;
    transform: translateY(-5px);
}

.training_item img {
    margin-bottom: 20px;
    height: 70px;
}

.training_item h4 {
    color: #216e96;
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 500;
}

.training_item p {
    font-size: 16px;
    line-height: 1.5;
    color: #2f3539;
}

/* ========= training = (End) ================================ */
/* ========= Footer = (Start) ================================ */
.footer_part {
    padding: 15px;
    background: #161718;
    z-index: 111;
    position: relative;
}

.footer_part p {
    color: #eee;
    font-size: 15px;
}

.footer_part p span {
    color: #ffffff;
    padding: 0px 5px;
}

.footer_part h6 {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
}

.footer_part h6 a {
    padding: 0px 10px;
    border-left: 1px solid #eee;
    color: #eee;
}

.footer_part h6 a:first-child {
    border: none;
}

.footer_part h6 a:hover {
    text-decoration: underline;
    color: #fff;
}

/* ========= Footer = (End) ================================ */

/* ========= financing  = (Start) ================================ */

.financing_title {
    padding: 130px 0 0px;
    background: url(../images/financing-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.financing_title_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(45, 98, 141);
    background: linear-gradient(90deg, rgba(20, 40, 56, 0.849) 0%, rgba(22, 49, 53, 0.349) 100%);
}

.financing_title_text h4 {
    color: #fff;
    font-size: 30px;
    display: block;
    padding: 10px;
    width: 30%;
    background: rgb(45, 98, 141);
    background: linear-gradient(90deg, rgba(45, 98, 141, 0.9023984593837535) 0%, rgba(14, 194, 218, 0.8995973389355743) 100%);
    padding: 10px 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.financing_title_text h5 {
    color: #fff;
    font-size: 30px;
    display: block;
    padding: 10px 30px 10px 100px;
    width: 33%;
    background: rgb(35, 62, 83);
    background: linear-gradient(90deg, rgba(35, 62, 83, 0.9023984593837535) 0%, rgba(33, 95, 124, 0.9023984593837535) 100%);
    padding: 10px 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.financing_title_text img {
    padding-left: 100px;
    padding-bottom: 150px;
}



.financing_text {
    padding: 0px 50px 100px;
}


.financing_content h4 {
    color: #deeef8;
    padding-bottom: 15px;
}

.financing_content p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 6px;
    width: 95%;
    color: #eee;
}

.financing_content .btn {
    margin-top: 20px;
    background: linear-gradient(-260deg, #1969aa, #25abe0);
    padding: 10px 20px;
    font-size: 16px;
}

.financing_content .btn:hover {
    margin-top: 20px;
    background: linear-gradient(260deg, #1969aa, #25abe0);
}

.financing_qr img {
    height: 150px;
    margin-top: 15px;
}

.financing_qr p {
    padding-top: 10px;
    width: 100%;
    font-size: 18px;
}


.financing_content {
    background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding: 100px 0px 60px;
}

.financing_content_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(45, 98, 141);
    background: linear-gradient(90deg, rgba(31, 52, 70, 0.404) 0%, rgba(16, 100, 139, 0.363) 100%);
}

.financing_content_about {
    padding: 0px 40px;
}

.financing_content_about h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 6px;
}

.financing_content_about h6 {
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
}

.financing_content_about p {
    color: #fff;
    padding-top: 10px;
    letter-spacing: .5px;
    font-weight: 300;
}

.financing_content_about p a {
    color: #ddf4fa;
    padding-top: 10px;
}

.financing_content_contact {
    padding: 0px 50px;
}

.financing_content_contact h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 6px;
}

.financing_content_contact h6 {
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.financing_content_contact ul {
    padding-bottom: 20px;
}

.financing_content_contact li {
    padding-bottom: 6px;
}

.financing_content_contact ul li a {
    color: #eee;
    font-size: 14px;
}

.financing_content_contact ul li a:hover {
    color: #fff;
}

.financing_content_contact ul li a i {
    padding-right: 5px;
}

.apply_now {
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    background: #1899aa;
    text-align: center;
}

.apply_now h6 {
    color: #fff;
}

.apply_now img {
    height: 120px;
}

.apply_now p {
    color: #fff;
}


.financing_footer {
    background: #000;
    padding: 15px;
    background: linear-gradient(160deg, #1e3552, #0f5983);
}

.financing_footer a {
    font-size: 15px;
    color: #fff;
}

.financing_footer i {
    color: #a9e4ff;
    padding-right: 5px;
    font-size: 15px;
}

/* ========= financing = (End) ================================ */


/* ========= stratus = (Start) ================================ */
.stratus_part {
    background: linear-gradient(160deg, #2c4e79, #0f7d99);
    padding: 10px;
    position: relative;

}

.planee {
    position: absolute;
    right: 0;
    top: 20px;
    height: 200px;
}

.stratus_content {
    background: #f2f9fc;
    font-family: 'poppins', sans-serif;
    padding-top: 100px;
}

.stratus_content h4 {
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #172130;
}

.stratus_content_item {
    background: #1f375a;
    margin: 10px 20px 12px 10px;

}

.stratus_number {
    background: #1494b4;
}

.stratus_number h3 {
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.stratus_content_list ul {
    padding: 10px;
    margin-left: 10px;
}

.stratus_content_list ul li {
    color: #eee;
    list-style-type: square;
    font-size: 14px;
}

.stratus_content_year {
    border-left: 1px dotted #aaa;
    padding: 15px;
}

.stratus_content_year p {
    color: #fff;
    text-align: center;
    padding-top: 15px;

}

.student_requirements ul {
    padding-left: 10px;
    padding-top: 10px;
}

.student_requirements ul li {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
}

.student_requirements ul li span {
    font-style: italic;
    font-size: 12px;
}

.student_requirements ul li p {
    color: #168fa5;
    padding-top: 10px;
}

.student_requirements ul li i {
    padding-right: 5px;
    font-size: 18px;
    color: #18b4cf;
    position: absolute;
    top: 4px;
    left: 0;
}

.student_requirements img {
    width: 300px;

}

.faq_section {
    padding-top: 50px;
}

.faq_section .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    font-family: 'poppins';
    color: #172331;
    background: #f5f9fd;
}

.faq_section .accordion-item .accordion-button span {
    font-size: 13px;
    font-style: italic;
}


.faq_section .accordion-button:not(.collapsed) {
    background: linear-gradient(160deg, #2c4e79, #0f7d99);
    color: #fff;
    box-shadow: none;
}

.faq_section .accordion-body p {
    color: #333;
    line-height: 1.6;
}

/* ========= stratus = (End) ================================ */
