@font-face {
    font-family: 'ARLRDBD';
    font-weight: 400;
    src: url('../webfonts/ARLRDBD.woff') format('woff');
}
@font-face {
    font-family: 'BLACKSWORD';
    font-weight: 400;
    src: url('../webfonts/BLACKSWORD.woff') format('woff');
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'ARLRDBD', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
}

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

.max-container {
    max-width: 1800px;
    margin: 0 auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3fc5fc !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #3fc5fc !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #3fc5fc !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #3fc5fc !important;
}
::placeholder {
    color: #3fc5fc !important;
}

.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:focus,
button:focus,
.btn:focus {
    box-shadow: none;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}

.nice-select {
    padding: 0px 30px 0px 15px;
    border-radius: 10px;
}
.nice-select::after {
    content: '\f063';
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 900;
    color: #0fa3df;
    border: 0 !important;
    width: auto;
    height: auto;
    top: 4px;
    right: 10px;
    -webkit-transform-origin: initial;
        -ms-transform-origin: initial;
            transform-origin: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.nice-select.open::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.nice-select span.current {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-break: break-all;
}
.nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.nice-select .list .option {
    min-height: auto;
    line-height: 1.6;
    padding: 10px 10px;
    white-space: initial;
}
.nice-select .option.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 45px;
    font-size: 16px;
    color: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev i, 
.owl-carousel .owl-nav .owl-next i {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;  
}
.owl-carousel .owl-nav button.owl-prev {
    background: rgb(254,255,255);
    background: linear-gradient(90deg, rgba(254,255,255,1) 0%, rgba(254,255,255,0) 75%);
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    left: 0;
    transform: translateX(-35px);
}
.owl-carousel .owl-nav button.owl-next {
    background: rgb(254,255,255);
    background: linear-gradient(90deg, rgba(254,255,255,0) 25%, rgba(254,255,255,1) 100%);
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    right: 0;
    transform: translateX(35px);
}
.owl-carousel .owl-nav .owl-prev:hover i, 
.owl-carousel .owl-nav .owl-next:hover i {
    color: #0fa3df;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
}

.owl-carousel .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #0fa3df;
    border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot.active, 
.owl-carousel .owl-dots .owl-dot:hover {
    background-color: #262626;
}

/* ---------- COMMON STYLE :start ---------- */
@keyframes rotate360 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.bg-1 {
    background-color: #d0e4f0;
}

.section-padding {
    padding: 70px 0px;
}

.checkbox-note {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* title-wrap-1 :start */
.title-wrap-1 {
    width: 100%;
    height: auto;
}
.title-wrap-1 h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    color: #098fc5;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.title-wrap-1 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.title-wrap-1 :last-child {
    margin-bottom: 0;
}
/* title-wrap-1 :end */

/* btn-style-1 :start */
.btn-style-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #0fa3df;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 27px;
    padding: 5px 5px 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1 span {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    color: #ffffff;
    background-color: #0fa3df;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #0fa3df;
    border-color: #0fa3df;
}
.btn-style-1:hover span {
    transform: rotate(360deg);
    color: #0fa3df;
    background-color: #ffffff;
}
.btn-style-1:hover svg path {
    fill: currentColor;
}
/* btn-style-1 :end */

/* btn-style-2 :start */
.btn-style-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #0fa3df;
    background-color: #ffffff;
    border: 3px solid #d0e4f0;
    border-radius: 27px;
    padding: 5px 5px 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-2 span {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    color: #ffffff;
    background-color: #0fa3df;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-2:hover {
    color: #0fa3df;
    background-color: #d0e4f0;
    border-color: #d0e4f0;
}
.btn-style-2:hover span {
    transform: rotate(360deg);
    color: #0fa3df;
    background-color: #ffffff;
}
.btn-style-2:hover svg path {
    fill: currentColor;
}
/* btn-style-1 :end */

/* owl-carousel item same height :start */
.owl-carousel.itemSameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-carousel.itemSameheight .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
/* owl-carousel item same height :end */

/* block-style-1 :start */
.block-style-1 {
    width: 100%;
    height: 415px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.block-style-1 .bstylimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.block-style-1 .bstylimage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(15,163,223);
    background: linear-gradient(0deg, rgba(15,163,223,1) 0%, rgba(15,163,223,0) 40%);
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.block-style-1 .bstylimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.block-style-1 .bstyltext {
    width: 100%;
    height: 100%;
    text-align: center;
    /* background: rgb(15,163,223); */
    /* background: linear-gradient(0deg, rgba(15,163,223,1) 0%, rgba(15,163,223,0) 40%); */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 24px;
    position: relative;
    z-index: 2;
}
.block-style-1 .bstyltext h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}
.block-style-1 .bstylarrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.block-style-1:hover .bstylimage {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.block-style-1:hover .bstylimage::after {
    height: 150%;
}
.block-style-1:hover .bstylarrow {
    color: #ffffff;
    background-color: #098fc5;
    transform: rotate(360deg);
}
/* block-style-1 :end */

/* block-style-2 :start */
.block-style-2 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.block-style-2 .bxsimage {
    width: 100%;
    height: 125px;
    text-align: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.block-style-2 .bxsimage img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}
.block-style-2 .bxstext {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 15px;
}
.block-style-2 .bxstext h3 {
    font-size: 24px;
    font-weight: 400;
    color: #0fa3df;
    margin-bottom: 10px;
}
.block-style-2 .bxstext p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
/* block-style-2 :end */


/* form-style-1 :start */
.form-style-1 .form-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}
.form-style-1 .form-control {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #000000;
    background-color: #0d9bd5;
    border: 1px solid #0d9bd5;
    border-radius: 10px;
    padding: 6px 15px;
    box-sizing: border-box;
}
.form-style-1 textarea.form-control {
    line-height: 1.5;
    padding: 6px 15px;
    border-radius: 10px;
    resize: none;
}
.form-style-1 .form-control:focus {
    box-shadow: none;
    border-color: #ffffff;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 49px;
    line-height: 47px;
    background-color: #0d9bd5;
    border-color: #0d9bd5;
    padding: 0px 30px 0px 15px;
}

.form-subhd-1 {
    border-bottom: 1px solid #dddddd;
}
.form-subhd-1 h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ef8b21;
    margin-bottom: 10px;
}
/* form-style-1 :end */

/* checkbox and radio box style-1 :start */
.checkbox-style-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    display: flex;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 5px;
}
.checkbox-style-1.form-check-inline {
    display: inline-flex;
    margin-right: 1rem;
    margin-bottom: 0.125rem;
}
.checkbox-style-1 .form-check-input:focus {
    border-color: #0d9bd5;
    outline: 0;
    box-shadow: none;
}
.checkbox-style-1 .form-check-label {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-top: 7px;
    margin: 0;
    cursor: pointer;
}
.checkbox-style-1 .form-check-label input {
    margin-top: 0;
    margin-right: 10px;
}
.checkbox-style-1 .form-check-input {
    flex-shrink: 0;
    flex-grow: 0;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-left: 0;
    background-color: transparent;
    border: 2px solid #0681b3;
    border-radius: 4px;
    cursor: pointer;
}
.checkbox-style-1 .form-check-input:hover {
    background-color: #0d9bd5;
}
.checkbox-style-1 .form-check-input:checked {
    background-color: transparent;
    border-color: #0681b3;
}
.checkbox-style-1 .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #0fa3df;
    border-color: #0fa3df;
}
.checkbox-style-1.c2 .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230fa3df' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #ffffff;
    border-color: #ffffff;
}

.checkbox-style-1 .form-check-input[type=radio] {
    border-width: 2px;
    border-radius: 100%;
}
.checkbox-style-1 .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,106.667c-58.88,0-106.667,47.787-106.667,106.667S154.453,320,213.333,320S320,272.213,320,213.333 S272.213,106.667,213.333,106.667z' fill='%230fa3df'/%3E%3Cpath d='M213.333,0C95.467,0,0,95.467,0,213.333s95.467,213.333,213.333,213.333S426.667,331.2,426.667,213.333 S331.2,0,213.333,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #0fa3df;
    border-color: #0fa3df;
}
.checkbox-style-1.c2 .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%230fa3df' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
    background-color: #ffffff;
    border-color: #ffffff;
}
/* checkbox and radio box style-1 :end */

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

/* pagetop section :start */
.pagetop-section {
    background-color: #d0e4f0;
    padding: 70px 0px;
}
.pagetop-section .ptoptxt {
    text-align: right;
    position: relative;
}
.pagetop-section .ptoptxt h4 {
    font-size: 24px;
    color: #0fa3df;
    line-height: 1.5;
    margin-bottom: 0px;
}
.pagetop-section .ptoptxt h5 {
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0px;
}
/* pagetop section :end */

/* list-style-1 :start */
.list-style-1 ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 7px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #101010;
}
.list-style-1 ul li {
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.list-style-1 ul li:last-child {
    margin-bottom: 0;
}
.list-style-1 ul li::before {
    content: "\f111";
    position: absolute;
    left: 5px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    line-height: 28px;
    color: #000000;
}
.list-style-1.list-type1 ul li::before {
    content: '\f068';
}

/* file upload group :start */
.fileupload-group {
    display: flex;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #0d9bd5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.fileupload-group .futext {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #000000;
    background-color: #ffffff;
    border: 0px;
    border-radius: 0px;
    padding: 6px 15px;
    box-sizing: border-box;
}
.fileupload-group .fubtn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    background-color: #0fa3df;
    border: 1px solid #0fa3df;
    border-radius: 0px;
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.fileupload-group [type="file"] {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 30px);
    opacity: 0;
    cursor: pointer;
}
.fileupload-group [type="file"]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* file upload group :end */

/* ---------- COMMON STYLE :end ---------- */


/* Header Top section :start */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.headertop-section {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.headertop-section .hdtopsec-inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding: 0px 12px;
}
.htsin-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.htsin-links ul li p {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.htsin-links ul li a:hover p {
    background-color: #0fa3df;
}
.htsin-links ul li a.active p {
    background-color: #0fa3df;
}

.htsin-socialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.htsin-socialmedia ul li i, 
.htsin-socialmedia ul li img {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    padding: 15px 14px;
    background-color: transparent;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.htsin-socialmedia ul li a:hover i,
.htsin-socialmedia ul li a:hover img {
    background-color: #0fa3df;
}
/* Header Top section :end */


/* Home Banner Section :start */
.homebanner-section {
    width: 100%;
    height: auto;
    background-image: url('../images/homebanner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-top: 110px;
}
.homebanner-section .homban-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 125px 0px 125px 27px;
}
.homebanner-section .homban-left h1 {
    font-size: 52px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -3px;
    margin-bottom: 15px;
}
.homebanner-section .homban-left p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}

/* .homebanner-section .homban-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.homebanner-section .homban-right img {
    max-width: 100%;
    height: auto;
} */

/* .homebannerwrap-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

/* =================================================================== */
.homebannerwrap-outer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.homebannerwrap-outer .hbwrap {
    width: 619px;
    height: 598px;
    position: relative;
    overflow: hidden;
}
.homebannerwrap-outer .hbwrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
}
.homebannerwrap-outer .hbwrap .hbimg-1 {
    bottom: 52px;
    left: 72px;
    z-index: 5;

    animation: hbbounceIn 2.5s linear infinite;
}
.homebannerwrap-outer .hbwrap .hbimg-2 {
    bottom: 55px;
    right: 46px;
    z-index: 5;

    animation: hbbounceIn 2s linear infinite;
}
.homebannerwrap-outer .hbwrap .hbimg-3 {
    top: 149px;
    right: 22px;
    z-index: 5;

    animation: hbbounceIn 3s linear infinite;
}
.homebannerwrap-outer .hbwrap .hbimg-4 {
    top: 69px;
    left: 25px;
    z-index: 3;
}
.homebannerwrap-outer .hbwrap .hbimg-5 {
    top: 44px;
    left: 0;
    z-index: 2;

    animation: hbrotate 30s linear infinite;
}
.homebannerwrap-outer .hbwrap .hbimg-6 {
    bottom: 26px;
    left: 67px;
    z-index: 4;
}
.homebannerwrap-outer .hbwrap .hbimg-7 {
    bottom: 1px;
    left: 40px;
    margin: auto auto;
    z-index: 1;

    animation: hbrotate-reverse 30s linear infinite;
}
.homebannerwrap-outer .hbwrap .hbimg-8 {
    top: 264px;
    right: 20px;
    z-index: 5;
}

@keyframes hbrotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes hbrotate-reverse {
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes hbbounceIn {
    0%{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    50%{
        -webkit-transform: scale(0.9);
           -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                transform: scale(0.9);
    }
    100%{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
/* Home Banner Section :end */


/* about section :start */
.about-section {
    padding: 100px 0px 80px;
}
.about-section .abtsecbg {
    position: relative;
}
/* .about-section .abtsecbg::before {
    content: url('../images/dna.jpg');
    position: absolute;
    bottom: -150px;
    right: 0;
} */
.about-section .abtsecbg::before {
    content: '';
    position: absolute;
    bottom: -240px;
    right: 0;
    width: 488px;
    height: 434px;
    background-image: url('../images/dna.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.about-section .abtsec-left {
    width: 100%;
    height: 100%;
    margin-top: -160px;
}
.about-section .abtsec-left img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.about-section .abtsec-right {
    width: 100%;
    height: 100%;
    text-align: right;
    padding-top: 70px;
    position: relative;
}
.about-section .abtsec-right::before {
    content: '';
    background-image: url('../images/about-text-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 620px;
    height: 137px;
    position: absolute;
    top: 0;
    right: 0;
}
.about-section .abtsec-right h5 {
    font-size: 24px;
    font-weight: 400;
    color: #0fa3df;
    margin-bottom: 15px;
}
.about-section .abtsec-right p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
/* about section :end */


/* most popular section :start */
.mostpopular-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.mostpopular-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(3190px * 2);
    height: 138px;
    background-image: url('../images/most-popular-training-courses-text-img.png');
    background-repeat: repeat;
    background-position: center;
    text-align: center;
    overflow: hidden;
    animation: bgmarquee 120s infinite linear;
}
@keyframes bgmarquee {
    0% {
      background-position: 100%;
    }
    100% {
      background-position: -6380px;
    }
}
.mostpopular-section .mostpopularsec-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.mostpopular-section .mostpopularsec-title h5 {
    font-size: 24px;
    font-weight: 400;
    color: #0fa3df;
    margin-bottom: 0;
}
.mostpopularslider-wrap {
    width: 100%;
    height: auto;
    /* margin-top: 35px; */
}
.mostpopularslider-owl .item {
    position: relative;
    padding: 45px 0px;
}
.mostpopularslider-owl .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-image: url('../images/shadow-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.mostpopularslider-owl .block-style-1 .bstylimage::after {
    background: rgb(2, 89, 163);
    background: linear-gradient(0deg, rgba(2, 89, 163, 1) 0%, rgba(2, 89, 163,0) 40%);
}
/* most popular section :end */


/* Online Learning Platform section :start */
.onlinelearning-section {
    padding: 45px 0px;
    overflow: hidden;
}
.onlinelearning-section .olearningsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.onlinelearning-section .olearningsec-left p {
    font-size: 17px;
}
.onlinelearning-section .olearningsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.onlinelearning-section .olearningsec-right img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.onlinelearningimg-wrap-outer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.onlinelearningimg-wrap-outer .oliwrap {
    width: 576px;
    height: 495px;
    position: relative;
    overflow: hidden;
}
.onlinelearningimg-wrap-outer .oliwrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
}
.onlinelearningimg-wrap-outer .oliwrap .olimg-1 {
    top: 0;
    right: 0;
    width: 477px;
}
.onlinelearningimg-wrap-outer .oliwrap .olimg-2 {
    bottom: 55px;
    left: 72px;
    width: 162px;
}
.onlinelearningimg-wrap-outer .oliwrap .olimg-3 {
    bottom: 55px;
    left: 73px;
    width: 158px;

    animation: olimgrotate 20s linear infinite;
}
.onlinelearningimg-wrap-outer .oliwrap .olimg-4 {
    bottom: 30px;
    left: 0px;
    width: 68px;

    animation: olimgbounceIn 5s linear infinite;
}
@keyframes olimgrotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes olimgbounceIn {
    0% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(20px);
    }
    80% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
/* Online Learning Platform section :end */


/* Why Choose Glendale Academy? section :start */
.whychoose-section {
    width: 100%;
    height: auto;
    background-color: #d0e4f0;
    overflow: hidden;
}
.whychooseslider-wrap {
    width: 100%;
    height: auto;
}
/* Why Choose Glendale Academy? section :end */


/* mission section :start */
.mission-section {
    width: 100%;
    height: auto;
    /* padding: 70px 0px; */
    background-image: linear-gradient(rgba(15, 164, 223, 0.9),rgba(15, 164, 223, 0.9)), url('../images/mission-section-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mission-section .missionsec-title {
    margin-bottom: 10px;
}
.mission-section .missionsec-title h3 {
    color: #ffffff;
}
.mission-section .missionsec-content {
    color: #ffffff;
    text-align: center;
}
.mission-section .missionsec-content h5 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.mission-section .missionsec-content p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}
.mission-section .missionsec-content p:last-child {
    margin-bottom: 0;
}
/* mission section :end */


/* our values section :start */
.ourvalues-section {
    padding: 45px 0px;
    overflow: hidden;
}
.ourvalues-section .ovaluessec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourvalues-section .ovaluessec-left p {
    font-size: 17px;
}
.ourvalues-section .ovaluessec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourvalues-section .ovaluessec-right img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.countlistwrap-outer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.countlistwrap-outer .owl-carousel .owl-dots {
    justify-content: flex-end;
}
.countlist-wrap {
    width: 100%;
    height: auto;
}
.countlist-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.countlist-wrap ul li {
    display: flex;
    align-items: stretch;
    gap: 10px 25px;
}
.countlist-wrap ul li .clwcount {
    flex-grow: 0;
    flex-shrink: 0;
    width: 55px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.countlist-wrap ul li .clwcount span {
    flex-grow: 0;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    background-color: #5aae69;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.countlist-wrap ul li .clwcount .cline {
    width: 3px;
    height: 100%;
    background-color: #bccfd9;
}
.countlist-wrap ul li .clwdata {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.countlist-wrap ul li .clwdata h3 {
    font-size: 22px;
    font-weight: 400;
    color: #0d9bd5;
    margin-bottom: 0px;
}
.countlist-wrap ul li .clwdata h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.countlist-wrap ul li .clwdata p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.countlist-wrap ul li:last-child .clwcount .cline {
    display: none;
}
.countlist-wrap ul li:last-child .clwdata {
    padding-bottom: 0px;
}



.countlist-wrap.countlistw-s2 ul li {
    margin: 0 0 25px 0;
}
.countlist-wrap.countlistw-s2 ul li .clwdata {
    padding-bottom: 0;
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {
    .countlist-wrap.countlistw-s2 ul li:last-child {
        margin-bottom: 8px;
    }
    .countlist-wrap.countlistw-s2 ul li:last-child .clwdata {
        padding-bottom: 15px;
    }
    .countlist-wrap.countlistw-s2 ul li:last-child .clwcount .cline {
        display: block;
    }
    .countlist-wrap.countlistw-s2 ul li.cllastitem {
        margin-bottom: 0;
    }
    .countlist-wrap.countlistw-s2 ul li.cllastitem .clwcount .cline {
        display: none;
    }
    .countlist-wrap.countlistw-s2 ul li.cllastitem .clwdata {
        padding-bottom: 0px;
    }
}
/* our values section :end */


/* upcoming events section :start */
.upcomingevents-section {
    background-color: #098fc5;
    margin-top: 130px;
}
.upcomingevents-section .uevents-title {
    color: #ffffff;
    padding: 45px 0px;
}
.upcomingevents-section .uevents-title h3 {
    color: #ffffff;
}

.upcomingevents-section .uevents-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.upcomingevents-section .uevents-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
}

.upcomingevents-section .uevents-btns {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* upcoming events section :end */


/* featured courses section :start */
.featuredcourses-section {
    background-color: #d0e4f0;
}
.featuredcourses-section .featuredcourses-slider-wrap {
    margin-top: 30px;
}

.fcourses-block {
    width: 100%;
    height: 100%;
}
.fcourses-block .fcbimage {
    width: 100%;
    height: 200px;
    border-radius: 22px;
    overflow: hidden;
}
.fcourses-block .fcbimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.fcourses-block .fcbtext {
    margin-top: 10px;
}
.fcourses-block .fcbtext h3 {
    font-size: 24px;
    font-weight: 400;
    color: #098fc5;
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.fcourses-block .fcbtext p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.fcourses-block:hover .fcbimage img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.fcourses-block:hover .fcbtext h3 {
    color: #000000;
}
/* featured courses section :end */


/* footer section :start */
footer .footer-top {
    padding: 70px 0px 60px;
}
footer .footer-top .ftop-block {
    width: 100%;
    height: auto;
}
footer .footer-top .ftop-block h3 {
    font-size: 18px;
    font-weight: 400;
    color: #0fa3df;
    margin-bottom: 15px;
}
footer .footer-top .ftop-block .ftblinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .footer-top .ftop-block .ftblinks ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
}
footer .footer-top .ftop-block .ftblinks ul li a::before {
    content: '-';
    display: none;
}
footer .footer-top .ftop-block .ftblinks ul li a:hover {
    color: #0fa3df;
}

footer .footer-top .ftop-block p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
}

footer .footer-top .ftop-block .ftbcontact h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0px;
}
footer .footer-top .ftop-block .ftbcontact a {
    font-size: 18px;
    font-weight: 400;
    color: #0fa3df;
    margin-bottom: 0px;
}
footer .footer-top .ftop-block .ftbcontact a:hover {
    color: #000000;
}

footer .footer-bottom .fbottominner {
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #e7e7e7;
    position: relative;
}
footer .footer-bottom .fbottominner .fbacktotop {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

.backtoTopBtn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 27px;
    padding: 5px 5px 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.backtoTopBtn p {
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}
.backtoTopBtn span {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    color: #ffffff;
    background-color: #0fa3df;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.backtoTopBtn:hover {
    color: #0fa3df;
    background-color: #d0e4f0;
    border-color: #d0e4f0;
}
.backtoTopBtn:hover span {
    transform: rotate(360deg);
    color: #0fa3df;
    background-color: #ffffff;
}

footer .footer-bottom .fcopyright p {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0px;
}
/* footer section :end */

/* inner page :start */
.inner-page {}
/* inner page :end */


/* Inner Banner Section :start */
.innerbanner-section {
    width: 100%;
    height: 555px;
    background-image: url('../images/innerbanner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-top: 110px;
    z-index: 9;
}
.innerbanner-section.in404 {
    height: 140px !important;
}
.innerbanner-section .innban-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0px 0px 150px 27px;
}
.innerbanner-section .innban-left h1 {
    font-size: 52px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -3px;
    margin-bottom: 15px;
}
.innerbanner-section .innban-left h4 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    /* letter-spacing: -3px; */
    margin-bottom: 0px;
}
.innerbanner-section .innban-left p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}

.innerbanner-section .innban-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* padding: 0px 0px 60px 0px; */
}
.innerbanner-section .innban-right img {
    max-width: 100%;
    height: auto;
    max-height: 386px;
}


.innerbanner-section .innban-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin-left: 255px;
    margin-bottom: -290px;
}
.innerbanner-section .innban-logo img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
    box-shadow: 0px 0px 33.48px 28.52px rgba(168, 195, 211, 0.31);
}
/* Inner Banner Section :end */


/* Contact Page :start */
.contactpgtop-section {
    background-color: #d0e4f0;
    padding: 70px 0px 0px 0px;
}
.contactpgtop-section .cpgtop-txt {
    text-align: right;
    position: relative;
}
.contactpgtop-section .cpgtop-txt h4 {
    font-size: 24px;
    color: #0fa3df;
    line-height: 1.5;
    margin-bottom: 0px;
}
.contactpgtop-section .cpgtop-txt h5 {
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0px;
}
.contactpgtop-section .cpgtop-txt .cpgarrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    transform: translate(50%, 100%);
    margin-top: 15px;
}
.contactpgtop-section .cpgtop-txt .cpgarrow img {
    max-width: 100%;
    height: auto;
}



.contactinformation-section {
    /* background-color: #d0e4f0; */
    padding: 100px 0px;
}
.contactinformation-section {
    text-align: center;
}
.contactinformation-section .cinfo-block {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
}
.contactinformation-section .cinfo-block .cibimg {
    width: 100%;
    height: 120px;
    text-align: center;
}
.contactinformation-section .cinfo-block .cibimg img {
    max-width: 100%;
    max-height: 100%;
}
.contactinformation-section .cinfo-block .cibtxt {
    margin-top: 15px;
}
.contactinformation-section .cinfo-block .cibtxt h3 {
    font-size: 24px;
    color: #0fa3df;
    margin-bottom: 15px;
}
.contactinformation-section .cinfo-block .cibtxt p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}
.contactinformation-section .cinfo-block .ciblinks {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.contactinformation-section .cinfo-block .ciblinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contactinformation-section .cinfo-block .ciblinks .cil-block span {
    width: 35px;
    height: 35px;
    color: #ffffff;
    background-color: #2196f3;
    margin-bottom: 5px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.contactinformation-section .cinfo-block .ciblinks .cil-block p {
    font-size: 16px;
    color: #05a7e5;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.contactinformation-section .cinfo-block .ciblinks .cil-block:hover span {
    background-color: #000000;
}
.contactinformation-section .cinfo-block .ciblinks .cil-block:hover span i {
    font-size: 16px;
}
.contactinformation-section .cinfo-block .ciblinks .cil-block:hover p {
    color: #000000;
}



.contactaddress-section {
    padding: 50px 0px;
    overflow: hidden;
}
.contactaddress-section .casec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactaddress-section .casec-left h3 {
    font-size: 36px;
    color: #0fa3df;
    margin-bottom: 15px;
}
.contactaddress-section .casec-left p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
.contactaddress-section .casec-left address {
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 0;
}
.contactaddress-section .casec-left .contactlinks-block {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.contactaddress-section .casec-left .contactlinks-block p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
.contactaddress-section .casec-left .contactlinks-block a {
    font-size: 20px;
    color: #0fa3df;
    margin-top: 16px;
    margin-bottom: 0;
}
.contactaddress-section .casec-left .contactlinks-block a:hover {
    font-size: 20px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 0;
}
.contactmap-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactmap-wrap .cmtxt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto;
    animation: rotate360 60s linear infinite;
}
.contactmap-wrap .cmmap {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px 20px;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
}



.fbsuggestion-section {
    background-color: #d0e4f0;
    padding: 50px 0px;
    overflow: hidden;
}
.fbsuggestion-section .fssec-left {
    width: 100%;
    height: 100%;
}
.fbsuggestion-section .fssec-right {
    text-align: right;
}
.fbsuggestion-section .fssec-right p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
.fbsuggestion-section .fssec-right a {
    font-size: 24px;
    color: #0fa3df;
    word-break: break-all;
}
.fbsuggestion-section .fssec-right a:hover {
    color: #000000;
}



.getintouch-section {
    color: #ffffff;
    background-color: #0fa3df;
    overflow: hidden;
}
.getintouch-section .gitsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.getintouch-section .gitsec-left .title-wrap-1 h3 {
    color: #ffffff;
}
.getintouch-section .gitsec-left .gtouchtxt p {
    font-size: 16px;
}
.getintouch-section .gitsec-left .gtouchtxt .gtarrowimg {
    margin-top: 40px;
}
.getintouch-section .gitsec-left .gtouchtxt .gtarrowimg img {
    max-width: 100%;
}

.getintouch-section .getintouch-form .form-control {
    color: #ffffff;
}
.getintouch-section .getintouch-form .nice-select::after {
    color: #ffffff;
}
.getintouch-section .getintouch-form .form-check-label {
    color: #ffffff;
}
/* .getintouch-section .form-check-label {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-top: 7px;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
} */
.getintouch-section .getintouch-form .submitBtn {
    gap: 20px;
    padding-left: 30px;
}
.getintouch-section .getintouch-form .submitBtn:hover {
    border-color: #ffffff;
}
.getintouch-section .help-block {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
/* Contact Page :end */

/* About Page :start */
.about-pg .aboutpgtop .ptoptxt {
    position: relative;
}
.about-pg .aboutpgtop .ptoptxt::before {
    content: '';
    background-image: url('../images/about-text-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 620px;
    height: 137px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -70px;
}


.ourteam-section {
    background-color: #d0e4f0;
}
.ourteam-section .ourteam-title {
    margin-bottom: 30px;
}

.ourteam-section .tmember-block {
    width: 100%;
    height: 100%;
}
.ourteam-section .tmember-block .tmbimg {
    width: 100%;
    height: 270px;
    position: relative;
    margin-bottom: 15px;
}
.ourteam-section .tmember-block .tmbimg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-image: url('../images/shadow-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: -32px;
    opacity: 0.9;
}
.ourteam-section .tmember-block .tmbimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 37px;
}
.ourteam-section .tmember-block .tmbtxt {
    text-align: center;
}
.ourteam-section .tmember-block .tmbtxt h3 {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0px;
}
.ourteam-section .tmember-block .tmbtxt p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0px;
}



.setsusapart-section {
    width: 100%;
    height: auto;
    background-color: #d0e4f0;
    overflow: hidden;
}
.setsusapartslider-wrap {
    width: 100%;
    height: auto;
}


.visionfuture-section {
    padding: 20px 0px 80px 0px;
}


.learningjourney-section {
    width: 100%;
    height: auto;
    background-color: #d0e4f0;
    padding: 120px 0px 80px 0px;
    overflow: hidden;
}
.learningjourney-section .ljsec-left {
    width: 100%;
    height: 100%;
    text-align: right;
}
.learningjourney-section .ljsec-right {
    width: 100%;
    height: 100%;
}
.learningjourney-section .ljsec-right p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.learningjourney-section .ljsec-right h3 {
    font-size: 30px;
    color: #0fa3df;
    margin-bottom: 0;
}

/* About Page :end */


/* testimonials section :start */
.testimonials-section {
    background-color: #0fa3df;
    background-image: url('../images/testimonials-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonials-section .testi-head h3 {
    color: #ffffff;
}

.testimonials-wrap {
    margin-top: 40px;
}
.testimonials-wrap .tesblock {
    display: flex;
    align-items: center;
    gap: 24px;
}
.testimonials-wrap .tesblock .tbimage {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}
.testimonials-wrap .tesblock .tbimage > img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.testimonials-wrap .tesblock .tbimage .timg {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    overflow: hidden;
}
.testimonials-wrap .tesblock .tbimage .timg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.testimonials-wrap .tesblock .tbtext {
    width: 100%;
    height: auto;
}
.testimonials-wrap .tesblock .tbtext .tbtreview {
    width: 100%;
    height: auto;
}
.testimonials-wrap .tesblock .tbtext .tbtreview p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}
.testimonials-wrap .tesblock .tbtext .tbtusr {
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}
.testimonials-wrap .tesblock .tbtext .tbtusr h3 {
    font-family: 'BLACKSWORD', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0px;
}
.testimonials-wrap .tesblock .tbtext .tbtusr p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    text-align: right;
    margin-bottom: 0px;
}

.testimonials-wrap .owl-carousel .owl-dots .owl-dot {
    background-color: #ffffff;
}
.testimonials-wrap .owl-carousel .owl-dots .owl-dot.active, 
.testimonials-wrap .owl-carousel .owl-dots .owl-dot:hover {
    background-color: #262626;
}
/* testimonials section :end */


/* our mission section :start */
.ourmission-section {
    background-color: #d0e4f0;
}
.ourmission-section .ombox {
    position: relative;
}
.ourmission-section .ombox::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/our-mission-bgbox.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* z-index: 1; */
}
.ourmission-section .ombox > div.row {
    position: relative;
    /* z-index: 2; */
}
.ourmission-section .omsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 170px 0px 170px 170px;
    text-align: right;
}
.ourmission-section .omsec-left .ourmission-title h3 {
    margin-bottom: 10px;
}
.ourmission-section .omsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 127px;
}
.ourmission-section .omsec-right img {
    max-width: 100%;
    height: auto;
}
/* our mission section :end */

/* Course detail page :start */
.coudetpgsec-about {
    background-color: #d0e4f0;
}
.coudetpgsec-about .cdsabt-left {
    width: 100%;
    height: auto;
    text-align: center;
}
.coudetpgsec-about .cdsabt-left img {
    max-width: 100%;
    height: auto;
}
.coudetpgsec-about .cdsabt-right {
    width: 100%;
    height: auto;
}
.coudetpgsec-about .cdsabt-right h3 {
    font-size: 22px;
    font-weight: 400;
    color: #0fa3df;
    margin-bottom: 10px;
}
.coudetpgsec-about .cdsabt-right p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 10px;
}


.coudetpgsec-about {
    background-color: #d0e4f0;
}

.coursecontents-section {
    background-color: #0fa3df;
}
.coursecontents-section .ccontec-title h3 {
    color: #ffffff;
}



.module-block {
    width: 100%;
    height: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.module-block .mblk-head {
    /* writing-mode: vertical-rl; */
    /* transform:scale(-1); */
    padding: 5px 20px;
    background-color: #ffffff;
}
.module-block .mblk-head h2 {
    font-size: 20px;
    color: #0fa3df;
    padding: 0;
    margin: 0;
}

.module-block .mblk-body {
    width: 100%;
    height: auto;
}
.module-block .mblk-body h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.module-block .mblk-body ul {
    color: #ffffff;
    line-height: 1.2;
}
.module-block .mblk-body ul li::before {
    color: #ffffff;
}
/* Course detail page :end */



/* section-style-1 section :start */
.section-style-1 {
    background-color: #098fc5;
}
.section-style-1 .secstyl-title {
    color: #ffffff;
    padding: 45px 0px;
}
.section-style-1 .secstyl-title h3 {
    color: #ffffff;
}
.section-style-1 .secstyl-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.section-style-1 .secstyl-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
}
.section-style-1 .secstyl-btns {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* section-style-1 section :end */

/* accordion-style-1 :start */
.accordion-style-1 {
    width: 100%;
    height: auto;
}
.accordion-style-1 .accordion-item {
    margin-bottom: 3px;
    border: 2px solid #e9f2f8;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-style-1 .accordion-button {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #0fa3df;
    background-color: #ffffff;
    padding: 20px 20px;
    box-shadow: none;
}
.accordion-style-1 .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-button:not(.collapsed)::after {
    content: '\f068';
}
.accordion-style-1 .accordion-button:hover {
    color: #0fa3df;
    background-color: #e9f2f8;
}
.accordion-style-1 .accordion-body {
    font-size: 16px;
    padding: 5px 20px 20px 20px;
}
/* accordion-style-1 :end */

/* breadcrumb-style-1 :start */
.breadcrumb-style-1 {
    font-size: 12px;
}
.breadcrumb-style-1 .breadcrumb-item a {
    color: #afafaf;
}
.breadcrumb-style-1 .breadcrumb-item a:hover {
    color: #0fa3df;
}
.breadcrumb-style-1 .breadcrumb-item.active {
    color: #6f6f6f;
}
/* breadcrumb-style-1 :end */


/* Inner Banner 2 :start */
.innerbanner2-section {
    width: 100%;
    /* height: 555px; */
    background-image: url('../images/innerbanner-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-top: 110px;
    z-index: 9;
}

.innersearch-wrap {
    padding: 50px 0px 30px 0px;
}
.innersearch-wrap h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.innersearch-wrap h5 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
}
.innersearch-wrap .input-group {
    width: 100%;
    height: auto;
    color: #000000;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    overflow: hidden;
}
.innersearch-wrap .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 0px 14px 25px;
    border: 0;
    box-shadow: none;
}
.innersearch-wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bcc8d0 !important;
}
.innersearch-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #bcc8d0 !important;
}
.innersearch-wrap .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #bcc8d0 !important;
}
.innersearch-wrap .form-control:-moz-placeholder { /* Firefox 18- */
    color: #bcc8d0 !important;
}
.innersearch-wrap .form-control::placeholder {
    color: #bcc8d0 !important;
}
.innersearch-wrap .input-group .searchbtn {
    width: auto;
    height: 100%;
    font-size: 22px;
    color: #0d9bd5;
    background-color: #ffffff;
    border: 0;
    padding: 0px 20px 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
.innersearch-wrap .input-group .searchbtn:hover {
    color: #ffffff;
    background-color: #0d9bd5;
}
.innersearch-wrap .input-group .clearbtn {
    width: auto;
    height: 100%;
    font-size: 17px;
    color: #0d9bd5;
    background-color: transparent;
    border: 0;
    padding: 0px 5px 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    display: none;
}
.innersearch-wrap .input-group .clearbtn:hover {
    color: #000000;
    background-color: transparent;
}
/* Inner Banner 2 :end */

/* header sticky :start */
.navbar-fixed {
    position: fixed;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.18);
    top: 0;
    width: 100%;
}
.navbar-fixed .headertop-section {
    display: none;
}
.navbar-fixed .classy-nav-container a.nav-brand .nbrand-inner {
    width: 120px;
    padding: 5px 5px;
}
.navbar-fixed .classy-nav-container a.nav-brand .nbrand-inner img {
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/* header sticky :end */


/* News List Page :start */
.news-block {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 25px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.news-block .nlbimage {
    width: 100%;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.news-block .nlbimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.news-block .nlbimage h2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: auto;
    max-width: calc(100% - 20px);
    height: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.48;
    color: #000;
    background-color: #FFF;
    border-radius: 10px;
    padding: 6px 15px;
    margin: 0;
}
.news-block .nlbtext {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.news-block .nlbtext h5 {
    font-size: 12px;
    font-weight: 400;
    color: #AEACAC;
    line-height: 1.48
}
.news-block .nlbtext h3 {    
    font-size: 16px;
    font-weight: 400;
    color: #242C4A;
    line-height: 1.47;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.news-block .nlbtext p {    
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: 1.47;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block .nlbauthor {
    width: 100%;
    height: auto;
    padding-top: 15px;
    margin-top: auto;
    position: relative;
}
.news-block .nlbauthor::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #DCDADA;
    position: absolute;
    top: 15px;
    left: 0;
}
.news-block .nlbauthor h3 {    
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: initial;
    margin-top: 15px;
    margin-bottom: 0;
}
.news-block .nlbauthor time {
    font-size: 12px;
    font-weight: 400;
    line-height: initial;
    color: #AEACAC;
}

.news-block:hover .nlbimage img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.news-block:hover .nlbtext h3 {
    color: #098fc5;
}
/* News List Page :end */


/* pagination-style-1 :start  */
.pagination-style-1 {
	width: 100%;
	list-style: none;
    padding: 0px 60px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}
.pagination-style-1::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.pagination-style-1 .page-item .page-link {
	width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 5px;
	border: 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.pagination-style-1 .page-item .page-link svg path {
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.pagination-style-1 .page-item:hover .page-link, 
.pagination-style-1 .page-item.active .page-link {
	color: #ffffff;
	background-color: #0fa3df;
}
.pagination-style-1 .page-item:hover .page-link svg path, 
.pagination-style-1 .page-item.active .page-link svg path {
	fill: #ffffff;
}
/* pagination-style-1 :end  */

/* news details page :start */
.newsdetails-pg {
    border-bottom: 1px solid #d0e4f0;
}
.newsdetailsblock-wrap {
    width: 100%;
    height: auto;
}
.newsdetailsblock-wrap .ndbtitle {
    margin-bottom: 40px;
}
.newsdetailsblock-wrap .ndbtitle h3 {
    color: #000;
    text-transform: capitalize;
}

.newsdetailsblock-wrap .ndbtext {
    width: 100%;
    height: auto;
}


.newsdetailsblock-wrap .ndbtext .ndtimage {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndimg {
    width: 100%;
    height: auto;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndimg img {
    width: 100%;
    height: auto;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndsm {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-bottom: 20px;
    position: relative;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndsm::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65%;
    height: 1px;
    background-color: #E0E0E0;
    display: block;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndsm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndsm ul li a {
    font-size: 14px;
    color: #6B6B6B;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
}
.newsdetailsblock-wrap .ndbtext .ndtimage .ndsm ul li a:hover {
    color: #0fa3df;
}




.newsdetailsblock-wrap .ndbtext p {
    font-size: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 1.47;
    margin-bottom: 30px;
}
.newsdetailsblock-wrap .ndbtext p:last-child {
    margin-bottom: 0;
}

.newsdetailsblock-wrap .ndbnav {
    padding-top: 30px;
    margin-top: 40px;
    position: relative;
}
.newsdetailsblock-wrap .ndbnav::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 1px;
    background-color: #DCDADA;
}
.newsdetailsblock-wrap .ndbnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 35px;
}
.newsdetailsblock-wrap .ndbnav ul li .ndetBtn {    
    font-size: 23px;
    font-weight: 400;
    line-height: 1.47;
    color: #121212;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.newsdetailsblock-wrap .ndbnav ul li .ndetBtn svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.newsdetailsblock-wrap .ndbnav ul li .ndetBtn:hover {
    color: #0fa3df;
}
.newsdetailsblock-wrap .ndbnav ul li .ndetBtn:hover svg path {
    fill: #0fa3df;
}

.newsdetailsblock-wrap .ndbnav ul li .ndetBtn.disabled {
    color: #AEAEAE;
    pointer-events: none;
}
.newsdetailsblock-wrap .ndbnav ul li .ndetBtn.disabled svg path {
    fill: #AEAEAE;
}
/* news details page :end */
/* 404: start */
.inner-404 {
    padding: 100px 15px;
    text-align: center;
}
.inner-404 h1 {
    font-size: 170px;
    font-weight: 900;
    color: #0fa3df;
    line-height: 1;
}
.inner-404 p {
    color: #959595;
}
.inner-404 a.btn {
    background: #0fa3df;
    color: #fff;
    padding: 8px 20px;
    margin-top: 20px;
}
.inner-404 a.btn:hover {
    background: #000;
    color: #fff;
}
/* 404: End */

/* .coursenotfound-section :start */
.coursenotfound-section {
    width: 100%;
    height: 100%;
}
.coursenotfound-section .cnfsec-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
}
.coursenotfound-section .cnfsec-inner img {
    max-width: 200px;
    height: auto;
}
.coursenotfound-section .cnfsec-inner h3 {
    font-size: 24px;
    font-weight: 700;
    color: #a1cafb;
    margin-top: 10px;
    margin-bottom: 0;
}
/* .coursenotfound-section :end */

.terms-and-conditions {
    padding-bottom: 80px;
}

.terms-and-conditions p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}
.terms-and-conditions ul {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    list-style: none;
    padding: 0;
    line-height: 28px;
    margin: 15px 0 40px 0;
}
.terms-and-conditions ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 20px;
}
.terms-and-conditions ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #0fa3df;
    border-bottom: 6px solid transparent;
}


.terms-and-conditions ol {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    list-style: decimal;
    padding: 0;
    line-height: 28px;
    margin: 15px 0 40px 0;
    padding-left: 21px;
}
.terms-and-conditions ol li {
    margin: 0 0 15px 0;
    position: relative;
}





.terms-and-conditions h4 {
    margin: 0 0 20px 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    color: #098fc5;
}
.terms-and-conditions h5 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    color: #333333;
}
.terms-and-conditions hr {
    margin: 0 0 40px 0;
    background: #ebebeb;
    opacity: 1;
}
.terms-and-conditions b {
    color: #006c97;
}


/* accreditations page :start */
.accreditations-wrapper {
    background-color: #d0e4f0;
    padding: 70px 0px 100px 0px;
}

.accredit-block {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px 35px;
    cursor: pointer;
}
.accredit-block:hover {
    background-color: #f0faff;
}
.accredit-block:last-child {
    margin-bottom: 0;
}
.accredit-block .accblock-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 270px;
    height: 270px;
    padding: 70px 30px;
    background-color: #edeff0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accredit-block .accblock-image img {
    max-width: 100%;
    max-height: 100%;
}
.accredit-block .accblock-details h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0d9bd5;
    margin-bottom: 15px;
}
.accredit-block .accblock-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 12px;
}
/* accreditations page :end */