@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&family=Rubik:wght@500;600;700;800&display=swap');

* {
    outline: none;
    border: 0;
}

:root {
    --white: #fff;
    --black: #000;
    --black1: #3c413f;
    --black2: #7c8482;
    --black3: #c2cac8;
    --red: #962d00;
    --orange1: #a86800;f
    --orange2: #c88819;
    --orange3: #e8c650;
    --green1: #004b37;
    --green2: #006e51;
    --green3: #32a07d;
    --green4: #58d4b0;
    --blue: #005c99;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background: var(--black1);
}

body::-webkit-scrollbar-thumb:hover {
    background: var(--orange2);
}

body::-webkit-scrollbar-track {
    background: #CAD0CF;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.container {
    position: relative;
}

p,
a,
body,
input,
button {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: normal;
}

p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6rem;
    color: var(--black1);
    margin-bottom: 15px;
}

li,
input,
button,
a {
    outline: none !important;
    text-decoration: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
    opacity: 1;
    color: var(--black1);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/**** Style for Theme Button ****/
.btn_primary {
    border: none;
    background-color: var(--orange3);
    color: var(--green1);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 22px 20px;
    padding-top: 18px;
    min-width: 325px;
    display: inline-block;
    text-align: center;
    transition: all 250ms ease-in-out;
    position: relative;
}

.btn_primary span {
    position: relative;
}

.btn_primary.btn_small {
    font-size: 15px;
    line-height: 20px;
    min-width: 316px;
    height: 46px;
    text-align: left;
    padding: 12px 21px;
}

.btn_primary::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--green3);
    transition: .5s;
color:#fff;
}

.btn_primary:hover {
    color: var(--white);
}

.btn_primary:hover::before {
    width: 100%;
    left: 0;
color: var(--white)
}
.btn_primary a span{
 color: #004b37;
font-weight: 600;
}
.btn_primary a:hover{
color:#fff;
}
.btn_secondary.btn_story {
    position: relative;
    background-color: transparent;
    border: solid 2px var(--orange3);
    color: var(--green1);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    padding: 5px;
    margin-top:20px;

}

.btn_secondary {
    position: relative;
    background-color: transparent;
    border: solid 2px var(--orange3);
    color: var(--green1);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    padding: 20px;
    padding-top: 16px;
    min-width: 325px;
    display: inline-block;
    text-align: center;
    transition: all 250ms ease-in-out;
}

.btn_secondary span {
    position: relative;
}

.btn_secondary.btn_small {
    font-size: 16px;
    line-height: 20px;
    min-width: 316px;
    height: 46px;
    text-align: left;
    padding: 10px 21px;
}

.btn_secondary::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--green3);
    transition: .5s;
}

.btn_secondary:hover {
    border-color: var(--green3);
    color: var(--white);
}

.btn_secondary:hover::before {
    width: 100%;
    left: 0;
}

@media (max-width:992px) {
    .btn_primary {
        font-size: 18px;
        padding: 18px 20px;
        padding-top: 14px;
        min-width: 250px;
    }

    .btn_secondary {
        font-size: 18px;
        padding: 15px 20px;
        padding-top: 13px;
        min-width: 250px;
    }
}

@media (max-width:575px) {
    .btn_primary {
        font-size: 17px;
        padding: 17px 20px;
        padding-top: 13px;
        min-width: 225px;
    }

    .btn_secondary {
        font-size: 17px;
        padding: 15px 20px;
        padding-top: 11px;
        min-width: 225px;
    }
}

/**** Style for Section Title ****/
.sec_title {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
}

.sec_title h3 {
    font-size: 40px;
    line-height: 45px;
    color: var(--red);
    margin: 0;
    margin-bottom: 10px;
}

.sec_title p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}

@media (max-width: 768px) {
    .sec_title h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .sec_title h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .sec_title p {
        font-size: 17px;
        line-height: 26px;
    }
}


/**** style for Watermark in pages ***/
.watermark_wrap {
    position: relative;
}

.watermark_wrap .bg_img {
    position: absolute;
    width: 1152px;
    height: 642px;
    object-fit: contain;
    object-position: center;
    bottom: -15px;
    left: -685px;
}

@media (max-width: 768px) {
    .watermark_wrap .bg_img {
        display: none;
    }
}

/***** Style for Header *****/
header {
    background-color: var(--white);
    position: relative;
    padding: 38px 0;
    padding-bottom: 26px;
}

header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
}

header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

header .header_social {
    display: inline-block;
    vertical-align: middle;
     width: calc(100% - 542px); 
    padding-left: 70px;
    padding-bottom: 20px;
}

header ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

header ul li {
    display: block;
}

header ul li a {
    display: none;
    color: var(--red);
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    transition: all 250ms ease-in-out;
}

header ul li:first-child a,
header ul li:nth-child(2) a {
    font-size: 18px;
}

header ul li a:hover {
    color: var(--theme-green);
    transform: translateY(-2px);
}

header .header_search {
    position: relative;
    text-align: right;
    width: 185px;
    display: inline-block;
    float:right;
}

header .header_search .connect_btn {
    font-size: 18px;
    font-weight: 500;
    color: var(--red);
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float:right;
}

header .header_search .dropdown {
    display: inline-block;
}

header .header_search .dropdown .dropdown-toggle::after {
    content: none;
}

header .header_search button {
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--red);
    display: inline-block;
    vertical-align: middle;
}

header .header_search .dropdown .dropdown-menu {
    background-color: var(--white);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.21));
    padding: 10px;
    width: 300px;
    top: 45px !important;
    right: 0 !important;
    left: auto !important;
    display: block !important;
    transform: scale(0) !important;
    opacity: 0;
    transition: all 200ms ease-in-out;
    transform-origin: top right;
}

header .header_search .dropdown .dropdown-menu.show {
    opacity: 1;
    transform: scale(1) !important;
}

header .header_search .dropdown .dropdown-menu input {
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: var(--black);
    margin: 0;
    border: solid 1px #ddd;
    display: block;
    width: 100%;
    padding: 8px 15px;
    padding-top: 6px;
    transition: all 200ms ease-in-out;
}

header .header_search .dropdown .dropdown-menu input:focus {
    border-color: var(--red);
}

header .header_search .dropdown .dropdown-menu .search_res {
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    max-height: 200px;
}

header .header_search .dropdown .dropdown-menu .search_res::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

header .header_search .dropdown .dropdown-menu .search_res::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 100px;
}

header .header_search .dropdown .dropdown-menu .search_res::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}

header .header_search .dropdown .dropdown-menu .search_res .res_item {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: var(--black1);
    border-bottom: solid 1px #ddd;
}

header .header_search .dropdown .dropdown-menu .search_res .res_item:last-child {
    border: none;
}

header .header_search .dropdown .dropdown-menu .search_res .res_item:hover {
    color: var(--red);
}

@media (max-width: 992px) {
    header {
        padding: 20px 0;
    }

    header .logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        max-width: 250px;
    }

    header .header_social {
        padding: 0;
        width: calc(100% - 189px);
    }
}

@media (max-width: 500px) {
    header .header_search {
        display: none;
    }

    header .header_social {
        width: 100%;
    }

    header ul {
        justify-content: center;
    }
   header .logo{
      margin-bottom: -25px;
   }
}

/**** Style for Navigation ****/
.navbar_main {
    background-color: var(--green1);
    padding: 0;
}

.navbar_main .navbar-nav {
    width: 100%;
    flex-direction: unset;
    justify-content: space-between;
}

.navbar_main .navbar-nav .nav-link {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    padding-top: 11px;
    transition: all 250ms ease-in-out;
    position: relative;
    z-index: 1;
      font-weight: 600;

}

.navbar_main .navbar-nav .nav-link:hover {
    background-color: var(--orange3);
    color: var(--green1);
}

.navbar_main .navbar-nav .nav-link.active {
    filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.25));
    background-color: var(--white);
    color: var(--green1);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.21));
}

.navbar_main .navbar-nav .nav-link.active::before {
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--white);
    position: absolute;
    bottom: -6px;
    left: 0;
}

.navbar_main .dropdown-menu {
    padding: 0;
     width: 100%;
}

.navbar_main .dropdown-menu .dropdown-item {
    padding: 7px 21px;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 500;
    color: var(--green1);
    background-color: var(--orange3);
}

.navbar_main .dropdown-menu .dropdown-item:hover {
    background-color: var(--green1);
    color: var(--white);
    transition: all 250ms ease-in-out;
}

.navbar_main .navbar-brand {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--white);
    padding: 12px 0;
    font-family: 'Rubik', sans-serif;
}

.navbar_main .navbar-toggler {
    font-size: 26px;
}

@media (max-width: 1200px) {
    .navbar_main .navbar-nav .nav-link {
        font-size: 16px;
        padding: 12px 18px;
        padding-top: 11px;
    }
}

@media (min-width: 992px) {
    .navbar_main .navbar-brand {
        display: none;
    }

    .navbar_main .dropdown-toggle::after {
        content: none;
    }

    .navbar_main .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 992px) {
    .navbar_main .navbar-nav {
        flex-direction: column;
    }

    .navbar_main .navbar-nav .nav-link {
        font-size: 18px;
    }

    .navbar_main .navbar-nav .nav-link.active::before {
        content: none;
    }
}

/**** Style for Banner ****/
.banner_wrap {
    position: relative;
}

.banner_wrap .banner_inner {
    margin: 0 !important;
}

.banner_wrap .banner_inner .slick-slide {
    height: 700px;
}

.banner_wrap .banner_inner .banner_item {
    width: 100%;
    height: 700px;
    position: relative;
}

.banner_wrap .banner_inner .banner_item::before {
    content: "";
    background-color: rgb(0 0 0 / 75%);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.banner_wrap .banner_inner .slick-prev {
    top: 50%;
    left: 15px;
    right: auto;
    transform: translate(0px, -50%);
    z-index: 1;
}

.banner_wrap .banner_inner .slick-next {
    top: 50%;
    left: auto;
    right: 15px;
    transform: translate(0px, -50%);
}

.banner_wrap .banner_inner .banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_wrap .banner_inner .banner_item .banner_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1340px;
    position: absolute;
}

.banner_wrap .banner_inner .banner_item .banner_con h2 {
    font-size: 50px;
    line-height: 58px;
    color: var(--white);
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    max-width: 400px;
}

.banner_wrap .banner_inner .banner_item .banner_con h3 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 17px;
    color: var(--white);
}

.banner_wrap .banner_inner .banner_item .banner_con p {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--white);
    margin: 0;
    margin-bottom: 17px;
    width: 100%;
    max-width: 525px;
}

@media (max-width: 1400px) {
    .banner_wrap .banner_inner .banner_item .banner_con {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .banner_wrap .banner_inner .banner_item .banner_con {
        max-width: 960px;
    }

    .banner_wrap .banner_inner .banner_item,
    .banner_wrap .banner_inner .slick-slide {
        height: 600px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con h2 {
        font-size: 40px;
        line-height: 48px;
        max-width: 350px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con p {
        font-size: 18px;
        line-height: 26px;
        max-width: 440px;
    }
}

@media (max-width: 992px) {
    .banner_wrap .banner_inner .banner_item .banner_con {
        max-width: 720px;
    }

    .banner_wrap .banner_inner .banner_item::before {
        width: 60%;
    }
}

@media (max-width: 845px) {
    .banner_wrap .banner_inner .banner_item::before {
        content: none;
    }

    .banner_wrap .banner_inner .banner_item .banner_con {
        padding: 15px;
        padding-bottom: 70px;
        top: auto;
        bottom: 20px;
        transform: translate(-50%, 0px);
        text-align: center;
        background-color: rgb(0 0 0 / 75%);
        width: 95%;
    }

    .banner_wrap .banner_inner .banner_item .banner_con h2 {
        max-width: 100%;
    }

    .banner_wrap .banner_inner .banner_item .banner_con h3 {
        margin-bottom: 10px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con p {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .banner_wrap .banner_inner .slick-prev,
    .banner_wrap .banner_inner .slick-next {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .banner_wrap .banner_inner .banner_item .banner_con h2 {
        font-size: 32px;
        line-height: 38px;
    }
    header .header_search {
    
    float:inline-start !important;
    justify-content:center;
}
  span.dividor {margin-right:8px !important;}
    header .header_search .connect_btn {margin-right: 8px !important;}


    .banner_wrap .banner_inner .banner_item .banner_con h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 575px) {
    .banner_wrap .banner_inner .banner_item .banner_con {
        bottom: 15px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .banner_wrap .banner_inner .banner_item .banner_con p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
}


/**** Style for Feature Section ****/
.fe_wrap {
    position: relative;
    padding: 70px 0;
    background-color: var(--white);
    overflow: hidden;
}

.fe_wrap .row {
    margin: 0;
    align-items: center;
}

.fe_wrap .row .col-12 {
    padding: 0;
}

.fe_wrap .fe_left h3 {
    font-size: 40px;
    line-height: 45px;
    color: var(--red);
    margin: 0;
    margin-bottom: 5px;
}

.fe_wrap .fe_left h5 {
    font-family: "Barlow Semi Condensed";
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 20px;
}

.fe_wrap .fe_left p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}

.fe_wrap .fe_left p a {
    color: var(--blue);
}

.fe_wrap .fe_right {
    padding: 64px 70px;
    text-align: center;
    position: relative;
}

.fe_wrap .fe_right img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
    position: relative;
}

.fe_wrap .fe_right p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    position: relative;
}

.fe_wrap .fe_right::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(194, 202, 200, 0);
    background: linear-gradient(-88deg, rgba(194, 202, 200, 0) 0.00%, rgba(194, 202, 200, 0.05) 34.48%, #c2cac8 100.00%);
    position: absolute;
    top: 0;
    left: 15px;
}

@media (max-width: 1400px) {
    .fe_wrap .fe_right {
        padding: 50px;
    }
}

@media (max-width: 992px) {
    .fe_wrap {
        padding: 60px 0;
    }

    .fe_wrap .fe_right::before {
        left: 0;
    }

    .fe_wrap .fe_right img {
        max-width: 300px;
    }

    .fe_wrap .row {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .fe_wrap .fe_left h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .fe_wrap .fe_left h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .fe_wrap {
        padding: 40px 0;
    }

    .fe_wrap .fe_left h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .fe_wrap .fe_left h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .fe_wrap .fe_left p {
        font-size: 17px;
        line-height: 26px;
    }
}


/**** style for Explore Wrap ****/
.exp_wrap {
    position: relative;
    background-color: var(--white);
    padding: 90px 0;
    padding-top: 20px;
}

.exp_wrap .watermark_wrap .bg_img {
    bottom: auto;
    top: -35px;
    left: -457px;
}

.exp_wrap .container-fluid {
    padding: 0px 60px;
}

.exp_wrap .row {
    margin: -22px -20px;
    margin-bottom: 23px;
    justify-content: center;
    position: relative;
}

.exp_wrap .row .col-12 {
    padding: 22px 20px;
}

.exp_wrap .exp_block {
    position: relative;
    display: block;
}

.exp_wrap .exp_block figure {
    width: 100%;
    height: 275px;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 35px;
}

.exp_wrap .exp_block figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 250ms ease-in-out;
}

.exp_wrap .exp_block span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-color: var(--white);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.21));
    font-family: "Barlow Semi Condensed";
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: var(--green1);
    padding: 15px;
    padding-bottom: 19px;
    min-width: 290px;
    transition: all 250ms ease-in-out;
}

.exp_wrap .exp_block:hover span {
    background-color: var(--green3);
    color: var(--white);
}

@media (max-width: 1400px) {
    .exp_wrap .exp_block span {
        font-size: 22px;
        padding: 14px;
        padding-top: 10px;
        min-width: 220px;
    }

    .exp_wrap .exp_block figure {
        height: 220px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .exp_wrap {
        padding: 70px 0;
        padding-top: 0px;
    }

    .exp_wrap .exp_block span {
        font-size: 18px;
        padding: 10px;
        padding-top: 6px;
        min-width: 200px;
    }

    .exp_wrap .exp_block figure {
        height: 200px;
        padding-bottom: 20px;
    }

    .exp_wrap .row {
        margin: -20px -15px;
        margin-bottom: 25px;
    }

    .exp_wrap .row .col-12 {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .exp_wrap {
        padding: 60px 0;
        padding-top: 10px;
    }

    .exp_wrap .container-fluid {
        padding: 0 15px;
    }

    .exp_wrap .row {
        margin: 0;
        margin-bottom: 40px;
        gap: 40px;
    }

    .exp_wrap .row .col-12 {
        padding: 0;
    }
}


/**** Style for Area Demand Section *****/
.ad_wrap {
    position: relative;
    background-color: var(--red);
    padding: 80px 0;
    overflow: hidden;
}

.ad_wrap .sec_title {
    max-width: 1155px;
    margin-bottom: 47px;
}

.ad_wrap .sec_title h3,
.ad_wrap .sec_title p {
    color: var(--white);
}

.ad_wrap .row {
    margin: -15px;
    margin-bottom: 30px;
    justify-content: center;
}

.ad_wrap .row .col-6 {
    padding: 15px;
}

.ad_wrap .ad_block {
    display: block;
    text-align: center;
    color: var(--white);
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    transition: all 200ms ease-in-out;
}

.ad_wrap .ad_block figure {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.ad_wrap .ad_block figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 200ms ease-in-out;
}

.ad_wrap .ad_block span {
    display: block;
}

.ad_wrap .btn_primary {
    min-width: 190px;
}

.ad_wrap .ad_block:hover figure img {
    filter: invert(1) brightness(100);
}

@media (max-width: 992px) {
    .ad_wrap {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .ad_wrap .ad_block {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .ad_wrap {
        padding: 40px 0;
        padding-bottom: 50px;
    }

    .ad_wrap .ad_block figure {
        width: 80px;
        height: 80px;
    }
}

/**** Style for Discover Section ****/
.dp_wrap {
    position: relative;
    padding: 80px 0;
    background-color: var(--white);
}

.dp_wrap .row {
    margin: 0;
}

.dp_wrap .row .col-12 {
    padding: 0;
}

.dp_wrap .dp_left {
    margin: 0;
    margin-right: -25px;
}

.dp_wrap .dp_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dp_wrap .dp_right {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    background-color: var(--white);
    padding: 60px;
    padding-bottom: 80px;
    margin-left: -25px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.dp_wrap .dp_right .bg_img {
    position: absolute;
    width: 355px;
    right: 30px;
    bottom: -45px;
    object-fit: contain;
    object-position: center;
}

.dp_wrap .dp_right h3 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 12px;
    color: var(--red);
    position: relative;
    z-index: 1;
}

.dp_wrap .dp_right p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.dp_wrap .dp_right p a {
    color: var(--blue);
    text-decoration: underline;
}

.dp_wrap .dp_right .btn_primary {
    min-width: 267px;
    position: relative;
    z-index: 1;
}
.dp_wrap .dp_right .btn_primary:hover{
color:#fff;
}

@media (max-width: 1400px) {
    .dp_wrap .dp_right {
        padding: 40px;
    }
}

@media (max-width: 1200px) {
    .dp_wrap .dp_left {
        height: 375px;
    }
}

@media (max-width: 992px) {
    .dp_wrap {
        padding: 60px 0;
    }

    .dp_wrap .dp_right .btn_primary {
        font-size: 18px;
        padding: 18px 20px;
        padding-top: 14px;
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .dp_wrap .dp_left {
        height: 100%;
        margin: 0;
    }

    .dp_wrap .dp_right {
        margin: 0;
    }

    .dp_wrap .dp_right h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .dp_wrap {
        padding: 50px 0;
    }

    .dp_wrap .dp_right {
        padding: 40px;
    }

    .dp_wrap .dp_right .btn_primary {
        font-size: 17px;
        padding: 17px 20px;
        padding-top: 13px;
        min-width: 225px;
    }
}


/**** Style for Testimonial Section *****/
.test_wrap {
    position: relative;
    padding: 80px 0;
    padding-top: 0;
    background-color: var(--white);
}

.test_wrap .container-fluid {
    padding: 0 60px;
}

.test_wrap .row {
    margin: -15px;
    margin-bottom: 15px;
}

.test_wrap .row .col-12 {
    padding: 15px;
}

.suc_story_block {
    position: relative;
}

.suc_story_block .test_cap {
    color: var(--green1);
    background-color: var(--white);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    min-width: 289px;
    text-align: center;
    display: inline-block;
    padding: 24px 20px;
    padding-top: 18px;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 195px;
    z-index: 1;
    transition: all 250ms ease-in-out;
}

.suc_story_block .block_inner {
    padding-top: 35px;
    padding-right: 20px;
}

.suc_story_block .block_inner figure {
    width: 100%;
    height: 336px;
    margin: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.suc_story_block .block_inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 250ms ease-in-out;
}

.suc_story_block .block_inner h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    color: var(--green1);
    margin: 0;
    margin-bottom: 10px;
    text-transform: none;
}

.suc_story_block .block_inner .desg {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    margin-bottom: 6px;
}

.suc_story_block .block_inner .desg span {
    color: var(--red);
    margin-right: 5px;
    font-weight: 600;
}

.suc_story_block .block_inner .det {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    margin-bottom: 15px;
}

.suc_story_block .block_inner .det span {
    display: block;
    color: var(--blue);
    font-weight: 600;
    text-decoration: underline;
}

.suc_story_block .block_inner .para {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    position: relative;
    padding-left: 45px;
}

.suc_story_block .block_inner .para::before {
    content: "\f10d";
    font-family: FontAwesome !important;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 35px;
    color: var(--green3);
}

.test_wrap .btn_group.story_group {
    display: flex;
    justify-content: left;
   
}
.test_wrap .btn_group.story_group a{
    min-width: 240px;
}


.test_wrap .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.test_wrap .btn_group a,
.test_wrap .btn_group button {
    min-width: 343px;
}

.suc_story_block:hover .test_cap {
    background-color: var(--green3);
    color: var(--white);
}

.suc_story_block:hover .block_inner figure img {
    
}

@media (max-width: 1400px) {
    .suc_story_block .block_inner figure {
        height: 280px;
    }

    .suc_story_block .test_cap {
        font-size: 22px;
        padding: 14px;
        padding-top: 10px;
        min-width: 220px;
    }

    .suc_story_block .block_inner {
        padding-top: 25px;
    }

    .suc_story_block .block_inner .para::before {
        top: 2px;
        font-size: 28px;
    }

    .suc_story_block .block_inner .para {
        padding-left: 35px;
    }
}

@media (max-width: 1200px) {
    .suc_story_block .block_inner figure {
        height: 225px;
    }
}

@media (max-width: 992px) {
    .test_wrap {
        padding: 60px 0;
        padding-top: 0;
    }

    .suc_story_block .test_cap {
        font-size: 18px;
        padding: 10px;
        padding-top: 6px;
        min-width: 200px;
    }

    .suc_story_block .block_inner figure {
        height: 250px;
    }

    .suc_story_block .block_inner h3 {
        font-size: 26px;
    }

    .test_wrap .btn_group a,
    .test_wrap .btn_group button {
        min-width: 250px;
    }
}

@media (max-width: 575px) {
    .test_wrap .container-fluid {
        padding: 0 15px;
    }

    .test_wrap .btn_group {
        gap: 20px;
    }

    .test_wrap .btn_group a,
    .test_wrap .btn_group button {
        min-width: 225px;
    }
}

@media (max-width: 525px) {
    .test_wrap {
        padding: 50px 0;
        padding-top: 0;
    }

    .test_wrap .btn_group {
        display: grid;
        gap: 15px;
    }

    .test_wrap .row {
        margin: 0;
        margin-bottom: 30px;
        gap: 40px;
    }

    .test_wrap .row .col-12 {
        padding: 0;
    }
}

/**** Style for Footer ****/
footer {
    position: relative;
    background-color: var(--black1);
    padding-bottom: 30px;
    overflow: hidden;
}

footer .bg_img {
    position: absolute;
    bottom: 40px;
    right: 60px;
    width: 950px;
    object-fit: contain;
    object-position: center;
}

.footer_top {
    background-color: var(--red);
    padding: 75px 0;
    padding-bottom: 60px;
}

.f_widget .f_logo {
    width: 100%;
    max-width: 350px;
    display: block;
    margin-bottom: 35px;
}

.f_widget .f_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.f_widget .f_social {
    padding-inline-start: 0;
    margin: 0;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.f_widget .f_social li {
    display: block;
}

.f_widget .f_social li a {
    display: block;
    font-size: 24px;
    font-weight: normal;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #E8C650;
    transition: all 250ms ease-in-out;
}

.f_widget .f_social li:first-child a,
.f_widget .f_social li:nth-child(2) a {
    font-size: 21px;
}

.f_widget .f_social li a:hover {
    color: var(--white);
    transform: translateY(-2px);
}

.f_widget .f_contact {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -13px;
}

.f_widget .f_contact li {
    display: flex;
    align-items: flex-start;
}

.f_widget .f_contact li i {
    color: #e8c650;
    font-size: 18px;
    margin-right: 10px;
}

.f_widget .f_contact li span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: var(--white);
}

.f_widget .f_contact li a {
    color: #e8c650;
    transition: all 250ms ease-in-out;
}

.f_widget .f_contact li a:hover {
    text-decoration: underline;
}

.f_widget .f_link {
    padding-inline-start: 0;
    margin: 0;
    width: 100%;
    max-width: 275px;
    margin-left: 30px;
}

.f_widget .f_link li {
    display: block;
}

.f_widget .f_link li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: var(--white);
    position: relative;
    border-top: solid 1px rgb(255 255 255 / 35%);
    padding: 10px 0;
    transition: all 250ms ease-in-out;
}

.f_widget .f_link li:last-child a {
    border-bottom: solid 1px rgb(255 255 255 / 35%);
}

.f_widget .f_link li a::before {
    content: "";
    background-color: #e8c650;
    width: 0px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0;
    transition: all 250ms ease-in-out;
}

.f_widget .f_link li a:hover {
    padding-left: 18px;
    color: #e8c650;
}

.f_widget .f_link li a:hover::before {
    width: 8px;
}

.f_widget h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    margin: 0;
    margin-bottom: 10px;
}

.f_widget p {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: var(--white);
    margin-bottom: 17px;
}

.f_widget form {
    text-align: right;
}

.f_widget form input {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--white);
    padding: 9px 19px;
    padding-top: 6px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    border: none;
    margin-bottom: 16px;
    border: solid 1px #691f00;
    transition: all 250ms ease-in-out;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.f_widget form input:focus {
    background-color: #E8C650;
    border-color: rgb(255 255 255 / 75%);
}

.f_widget form input::placeholder {
    opacity: 0.5;
    color: var(--white);
}

.f_widget form button {
    position: relative;
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #E8C650;
    color: var(--green1);
    border: none;
    padding: 13px 38px;
    padding-top: 12px;
    transition: all 250ms ease-in-out;
}

.f_widget form button span {
    position: relative;
}

.f_widget form button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--green3);
    transition: .5s;
}

.f_widget form button:hover {
    color: var(--white);
}

.f_widget form button:hover::before {
    width: 100%;
    left: 0;
}


.f_widget form img {
    width: 220px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    margin-left: 0;
}

.footer_bottom {
    padding: 40px 0;
    padding-bottom: 80px;
}

.footer_bottom h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: var(--white);
    margin: 0;
    margin-bottom: 20px;
}

.footer_bottom ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.footer_bottom ul li {
    display: block;
}

.footer_bottom ul li a {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 124px;
}

.footer_bottom ul li a img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 250ms ease-in-out;
}

.footer_bottom ul li a:hover img {
    transform: translateY(-5px);
    opacity: 1;
}

.f_copyright .row {
    margin: 0;
    align-items: center;
}

.f_copyright .row .col-12 {
    padding: 0;
}

.f_copyright .row .col-12:last-child ul {
    text-align: right;
}

.f_copyright ul {
    padding-inline-start: 0;
    margin: 0;
}

.f_copyright ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #9ea09f;
    margin-right: 10px;
    padding-right: 10px;
}

.f_copyright ul li::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: var(--white);
    opacity: 0.5;
    position: absolute;
    top: 4px;
    right: 0;
}

.f_copyright ul li a {
    display: inline-block;
    color: var(--white);
    opacity: 0.5;
    transition: all 250ms ease-in-out;
}

.f_copyright ul li:last-child {
    margin: 0;
    padding: 0;
}

.f_copyright ul li:last-child::after {
    content: none;
}

.f_copyright ul li a:hover {
    opacity: 1;
}

@media (max-width: 1200px) {
    .footer_top .row {
        margin: -25px;
    }

    .footer_top .row .col-12 {
        padding: 25px;
    }

    .f_widget .f_logo {
        max-width: 250px;
    }

    .f_widget .f_link {
        margin-left: 5px;
    }

    .f_widget form img {
        width: 175px;
        height: 50px;
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    footer {
        padding-bottom: 15px;
    }

    .footer_top {
        padding: 60px 0;
        padding-bottom: 50px;
    }

    .footer_bottom {
        padding: 30px 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .footer_top {
        padding: 45px 0;
        padding-bottom: 50px;
    }

    .footer_top .row {
        margin: 0;
        gap: 40px;
    }

    .footer_top .row .col-12 {
        padding: 0;
    }

    .f_widget .f_logo {
        margin-bottom: 20px;
    }

    .f_copyright .row {
        gap: 15px;
    }

    .f_copyright .row .col-12 ul {
        text-align: center;
    }

    .f_copyright .row .col-12:last-child ul {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footer_bottom {
        padding: 30px 0;
        padding-bottom: 40px;
    }
}


/**** Style for Page Title ****/
.pt_wrap {
    height: 450px;
    position: relative;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.pt_wrap-story {
    height: 500px !important;
    position: relative;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.pt_wrap-story img {
        object-fit: contain !important;
}


.pt_wrap .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pt_wrap .page_title {
    position: relative;
    font-size: 50px;
    line-height: 58px;
    color: var(--white);
    margin: 0;
    padding: 30px 42px;
    background-color: rgb(0 0 0 / 70%);
    display: inline-block;
    max-width: 608px;
}

.pt_wrap.signup_page_title .page_title {
    max-width: 700px;
}

@media (max-width: 1400px) {
    .pt_wrap {
        height: 325px;
    }

    .pt_wrap .page_title {
        font-size: 40px;
        line-height: 48px;
        padding: 20px 35px;
    }
}

@media (max-width: 992px) {
    .pt_wrap {
        height: 270px;
    }

    .pt_wrap .page_title {
        font-size: 32px;
        line-height: 40px;
        padding: 15px 30px;
    }
}

@media (max-width: 575px) {
    .pt_wrap {
        height: 200px;
    }

    .pt_wrap .page_title {
        font-size: 26px;
        line-height: 40px;
        padding: 10px 25px;
    }
}


/**** Style for HIW Section ****/
.hiw_wrap {
    position: relative;
    padding: 60px 0;
    background-color: var(--white);
}

.hiw_wrap h3 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 15px;
    color: var(--red);
}

.hiw_wrap .subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 40px;
}

.hiw_wrap ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 41px;
}

.hiw_wrap ul li {
    width: 185px;
    height: 175px;
    border: solid 5px #C88819;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    text-align: center;
    padding: 20px;
}

.hiw_wrap ul li:last-child {
    justify-content: center;
}

.hiw_wrap ul li::after {
    content: "\ea6c";
    font-family: remixicon !important;
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translate(0, -50%);
    font-size: 40px;
    font-weight: bold;
    color: #C88819;
}

.hiw_wrap ul li:last-child::after {
    content: none;
}

.hiw_wrap ul li h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    color: var(--red);
    margin: 0;
}

.hiw_wrap ul li p {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: var(--green2);
    margin: 0;
}

.hiw_wrap ul li h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    color: var(--red);
    margin: 0;
    margin-bottom: 8px;
    text-transform: none;
}

@media (max-width: 1200px) {
    .hiw_wrap h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .hiw_wrap .subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .hiw_wrap ul {
        gap: 20px 40px;
    }
}

@media (max-width: 992px) {
    .hiw_wrap {
        padding: 40px 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .hiw_wrap h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .hiw_wrap .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hiw_wrap ul li {
        width: 145px;
        height: 135px;
        padding: 18px 10px;
        border-width: 4px;
    }

    .hiw_wrap ul li h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .hiw_wrap ul li p {
        font-size: 17px;
        line-height: 20px;
    }

    .hiw_wrap ul li h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 6px;
    }
}

@media (max-width: 575px) {
    .hiw_wrap {
        padding: 40px 0;
    }

    .hiw_wrap h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .hiw_wrap .subtitle {
        font-size: 17px;
    }

    .hiw_wrap ul li {
        width: 145px;
        height: 135px;
        padding: 18px 10px;
        border-width: 4px;
    }

    .hiw_wrap ul li h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .hiw_wrap ul li::after {
        right: -30px;
        font-size: 32px;
    }
}


/**** Style for FAQ Wrap ****/
.faq_wrap {
    padding: 15px 0;
    padding-bottom: 120px;
    position: relative;
    background-color: var(--white);
    overflow: hidden;
}

.faq_wrap .watermark_wrap .bg_img {
    bottom: auto;
    top: 200px;
}

.faq_wrap h2 {
    font-size: 40px;
    line-height: 45px;
    color: var(--red);
    margin: 0;
    margin-bottom: 30px;
}

.faq_wrap .fac_acc {
    position: relative;
}

.faq_wrap .fac_acc .acc_item {
    margin-bottom: 20px;
    border: solid 1px #c2cac8;
}

.faq_wrap .fac_acc .acc_item button {
    font-family: "Barlow Semi Condensed";
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    background: rgba(194, 202, 200, 0.2);
    color: var(--blue);
    padding: 15px;
    padding-top: 14px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    transition: all 250ms ease-in-out;
}

.faq_wrap .fac_acc .acc_item button i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-color: var(--red);
    color: var(--white);
    padding: 0;
    text-align: center;
    font-size: 23px;
    line-height: 40px;
    margin: 0;
}

.faq_wrap .fac_acc .acc_item button span {
    margin: 0;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 46px);
    vertical-align: top;
}

.faq_wrap .fac_acc .acc_item button[aria-expanded="true"] {
    background-color: var(--white);
    color: var(--black);
}

.faq_wrap .fac_acc .acc_item button[aria-expanded="true"] i {
    transform: rotate(-180deg);
    background-color: var(--green2);
}

.faq_wrap .fac_acc .acc_item .acc_body {
    padding: 0 15px;
    padding-left: 78px;
    padding-bottom: 40px;
    background-color: var(--white);
}

.faq_wrap .fac_acc .acc_item .acc_body p {
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}

@media (max-width: 1200px) {
    .faq_wrap {
        padding: 0;
        padding-bottom: 60px;
    }

    .faq_wrap h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 25px;
    }

    .faq_wrap .fac_acc .acc_item button {
        font-size: 22px;
        line-height: 30px;
        padding: 8px 12px;
        padding-top: 7px;
    }

    .faq_wrap .fac_acc .acc_item button i {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 35px;
    }

    .faq_wrap .fac_acc .acc_item button span {
        padding-left: 15px;
        width: calc(100% - 40px);
    }

    .faq_wrap .fac_acc .acc_item .acc_body {
        padding: 0 15px;
        padding-left: 68px;
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .faq_wrap h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .faq_wrap {
        padding: 40px 0;
        padding-top: 0;
    }

    .faq_wrap h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .faq_wrap .fac_acc .acc_item {
        margin-bottom: 15px;
    }

    .faq_wrap .fac_acc .acc_item button {
        font-size: 18px;
        line-height: 24px;
    }

    .faq_wrap .fac_acc .acc_item button i {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .faq_wrap .fac_acc .acc_item button span {
        padding-left: 10px;
        width: calc(100% - 34px);
        padding-top: 2px;
    }

    .faq_wrap .fac_acc .acc_item .acc_body {
        padding: 0 10px;
        padding-left: 55px;
        padding-bottom: 20px;
    }

    .faq_wrap .fac_acc .acc_item .acc_body p {
        font-size: 16px;
        line-height: 24px;
    }
}


/*** Style for Course Offering Page ****/
.cl_wrap {
    position: relative;
    padding: 60px 0;
    padding-bottom: 70px;
    background-color: var(--white);
    overflow: hidden;
}

.cl_wrap h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 11px;
    color: var(--red);
    text-transform: uppercase;
}

.cl_wrap .subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 40px;
}

.cl_wrap .cl_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.cl_wrap .cl_inner .cl_item {
    position: relative;
}

.cl_wrap .cl_inner .cl_item figure {
    width: 305px;
    height: 183px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 51px;
}

.cl_wrap .cl_inner .cl_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 250ms ease-in-out;
}

.cl_wrap .cl_inner .cl_item .btn_primary.btn_small {
    position: absolute;
    top: 187px;
    left: 0;
    min-width: 305px;
    text-align: center;
}

.cl_wrap .cl_inner .cl_item .cl_con {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
    padding-left: 20px;
}

.cl_wrap .cl_inner .cl_item .cl_con h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    color: #034B39;
    margin: 0;
    margin-bottom: 5px;
}

.cl_wrap .cl_inner .cl_item .cl_con p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}

.cl_wrap .cl_inner .cl_item:hover figure img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .cl_wrap .cl_inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .cl_wrap h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .cl_wrap .subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .cl_wrap .cl_inner .cl_item figure {
        margin: 0;
    }

    .cl_wrap .cl_inner .cl_item .cl_con {
        padding-left: 30px;
    }

    .cl_wrap .cl_inner .cl_item .cl_con p {
        margin-bottom: 15px;
    }

    .cl_wrap .cl_inner .cl_item .btn_primary.btn_small {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

@media (max-width: 992px) {
    .cl_wrap {
        padding: 50px 0;
        padding-bottom: 70px;
    }

    .cl_wrap .cl_inner .cl_item .cl_con {
        display: block;
        padding: 0;
        width: 100%;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .cl_wrap h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .cl_wrap .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .cl_wrap .cl_inner .cl_item .cl_con h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .cl_wrap .cl_inner .cl_item .cl_con p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .cl_wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .cl_wrap .subtitle {
        font-size: 17px;
    }

    .cl_wrap {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .cl_wrap .cl_inner .cl_item figure {
        width: 100%;
        height: 215px;
        margin-bottom: 5px;
    }

    .cl_wrap .cl_inner .cl_item .btn_primary.btn_small {
        min-width: 225px;
    }

    .btn_primary.btn_small {
        min-width: 225px;
    }
}

.aod_wrap {
  /*  padding: 0;
    padding-bottom: 100px;
    background-color: var(--white);
    position: relative; */
    position: relative;
    padding: 60px 0;
    padding-bottom: 27px;
    background-color: var(--white);
    overflow: hidden;
    
}

.aod_wrap .aod_box {
    border: solid 1px #707070;
    background: rgba(194, 202, 200, 0.24);
    padding: 65px 100px;
    padding-top: 50px;
}

.aod_wrap .aod_box .sec_title {
    max-width: 100%;
}

.aod_wrap .aod_inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.aod_wrap .aod_inner .aod_item {
    width: 100%;
}

.aod_wrap .aod_inner .aod_item img {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
}

.aod_wrap .aod_inner .aod_item .aod_con {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 94px);
    padding-left: 40px;
}

.aod_wrap .aod_inner .aod_item .aod_con h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: var(--green1);
    margin: 0;
    margin-bottom: 5px;
}

.aod_wrap .aod_inner .aod_item .aod_con p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}

@media (max-width: 1400px) {
    .aod_wrap .aod_box {
        padding: 65px;
        padding-top: 45px;
    }
}

@media (max-width: 992px) {
    .aod_wrap {
        padding-bottom: 70px;
    }

    .aod_wrap .aod_box {
        padding: 40px;
        padding-top: 30px;
    }

    .aod_wrap .aod_inner .aod_item .aod_con {
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    .aod_wrap .aod_inner .aod_item img {
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }

    .aod_wrap .aod_inner .aod_item .aod_con {
        padding: 0;
        width: 100%;
    }

    .aod_wrap .aod_inner .aod_item .aod_con h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .aod_wrap .aod_inner .aod_item .aod_con p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .aod_wrap {
        padding-bottom: 60px;
    }

    .aod_wrap .aod_box {
        padding: 20px;
        padding-top: 15px;
    }

    .aod_wrap .aod_inner .aod_item img {
        width: 80px;
        height: 80px;
    }
}



/**** Style for Course Offering List Page ****/
.cc_wrap {
    position: relative;
    background-color: var(--white);
    padding: 60px 0;
    padding-bottom: 100px;
}

.cc_wrap .sec_title {
    max-width: 100%;
    margin-bottom: 32px;
}
.cc_wrap .sec_title h2{
 font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 11px;
    color: var(--red);
    text-transform: uppercase;
}
.cc_wrap .cc_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cc_wrap .cc_inner .cc_item h6 {
    color: var(--red);
}

.cc_wrap .cc_inner .cc_item h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    color: #034B39;
    margin: 0;
    margin-bottom: 5px;
}

.cc_wrap .cc_inner .cc_item p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    margin-bottom: 16px;
}

.cc_wrap .cc_inner .cc_item .btn_primary.btn_small {
    min-width: 138px;
    height: 46px;
}

@media (max-width: 992px) {
    .cc_wrap {
        padding: 50px 0;
        padding-bottom: 75px;
    }

    .cc_wrap .sec_title {
        margin-bottom: 20px;
    }

    .cc_wrap .cc_inner {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .cc_wrap .cc_inner .cc_item h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .cc_wrap {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .cc_wrap .cc_inner .cc_item p {
        font-size: 17px;
        line-height: 26px;
    }
}


/**** Style for Course Offering Details Page ****/
.inner_pt_wrap {
    position: relative;
    padding: 40px 0;
    padding-bottom: 27px;
    background-color: var(--black);
}

.inner_pt_wrap .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.35;
}

.inner_pt_wrap .container {
    position: relative;
}

.inner_pt_wrap .return_back {
    text-align: right;
    margin-bottom: 27px;
}

.inner_pt_wrap .return_back a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--green1);
    background-color: var(--orange3);
    padding: 12px 22px;
    transition: all 150ms ease-in-out;
}

.inner_pt_wrap .return_back a span {
    position: relative;
}

.inner_pt_wrap .return_back a i {
    font-size: 19px;
    margin-right: 12px;
    vertical-align: middle;
}

.inner_pt_wrap .return_back a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--green3);
    transition: .5s;
}

.inner_pt_wrap .return_back a:hover {
    color: var(--white);
}

.inner_pt_wrap .return_back a:hover::before {
    width: 100%;
    left: 0;
}

.inner_pt_wrap p {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #e8c650;
    margin: 0;
    margin-bottom: 7px;
}

.inner_pt_wrap h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    color: var(--white);
    margin: 0;
    margin-bottom: 15px;
}

.inner_pt_wrap h5 {
    font-family: "Barlow Semi Condensed";
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    color: var(--white);
    margin: 0;
}

@media (max-width: 1400px) {
    .inner_pt_wrap h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 992px) {
    .inner_pt_wrap .return_back {
        margin-bottom: 25px;
    }

    .inner_pt_wrap h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .inner_pt_wrap p,
    .inner_pt_wrap h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .inner_pt_wrap .return_back a {
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .inner_pt_wrap .return_back a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .inner_pt_wrap .return_back a i {
        font-size: 17px;
        margin-right: 8px;
    }
}

@media (max-width: 575px) {
    .inner_pt_wrap {
        padding: 30px 0;
    }

    .inner_pt_wrap .return_back {
        margin-bottom: 10px;
    }

    .inner_pt_wrap h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .inner_pt_wrap p,
    .inner_pt_wrap h5 {
        font-size: 18px;
        line-height: 22px;
    }
}


.cd_wrap {
    position: relative;
    background-color: var(--white);
    padding: 40px 0;
    padding-bottom: 60px;
}

.cd_wrap .cd_title {
    margin-bottom: 10px;
}

.cd_wrap .cd_title h2 {
    font-size: 40px;
    line-height: 45px;
    color: var(--red);
    margin: 0;
}

.cd_wrap .cd_title ul {
    padding-inline-start: 0;
    margin: 0;
}

.cd_wrap .cd_title ul li {
    display: inline-block;
}

.cd_wrap .cd_title ul li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 25px;
    text-align: center;
    color: var(--green3);
    background-color: var(--white);
    border: none;
    margin-left: 15px;
    transition: all 250ms ease-in-out;
}

.cd_wrap .cd_title ul li:first-child a {
    font-size: 23px;
}

.cd_wrap .cd_title ul li a:hover {
    color: var(--red);
    transform: translateY(-5px);
}

.cd_wrap .para_ins {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 10px;
}

.cd_wrap .para_ins span {
    color: #034B39;
    margin-left: 10px;
}

.cd_wrap .cd_det {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: var(--black1);
    margin: 15px 0;
    margin-bottom: 25px;
}

.cd_wrap .cd_point {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    gap: 105px;
    margin-bottom: 50px;
}

.cd_wrap .cd_point li {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
}

.cd_wrap .cd_point li span {
    color: #034B39;
    display: block;
    margin-top: 2px;
    font-weight: 600;
}

.cd_wrap .cd_demand {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
    position: relative;
}

.cd_wrap .cd_demand li {
    display: block;
    font-family: "Barlow Semi Condensed";
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
}

.cd_wrap .cd_demand li figure {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.cd_wrap .cd_demand li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cd_wrap .cd_action {
    /*display: flex;*/
    gap: 30px;
    margin-bottom: 22px;
}

.cd_wrap .cd_action .btn_act {
    min-width: 260px;
    margin-right: 22px;
}

.cd_wrap .cd_action img {
    width: 275px;
    height: 120px;
    margin-top: 58px;
}

.cd_wrap .subj {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: var(--black1);
    margin: 0;
}

.cd_wrap .application_text {
     padding-bottom: 60px;
}

.cd_wrap .application_text a:hover {
      text-decoration: underline;
}

@media (max-width: 992px) {
    .cd_wrap {
        padding: 40px 0;
        padding-bottom: 50px;
    }

    .cd_wrap .cd_point {
        gap: 60px;
    }

    .cd_wrap .para_ins,
    .cd_wrap .cd_point li,
    .cd_wrap .cd_demand li {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .cd_wrap .cd_title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .cd_wrap .cd_title ul {
        margin: 10px 0;
    }

    .cd_wrap .cd_title ul li a {
        margin: 0;
        margin-right: 8px;
    }

    .cd_wrap .cd_point {
        flex-wrap: wrap;
        gap: 10px 40px;
    }

    .cd_wrap .cd_action {
        flex-wrap: wrap;
        gap: 15px;
display: flex;
    }
.cd_wrap .cd_action img{
    margin-top: 0px;
}
    .cd_wrap .cd_demand {
        padding-top: 45px;
    }

    .cd_wrap .cd_demand li:first-child {
        position: absolute;
        top: 0;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .cd_wrap .cd_title h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .cd_wrap .para_ins,
    .cd_wrap .cd_point li,
    .cd_wrap .cd_demand li {
        font-size: 18px;
        line-height: 20px;
    }

    .cd_wrap .cd_det {
        font-size: 17px;
        line-height: 26px;
        margin: 15px 0;
        margin-bottom: 20px;
    }

    .cd_wrap .cd_point li {
        line-height: 24px;
    }

    .cd_wrap .cd_demand {
        position: relative;
        padding-top: 40px;
        gap: 20px;
    }

    .cd_wrap .cd_demand li figure {
        height: 32px;
        width: 32px;
    }

    .cd_wrap .subj {
        font-size: 17px;
        line-height: 26px;
    }
}


/***** Style for why short-credit page ****/
.whys_wrap {
    padding: 70px 0;
    padding-bottom: 85px;
    position: relative;
    background-color: var(--white);
}
.whys_wrap.story_wrap {
    padding-bottom:0px;
}
.story_wrap h2{
    margin-bottom: 0 !important;
}
.story_wrap .btn_primary i{
    width: 20px;
    position: relative;
}
.story_wrap h4 span {
   /* color: var(--green1); */
    /* border-bottom: 2px solid #58d4b0; */
    /* padding-bottom: 26px; */
    font-size:50px;
    color: #034b37;
}
.story_wrap h4 {
     border-bottom: 2px solid #58d4b0;
     padding-bottom: 26px;
         margin-bottom: 0;

 }
.story_wrap .container {padding : 0px 0px;}


.whys_wrap .row {
    margin: 0 -20px;
}

.story_wrap h2 a{
 right:0px;
 top:0px;
 position:absolute;
 padding:13px;
 font-size:16px;
 min-width: 286px;

}

.whys_wrap .row .col-12 {
    padding: 0 20px;
}

.whys_wrap .row_one {
    margin-bottom: 43px;
}

.whys_wrap h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    color: var(--red);
    margin: 0;
    margin-bottom: 12px;
}

.whys_wrap .para_text {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}

.whys_wrap img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.whys_wrap .whys_box {
    padding: 15px;
    background: rgba(194, 202, 200, 0.3);
    background: linear-gradient(180deg,
            rgba(194, 202, 200, 0.3) 0.00%,
            rgba(194, 202, 200, 0) 100.00%);
}

.whys_wrap .whys_box h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    color: #034B39;
    margin: 0;
    margin-bottom: 17px;
}
.custom-success-story{
    padding:0;
        padding-top: 34px !important;
}
.custom-success-story .container{
padding:0;
}
.custom-success-story h1 {
    color: #962C08;
    font-size: 40px;
    letter-spacing: 0px;
    font: normal normal bold 40px / 47px Rubik;
        padding-bottom: 25px;
        margin-bottom:0;
}

@media(max-width: 1200px) {
    .whys_wrap .row {
        margin: 0 -15px;
    }

    .whys_wrap .row .col-12 {
        padding: 0 15px;
    }

    .whys_wrap .row_one {
        margin-bottom: 40px;
    }

    .whys_wrap .row_one img {
        margin-top: 20px;
    }

    .whys_wrap h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}

@media(max-width: 992px) {
    .whys_wrap {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .whys_wrap .row {
        margin: 0;
        gap: 30px;
    }

    .whys_wrap .row .col-12 {
        padding: 0;
    }

    .whys_wrap .row_one {
        margin-bottom: 40px;
    }

    .whys_wrap .row_one img {
        margin: 0;
    }

    .whys_wrap .whys_box {
        padding: 15px 25px;
    }
}

@media(max-width: 768px) {
    .whys_wrap h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .whys_wrap .whys_box h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .story_wrap h4 span {
    font-size: calc(1.375rem + 1.5vw);
    }
}

@media(max-width: 575px) {
    .whys_wrap {
        padding: 40px 0;
    }

    .whys_wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .whys_wrap .para_text {
        font-size: 16px;
        line-height: 24px;
    }

    .whys_wrap .whys_box {
        padding: 15px 20px;
    }
    .story_wrap h2 a{
    top: 30px;
}
.custom-success-story .container{
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
}


/**** Style for Success Stories ****/
.sus_wrap {
    position: relative;
    padding: 70px 0;
    padding-bottom: 115px;
    background-color: var(--white);
}


.sus_wrap h2{
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 13px;
    color: var(--red);
    text-transform: uppercase;
}

.sus_wrap .subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 48px;
}

.sus_wrap .row {
    margin: -20px;
}

.sus_wrap .row .col-12 {
    padding: 20px;
}

.sus_wrap .suc_story_block .block_inner {
    padding: 0;
}

.sus_wrap .suc_story_block .block_inner .desg span {
    display: block;
}

@media (max-width: 1200px) {
    .sus_wrap {
        padding: 70px 0;
        padding-top: 50px;
    }

    .sus_wrap h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .sus_wrap .subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    .sus_wrap .subtitle {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .sus_wrap {
        padding: 40px 0;
        padding-bottom: 55px;
    }

    .sus_wrap h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .sus_wrap .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .sus_wrap .row {
        margin: 0;
        gap: 40px;
    }

    .sus_wrap .row .col-12 {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .sus_wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .sus_wrap .subtitle {
        font-size: 17px;
    }
}


/**** Style for Funding Support ****/
.funding_wrap {
    position: relative;
    padding: 70px 0;
    padding-bottom: 100px;
    background-color: var(--white);
}

.funding_wrap .row {
    margin: 0;
}

.funding_wrap .row .col-12 {
    padding: 0;
}

.funding_wrap h2 {
    font-size: 40px;
    line-height: 45px;
    color: var(--red);
    margin: 0;
    margin-bottom: 25px;
}

.funding_wrap P {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
    margin-right: -5px;
}

.funding_wrap ul {
    padding-inline-start: 0;
    margin: 0;
    padding: 5px 0;
}

.funding_wrap ul li {
    display: block;
}

.funding_wrap ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--blue);
    text-decoration: underline;
    position: relative;
    padding: 3px 0;
    padding-left: 28px;
}

.funding_wrap ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #E8C650;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 10px;
}

.funding_wrap img {
    width: 100%;
    max-width: 650px;
    height: 390px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 160px;
}

@media (max-width: 1400px) {
    .funding_wrap .row {
        margin: 0 -15px;
    }

    .funding_wrap .row .col-12 {
        padding: 0 15px;
    }

    .funding_wrap P {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .funding_wrap {
        padding: 70px 0;
        padding-top: 50px;
    }

    .funding_wrap h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }

    .funding_wrap img {
        margin-top: 147px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .funding_wrap .row {
        margin: 0;
        gap: 40px;
    }

    .funding_wrap .row .col-12 {
        padding: 0;
    }

    .funding_wrap img {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .funding_wrap h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .funding_wrap {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .funding_wrap P,
    .funding_wrap ul li a {
        font-size: 17px;
        line-height: 26px;
    }

    .funding_wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

/**** style for Signup-enrollment page ****/
.signup_wrap {
    position: relative;
    padding: 70px 0;
    padding-bottom: 115px;
    background-color: var(--white);
}

.signup_wrap h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 15px;
    color: var(--red);
}

.signup_wrap .subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 65px;
}

.signup_wrap .signup_inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.signup_wrap .signup_inner .signup_box {
    padding: 25px 30px;
    border: solid 1px #707070;
    width: 304px;
    min-height: 610px;
}

.signup_wrap .signup_inner .signup_box img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 15px;
}

.signup_wrap .signup_inner .signup_box h4 {
    font-family: "Barlow Semi Condensed";
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black);
    margin: 0;
    margin-bottom: 25px;
}

.signup_wrap .signup_inner .signup_box ul {
    padding-inline-start: 0;
    margin: 0;
    margin-bottom: 10px;
}

.signup_wrap .signup_inner .signup_box ul li {
    display: block;
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black1);
}

.signup_wrap .signup_inner .signup_box ul li.title {
    font-size: 22px;
    font-weight: 500;
    color: var(--blue);
}

.signup_wrap .signup_inner .signup_box ul li a {
    color: var(--blue);
    display: block;
    text-decoration: underline;
}


@media (max-width: 1200px) {
    .signup_wrap {
        padding: 70px 0;
        padding-top: 50px;
    }

    .signup_wrap h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .signup_wrap .subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    .signup_wrap .subtitle {
        margin-bottom: 40px;
    }

    .signup_wrap .signup_inner .signup_box {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .signup_wrap {
        padding: 40px 0;
        padding-bottom: 55px;
    }

    .signup_wrap h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .signup_wrap .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .signup_wrap h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .signup_wrap .subtitle {
        font-size: 17px;
    }
}


/**** style for Connect with Us page ****/
.connect_wrap {
    position: relative;
    padding: 70px 0;
    padding-bottom: 115px;
    background-color: var(--white);
}

.connect_wrap h3 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 15px;
    color: var(--red);
}

.connect_wrap .subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin: 0;
    margin-bottom: 65px;
}

.connect_wrap .connect_form .row {
    margin: -15px;
}

.connect_wrap .connect_form .row .col-12 {
    padding: 15px;
}

.connect_wrap .connect_form .fieldrow {
    position: relative;
}

.connect_wrap .connect_form .fieldrow input,
.connect_wrap .connect_form .fieldrow textarea,
.connect_wrap .connect_form .fieldrow select {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--black1);
    background-color: rgba(0, 0, 0, 0.035);
    border: solid 1px #f6f6f6;
    padding: 15px;
    padding-top: 13px;
    height: 62px;
    transition: all 250ms ease-in-out;
}

.connect_wrap .connect_form .fieldrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.connect_wrap .connect_form .fieldrow.select_course::after {
    content: "\ea4e";
    font-family: remixicon !important;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 1;
    font-size: 24px;
}

.connect_wrap .connect_form .fieldrow textarea {
    min-height: 150px;
}

.connect_wrap .connect_form .fieldrow input::placeholder,
.connect_wrap .connect_form .fieldrow textarea::placeholder {
    color: var(--black);
    opacity: 0.5;
}

.connect_wrap .connect_form .fieldrow input:focus,
.connect_wrap .connect_form .fieldrow textarea:focus,
.connect_wrap .connect_form .fieldrow select:focus {
    border-color: var(--green1);
}

.connect_wrap .connect_form .fieldrow .btn_primary {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .connect_wrap {
        padding: 70px 0;
        padding-top: 50px;
    }

    .connect_wrap h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .connect_wrap .subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    .connect_wrap .subtitle {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .connect_wrap {
        padding: 40px 0;
        padding-bottom: 60px;
    }

    .connect_wrap h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .connect_wrap .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .connect_wrap .connect_form .row {
        margin: 0;
        gap: 20px;
    }

    .connect_wrap .connect_form .row .col-12 {
        padding: 0px;
    }

    .connect_wrap .connect_form .fieldrow input,
    .connect_wrap .connect_form .fieldrow textarea,
    .connect_wrap .connect_form .fieldrow select {
        font-size: 17px;
        padding: 12px;
        padding-top: 10px;
        height: 55px;
    }

    .connect_wrap .connect_form .fieldrow.select_course::after {
        font-size: 20px;
    }

    .connect_wrap .connect_form .fieldrow .btn_primary {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .connect_wrap h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .connect_wrap .subtitle {
        font-size: 17px;
    }
}
.wpcf7-not-valid-tip{
    text-align: left;
}
.wpcf7 form .wpcf7-response-output{
padding:unset !important;
}
header .header_search .connect_btn,
.banner_wrap .banner_inner .banner_item .banner_con h2,
.navbar_main .navbar-nav .nav-link,
.pt_wrap .page_title,
.whys_wrap h2,
.cl_wrap h2,
.sec_title h3,
.cd_wrap .cd_title h2,
.hiw_wrap h3,
.faq_wrap h2,
.funding_wrap h2,
.sus_wrap h2,
.suc_story_block .block_inner .desg span,
.dp_wrap .dp_right h3,
.f_widget .f_link li a,
.f_widget h4,
.footer_bottom h3 {
    text-transform: uppercase;
}

.mobile_only {
    display: none;
}

@media(max-width: 992px) {
    .mobile_only {
        display: inline-block;
    }

    .desktop_only {
        display: none;
    }
}

.f_widget form p{margin: 0; text-align: right;}
.wpcf7-form-control-wrap{display: block;}
.wpcf7-spinner{display: none !important;}
.nt-media {text-align:center;font-family: "Barlow Semi Condensed";}
.nt-media h3 {border-bottom:4px solid black;}
.nt-media h3.active {   font-size: 30px;
    border-bottom:10px solid var(--red);        
    font-weight: 600;
    line-height: 50px;
    color: var(--green1);
    margin: 0;
    margin-bottom: 10px;
    text-transform: none;
}

.nt-media h3.non-active a {   
    font-size: 30px;    
    font-weight: 600;
    line-height: 50px;
    color: #c2cac7;
    margin: 0;
    margin-bottom: 10px;
    text-transform: none;
}
.nt-media h3.non-active  {
    border-bottom:10px solid #c2cac7; 
}
.nt-media h3.non-active a:hover { color: var(--green1); }
.nt-media h3.non-active:hover  {
  /*  border-bottom:10px solid var(--green1);  */
} 
.nt-date {color: #66a492;font-weight:600; font-size:16px;}
.nt-desc {color: #843512; font-weight:600; font-size:18px;}
.nt-para a {color: #6995b1; font-weight:500;text-decoration:underline; }
.nt-date, .nt-desc, .nt-para {margin-bottom:3px;}
.nt-nav {float:right;}
.nt-nav .prev, .nt-nav .next {border: 0px solid !important; font-weight:bolder !important; color:#66a492 !important;}
.nt-nav .page-numbers {padding:5px 10px; border: 1px solid #c2cac7; color:#c2cac7; margin:3px;}
.nt-nav .current {border:3px solid #66a492; font-weight:500; color:#66a492;}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
.nt-media .nt-col-middle {padding-right:0px !important; padding-left:0px !important;}
.nt-media .nt-col-right {padding-left:0px !important;}
.nt-media .nt-col-left {padding-right:4px !important;}
}
.green {color:var(--green1); margin:15px 0px;}
.blog-btn {margin-bottom:20px !important; }
.blog-btn:hover {color:white; }

/* Single post social share */
.header_social_single_post {
    display: inline-block;
    vertical-align: middle;
    width:100%;
    
}
.header_social_single_post ul {
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top:25px;
    font-weight:600;
    
}
.header_social_single_post ul li {display:block;}
.header_social_single_post ul li a    {
    color: var(--red);
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    transition: all 250ms ease-in-out;}
.comming-soon {    
	padding: 5% 5%;
        text-align: center;
        color: #004b37;
}
.nt-success-stories > .btn_group {display:grid;}

.connect_form .fieldrow p input[type=submit] {
    border: none;
    background-color: var(--orange3);
    color: var(--green1);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 22px 20px;
    padding-top: 18px;
    min-width: 325px;
    display: inline-block;
    text-align: center;
    transition: all 250ms ease-in-out;
    position: relative;
}
.whys_wrap .custom-return {
    margin-top: unset !important;
    margin-bottom: 37px !important;
        padding: 20px 28px !important;
}
.custom-success-story h5{
    margin-bottom: 29px !important;
}
.success_grey_box iframe{
    margin-top: unset !important;
}

@media only screen and (max-width: 845px) {
        .banner_wrap .banner_inner .banner_item, .banner_wrap .banner_inner .slick-slide{
                height:700px;
        }
        .banner_wrap .banner_inner .banner_item img{
        height:51.7%;
}

#input_1_1_3_container label {display:none;}

body #gform_wrapper_1 textarea:focus,body #gform_wrapper_1 text:focus,body #gform_wrapper_1 tel:focus {
  border-color: var(--green1) !important;
}
body #gform_wrapper_1 input[type="text"]:focus, #gform_wrapper_4 input[type="text"]:focus, #gform_wrapper_4 input[type="email"]:focus, body #gform_wrapper_1 input[type="tel"]:focus, body #gform_wrapper_1 input[type="email"]:focus, body #gform_wrapper_1 select:focus {
  border-color: var(--green1) !important; box-shadow:none;
}
body  #gform_fields_4 text, #gform_fields_4 email, #gform_wrapper_1 text, body #gform_wrapper_1 select, body #gform_wrapper_1 textarea,body #gform_wrapper_1 input[type="text"],body #gform_wrapper_1 input[type="tel"],body #gform_wrapper_1 input[type="email"]  {
  border-color: none !important;
  background-color:rgba(0, 0, 0, 0.035);
display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--black1);
    background-color: rgba(0, 0, 0, 0.035);
    border: solid 1px #f6f6f6;
    padding: 15px;
    padding-top: 13px;
    height: 62px;
    transition: all 250ms ease-in-out;
    box-shadow: none !important;	

}
#gform_wrapper_1 input[type="submit"] {
    width:100%;
    border: none;
    background-color: var(--orange3);
    color: var(--green1);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 22px 20px;
    padding-top: 18px;
    min-width: 325px;
    display: inline-block;
    text-align: center;
    transition: all 250ms ease-in-out;
    position: relative;
}
#gform_wrapper_1 input[type="submit"]:hover {
    background: #32a07d!important;
    color: #fff!important;
    transition: 0.5s!important;
}



#gform_fields_4 input {
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    line-height: 28px;
    color: var(--white);
    padding: 9px 19px;
    padding-top: 6px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    border: none;
    margin-bottom: 1px;
    border: solid 1px #691f00;
    transition: all 250ms ease-in-out;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

#gform_fields_4 input:focus {
background-color: #E8C650;
    border-color: rgb(255 255 255 / 75%);
}
#gform_submit_button_4 {position: relative;
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #E8C650;
    color: var(--green1);
    border: none;
    padding: 13px 38px;
    margin-top: 0x;
    transition: all 250ms ease-in-out; display: inline-block;
    width: auto;}
#input_4_1_3_container label {display:none;}

#field_4_5 {margin-top: -4%;}

.footer_top .gform_submission_error {display:none;}
#gform_4_validation_container {display:none;}
#gform_confirmation_message_4 {color:#e8c650;}
#validation_message_4_1, #validation_message_4_5 {color:white;}
.gfield_validation_message {text-align:left;}
}
/*** GSSI - DEZ 2023	 **/
@media(max-width:575px){

.success_grey_box a{
      margin-top: 0px !important;
}
}
@media only screen and (max-width: 845px) {
	.banner_wrap .banner_inner .banner_item, .banner_wrap .banner_inner .slick-slide{
		height:700px;
	}
	.banner_wrap .banner_inner .banner_item img{
	height:51.7%;
}
	.banner_wrap .banner_inner .banner_item .banner_con {
    margin: 0!important;
    width: 100%;
	top: 38%;
    background: #004B37;
	padding-top: 80px;
    transform: translate(-50%, 96px);
max-width: 992px!important;
}
	.slick-dots{
		display: none!important;
	}
	.banner_wrap .banner_inner .slick-prev, .banner_wrap .banner_inner .slick-next{
		display:block!important
	}
	.banner_wrap .banner_inner .slick-next{
		top: 58%;
        left: 60%;
	}
	.banner_wrap .banner_inner .slick-prev{
		top: 58%;
        left: 35%;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 14px!important;
		padding: 0px 11px!important;
		    width: 37px!important;
    height: 37px!important;
    line-height: 34px!important;
	}


}
/* Custom GGSI - Success Story */
.whys_wrap span {
    font-size: 18px;
    font-weight: bold;
}

.whys_wrap h2 {
    font-size: 33px;
}

.whys_wrap .blog-btn {
    font-size: 16px;
    padding: 12px 30px;
}

@media only screen and (max-width: 1000px) {
section.single-story-bg.pt_wrap.pt_wrap-story {
    display: none;
}

}

@media only screen and (max-width: 768px) {
.whys_wrap a.btn_primary.blog-btn.blog-btn-return.btn-small {
    width: 100%;
    margin-top: -95px;
}
	.story_wrap h4{
		margin-top: 30px;
    text-align: center;
font-size: calc(1.375rem + 1.5vw);
padding-bottom:10px;
}
.custom-success-story h1{
    margin-top: 0px;
}
.custom_radio{
    display: inline-flex;
    list-style: none;
    gap: 15px;
}
}

.media-content-row h2{
 color: #212529 !important;
    text-transform: capitalize !important;
}

@media only screen and (m
ax-width: 1200px) {
    section.custom-success-story .bg_img {
        display: unset  !important;
    }
}



/*-------------------how-it-work-new-css-----------------*/
.how_it_wrap{
    margin-bottom: 127px;
       padding-right: 40px !important;
    padding-left: 40px !important;

}
 .how_aod_text p{
    font-size: 18px;
    font-weight: normal !important;
    line-height: 28px;
    color: var(--black1);
    margin: 0;
}
.how_aod_text h2{
    color: var(--red);
    font-size: 40px;
    line-height: 47px;
    font-weight: bold;
    margin-bottom: 9px;
}
.how_aod_text h3{
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    color: #034B39;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 22px;
}
.how_aod_text .watermark_wrap .bg_img{

}
.how_watermark{
    margin-bottom: -27px;
}
.how_watermark img{
    width: 930px !important;
    bottom: -15px !important;
    left: -430px !important;
}

@media(max-width:2100px){
    .how_watermark img {
        width: 1300px !important;
        bottom: 27px !important;
        left: -836px !important;
    }
}
@media(max-width:1920px){
    .how_watermark img{
        bottom: 15px !important;
        left: -695px !important;
        width: unset !important;
    }
}
@media(max-width:1720px){
    .how_watermark img{
        bottom: 15px !important;
        left: -560px !important;
        width: 1060px !important;
    }
}
@media(max-width:1550px){
    .how_watermark img{
        bottom: 15px !important;
        left: -445px !important;
        width: 970px !important;
    }
}
@media (max-width: 1440px) {
    .how_watermark img {
        bottom: 15px !important;
        left: -445px !important;
        width: 885px !important;
    }
}
@media(max-width:992px){
 .how_watermark {
    margin-bottom: -100px;
}
}
@media(max-width:575px){
    .how_aod_text{
        margin-bottom: 35px;
    }
    .how_aod{
        padding: 40px 0;
        padding-top: 34px;
    }
    .how_watermark {
    margin-bottom: -100px;
}
}
/*-------------------end-how-it-work-new-css-----------------*/
/* home page slice september 2024 */
.dp_wrap .dp_right {
          box-shadow: 0px 0px 8px #00000033;
    }

.dp_right img {
    width: 164px;
} 

.dp_right span {
    font: normal normal 600 26px / 28px Barlow Semi Condensed;
    letter-spacing: 0px;
    color: #004B37;
}

.dp_wrap .dp_right h3{
	    margin-top: 5px;
    margin-bottom: -25px;
}

.dp_right_btn-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
margin-top: -20px;
	flex-flow:wrap;
}

.dp_wrap .dp_right .btn_primary{
	height:60px;
}

.dp_wrap .dp_left{
	    min-width: 690px;
}

@media (min-width: 1400px) {
    .dp_wrap .dp_right {
		padding-bottom: 46px;
        padding-left: 53px;
        padding-top: 47px;
        padding-right: 50px;
        min-width: 690px;
    }
	
}

@media (max-width: 1400px) {
	.dp_right img{
		margin-top: 35px;
	}
	.dp_right_btn-container{
		margin-top:0;
}
}


@media (min-width: 767px) and (max-width: 990px) {
	.dp_right img{
		position: relative;
		margin-top: 35px;
	}
	
}

@media (max-width: 990px) {
	.dp_wrap .dp_right .btn_primary{
					height:auto!important;
	}
}

@media (max-width: 767px) {
		.dp_wrap .dp_right .btn_primary{
		        margin-top: 35px!important;

	}

	.dp_wrap .dp_left{
		min-width: auto;
	}
}

@media (max-width: 460px) {
	.dp_right img{
		float:left
    position: unset;
	}

}


/* Original header styling */
header {
    position: relative; /* or any other original position */
    width: 100%; /* Ensure it takes up the full width */
}

nav {
    position: relative; /* or any other original position */
    width: 100%; /* Ensure it takes up the full width */

}

nav.navbar.navbar-expand-lg.navbar_main{
	box-shadow: 0px 6px 6px #00000040;
    margin-top: 0 !important;
}

/* Sticky header styling */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Ensure it's above other content */
    background-color: white; /* Or any background color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
}

.sticky-nav{
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000; /* Ensure it's above other content */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
}



/* footer ipad */

.f_widget .f_link{
  max-width: 362px;
}

.f_widget-mobile{
		display:none;
}

.f_contact a{
	text-decoration:underline;
}

.f_social i.ri-facebook-fill {
    font-size: 27px;
}

#gform_fields_4 input {
    background: #fff;
    border: none;
}

div#gfield_description_4_1 {
    color: #fff;
    justify-content: start;
    display: flex;
    font: normal normal normal 16px / 22px Barlow Semi Condensed;
    letter-spacing: 0.08px;
}

div#gfield_description_4_5 {
    text-align: left;
    color: #fff;
    font: normal normal normal 16px / 22px Barlow Semi Condensed;
    letter-spacing: 0.08px;
}

.f_copyright {
    padding-top: 25px;
}
label.gform-field-label.gform-field-label--type-sub {
    display: none;
}

.suc_story_block .test_cap{
	font: normal normal 600 26px / 28px Barlow Semi Condensed;
    letter-spacing: 0px;
    color: #004B37;
}

@media (min-width: 1200px) {
.footer_top .container {
    max-width: 1300px;
}

}

@media (max-width: 1024px) {
	.footer-top .container{
		max-width: 734px;
        padding: 0;
	}
    .footer_top {
        padding: 65px 0;
        padding-bottom: 50px;
    }
.frow-one .f_logo {
    margin: 0 auto;
        max-width: 562px;
}

.frow-one .f_social{
        max-width: 562px;
    margin: 30px auto;
}

    .f_widget.frow-one .f_logo {
        max-width: 562px;
    }
	
	.f_widget-desktop{
		display:none
	}
.f_widget-mobile{
		display:block;
}
	.f_widget .f_contact{
		margin-top: 0px;
	}
.col-lg-4.col-md-6.col-sm-12.col-12.f-newsletter {
    width: 100%;
}
.gform_footer.top_label {
    justify-content: flex-end;
}
	.copyright-row{
		flex-flow:column;
	}
	.copyright-row-box{
		display:flex;
		justify-content:center;
		margin-bottom:27px;
	}
	
	.col-lg-4.col-md-6.col-sm-12.col-12.f-menu,.col-lg-4.col-md-6.col-sm-12.col-12.f-info{
		padding:0;
	}
.col-lg-4.col-md-6.col-sm-12.col-12.f-menu {
    width: 40%;
}
.col-lg-4.col-md-6.col-sm-12.col-12.f-info {
    width: 60%;
        padding-left: 25px;
}
}

@media (max-width: 768px) {
    .col-lg-4.col-md-6.col-sm-12.col-12.f-info {
        width: 100%;
        padding-left: 20px;
    }
    .col-lg-4.col-md-6.col-sm-12.col-12.f-menu {
        width: 100%;
    }
	.f_widget .f_link{
		    max-width: 768px;
			margin-top: 15px;
	}

    .footer_top .row {
        margin: 0;
        gap: 30px;
    }
	.frow-one .f_social {

        margin-bottom: 0;
justify-content: center;
    }
	.footer_top{
		padding-top:34px;
	}
	.col-lg-4.col-md-6.col-sm-12.col-12.f-newsletter{

    padding-top: 20px;
}
	.gform-theme--foundation .gform_fields{
		    gap: 32px;
	}
    .gform_footer.top_label {
        justify-content: flex-start;
    }
	.copyright-row-box{
		        margin-bottom: 7px;
	}
}


/* stories */
@media (min-width: 1024px){
.test_wrap .container-fluid .row {
    margin: 0;
}

}



.suc_story_block .block_inner figure img{
    height: 336px;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories {
    padding-top: 45px;
}


.nt-success-stories .sec_title h3 {
    visibility: visible;
    font: normal normal bold 40px / 47px Rubik;
    letter-spacing: 0px;
    color: #962C08;
    text-transform: uppercase;
}

.nt-success-stories .btn_group h2 {
    font: normal normal 600 32px / 34px Barlow Semi Condensed;
    letter-spacing: 0px;
    color: #034B39;
    text-transform: uppercase;
}

.nt-success-stories .sec_title p {
    margin: 0;
    font: normal normal normal 18px / 28px Barlow Semi Condensed;
    letter-spacing: 0.09px;
    color: #3C413F;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories.nt-ipad {
    display: none;
}

.suc_story_block .test_cap{
padding: 15px 0px;
}

.test_wrap .row .col-12 {
    padding: 0px;
}

.test_wrap .container-fluid {
    padding: 0px 10px;
}



@media (min-width: 768px) and (max-width: 1024px) {
.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.success-stories-container {
    padding: 10px;
}
.test_wrap .container-fluid  .row {
        flex-flow: wrap!important;
    }

.test_wrap .container-fluid {
    padding: 0 30px;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories.nt-ipad {
    padding: 0 10px;
}

	.suc_story_block .block_inner{
		padding-right: 0px;
	}

.suc_story_block .test_cap {
    width: 241px;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories {
    padding: 0 10px;
}

.btn_group.btn_group-hide-h2.nt-desktop a {
    width: 364px;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories.nt-ipad {
    display: block;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.success-stories-container {
    width: 50%;
margin-top: 47px;
}

.nt-success-stories {
    width: 50%;
}

.btn_group-ipad a {
    display: none;
}

	.sec_title-ipad h3, .sec_title-ipad p{
		 display: none;
	}

.suc_story_block .block_inner figure img{
    height: 100%;
}
	.nt-success-stories .nt-ipad{
		display:block
	}

.btn_group-hide-h2 h2 {
    display: none;
}

.btn_group.btn_group-ipad h2 {
    margin: 0;
}

.home-slider-course .sec_title.text-center {
    margin-bottom: 19px;
white-space: nowrap;
}

.home-slider-course .sec_title.text-center h3, .home-slider-course .sec_title.text-center p {
    text-align: left;
}

.btn_group.btn_group-ipad {
    display: flex;
    justify-content: flex-start;
}

}


@media (max-width: 768px) {
.home-slider-course .sec_title.text-center h3, .home-slider-course .sec_title.text-center p {
    text-align: left;
}

	.home-slider-course .sec_title.text-center h3{
		font: normal normal bold 38px / 47px Rubik;
	white-space: nowrap;	
	}

.btn_group.btn_group-hide-h2.nt-desktop {
    display: flex;
    flex-flow: column;
	align-items: flex-start;
}

.test_wrap .row .col-12 {
    padding: 0px 20px;
}

.btn_group.btn_group-ipad {
    display: flex;
    justify-content: flex-start;
}
	.nt-success-stories .nt-ipad{
		display:none
	}
.btn_group.btn_group-hide-h2.nt-desktop a {
    width: 100%;
}
	.suc_story_block .block_inner{
		padding-right: 0px;
	}
.nt-success-stories .btn_group h2 {
    margin-top: 0;
white-space: nowrap;
        font-size: 30px;
}
.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories .sec_title {
    margin-bottom: 20px;
}

.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12.nt-success-stories {
    padding-top: 0px; 
}

.sec_title.text-center.sec_title-ipad {
    display: flex;
    flex-flow: column;
    justify-content: start;
    align-items: baseline;
}


}




@media (max-width: 575px) {
    .test_wrap .container-fluid {
        padding: 0 0px;
    }
.home-slider-course .dp_right_btn-container img {
    margin-top: 45px;
}

}


/* Slider  */
.home-slider-course .slick-prev:before ,.home-slider-course .slick-next:before {
    border: 2px solid #006E51;
    color: #006E51;
	opacity:1;
    line-height: 42px;
font-size: 21px;
}

.home-slider-course .slick-next:hover:before, .home-slider-course .slick-next:focus:before, .home-slider-course .slick-prev:hover:before, .home-slider-course .slick-prev:focus:before  {
    border: 2px solid #006E51;
    color: #006E51;
}


.home-slider-course .slick-slide {
    min-height: 536px;
}

.home-slider-course button.slick-prev.slick-arrow {
    border: 2px solid;
    right: 100%;
top: 35%;
    z-index: 99999;
}

.home-slider-course button.slick-next.slick-arrow {
    left: 100%;
  top: 35%;
}

.home-slider-course .dp_right {
    position: relative;
    left: -14px;
}

.home-slider-course .slick-dots {
    display: none !important;
}

.dp_wrap .home-slider-course .row {
    display: flex !important;
}


@media (min-width: 1200px) and (max-width: 1400px){
    .dp_right_btn-container {
        margin-top: -50px;
    }
}

@media (max-width: 1024px) {
.container.nt-banner-inner.home-slider-course {
    max-width: 1024px;
    padding: 0px 30px;
}
    .dp_right_btn-container {
        margin-top: -50px;
    }

.home-slider-course .dp_left {
    min-width: auto;
    width: 562px;
    height: auto;
}
	
.home-slider-course .dp_right {
        position: relative;
        width: 562px;
        margin-top: 270px;
          left: -195px;

}

.home-slider-course .slick-slide {
        min-height: 740px;
    }

    .dp_wrap {
        padding: 60px 0;
        padding-bottom: 40px!important;
    }


.home-slider-course button.slick-next.slick-arrow {
    left: 91%;
    top: 15%;
}

.home-slider-course button.slick-prev.slick-arrow {
    right: 16%;
    top: 15%;
}

.home-slider-course .slick-prev:before, .home-slider-course .slick-next:before {

    line-height: 37px !important;
    font-size: 22px !important;
    width: 40px ! Important;
    height: 40px ! Important;
}

}

@media (min-width: 767px) and (max-width: 768px) {
    .col-md-6.custom-col {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container.nt-banner-inner.home-slider-course {
        max-width: 768px;
        padding: 0px 20px;
    }
	.dp_wrap .home-slider-course .row{
		flex-flow: column;
	}


.home-slider-course .dp_left{
    width: 98.1%;
    margin: 0 auto;
height: 227px;
}
    .home-slider-course .dp_right {
        position: relative;
        width: 98%;
        margin: 0 auto;
        left: 0;
        padding: 0 20px;
        padding-top: 60px;
    	box-shadow: 0px 0px 5px #00000033;
        padding-bottom: 32px;
    }
    .home-slider-course button.slick-prev.slick-arrow {
        right: 56%;
               top: 26.35%;
width: 45px;
        height: 45px;
    }
    .home-slider-course button.slick-next.slick-arrow {
        left: 61%;
           top: 26.35%;
    }
.home-slider-course .slick-prev:before, .home-slider-course .slick-next:before {

    font-size: 22px !important;
    width: 40px !important;
    height: 40px ! Important;
    line-height: 37px ! Important;
}
}


.dp_right_btn-container a {
    font: normal normal 600 20px / 20px Barlow Semi Condensed;
    letter-spacing: 0px;
    color: #004B37;
    text-transform: uppercase;
    background: #E8C650;
    padding: 16px 50px;
}

a.royal-button {
    position: relative;
    top: -50px;
}

@media (min-width: 1200px){
.dp_wrap .home-slider-course .row {
    display: flex !important;
    min-height: auto;
    padding-bottom: 10px;
}
}

@media (max-width: 1024px) {
	  .dp_wrap .home-slider-course .row {
    min-height: 860px;
}

}

@media (max-width: 768px) {

	  .dp_wrap .home-slider-course .row {
    min-height: 900px;
}
.dp_right_btn-container span {
    position: relative;
    top: -38px;
}

a.royal-button {
    position: relative;
    top: 0px;
}
}


@media (min-width: 1025px) and  (max-width: 1200px) {
	.home-slider-course .slick-slide {
    min-height: 796px;
}
	a.royal-button{
		top:0
	}
}


@media (max-width: 575px) {
    .dp_wrap .dp_right .btn_primary {
        padding: 17px 20px;
        padding-top: 20px;
    }
    .dp_right_btn-container {
 margin-top: 80px;
    }
    .dp_right_btn-container span {
        position: relative;
        top: 0;
    }
}

@media (max-width: 487px) {
    .dp_wrap .home-slider-course .row {
	        min-height: 811px;
    }
}

@media (max-width: 450px) {
    .dp_wrap .home-slider-course .row {
		        min-height: 900px;
    }
.nt-success-stories .sec_title h3 {
    white-space: nowrap;
    text-align: left;
    font-size: 32px;
}
}


@media (min-width: 500px) and (max-width: 768px) {
	    .dp_wrap .home-slider-course .row {
        min-height: auto;
    }
	.container.nt-banner-inner.home-slider-course{
		margin-bottom: 0px;
	}
	.dp_wrap{
		        padding-bottom: 0px !important;
	}
 	.home-slider-course button.slick-next.slick-arrow {
           top: 32.35%;
    }
	.home-slider-course button.slick-prev.slick-arrow{
		        top: 32.35%;
	}
}

@media (min-width: 416px) and (max-width: 499px){
 	.home-slider-course button.slick-next.slick-arrow {
            top: 25.35%;
    }
	.home-slider-course button.slick-prev.slick-arrow{
	        top: 25.35%;
	}
}

@media  (max-width: 415px){
 	.home-slider-course button.slick-next.slick-arrow {
        top: 24.35%;
    }
	.home-slider-course button.slick-prev.slick-arrow{
        top: 24.35%;
	}
	.dp_wrap .dp_right h3{
        font-size: 24px;
	}
.home-slider-course .slick-list.draggable {
    min-height: 1190px;
}
}


@media  (max-width: 379px){
 	.home-slider-course button.slick-next.slick-arrow {
        top: 25.35%;
    }
	.home-slider-course button.slick-prev.slick-arrow{
        top: 25.35%;
	}
}

@media (min-width: 950px) and (max-width: 1024px){
	    .home-slider-course button.slick-prev.slick-arrow {
        right: 30%;
    }
    .home-slider-course button.slick-next.slick-arrow {
        left: 77%;
    }
.dp_wrap .home-slider-course .row {
    min-height: 840px;
}
}

@media (min-width: 890px) and (max-width: 949px){
	    .home-slider-course button.slick-prev.slick-arrow {
        right: 26%;
    }
    .home-slider-course button.slick-next.slick-arrow {
        left: 81%;
    }


}

.nt-register-btn {background:white; 
		 line-height: 16px !important;
		  border: 2px solid #e8c650;
 		 margin-left:10px;
                 text-align: center !important;}
.nt-overview {   color: black;
		 font-family: "Barlow Semi Condensed";
		font-size: 24px;
		font-weight: 600;
 		line-height: 34px;
                margin-bottom:12px;
}

.fe_right-search {background:#C2CAC84D;padding:10px; 10px;}
.fe_right-search h3 {font-size:18px; color:#034b39;}
.search-form input {width:90%;}

.btn_primary.btn_small.btn_primary_search {min-width:30px;}
a {color:#005c99;}
.search-results .cc_item {margin-bottom:25px;}
.search-wrapper {position: relative;
  		  display: flex;
    		  align-items: center;}
.text-input {
    width: 100%;
    padding-right: 30px; /* Add space for the icon */
}
.search-wrapper .ri-search-line {
    position: absolute;
    right: 10px; /* Position icon 10px from the right side */
    top: 50%; /* Center the icon vertically */
    transform: translateY(-50%); /* Fine-tune centering of the icon */
     background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    pointer-events: auto; /* Ensure it�s clickable 962d00 */
 background: #962d00 ; /* Set the background color to red */
    border: none;
    cursor: pointer;
    padding: 8px; /* Space around the icon */
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
}


/* homepage slider moveup */
.home-slider-course .slick-list {
    border-top: 4px solid #32A07D;
    padding-top: 51px!important;
}
.dp_wrap {
   padding-top: 0;
    padding-bottom: 0;
}

.exp_wrap{
	    padding-bottom: 50px;
}

.ad_wrap{
	margin-bottom: 50px;
}

/* Search results page */
section.fe_wrap.nt-search {
    padding-top: 55px;
    position: relative;
}

.nt-search h1 {
    color: #3C413F;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 44px;
}

.search-results .cc_item {
    margin-bottom: 35px;
}

.search-pt_wrap{
	height:280px;
}

.search-results .cc_item .result-link {
    text-decoration: underline;
    font-size:24px;
    letter-spacing: 0.12px;
    color: #005C99;
	font-weight:500;
font-family: 'Barlow Semi Condensed'
}

.search-results .cc_item p {
	 font-size:18px;
	line-height:28px
	letter-spacing: 0.09px;
	color: #3C413F;
	margin-bottom:10px;
font-family: 'Barlow Semi Condensed'
}

.cc_item .btn_primary.btn_primary_search.btn_small {
    min-width: 138px;
    text-align: center;
}

.cc_item .btn_primary.btn_primary_search.btn_small span{
	font-size:16px;
}
img.bgtradeup-searchpage {
    position: absolute;
    opacity: 0.5;
    bottom: -190px;
    width: 750px;
    left: -259px;
}

.fe_right-search {
background: #C2CAC84D 0% 0% no-repeat padding-box;
    padding: 26px 27px;
max-width: 535px;
}

.fe_right-search h3{
	font-size:32px;
	line-height:34px;
	letter-spacing: 0px;
	color: #034B39;
font-family: 'Barlow Semi Condensed'
}

.fe_right-search p{
	font-size:18px;
	letter-spacing: 0.09px;
	color: #3C413F;
	font-family: 'Barlow Semi Condensed';
    font-weight: 400;
    margin-bottom: 17px;
}

.fe_right-search .search-form form{
padding:0
}

.fe_right-search .search-wrapper {
    position: relative;
}

.fe_right-search .search-form input {
    width: 100%;
    height: 45px;
}


.fe_right-search button.search-icon-btn {
    position: absolute;
    right: -6px;
}

.fe_right-search .search-wrapper .ri-search-line{
    height: 40px;
    width: 37px;
    font-size: 20px;
    font-weight: bold;
}

.fe_wrap .usuful-links{
	margin-top:28px;
}

.usuful-links h3{
font-size:32px;
	line-height:34px;
font-weight:600;
font-family: 'Barlow Semi Condensed';
letter-spacing: 0px;
color: #034B39;
	margin-bottom:11px;
}

.usuful-links li {
    margin: 8px 0px;
}

.usuful-links a{
text-decoration:underline!important;
font-size:18px;
	line-height:18px;
font-weight:400;
font-family: 'Barlow Semi Condensed';
letter-spacing: 0.09px;
color: #005C99;
}

@media (max-width: 993px){
	.d-flex {
    display: flex !important;
    flex-flow: column;
	}
	.fe_right-search{
		max-width:100%;
    background: #f7f7f7 0% 0% no-repeat padding-box;
position: relative;
        z-index: 2;
	}
}

/* course details */

.course-details-custom_section .return_back {
    text-align: left;
    margin-bottom: 27px;
}

.course-details-custom_section{
	background-color:#fff;
padding-bottom: 23px;
}

.course-details-custom_section h1{
color: #3C413F;
font-size:50px;
line-height:58px;
font-weight:bold;

text-transform: uppercase;
}

.course-details-custom_header{
    display: flex;
    flex-flow: row;
justify-content: space-between;
gap: 20px;
}

.course-details-custom_header_box h5{
	color: #962D00;
	font-size:26px;
	font-weight:600;
}

.course-details-custom_header_box p {
    color: #962D00;
}

.course-details-custom_header_box{
	    flex-basis:auto;
}

.course-details-custom_header_box img {
    max-width: 420px;
}

 .cd_wrap .para_ins span, .cd_wrap .cd_point li span{
	color: #006E51;
}

.cd_wrap .cd_action img {
    display: none;
}

.cd_action a:nth-child(2) {
    display: none;
}


.cd_action_wrap {
    display: flex;
    flex-flow: row;
}

.cd_action_icons {
    display: flex
;
    align-items: center;
	display:none;
}

.cd_action_icons ul {
    display: flex;
    gap: 30px;
    list-style: none;
}


@media (max-width: 1024px){
	.course-details-custom_header{
    flex-flow: column;
    gap: 50px;
	}
}

/* How it Works  */

.howitworks_content_wrap {
    margin-bottom: 40px;
    margin-top: 70px;
}

.custom-howitworks_section h2{
	font: normal normal bold 40px/47px Rubik;
letter-spacing: 0px;
color: #962C08;
text-transform: uppercase;
}

.howitworks_content_wrap h3{
	font: normal normal 600 32px/34px Barlow Semi Condensed;
letter-spacing: 0px;
color: #034B39;	
	margin-top:30px;
}

.howitworks_content_wrap p{
font: normal normal normal 18px/28px Barlow Semi Condensed;
letter-spacing: 0.09px;
color: #3C413F;
}

.howitworks-steps-mobile{
	display:none;
}

.howitworks_path_graphics_wrap {
    margin-bottom: 30px;
}

img.howitworks-steps-desktop {
    width: 100%;
}

.watermark_wrap.how_watermark.howitworks_watermark img {
    top: -300px;
}

@media (max-width: 650px){
	.custom-howitworks_section h2{
    margin-bottom: 70px;
}
	.howitworks-steps-mobile{
		display:block;
        width: 100%;
	}
	.howitworks-steps-desktop{
		display:none;
	}
.custom-howitworks_section .watermark_wrap.how_watermark.howitworks_watermark {
    margin-bottom: -40px;
}
}


/*Why short-courses ( copy html and changes from editpage and template short-credit) */

section.pt_wrap.short-courses_page {
    margin-bottom: 36px;
}

.short-courses_page h1.page_title{
	white-space:nowrap;
    max-width: 700px;
}

ul.short-courses_list {
  list-style-type: none; /* Remove default list dots */
  margin: 0;
  padding: 0;
    list-style: none;
}

.short-courses_list li {
  position: relative;
  padding-left: 1.5rem; /* space for the checkmark */
}

/* Add a green checkmark before each list item */
.short-courses_list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0.25rem;
    width: 8px;
    height: 15px;
    border-right: 3px solid #32A07D;
    border-bottom: 3px solid #32A07D;
    transform: rotate(45deg);
}


.short-courses_list li{
	margin-bottom: 10px;
	font: normal normal normal 18px/26px Barlow Semi Condensed;
	letter-spacing: 0.09px;
	color: #3C413F;
}

a.btn_primary.btn_small.short-courses_btn{
    padding: 18px 0px;
    height: auto;
    min-width: 190px;
    text-align: center;

}

a.btn_primary.btn_small.short-courses_btn span{
	font: normal normal 600 20px/20px Barlow Semi Condensed;
letter-spacing: 0px;
color: #004B37;
text-transform: uppercase;
}

.short-courses_areasofdemand .aod_box.how_it_wrap {
    padding: 50px 75px !important;
    background: #C2CAC84D 0% 0% no-repeat padding-box;
}

.short-courses_areasofdemand .sec_title {
    margin: 0;
    margin-bottom: 50px;
}

.short-courses_areasofdemand .aod_inner {
    display: flex;
    flex-flow: row;
    gap: 52px;
}

a.btn_primary.btn_small.aod_btn_pathways {
	min-width: auto;
    white-space: nowrap;
    max-width: 308px;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    height: auto;
}

a.btn_primary.btn_small.aod_btn_pathways span{
	font: normal normal 600 20px/20px Barlow Semi Condensed;
letter-spacing: 0px;
color: #004B37;
}

.short-courses_areasofdemand .aod_col {
    display: flex;
    flex-flow: column;
    gap: 33px;
}

.short-courses_areasofdemand .aod_item {
    display: flex;
align-items: flex-start;
}

.short-courses_areasofdemand .aod_item img {
    max-width: 100px;
    margin-right: 30px;
    object-fit: contain;
}

.short-courses_areasofdemand .aod_item .aod_con h4{
	font: normal normal 600 26px/30px Barlow Semi Condensed;
letter-spacing: 0px;
color: #034B39;
}

.short-courses_areasofdemand .aod_item .aod_con p{
	font: normal normal normal 18px/28px Barlow Semi Condensed;
letter-spacing: 0.09px;
color: #3C413F;
}

@media (max-width: 993px){
	.short-courses_areasofdemand .aod_inner{
		flex-flow: column;
	}
	.short-courses_areasofdemand .aod_box.how_it_wrap{
		    padding: 40px 45px !important;

	}
}

@media (max-width: 768px){
.aod_item.aod_item_last img {
    display: none;
}
a.btn_primary.btn_small.aod_btn_pathways {
    margin: 0 auto;
}
}

@media (max-width: 500px){
.aod_item.aod_item_last img {
    display: none;
}
a.btn_primary.btn_small.aod_btn_pathways {
    margin: 0 auto;
}
.short-courses_areasofdemand .aod_item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.short-courses_areasofdemand .sec_title {
    text-align: center;
}
}

@media only screen and (max-width: 845px) {
    .banner_wrap .banner_inner .banner_item img {
        height: 240px;
    }
}

@media only screen and (max-width: 845px) {
	.banner_wrap .banner_inner .banner_item .banner_con {
		top: 25%;
	}

}

@media only screen and (max-width: 845px) {
    .banner_wrap .banner_inner .banner_item, .banner_wrap .banner_inner .slick-slide {
        height: 560px;
    }
}


