@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: 30px;
    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: 1;
    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;
}

.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;
}

@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:10px;
}
.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;
}
.story_wrap h4 {
     border-bottom: 2px solid #58d4b0;
     padding-bottom: 26px;

 }
.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 h1 {
    color: #962C08;
    font-size: 40px;
    letter-spacing: 0px;
    font: normal normal bold 40px / 47px Rubik;
}

@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;
}
}


/**** 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: 15px;
    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: 65px;
}

.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: 18px;
    font-weight: normal;
    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: 12px;
}

.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: 0;
}

.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: inline;
    text-decoration: underline;
}


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

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

    .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:13px;
    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;
}
@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 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: 18px;
    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: -30px;
}
}
.media-content-row h2{
 color: #212529 !important;
    text-transform: capitalize !important;
}



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


/* 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;
    }
}