body {
    overflow-x: hidden;
    font-family: 'Forma DJR Display Regular' !important;
    letter-spacing: 1.2px;
    font-weight: 400;
}

p {
    font-size: 17px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
    color: #58595B;
}

section {
    padding: 60px 0px;
}

h2.heading {
    margin-bottom: 10px;
    font-size: 31px;
}

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

.btn-custom {
    background: #fff;
    color: #007467 !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px;
    min-width: 200px;
    padding: 8px 20px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/*announcment*/
.main_top1 {
    background: #f58220;
    padding: 6px 0px;
    position: relative;
    z-index: 1000;
    height: 50px
}

.main_top1 .alert-danger {
    color: #721c24;
    background-color: #f58220;
    border-color: #f58220;
    padding: 0px;
    margin: 0px;
}

.main_top1 .alert-dismissible .close {
    position: absolute;
    top: -10px;
}

.title {
    float: left;
    /* width: 14%;*/
    margin-right: 15px;
    position: relative;
    margin-left: 10px
}

.main_top1 h6 {
    color: #000;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
}

.main_top1 .title h6::after {
    content: '';
    border-left: 1px solid #fff;
    margin-left: 15px;
}

.marq {
    float: left !important;
    width: 80%;
    height: 50px;
}

.marq a {
    color: #fff;
    text-decoration: none
}

.marq a:hover {
    text-decoration: none
}

.main_top1 .alert-danger {
    color: #721c24;
}

@media(max-width: 991px) {
    .main_top1 {
        padding-top: 1px;
        padding-left: 3px
    }

    .marq {
        height: 50px;
        padding: 0px 3px;
    }

    .main_top1 .text-marq {
        width: 100%;
        /*overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left:20px;*/
        font-size: 13px;
        line-height: 14px;
        display: block;

    }

    .title {
        display: none !important;
    }

    .top-bar {
        position: relative !important;
        padding: 17px 0px 0px;
    }

    .btn-custom {
        font-size: 14px;
        min-width: 180px;
    }

    p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0px;
        margin: 0px;
        color: #58595B;
    }
}

@media(max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 1.7;
        padding: 0px;
        margin: 0px;
    }

    h2.heading {
        margin-bottom: 15px;
        font-size: 28px;
    }

}


/*---------banner section-----------*/

.banner-section {
    padding: 40px 0px 40px;
    position: relative;
    background: #fff;
    margin-top: 0px;
    /*margin-top: 90px;*/
}

.banner-section .owl-carousel .owl-stage {
    display: flex;
}

.banner-section .owl-carousel .item {
    padding: 0px;
    position: relative;
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    overflow-x: hidden !important;
}

.banner-section .owl-carousel .item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    right: 0px;
    height: 91.3%;
    background: #007467;
    z-index: -1;
}

.banner-section h1 {
    font-weight: 700;
    color: #fff;
    font-size: 52px;
    line-height: .9;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 5px;
    z-index: 2;
    position: relative;
}

.banner-section h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0px 20px;
    z-index: 2;
    position: relative;
}

.banner-section hr {
    width: 97%;
    position: relative;
    border-color: #fff;
    text-align: left;
    margin: 10px 0px;
    z-index: 2;
}

.banner-section hr:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    background: #fff;
}

.banner-section hr:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    border-radius: 0;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: #fff;
}

.banner-section .owl-carousel .owl-item img {
    position: relative;
    z-index: 1;
    width: 130%;
    max-width: none;
    transform: translateX(-10%);
}

.banner-section .owl-carousel .owl-dots {
    position: absolute;
    width: 1140px;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 0px 15px;
}

.banner-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #fff;
}

.banner-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border-color: #fff;
    background: #fff !important;
}

.banner-section .btn-custom {
    background: #000;
    color: #fff !important;
    border-radius: 50px;
}

@media(max-width: 1199px) {
    .banner-section .owl-carousel .owl-dots {
        width: 960px;
        /* bottom: 80px; */
        bottom: 50px;
    }

    .banner-section h1 {
        font-size: 45px;
    }

    .banner-section h3 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {
    .banner-section .owl-carousel .item {
        padding: 0px 20px 20px;
    }

    .banner-section .owl-carousel .item:after {
        height: 100%;
    }

    .banner-section .owl-carousel .owl-item img {
        position: relative;
        z-index: 1;
        width: 80%;
        max-width: none;
        transform: translateX(-10%);
        margin: 0px auto;
    }

    .banner-section h1 {
        font-size: 60px;
        line-height: 1.1;
        margin: 0px;
        padding-bottom: 5px;
    }

    .banner-section hr {
        margin: 10px auto;
    }

    .banner-section h3 {
        font-size: 34px;
        margin: 10px 0px 35px;
    }

    .banner-section .owl-carousel .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0px;
        transform: none;
        text-align: center;
        padding: 0px 15px;
    }
}

@media(max-width: 768px) {
    .banner-section .owl-carousel .owl-item img {
        width: 90%;
    }

    .banner-section h1 {
        font-size: 50px;
    }

    .banner-section h3 {
        font-size: 32px;
    }

    .banner-section {
        margin-top: 20px !important;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

@media(max-width: 475px) {
    .banner-section .owl-carousel .owl-item img {
        width: 80%;
    }

    .banner-section h3 {
        font-size: 18px;
    }

    .banner-section h1 {
        font-size: 28px;
    }
}

@media(max-width: 350px) {

    .banner-section .owl-carousel .owl-item img {
        width: 90%;
    }

    .banner-section br {
        display: none;
    }

    .banner-section h3 {
        font-size: 16px;
    }

    .banner-section h1 {
        font-size: 24px;
    }
}

/*-----------------------form section---------------------*/

.form-section {
    padding: 0px 0px 40px;
    position: relative;
    z-index: 2
}

.form-wrap {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 25px 30px 15px;
    background: #fff;
    margin-top: -65%;
}

.form-wrap h6 {
    font-weight: 700;
}

.form-wrap .form-group {
    margin-bottom: .5rem;
}

.form-wrap .form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 3px 0px !important;
    border-bottom: 1px solid #58595B !important;
    font-size: 12px;
    height: 30px !important;
}

.form-wrap select.form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    cursor: pointer;
}

.form-wrap .form-control:hover,
.form-wrap .form-control:active,
.form-wrap .form-control:focus {
    border-bottom: 1px solid #F0E046 !important;
}

.form-wrap p {
    font-size: 9px;
    line-height: 1.3;
}

.form-wrap .btn-custom {
    background: #007467 !important;
    color: #000 !important;
    min-width: 130px !important;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 10px;
}

.view-more {
    cursor: pointer;
}

.view-more.hide {
    display: none;
}

.more {
    display: none;
}

.more.show {
    display: inline;
}

.form-section .icon-box {
    margin: 0px 0px 10px 0px;
}

.icon-box img {
    width: 30px;
    margin-right: 7px;
}

.icon-box h6 {
    font-size: 13px;
    margin: 0px;
}

.icon-box h6 span {
    font-weight: 700;
}

.form-section .sep {
    width: 0px;
    border-right: 1px dotted #000;
    height: 35px;
    margin-bottom: 10px;
}


@media(max-width: 1199px) {
    .form-wrap {
        margin-top: -85%;
    }

    .form-section .icon-box {
        min-width: 250px;
        margin: 15px 0px 15px 0px;
    }
}

@media(max-width: 991px) {

    .form-section {
        padding-bottom: 0px;
    }

    .form-wrap {
        margin-top: 10px;
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }

    .form-section .vect {
        position: absolute;
        top: -50px;
        left: 0px;
        width: 250px;
        z-index: 0;
        transform: translateX(-75%);
    }
}

@media(max-width: 767px) {
    .form-wrap {
        margin-top: 30px;
    }

    .form-section .icon-box {
        min-width: 200px;
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .form-wrap {
        margin-top: 50px;
    }

    .form-section {
        padding-bottom: 0px;
    }

    .about-section .icon-box {
        min-width: 270px;
        margin: 0px 0px 30px 0px;
    }

    .about-section .sep {
        display: none;
    }
}




/*---------about section----------------*/

.about-section {
    padding-top: 20px;
}

.icon-grp {
    border-left: 1px dashed #000;
    padding-left: 40px;
}

.icon-grp img {
    width: 30px;
}

.icon-grp p {
    line-height: 1.3;
}

.icon-grp p span {
    font-weight: 700;
}


@media(max-width: 991px) {
    .icon-grp {
        border-left: none;
        padding-left: 0px;
    }


    .about-section {
        padding-top: 50px;
    }
}




/*-----------glance----------------------------*/

.glance-section {
    background-color: #f4e4c9;
}

.glance-section .heading {
    color: #000;
}

.glance-section p {
    padding-right: 40px;
}








/*----------------specs section--------------*/

.specs-section-head {
    color: #fff !important;
    background: #007467;
}

.specs-section-head p,
.specs-section-head .heading {
    color: #fff !important;
}

.specs-section-content,
.specs-section-details {
    background: #007467;
    padding-top: 20px;
}

.specs-section-content {
    padding-top: 0px;
    padding-bottom: 30px;
}

.specs-section-content .heading {
    padding: 20px 0px 40px;
}

.specs-section-content p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 90px;
    color: #fff !important;
}

.specs-section-content p span {
    font-weight: 300;
    font-size: 24px;
}

.specs-section-content small {
    font-style: italic;
    font-weight: 400;
    color: #fff;
    text-decoration: none !important;
    font-size: 11px;
    cursor: pointer;
}


.specs-section-content .spec {
    position: relative;
    margin: 0px 0px 50px;
    min-width: 150px;
}

.specs-section-details {
    padding-bottom: 40px;
}

.specs-section-details h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #000 !important;
    text-align: center;
    margin: 0px;
    padding-top: 15px;
}

.specs-section-details h6 span {
    font-weight: 400;
    font-size: 20px;
}

.specs-section-details p {
    color: #fff;
    padding: 0px 20px 20px;
    text-align: center;
}

.specs-section-details hr {
    border: none;
    border-top: 1px solid #fff;
    width: 75%;
    margin: 25px auto;
}

.specs-section-details .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.specs-section-details .owl-carousel {
    margin-top: 15px;
}

.spec-go-back {
    text-align: right;
    display: inline-block;
    cursor: pointer;
}

.specs-section-details .item {
    width: 100%;
}


.spec_d {
    position: relative;
}

.spec_d p::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    border-left: 1px solid #fff;
    width: 0px;
    height: 200px;
    transform: translateY(-50%);
}


.sep {
    width: 0px;
    height: 120px;
    border-left: 2px dashed #fff;
}


@media(min-width: 768px) {
    .specs-section-details .item {
        width: 100%;
        padding: 0px 0px 15px;
        cursor: pointer;
    }

    .spec_d p {
        text-align: left;
        padding-left: 30px;
        display: none;
    }

    .spec_d {
        position: relative;
    }

}




@media(max-width: 767px) {
    .specs-section-content .d-flex {
        min-height: auto;
        height: auto;
        padding: 20px 0px 0px;
    }

    .specs-section-content .spec {
        position: relative;
        max-height: auto;
        padding-bottom: 20px;
        min-width: auto !important;
    }

    .specs-section-content p {
        min-height: 100px;
        padding-right: 10px;
    }

    .specs-section-content .spec::after {
        position: absolute;
        content: "";
        top: auto;
        bottom: 0px;
        right: auto;
        left: 15px;
        width: 80%;
        height: 0px;
        border-top: 2px dashed #fff;
        display: block !important;
    }

    .specs-section-content .d-flex:last-child {
        display: none;
    }



}

@media(max-width:575px) {

    .specs-section-content p {
        font-weight: 800;
        padding-right: 15px;
        min-height: 100px;
        font-size: 16px;
    }

    .specs-section-content p span {
        font-size: 20px;
        display: block;
    }

    .specs-section-content p br {
        display: none;
    }

    .specs-section-content {
        padding-bottom: 30px;
    }
}






/*.......................cv.......................*/

.col-cv {
    overflow-y: hidden;
}

.cv-carousel {
    height: 100px !important;
    overflow-x: visible !important;
    position: relative;
    margin: 120px 0px 125px;
}

.cv-carousel:after {
    position: absolute;
    content: "";
    top: -125px;
    left: 0px;
    right: 0px;
    height: 40px;
    background: -webkit-linear-gradient(#007467, rgba(243, 113, 57, 0));
    background: -o-linear-gradient(#007467, rgba(243, 113, 57, 0));
    background: -moz-linear-gradient(#007467, rgba(243, 113, 57, 0));
    background: linear-gradient(#007467, rgba(243, 113, 57, 0));
    z-index: 5;
}

.cv-carousel:before {
    position: absolute;
    content: "";
    bottom: -125px;
    left: 0px;
    right: 0px;
    height: 40px;
    background: -webkit-linear-gradient(rgba(243, 113, 57, 0), #007467);
    background: -o-linear-gradient(rgba(243, 113, 57, 0), #007467);
    background: -moz-linear-gradient(rgba(243, 113, 57, 0), #007467);
    background: linear-gradient(rgba(243, 113, 57, 0), #007467);
    z-index: 5;
}


.cv-carousel .cv-stage-outer {
    overflow: visible !important;
}


.cv-prev,
.cv-next {
    position: absolute;
    left: 0px;
    width: 30px;
    height: auto;
    z-index: 10;
}

.cv-prev {
    top: -125px;
}

.cv-next {
    bottom: -122px;
}

.cv-prev img,
.cv-next img {
    width: 100%;
    cursor: pointer;
}

.specs-section-details .item {
    width: 100%;
    padding: 0px 15px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.specs-section-details .cv-item.active .item,
.specs-section-details .cv-item:hover .item,
.specs-section-details .owl-item.active .item,
.specs-section-details .owl-item:hover .item {
    opacity: 1;
}

.specs-section-details h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff !important;
    margin: 0px;
    padding-top: 0px;
    display: block;
    text-align: left;
    width: 100%;
}

.specs-section-details .cv-item.active .item h6,
.specs-section-details .owl-item .item h6,
.specs-section-details .owl-item.active .item h6 {
    font-weight: 700;
    font-size: 17px;
}


.specs-section-details h6 span {
    font-size: 15px;
    font-weight: 400;
}

.specs-section-details .cv-item.active .item h6 span,
.specs-section-details .owl-item .item h6 span,
.specs-section-details .owl-item.active .item h6 span {
    font-weight: 300;
    font-size: 25px;
}

.specs-section-details {
    display: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
}

.owl-next img,
.owl-prev img {
    width: 20px;
    transform: rotate(90deg);
}

.owl-next {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent !important;
}

.owl-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent !important;
}

.owl-nav {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}

@media(max-width: 991px) {
    .specs-section-details h6 {
        font-size: 15px;
    }



    .specs-section-details h6 span {
        font-size: 18px;
    }

    .specs-section-details .cv-item.active .item h6,
    .specs-section-details .owl-item .item h6 {
        font-size: 17px;
    }

    .specs-section-details .cv-item.active .item h6 span,
    .specs-section-details .owl-item .item h6 span {
        font-size: 20px;
    }

}

@media(max-width: 767px) {
    .specs-section-details .item {
        width: 100%;
        padding: 0px;
    }

    .specs-section-details h6 {
        font-size: 16px;
        text-align: center;
        padding: 0px 35px;
    }
}

@media(max-width: 360px) {
    .specs-section-content p {
        font-size: 14px;
        padding-right: 0px;
        min-height: 100px;
    }
}






/*-----------------highlight section-----------------*/

.highlight-section {
    padding-bottom: 10px;
}

.highlight-section li {
    padding: 13px 0px;
    border-bottom: 1px dashed #000;
    margin-right: 20px;
}

.highlight-section li:first-child {
    padding-top: 0px;
}

.highlight-section p {
    font-size: 19px;
    line-height: 1.4;
}

.highlight-section h2 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
}

.highlight-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0px;
    transform: translateY(50%);
}

.highlight-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #000;
}

.highlight-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000;
    background: #000 !important;
}


@media(max-width: 991px) {
    .highlight-section h2 {
        font-size: 32px;
    }
}

@media(max-width: 767px) {

    .highlight-section h2 {
        padding-bottom: 30px;
    }

    .highlight-section ul {
        padding-bottom: 30px;
    }

}

@media(max-width: 575px) {
    .highlight-section h2 {
        font-size: 26px;
    }

    .highlight-section p {
        font-size: 18px;
        line-height: 1.3;
        padding-right: 20px;
    }

    .highlight-section p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .highlight-section .owl-carousel .owl-dots {

        position: absolute;
        bottom: 0;
        left: 0px;
        transform: translateY(50%);

    }
}



/*--------------details section-----------------*/


.details-section .heading {
    margin-bottom: 25px;
}

.opn p {
    line-height: 1.5;
}

.opn img {
    max-width: 95px;
    margin: 15px 0px 10px;
}

.apply-box {
    border: 1px solid #007467;
    border-radius: 20px;
    text-align: center;
    padding: 40px 10px;
}

.apply-box .btn-custom {
    background: #000 !important;
    color: #fff !important;
    padding-top: 7px 15px;
}

.apply-box p {
    font-weight: 700;
    margin-bottom: 15px;
}


@media(max-width: 1199px) {
    .opn p {
        line-height: 1.5;
        font-size: 15px;
    }

    .apply-box .btn-custom {
        min-width: 180px;
    }
}


@media(max-width: 991px) {
    .details-section .opn {
        margin-bottom: 40px;
    }

    .details-section {
        padding-bottom: 20px;
    }
}


@media (max-width: 767px) {
    .details-section .opn {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }

    .details-section .opn img {
        width: 75px !important;
        margin-right: 15px;
    }

    .apply-box {
        width: 100%;
        max-width: 300px;
        margin-top: 30px;
    }
}



/*-------------scholorship section---------------------*/



.scholor-section {
    padding: 20px 0px 0px;
}

.scholor {
    background: #007467;
    color: #fff;
    padding: 60px 60px;
}

.scholor p {
    color: #fff;
    padding: 15px 0px 0px;
}

.scholor .btn-custom {
    color: #fff !important;
    text-transform: uppercase;
}

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







/*-----------------form section-------------------*/
/*
.form-section {
    padding-top: 80px;
}

.form-control,
.form-control:hover,
.form-control:focus {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #c8d3c0;
    padding-left: 0px;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    transition: all 0.3s ease-in-out;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    border-bottom: 1px solid #007467 !important;
}

select.form-control {
    background-image: url(../images/select.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
}

form p {
    font-size: 13px;
    padding-left: 10px;
}

.form-section .btn-custom {
    background: #000 !important;
    color: #fff !important;
    border-radius: 30px;
}
*/
.thank-content h1 {
    font-weight: 900;
}

.thank-content .btn-custom {
    min-width: 220px;
    box-shadow: 5px 5px 10x rgba(0, 0, 0, 0.3) !important;
    background: #007467 !important;
    color: #000 !important;
}


@media(max-width: 991px) {
    .thank-content img {
        max-width: 400px;
        width: 100%;
    }
}





/*-------------------------campus section--------------------*/

.campus-section {
    padding: 60px 0px 90px;
}

.campus-box {
    background: #007467;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.18);
    position: relative;
    margin-top: -90px;
    max-width: 560px;
    margin-left: 40px;
    padding: 35px 40px;
    z-index: 999;
}

.campus-section p {
    font-size: 15px;
    color: #fff;
}

.campus-section p span {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}

.slider-section .pagination {
    position: absolute;
    bottom: 9px;
    right: -173px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.slider-section .pagination span {
    padding: 0px 5px 5px;
    margin: 0px 18px;
    cursor: pointer;
}

.slider-section .pagination p {
    width: 50px;
    text-align: center;
    color: #000;
}

.slider-section .owl-carousel:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 1110px;
    height: 65%;
    transform: translate(-50%, -50%);
    background: #007467;
    z-index: -1;
}

.slider-section .pagination img {
    width: 15px;
}

@media(max-width: 991px) {
    .campus-box {
        max-width: 500px;
        height: auto;
        margin: 0px auto 50px;
    }

    .campus-box img {
        width: 100%;
    }

    .campus-section {
        padding-bottom: 30px;
    }
}






/*--------------------------footer-----------------*/

.footer-layer1 {
    background: #007467;
    padding: 20px 0px;
}

.footer-layer1 h1 {
    font-size: 36px;
    color: #fff;
    margin: 0px;
}

.footer-layer1 p {
    color: #fff;
}

.footer-layer1 p a {
    color: #fff !important;
    text-decoration: none;
}

.footer-layer2 {
    background-color: rgba(219, 141, 75, .1);
    padding: 15px 0px;
}

.footer-layer2 .col-12 * {
    display: inline;
}

.opn svg {
    width: 90px;
}

.footer-layer2 li {
    display: inline-block;
}

.footer-layer2 li img {
    width: 30px;
}

.footer-layer2 h6 {
    margin-right: 20px;
}

.footer-layer3 {
    padding: 15px 0px;
}

.footer-layer3 p {
    font-size: 14px;
}

@media(max-width: 1199px) {
    .footer-layer1 h1 {
        font-size: 23px;
    }
}

@media(max-width: 767px) {
    .footer-layer1 h1 {
        font-size: 24px;
        margin: 0px;
    }
}






/*.................top bar........................*/

.top-bar {
    /*position: absolute;*/
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    padding: 40px 0px 0px;
    transition: all 0.5s ease-in-out;
}

.top-bar.scrolled {
    padding: 20px 0px;
    position: fixed;
    background-color: #fff;
}

/* .top-bar img {
    width: 200px;
} */

.top-bar img.white,
.top-bar.scrolled img.black {
    display: none;
}

.top-bar.scrolled img.white {
    display: block;
}

.top-bar .nav-link {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 13px;
    text-align: center;
    color: #939598;
    font-weight: 500;
    opacity: 1;
    padding: .5rem !important;
    transition: all 0.3s ease-in-out;
}

.top-bar .nav-link.active {
    color: #000000;
}

.top-bar.scrolled .nav-link {
    color: #939598;
}

.top-bar.scrolled .nav-link.active {
    color: #007467;
}

.top-bar .nav-link.btn-nav {
    background: #007467;
    font-size: 10px !important;
    display: inline-block;
    width: auto;
    border-radius: 30px;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 8px 15px !important;
    font-weight: 700;
    opacity: 1;
}

.top-bar.scrolled .nav-link.btn-nav {
    background: #007467;
    color: #fff !important;
}

@media(max-width: 991px) {
    .top-bar .nav-link {
        /* font-family: 'Poppins', sans-serif; */
        font-size: 13px;
        text-align: center;
        font-weight: 500;
        opacity: .6;
        transition: all 0.3s ease-in-out;
    }
}

@media(max-width: 767px) {
    .top-bar .nav-link {
        /* font-family: 'Poppins', sans-serif; */
        font-size: 10px;
        text-align: center;
        font-weight: 500;
        opacity: .6;
        transition: all 0.3s ease-in-out;
    }

    .top-bar .nav-link.btn-nav {
        font-size: 9px !important;
        display: inline-block;
        width: auto;
        border-radius: 40px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 8px 10px;
        font-weight: 700;
        opacity: 1;
    }

    .top-bar {
        position: absolute;
        padding: 17px 0px 0px;
    }

    .top-bar.scrolled {
        padding: 15px 0px;
        position: fixed;
        background-color: #000;
    }


}





/*-----------------------------thankyou page--------------------------*/

.thank-wrap .logo {
    width: 220px;
    position: relative;
    z-index: 2;
}

.thank-wrap .thank {
    width: 130%;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.thank-wrap h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: .9;
    margin: 50px 0px 15px;
    position: relative;
    z-index: 2;
}

.thank-wrap h5 {
    font-size: 22px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.thank-wrap .btn-custom {
    width: 250px;
    text-align: center;
    background: #007467 !important;
    color: #000 !important;
    border-radius: 50px;
    margin: 0px 0px 15px;
}

.thank-footer .layer1 {
    border-top: 1px solid #58595b;
    border-bottom: 1px solid #58595b;
    padding: 20px 0px;
}

.thank-footer h1 {
    font-size: 20px;
    margin: 0px;
}

.thank-footer p,
.thank-footer p a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin: 0px;
}

.thank-footer img {
    width: 30px;
}

.thank-footer h6 {
    margin-right: 10px;
}

.thank-footer h6,
.thank-footer ul {
    display: inline-block;
}

.thank-footer ul li {
    display: inline;
}

.thank-footer .layer2 p {
    font-size: 12px;
    padding: 10px 0px;
}


@media(max-width: 991px) {
    .thank-wrap .logo {
        width: 180px;
    }

    .thank-wrap .thank {
        width: 140%;
        margin-top: -40px;
    }

    .thank-wrap h1 {
        font-size: 45px;
        margin: 50px 0px 15px;
    }

    .thank-wrap h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }

    .thank-footer p,
    .thank-footer p a {
        font-size: 14px;
    }
}

@media(max-width: 767px) {

    .thank-wrap {
        padding: 30px 0px;
        overflow: hidden;
    }

    .thank-wrap .logo {
        width: 180px;
    }

    .thank-wrap .thank {
        width: 100%;
        margin-top: 0px;
        margin-left: 20%;
    }

    .thank-wrap h1 {
        font-size: 45px;
        margin: -70px 0px 15px;
    }

    .thank-wrap h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }

    .thank-footer p,
    .thank-footer p a {
        font-size: 14px;
        margin-bottom: 20px;
    }


}


@media(max-width: 575px) {
    .thank-wrap {
        padding: 20px 0px;
    }

    .thank-wrap .logo {
        width: 130px;
    }

    .thank-wrap .thank {
        width: 110%;
        margin-top: 0px;
        margin-left: 15%;
    }

    .thank-wrap h1 {
        font-size: 34px;
        margin: -40px 0px 15px;
    }

    .thank-wrap h5 {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }

    .thank-footer p,
    .thank-footer p a {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .top-bar img {
        width: 150px;
    }

    .marq a.announcement {
        font-size: 12px;
    }
}

.footer-layer3 a {
    color: #007467;
    font-weight: 600;
}

.specs-section-content a {
    color: #fff;
}

.banner-section h4 {
    border: 1px solid #fff;
    font-size: 18px;
    color: #007467;
    /* font-weight: 700; */
    background: #fff;
    display: inline-block;
    padding: 13px 20px 13px 23px;
    margin: 10px 0px 90px;
    /* letter-spacing: 8px; */
    display: block;
    width: max-content;
    font-family: 'Forma DJR Display Medium' !important;


}

.banner-section h4 span {
    font-size: 24px;
}

.banner-section .col-auto {
    padding-left: 0px;
}

@media only screen and (max-width: 480px) {
    .banner-section h4 {
        font-size: 12px;
        padding: 10px 20px 13px 7px;
    }

    .banner-section h4 span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-section .col-auto {
        padding-left: 15px;
        display: flex;
        justify-content: center;
    }
}