@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('../webfonts/extra/ARLRDBD.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('../webfonts/extra/GT-AMERICA-REGULAR.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT America';
    src: url('../webfonts/extra/GT-AMERICA-BOLD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT America';
    src: url('../webfonts/extra/GT-AMERICA-BOLD-ITALIC.TTF') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Arial Rounded MT Bold';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    background-color: #ffffff;
}

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

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}
main {
    overflow: hidden;
}



/* COMMON STYLE :START */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 12px;
    line-height: 1.5;
    color: #063955;
    background-color: transparent;
    border: 2px solid #063955;
    border-radius: 100px;
    padding: 7px 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-transform: uppercase;
    transition: 0.7s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #063955;
}



.btn-style-1.btn-icon-1::after {
    content: url('../images/btn-icon-1.png');
    transition: 0.7s;
}
.btn-style-1.btn-icon-1:hover::after {
    filter:  brightness(0) invert(1);
    transform: rotate(45deg);
}



.btn-style-1.btn-icon-2::after {
    content: url('../images/btn-icon-2.png');
    transform: translateX(0px);
    transition: 0.7s;
}
.btn-style-1.btn-icon-2:hover::after {
    filter:  brightness(0) invert(1);
    animation: bi2move 0.7s;
}
@keyframes bi2move {
    0% {transform: translateX(0px);}
    50% {transform: translateX(5px);}
    100% {transform: translateX(0px);}
}



.btn-style-1.btn-icon-3::after {
    content: url('../images/btn-icon-3.png');
    transform: translateX(0px);
    transition: 0.7s;
}
.btn-style-1.btn-icon-3:hover::after {
    filter:  brightness(0) invert(1);
    animation: bi3move 0.7s;
}
@keyframes bi3move {
    0% {transform: translateX(0px);}
    50% {transform: translateX(5px);}
    100% {transform: translateX(0px);}
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #063955;
    border: 2px solid #063955;
    border-radius: 100px;
    padding: 7px 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-transform: uppercase;
    transition: 0.7s;
}
.btn-style-2:hover {
    color: #063955;
    background-color: transparent;
}
/* ---- btn-style-2 :end ---- */

/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #063955;
    border: 2px solid #063955;
    border-radius: 3px;
    padding: 10px 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-transform: uppercase;
    transition: 0.7s;
}
.btn-style-3:hover {
    color: #063955;
    background-color: transparent;
}
/* ---- btn-style-3 :end ---- */

/* ---- hd-style-1 :start ---- */
.hd-style-1 h3 {
    font-size: 60px;
    color: #09425a;
    line-height: 1;
    margin-bottom: 0;
}
/* ---- hd-style-1 :end ---- */

/* ---- hd-style-2 :start ---- */
.hd-style-2 h3 {
    font-size: 24px;
    color: #09425a;
    line-height: 1;
    margin-bottom: 0;
}
/* ---- hd-style-2 :end ---- */

/* COMMON STYLE :END */

/* header :start */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
/* header section :end */

/* what is section :start */
.whatis-section {
    color: #ffffff;
    background-color: #09425a;
    padding: 115px 0px 80px;
}
.whatis-section .wisec-left {
    width: 100%;
    height: 100%;
}
.whatis-section .wisec-left .wisecleft-inner {
    position: relative;
}
.whatis-section .wisec-left .wisecleft-inner > img {
    width: 100%;
    height: auto;
}
.whatis-section .wisec-left .wisecleft-inner .wileft-over {
    position: absolute;
    top: 60px;
    right: 0;
    width: 155px;
    height: 155px;
}
.whatis-section .wisec-left .wisecleft-inner .wileft-over .wilover-1 {
    max-width: 100%;
    height: auto;
    animation: wilover1 20s infinite linear;
}
.whatis-section .wisec-left .wisecleft-inner .wileft-over .wilover-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* animation: wilover1 20s infinite linear reverse; */
}
@keyframes wilover1 {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.whatis-section .wisec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.whatis-section .wisec-right .wisright-top {
    display: flex;
    gap: 10px 40px;
}
.whatis-section .wisec-right .wisright-top .wirtop-left {
    text-align: right;
}
.whatis-section .wisec-right .wisright-top .wirtop-left h3 {
    color: #ffffff;
}
.whatis-section .wisec-right .wisright-top .wirtop-right {}
.whatis-section .wisec-right .wisright-top p {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.3;      
}
.whatis-section .wisec-right .wisright-bottom {
    margin-top: 35px;
}
.whatis-section .wisec-right .wisright-bottom p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
}

.whatis-section .wisec-right .wisright-quotes {
    text-align: center;
    margin-top: 30px;
}
.whatis-section .wisec-right .wisright-quotes p {
    font-family: 'Brittany Signature';
    font-size: 32px;
    color: #14f1a1;
    display: block;
    line-height: 2;
    padding-bottom: 47px;
    margin: 0;
    position: relative;
}
.whatis-section .wisec-right .wisright-quotes p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% + 30px);
    /* right: 0; */
    transform: translateX(-50%);
    width: 381px;
    height: 61px;
    background-image: url('../images/line-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* what is section :end */

/* certificate program section :start */
.certificateprogram-section {
    /* padding: 30px 0px 0px 0px; */
}
.certificateprogram-section .cpsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    padding: 30px 0px;
}
.certificateprogram-section .cpsec-left .cpsl-certificate {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.certificateprogram-section .cpsec-left .cpsl-certificate img {
    max-width: 100%;
    height: auto;
    /* border: 5px solid #1c1d20; */
}
.certificateprogram-section .cpsec-left .cpsl-text p {
    font-family: "GT America";
    font-size: 18px;
    color: rgb(28, 29, 32);
    line-height: 1.333;      
}
.certificateprogram-section .cpsec-left .cpsl-btns {
    margin-top: 40px;
}

.certificateprogram-section .cpsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0px 0px 0px;
}
.certificateprogram-section .cpsec-right img {
    max-width: 100%;
    height: auto;
}
/* certificate program section :end */


/* homebanner section :start */
.homebanner-section {
    /* padding-top: 115px; */
    padding-left: 33px;
    padding-right: 33px;
    margin: 0 auto;
    margin-top: 115px;
    max-width: 1900px;
    overflow: hidden;
    position: relative;
}
.homebanner-section .hbanner-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* align-items: flex-end; */
    padding-top: 150px;
    padding-bottom: 40px;
    padding-left: 80px;
    position: relative;
    z-index: 1;
}

.homebanner-section .hbcaption {
    width: 100%;
    height: auto;
}
.homebanner-section .hbcaption .hbcap-img {
    display: none;
    max-width: 300px;
    text-align: center;
    margin: 0px auto 15px auto;
    position: relative;
}
.homebanner-section .hbcaption .hbcap-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.homebanner-section .hbcaption .hbcap-img .hbcapimg-1 {
    width: 100%;
    height: auto;
}
.homebanner-section .hbcaption .hbcap-img .hbcapimg-2 {
    position: absolute;
    bottom: 60px;
    left: -10px;
    max-width: 80px;
    animation: hbrimg-rotate 20s infinite linear;
}


.homebanner-section .hbcaption h1 {
    font-size: 60px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}

.homebanner-section .hbnotice {
    width: 100%;
    max-width: 380px;
    height: auto;
    background-color: #ccedff;
    border-radius: 20px;
    padding: 20px 30px 20px 30px;
    margin-top: 50px;
}
.homebanner-section .hbnotice .hbn-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.homebanner-section .hbnotice .hbn-top h5 {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}
.homebanner-section .hbnotice .hbn-top time {
    font-size: 12px;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
}

.homebanner-section .hbnotice .hbn-top .hbnotice-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.homebanner-section .hbnotice .hbn-top .hbnotice-nav li .noticenav-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #454748;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebanner-section .hbnotice .hbn-top .hbnotice-nav li .noticenav-btn:hover {
    background-color: #454748;
}
.homebanner-section .hbnotice .hbn-top .hbnotice-nav li .noticenav-btn:hover img {
    filter:  brightness(0) invert(1);
}
  
  

.homebanner-section .hbnotice .hbn-bottom {
    margin-top: 15px;
    margin-bottom: 10px;
}
.homebanner-section .hbnotice .hbn-bottom p {
    font-family: "GT America";
    font-size: 15px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}




.homebanner-section .hbanner-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.homebanner-section .hbanner-right .hbrimg-wrap {
    position: relative;
    width: auto;
    height: 100%;


    position: absolute;
    top: 0;
    bottom: 0;
    /* right: 0; */
}
.homebanner-section .hbanner-right .hbrimg-wrap .hbrimg-1 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.homebanner-section .hbanner-right .hbrimg-wrap .hbrimg-2 {
    position: absolute;
    bottom: 145px;
    left: 0;
    animation: hbrimg-rotate 20s infinite linear;
}
@keyframes hbrimg-rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}



.hbl-side {
    position: absolute;
    top: 150px;
    bottom: 40px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.hbl-side .hbsocialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.hbl-side .hbsocialmedia li a {
    color: inherit;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hbl-side .hbsocialmedia li a:hover {
    color: #ffffff;
}
.hbl-side .hbsocialmedia li a.fb:hover {
    background-color: #000000;
}
.hbl-side .hbsocialmedia li a.fb:hover {
    background-color: #4267B2;
}
.hbl-side .hbsocialmedia li a.insta:hover {
    background-color: #cd486b ;
}
.hbl-side .hbsocialmedia li a.lin:hover {
    background-color: #0A66C2;
}
.hbl-side .hbsocialmedia li a.yt:hover {
    background-color: #CD201F;
}


.hbl-side .hbside-btn {
    writing-mode: vertical-lr;
    padding:  20px 7px;
}
.hbl-side .hbside-btn span {
    transform: rotate(-180deg);
}
.hbl-side .hbside-btn::after {
    transform: rotate(90deg);
}
.hbl-side .hbside-btn:hover::after {
    animation: none;
}
/* homebanner section :end */
.admission-procedure-top {
    width: 1810px;
    margin: 0 auto;
    max-width: 100%;
}
.admission-procedure-top img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top;
}
.step-by-step {
    width: 780px;
    max-width: 100%;
    margin: 60px auto 0 auto;
}
.step-by-step span.step {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #09425a;
    line-height: normal;
    padding: 4px 10px;
    margin: 0 0 10px 0;
    display: table;
}
.step-by-step h2 {
    font-size: 24px;
    color: #09425a;
    margin: 0;
}
.step-by-step h3 {
    font-size: 18px;
    color: #09425a;
    margin: 25px 0 10px 0;
}
.step-by-step ul {
    font-family: 'GT America';
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 18px;
    list-style: none;
    line-height: 26px;
    color: #1c1d20;
    font-weight: 400;
}
.step-by-step ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 21px;
    position: relative;
}
.step-by-step ul li::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #09425a;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}
.step-by-step p {
    font-family: 'GT America';
    font-size: 18px;
    line-height: normal;
    color: #1c1d20;
    margin: 0 0 15px 0;
}
.step-by-step p.note {
    font-family: 'GT America';
    font-size: 16px;
    line-height: normal;
    color: #7e7e7e;
    margin: 0;
    padding: 0 0 0 21px;
}
.slop-sec {}
.slop-sec .right {
    height: 100%;
    padding: 135px 0 135px 100px;
    background: #09425a;
    position: relative;
    margin: 0 0 0 -100px;

    display: flex;
    align-items: center;
}
.slop-sec .right::after {
    width: 10000px;
    background: #09425a;
    position: absolute;
    right: -10000px;
    top: 0;
    height: 100%;
    content: "";
}
.slop-sec .right .shape {
    position: absolute;
    left: -309px;
    top: 0;
    width: 310px;
    height: 100%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
    cursor: pointer;
    background: #09425a;
}
.slop-sec .right h2 {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    margin: 0 0 20px 0;
}
.slop-sec .right ul {
    margin: 0;
    padding: 0;
    font-family: 'GT America';
    color: #fff;
    font-size: 18px;
    line-height: normal;
    list-style: none;
}
.slop-sec .right ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 27px;
    background: url(../images/icon-2.png) left top 6px no-repeat;
}
.slop-sec .right p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 20px 0;
    font-family: 'GT America';
}
.slop-sec .left {
    position: relative;
    z-index: 9;
    height: calc(100% - 160px);
    margin-top: 80px;
    padding-right: 30px;
}
.slop-sec .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-2 {
    max-width: 100%;
    width: 950px;
    margin: 0 auto;
}
.wrap-2 .accordion-item {
    border: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    margin-top: -1px;
    border-radius: 0;
}
.wrap-2 .accordion-item .accordion-button {
    padding: 20px 0;
    box-shadow: none;
    border-radius: 0;
    background: none !important;
    font-size: 18px;
    color: #09425a;

    display: block;
}
.wrap-2 .accordion-item .accordion-body {
    padding: 0 0 30px 0;
}
.wrap-2 .accordion-item .accordion-body p {
    font-family: 'GT America';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 25px 0;
}
.wrap-2 .accordion-item .accordion-button::after {
    background-image: none;
    width: 10px;
    height: 2px;
    background: #09425a;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
.wrap-2 .accordion-item .accordion-button::before {
    background-image: none;
    width: 10px;
    height: 2px;
    background: #09425a;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    transform: rotate(90deg);
}
.wrap-2 .accordion-item .accordion-button:not(.collapsed)::before {
    transform: rotate(0);
}

.career-growth {
    margin-top: 60px;
}
.career-growth h3 {
    font-size: 60px;
    color: #ffffff;
    position: relative;
    margin: 0 0 -20px 0;
    text-align: right;
}
.career-growth {
    padding: 70px 0 70px 0;
    background-color: #093d54;
    background-image: url(../images/bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.placement-terms {
    padding: 100px;
}
.placement-terms h4 {
    font-size: 24px;
    line-height: normal;
    color: #09425a;
    margin: 0 35px 0 0;
    text-align: right;
}
.placement-terms ul {
    font-family: 'GT America';
    margin: 0 0 0 0;
    padding: 0;
    font-size: 18px;
    list-style: none;
    line-height: 26px;
    color: #1c1d20;
    font-weight: 400;
}
.placement-terms ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 21px;
    position: relative;
}
.placement-terms ul li::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #09425a;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}


/* ---- width resize :start ---- */
.widthresize.wresize-start .widthresize-section .wrsec-inner {
    float: right;
}
.widthresize.wresize-end .widthresize-section .wrsec-inner {
    float: left;
}
/* ---- width resize :end ---- */


/* ---- inner banner section :start ---- */
.innerbanner-section {
    /* padding-top: 115px; */
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 115px;
    max-width: 1900px;
    overflow: hidden;
    position: relative;
}
.innerbanner-section .inbanner-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
    padding-top: 150px;
    padding-bottom: 40px;
    padding-left: 80px;
    position: relative;
    z-index: 1;
}

.innerbanner-section .inbcaption {
    width: 100%;
    height: auto;
}
.innerbanner-section .inbcaption .inbcap-img {
    display: none;
    max-width: 300px;
    text-align: center;
    margin: 0px auto 25px auto;
    position: relative;
}
/* .innerbanner-section .inbcaption .inbcap-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
} */
.innerbanner-section .inbcaption .inbcap-img .inbcapimg-1 {
    width: 100%;
    height: auto;
}
.innerbanner-section .inbcaption .inbcap-img .inbcapimg-2 {
    position: absolute;
    bottom: 45px;
    left: -40px;
    max-width: 80px;
    animation: hbrimg-rotate 20s infinite linear;
}
.innerbanner-section .inbcaption h1 {
    font-size: 60px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}
.innerbanner-section .inbcaption h2 {
    font-size: 30px;
    color: #09425a;
    line-height: 1;
    margin-bottom: 15px;
}
.innerbanner-section .inbcaption p {
    font-family: 'GT America';
    font-size: 18px;
    color: #1c1d20;
    line-height: 1.3;
    margin-bottom: 15px;
}



.innerbanner-section .inbanner-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.innerbanner-section .inbanner-right .inbrimg-wrap {
    position: relative;
    width: auto;
    /* height: 100%; */

    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
}
.innerbanner-section .inbanner-right .inbrimg-wrap .inbrimg-1 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.innerbanner-section .inbanner-right .inbrimg-wrap .inbrimg-2 {
    position: absolute;
    bottom: 50px;
    left: -60px;
    animation: inbrimg-rotate 20s infinite linear;
}
@keyframes inbrimg-rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/* Home Bnner :start */
@media (max-width: 1399px) {
    .innerbanner-section .inbcaption h1 {
        font-size: 50px;
    }
    .innerbanner-section .inbcaption h2 {
        font-size: 28px;
    }
    .innerbanner-section .inbcaption p {
        font-size: 18px;
    }
}

@media (max-width: 1299px) {
    .innerbanner-section .inbanner-right .inbrimg-wrap .inbrimg-2 {
        max-width: 140px;
    }
}

@media (max-width: 1199px) {
    .innerbanner-section .inbcaption h1 {
        font-size: 34px;
    }
    .innerbanner-section .inbcaption h2 {
        font-size: 26px;
    }
    .innerbanner-section .inbcaption p {
        font-size: 17px;
    }

    .innerbanner-section .inbanner-left {
        padding-top: 80px;
    }
    .innerbanner-section .inbanner-right .inbrimg-wrap .inbrimg-2 {
        max-width: 110px;
        bottom: 100px;
    }
}

@media (max-width: 991px) {
    .innerbanner-section .inbcaption h1 {
        font-size: 30px;
    }
    .innerbanner-section .inbcaption h2 {
        font-size: 24px;
    }
    .innerbanner-section .inbcaption p {
        font-size: 16px;
    }
    
    .innerbanner-section .inbanner-left {
        padding-top: 50px;
        padding-left: 70px;
    }
    .innerbanner-section .inbanner-right .inbrimg-wrap .inbrimg-2 {
        max-width: 100px;
        bottom: 100px;
    }
}

@media (max-width: 767px) {
    .innerbanner-section {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 0px;
    }
    .innerbanner-section .inbanner-left {
        padding-top: 20px;
        padding-left: 65px;
    }
    .innerbanner-section .inbcaption h1 {
        font-size: 25px;
    }
    .innerbanner-section .inbcaption h2 {
        font-size: 22px;
    }
    .innerbanner-section .inbcaption p {
        font-size: 15px;
    }


    .innerbanner-section .inbcaption .inbcap-img {
        display: block;
    }
}

@media (max-width: 575px) {
    .innerbanner-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .innerbanner-section .inbanner-left {
        padding-top: 0px;
        padding-left: 50px;
    }
    .innerbanner-section .inbcaption h1 {
        /* font-size: 20px; */
    }
}
/* ---- inner banner section :end ---- */

/* ---- gmap section :start ---- */
.gmap {
    width: 100%;
    height: 430px;
    position: relative;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ---- gmap section :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 .form-label {
    font-family: "GT America";
    font-size: 14px;
    color: #323232;
    line-height: 1.333;
    margin-bottom: 5px;
}
.form-style-1 .form-control {
    font-size: 16px;
    color: #323232;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 10px 10px;
}
.form-style-1 .form-control:focus {
    border-color: #09425a;
    box-shadow: none;
}
.form-style-1 .nice-select {
    font-size: 16px;
    color: #323232;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 0 10px;
    height: 46px;
    font-family: 'GT America';
}
.form-style-1 .nice-select ul {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}
/* ---- form-style-1 :end ---- */

/* contact us page :start */
.contactuspg-banner {}
.contactuspg-banner .context-block .contxt-box {
    margin-bottom: 30px;
}
.contactuspg-banner .context-block .contxt-box:last-child {
    margin-bottom: 0px;
}
.contactuspg-banner .context-block .contxt-box h3 {
    font-size: 18px;
    color: #09425a;
    line-height: 1.333;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contactuspg-banner .context-block .contxt-box p {
    font-family: "GT America";
    font-size: 16px;
    color: #1c1d20;
    line-height: 1.333;
}
.contactuspg-banner .contxt-box.call {}
.contactuspg-banner .contxt-box.call p {}
.contactuspg-banner .contxt-box.call p a {
    font-family: 'Arial Rounded MT Bold';
    font-size: 18px;
    color: #09425a;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.contactuspg-banner .contxt-box.call p a:hover {
    text-decoration: underline;
}


.contactpg-links {
    padding: 30px 0px;
}
.contactlinks-wrap {
    width: 100%;
    height: auto;
}
.contactlinks-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-top: 1px solid #000000;
    /* border-bottom: 1px solid #000000; */
}
.contactlinks-wrap ul li {
    flex: 1;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 20px 10px;
}
.contactlinks-wrap ul li:first-child {
    border-left: 0;
    padding-left: 0px;
}
.contactlinks-wrap ul li p {
    font-family: "GT America";
    font-size: 16px;
    color: #1c1d20;
    line-height: 1.333;
    margin-bottom: 0;
}
.contactlinks-wrap ul li a {
    /* font-family: "GT America"; */
    font-size: 16px;
    color: #09425a;
    line-height: 1.333;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}


.contactpg-map {
    padding: 30px 0px;
}

.contactpg-enquire {
    padding: 30px 0px;
}
/* contact us page :end */


/* .list-style-1 :start */
.list-style-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'GT America';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #1c1d20;
}
.list-style-1 ul li {
    padding: 0 0 0 21px;
    margin: 0 0 5px 0;
    position: relative;
}
.list-style-1 ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #09425a;
}
/* .list-style-1 :end */

/* .list-style-2 :start */
.list-style-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'GT America';
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
.list-style-2 ul li {
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    background: url('../images/icon-3.png') left top 6px no-repeat;
}
.list-style-2 ul li::after {
    display: none;
}
.list-style-2.li-col-2 ul {
    columns: 2;
    gap: 10px;
}
/* .list-style-2 :end */

/* table-style-1 :start */
.table-style-1 {
    font-family: 'GT America';
    font-size: 16px;
    font-weight: 400;
}
.table-style-1 thead {
    font-family: 'Arial Rounded MT Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #09425a;
}
.table-style-1.table>:not(caption)>*>* {
    padding: 10px 15px;
}
/* table-style-1 :end */

/* table-style-2 :start */
.table-style-2 {
    font-family: 'GT America';
    font-size: 16px;
    font-weight: 400;
    border-color: #09425a;
}
.table-style-2 thead {
    font-family: 'Arial Rounded MT Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #09425a;
}
.table-style-2.table>:not(caption)>*>* {
    padding: 10px 20px;
}
.table-style-2:not(.table-bordered) {
    border: 1px solid #09425a;
}
.table-style-2:not(.table-bordered) tbody tr td {
    border-left: 0;
    border-right: 0;
}
/* table-style-2 :end */

/* Font family :start */
.fontfamily-GT {
    font-family: 'GT America';
}
/* Font family :end */

.faqs-page ul {
    margin: 50px 0 0 0;
}
.faqs-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* column-count: 2; */
    /* column-gap: 70px; */
    font-weight: 400;
    color: #09425a;
    font-size: 20px;
    line-height: 26px;
}
.faqs-page ul li {
    margin: 0 0 30px 0;
}
.faqs-page ul li span {
    font-family: 'GT America';
    font-size: 18px;
    color: #1c1d20;
    line-height: normal;
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
.faqs-page ul li span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/answer.png) center center no-repeat;
    width: 20px;
    height: 20px;
}
.form-cover {
    max-width: 600px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
}
.form-cover input {
    font-size: 16px;
    color: #323232;
    border: 1px solid #cacaca;
    border-radius: 0;
    padding: 10px 10px;
    height: 46px;
    flex: 1;
    outline: none;
}
.form-cover button {
    height: 46px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #063955;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: 0.7s;
}
.form-cover button:hover {
    color: #fff;
    background-color: #000;
}
.coursefee-table .cftablecol-1 {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}
.coursefee-table .cftablecol-2 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.coursefee-table .cftablecol-3 {
    min-width: 200px;
}


/* .footer-pages {
    background: red;
} */


.footer-pages h4 {
    font-size: 24px;
    color: #09425a;
    margin: 25px 0 10px 0;
}
.footer-pages p {
    font-family: 'GT America';
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    list-style: none;
    line-height: 26px;
    color: #1c1d20;
    font-weight: 400;
}
.footer-pages ol {
    font-family: 'GT America';
    margin: 0 0 15px 0;
    padding: 0 0 0 24px;
    font-size: 18px;
    list-style: none;
    line-height: 26px;
    color: #1c1d20;
    font-weight: 400;
}
.footer-pages ol li {
    margin: 0 0 15px 0;
}
.footer-pages ol ol {
    margin: 10px 0 0 0;
}



.list-style-decimal {
    list-style: decimal !important;
}
.list-style-lower-alpha {
    list-style: lower-alpha !important;
}
.list-style-lower-roman {
    list-style: lower-roman !important;
}




/* ---- form-style-2 :start ---- */
.form-style-2 .form-label {
    font-family: "GT America";
    font-size: 14px;
    color: #323232;
    line-height: 1.333;
    margin-bottom: 5px;
}
.form-style-2 .form-control {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #09425a;
    border-radius: 100px;
    padding: 12px 20px;
}
.form-style-2 .form-control:focus {
    border-color: #09425a;
    box-shadow: none;
}
.form-style-2 .nice-select {
    font-family: 'GT America';
    font-size: 16px;
    color: #323232;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 0 10px;
    height: 46px;
}
.form-style-2 .nice-select ul {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}
/* ---- form-style-1 :end ---- */


/* .login-section :start */
.login-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    /* max-height: 100dvh; */
    background-color: #ffffff;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 40px;
    box-shadow: 0 0px 15px 0 rgba(32, 33, 36, 0.7);
}
.login-section .logsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-section .logsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.login-section .loginform-wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}
.login-section .loginform-wrap .lfwleft {
    flex-grow: 0;
    flex-shrink: 0;
    width: 130px;
    height: auto;
}
.login-section .loginform-wrap .lfwleft ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.login-section .loginform-wrap .lfwleft ul li a {
    font-size: 14px;
    color: #09425a;
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    min-height: 70px;
    border: 2px solid #09425a;
    border-radius: 14px;
    padding: 20px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.login-section .loginform-wrap .lfwleft ul li a.active, 
.login-section .loginform-wrap .lfwleft ul li a:hover {
    color: #ffffff;
    background-color: #09425a;
}

.login-section .loginform-wrap .lfwright {
    width: 100%;
    height: auto;
}
.login-section .loginform-wrap .lfwright {}




.login-section .loginfrm .invalid-feedback {
    font-size: 15px;
    color: #8e8e8e;
}
.login-section .loginfrm .lflinks {
    font-size: 12px;
    font-weight: 400;
    color: #09425a;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.login-section .loginfrm .lflinks img {
    transition: 0.5s;
}
.login-section .loginfrm .lflinks:hover {
    text-decoration: underline;
}
.login-section .loginfrm .lflinks:hover img {
    transform: rotate(45deg);
}
.login-section .loginfrm .btnSignin {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.login-section .loginfrm .btnSignin img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
.login-section .loginfrm .btnSignin:hover img {
    filter: none;
}



.LoginBtn::after {
    width: 15px;
    transition: 0.5s;
    rotate: 0deg;
}
.LoginBtn:hover::after {
    animation: none !important;
}
.LoginBtn.show::after {
    content: url('../images/btn-icon-4.png');
}
.LoginBtn.show:hover::after {
    transform: rotate(0deg);
}

.cem-link {
    transition: 0.5s;
}
.cem-link.hide {
    opacity: 0;
    pointer-events: none;
}
/* .login-section :end */

/* select2 :start */
.select2.select2-container {
    display: block;
    width: 100% !important;
    font-family: 'GT America';
    font-size: 16px;
    color: #323232;
}
.select2.select2-container .select2-selection {
    height: auto;
    border: 1px solid #cacaca;
    border-radius: 3px;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 9px 20px 9px 10px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    height: 100%;
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    transition: 0.2s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.select2.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    -webkit-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
            transform: rotate(-130deg);
}

.select2-container .select2-results .select2-results__options .select2-results__option--selected {
    color: #ffffff;
    background-color: #6e6e6e;
}
.select2-container .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff;
    background-color: #063955;
}
.select2-container .select2-search--dropdown .select2-search__field {
    outline: 0;
}
/* select2 :end */


/* sup :start */
sup {
    font-size: .62em;
}
/* sup :end */

/* .menuwrap-section :start */
.menuwrap-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    /* max-height: 100dvh; */
    background-color: #ffffff;
    z-index: 2;
    padding-top: 140px;
    /* padding-bottom: 40px; */
    box-shadow: 0 0px 15px 0 rgba(32, 33, 36, 0.7);
}
.menuwrap-section .mwsec-left {
    width: calc(100% + 80px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuwrap-section .mwsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 240px;
}

.menuwrap-section .menulinks-wrap {
    width: 100%;
    height: 100%;
}
.menuwrap-section .menulinks-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
}
.menuwrap-section .menulinks-wrap ul li {
    margin-bottom: 20px;
}
.menuwrap-section .menulinks-wrap ul li:last-child {
    margin-bottom: 0px;
}
.menuwrap-section .menulinks-wrap ul li a {
    color: inherit;
}
.menuwrap-section .menulinks-wrap ul li a::before {
    content: '';
    width: 0px;
    height: 20px;
    display: inline-block;
    background-image: url('../images/menu-active-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    transition: 0.5s;
    overflow: hidden;
}
.menuwrap-section .menulinks-wrap ul li a.active::before {
    width: 27px;
}
.menuwrap-section .menulinks-wrap ul li a:hover, 
.menuwrap-section .menulinks-wrap ul li a.active {
    color: #09425a;
}

.menuwrap-section .menulinks-wrap ul li.mlwbtn {
    padding-top: 20px;
}
.menuwrap-section .menulinks-wrap ul li.mlwbtn a {
    font-size: 24px;
    color: #ffffff;
    background-color: #09425a;
    border: 2px solid #09425a;
    padding: 10px 20px 10px 24px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.menuwrap-section .menulinks-wrap ul li.mlwbtn a img {
    margin-left: 10px;
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
.menuwrap-section .menulinks-wrap ul li.mlwbtn a:hover {
    color: #000000;
    background-color: transparent;
}
.menuwrap-section .menulinks-wrap ul li.mlwbtn a:hover img {
    margin-left: 10px;
    filter: none;
}

/* .menuwrap-section :end */

.who-can-apply-wrap {
    margin-top: 30px;
}
.who-can-apply-wrap h4 {
    font-size: 24px;
    color: #09425a;
    line-height: 1;
    margin-bottom: 0;
}
.who-can-apply-wrap p {
    font-family: 'GT America';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 25px 0 0 0;
}
.who-can-apply-wrap h4 + p {
    margin-top: 10px;
}

.table-style-3 {
    font-family: 'GT America';
    font-size: 16px;
    font-weight: 700;
    border-color: #d1d1d1;
    text-align: left;
}
.table-style-3 tr th {
    background: #09425a;
    color: #fff;
}
.table-style-3 tr th,
.table-style-3 tr td {
    padding: 15px 15px;
}


/* payment status section :start */
.paymentstatus-section {
    width: 100%;
    height: 100%;
    margin: 240px 0px 30px 0px;
}
.paymentstatus-section .pssec-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 35px;
}
.paymentstatus-section .pssec-inner .pssicon {
    margin-bottom: 24px;
}
.paymentstatus-section .pssec-inner .pssicon i {
    font-size: 100px;
    color: #198754;
}
.paymentstatus-section .pssec-inner h3 {
    font-size: 28px;
    font-weight: 700;
    color: #198754;
    margin-bottom: 5px;
}
.paymentstatus-section .pssec-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 0;
}

.paymentstatus-section.failure .pssec-inner h3 {
    color: #dc3545;
}
.paymentstatus-section.failure .pssec-inner .pssicon i {
    color: #dc3545;
}
/* payment status section :end */

/* 404 page :start */
.section404 {
    margin: 240px 0px 50px 0px;
}
.section404 .sec404-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section404 h1 {
    font-size: 170px;
    font-weight: 900;
    color: #063955;
    line-height: 1;
}
.section404 p {
    color: #959595;
}
.section404 .btn {
    margin-top: 20px;
}
/* 404 page :end */