@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Fira+Sans&family=Handlee&family=Italianno&family=Montserrat&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@400;500;700;900&family=Satisfy&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap"); 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}
html{
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: dimgray;
    font-weight: 400;
}

section {
    padding: 70px 0px;
}

section#home-slider {
    padding: 0px;
}

section#highlights {
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
}

.bg {
    background: rgb(39, 60, 102);
}

.bg-btn {
    background: rgb(33, 167, 208);
}

.btn {
    font-weight: 500;
    padding: 15px 25px;
    text-transform: uppercase;
}

.container {
    width: 1110px;
    margin: auto;
}

.text-white {
    color: white;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.topHeader a {
    color: white;
}

.topLeft a {
    padding: 15px 0px;
    display: block;
}

.topHeader a i {
    margin-right: 3px;
}

.topLeft a:first-child {
    padding-right: 20px;
    border-right: 1px solid rgb(128, 115, 115);
    margin-right: 20px;
}

.login-register i {
    margin-right: 8px;
    color: #21a7d0;
}

.login-register {
    margin-right: 35px;
}
.login-register a{
    transition: 0.2s;
}
.login-register a:hover {
    color: #21a7d0;
}
.logo img {
    width: 200px;
}

.logoImg {
    margin-right: 35px;
}

.menu {
    margin-right: 5px;
}

.menu ul {
    list-style: none;
}

.menu ul li a, .categories a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 40px 20px;
    display: block;
    font-size: 15px;
    color: rgb(57, 68, 89);
    transition: all 0.5s ease 0s;
}

.menu ul li:first-child a {
    color: rgb(33, 167, 208);
}
.primanyMenu.sticky{
    padding: 0px 0px;
    background: #fff;
    z-index: 999999;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 0.5s;
    animation-name: sticky-animation;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
@keyframes sticky-animation {
    0% {
      opacity: 0;
      transform: translateY(-100%);
  }
}
.search-cart {
    width: 100px;
    font-size: 16px;
}

.search-cart a {
    color: rgb(68, 68, 68);
}

.categories i:hover {
    color: rgb(33, 167, 208) !important;
}

ul.d-flex.align-items-center.justify-content-between a:hover {
    color: rgb(33, 167, 208);
}

.search-cart.d-flex.align-items-center.justify-content-between a:hover {
    color: rgb(33, 167, 208);
}

.search-cart.d-flex.align-items-center.justify-content-between a:first-child {
    border-right: 1px solid rgb(51, 51, 51);
    padding-right: 16px;
}

ul.sub-menu {
    background: rgb(33, 167, 208);
    width: 240px;
    list-style: none;
    position: absolute;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0;
}

.mega-menu {
    background: rgb(33, 167, 208);
    width: 500px;
    list-style: none;
    position: absolute;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0;
}

.mega-menu {
    padding: 25px;
}

.mega-menu ul {
    list-style: none;
}

.mega-menu ul li a {
    padding: 0px;
}

.categories-box {
    color: white;
}

.categories a {
    float: left;
    width: 160px;
}

.categories-box ul li a {
    padding: 10px 11px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgb(253, 253, 253) !important;
}
.search-cart a:nth-child(3) {
    font-size: 23px;
    width: 10px;
  }
.menu ul li, .drop-down:hover .mega-menu {
    transform: scaleY(1);
    opacity: 1;
}

ul.sub-menu li a {
    padding: 10px 20px;
    font-weight: 400;
    color: white !important;
}

.menu ul li, .drop-down {
    position: relative;
}

ul.sub-menu li:first-child a {
    padding-top: 20px;
}

ul.sub-menu li:last-child a {
    padding-bottom: 20px;
}

.menu ul li, .drop-down:hover .sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

.menu ul li.drop-down a::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
}

.menu ul li.drop-down:hover a::after {
    content: "-";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.categories-box h1 {
    color: white;
    font-weight: 500;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
    padding: 8px 7px;
    text-transform: uppercase;
    font-size: 18px;
}

.mega-menu ul li a::after, .sub-menu li a::after {
    content: "" !important;
}
.mainHeader, nav.right_menu_toggle {
    width: 500px;
    padding: 30px 50px;
    background: #fafafa;
    z-index: 999999;
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    height: 100%;
}

.canvas_logo img {
    width: 100%;
}

.canvas_logo {
    width: 210px;
    margin: 50px auto;
    margin-bottom: 25px;
}

.offcanvas_text {
    width: 325px;
    margin: auto;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.offcanvas_gallery {
    display: inline-block;
    margin-bottom: 20px;
}

.gallery_img {
    width: 33%;
    float: left;
    padding: 0px 5px 10px;
}

.gallery_img img {
    width: 100%;
}

.map_img img {
    width: 100%;
}
ul.social_cm_media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
}

ul.social_cm_media li a i {
    font-size: 18px;
    color: #111111;
}
.close_btn {
    overflow: visible;
    padding: 0;
}

.close_btn #nav_close {
    position: relative;
    width: 40px;
    height: 40px;
    background: #21a7d0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close_btn #nav_close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

span.line_one {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 20px !important;
    background: #ffff;
    transition: all 0.3s ease;
    border: none;
}

span.line_two {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: none;
    transition: all 0.3s ease;
}
.close_btn #nav_close:hover {
    transform: rotate(180deg);
}
/* .right_menu_toggle{
    display: none !important;
}
.right_menu_toggle.active{
    display: block !important;
} */
nav.right_menu_toggle {
    right: -36em;
    transition: 0.3s;
}
nav.right_menu_toggle.active{
    right: 0;
}
.rs_menu_toggle{
    display: none;
}
.slider {
    position: relative;
}

.slider-img {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 600px;
    visibility: hidden;
    opacity: 0;
    transition: all 3s ease 0s;
}

.slider-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-wrapper {
    height: 500px;
    overflow: hidden;
}

.slider-content-left h4 {
    font-size: 35px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: Nunito, sans-serif;
}

.slider-content-left h1 {
    color: white;
    font-size: 70px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.slider-content-left a {
    border-radius: 3px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.slider-content-left a:hover {
    background: rgb(37, 163, 192);
}

.active {
    opacity: 1;
    visibility: visible;
}

.h-box {
    width: 25%;
    overflow: hidden;
    position: relative;
    height: 187px;
}

.h-box img {
    width: 100%;
    position: absolute;
}

.box-content {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.h-box::after {
    content: "";
    position: absolute;
    background: rgb(39, 60, 102);
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.box-content i {
    color: white;
    font-size: 35px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.box-content h2 {
    color: white;
    font-size: 21px;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.highlights-wrapper {
    display: flex;
}

.h-box:nth-child(2)::after {
    background: rgb(33, 167, 208);
    opacity: 0.7;
}

.h-box:nth-child(3)::after {
    background: rgb(119, 43, 234);
    opacity: 0.7;
}

.h-box:last-child::after {
    background: rgb(33, 167, 208);
    opacity: 0.7;
}

.wel-left {
    flex-basis: 36%;
    background: url("./img/about-intro-bg.jpg") no-repeat;
    padding: 110px 26px;
    border-radius: 3px;
}

.wel-right {
    flex-basis: 60%;
}

.wel-left h4 {
    font-size: 18px;
    color: rgb(33, 167, 208);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.wel-left h2 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wel-left p {
    color: white;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 50px;
}

.wel-left a {
    color: white;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 3px;
    text-transform: capitalize !important;
}

.wel-box {
    padding: 30px 15px;
    background: rgb(251, 248, 204);
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -50px;
    border-radius: 3px;
}

.wel-box:nth-child(2) {
    background: rgb(233, 251, 213);
}

.wel-box:last-child {
    background: rgb(220, 241, 253);
}

.wel-box h2 {
    font-size: 41px;
    color: black;
    font-weight: 500;
    margin-bottom: 4px;
}

.wel-box h4 {
    font-size: 21px;
}

.wel-right-inner.d-flex.align-items-center.justify-content-between {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 95%;
}

.wel-box-img.d-flex.align-items-center.justify-content-between {
    display: flex;
    flex-direction: row;
    row-gap: 20px !important;
}

.wel-img {
    margin-right: 30px;
}

.wel-img img {
    width: 100%;
}

.cat-box {
    flex-basis: 350px;
    position: relative;
    background: linear-gradient(360deg, rgb(18, 42, 88), transparent);
    height: 362px;
    margin-bottom: 30px;
}

.cat-box img {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.cat-overlay a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
}

.cat-overlay {
    height: 300px;
    width: 300px;
    background: rgba(18, 42, 88, 0.84);
    color: white;
    text-align: center;
    padding: 41px 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scaleX(0);
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.cat-box:hover .cat-overlay {
    transform: translateY(-50%) translateX(-50%) scaleX(1);
    opacity: 1;
}

.cat-box:hover .cat-title {
    opacity: 0;
    bottom: -30px;
}

.cat-overlay h2 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 28px;
    cursor: pointer;
}

.cat-overlay p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 26px;
}

h2.cat-title {
    position: absolute;
    bottom: 26px;
    left: 25px;
    color: white;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.catogories-title {
    width: 350px;
}

.catogories-title {
    width: 350px;
}

.catogories-title h4 {
    font-size: 18px;
    color: rgb(33, 167, 208);
    margin-bottom: 15px;
    font-weight: 600;
}

.catogories-title h1 {
    font-size: 31px;
    color: rgb(17, 41, 88);
    font-weight: 600;
}

.admission-left {
    width: 100%;
    height: 500px;
    position: relative;
}

.admission-left img {
    width: 100%;
    height: 100%;
}

.video-info {
    position: absolute;
    bottom: 50px;
    left: 70px;
}

.admission-right {
    width: 100%;
    height: 500px;
    position: relative;
}

.admission-right img {
    width: 100%;
    height: 100%;
}

.admission-info {
    position: absolute;
    top: 0px;
    width: 490px;
    margin-top: 160px;
    margin-left: 70px;
}

.video-info i {
    border: 4px solid rgb(255, 255, 255);
    width: 60px;
    color: white;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 20px;
    float: left;
    font-size: 25px;
    overflow: hidden;
}

.video-info h2 {
    width: 170px;
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
}

.admission-info h1 {
    color: rgb(17, 41, 88);
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}

.admission-info p {
    line-height: 23px;
    margin-bottom: 35px;
    color: rgb(80, 80, 80);
    font-size: 14.5px;
    font-weight: 400;
}

.admission-info a {
    font-size: 14px;
    color: white;
    padding: 15px 31px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
}

.admission-info a:hover {
    background: rgb(70, 154, 179);
}

section#catogories {
    background: rgb(243, 248, 249);
    position: relative;
    z-index: 1111;
}

#edu-event {
    background: rgb(243, 248, 249);
    position: relative;
}

.edu-work-info h4 {
    font-size: 17px;
    color: rgb(33, 167, 208);
    font-weight: 500;
    margin-bottom: 15px;
}

.edu-work-info h1 {
    font-size: 35px;
    color: black;
    font-weight: 600;
    margin-bottom: 35px;
}

.edu-work-info img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.edu-work-info {
    width: 485px;
}

.single-edu-post {
    padding-top: 30px;
    padding-bottom: 38px;
    padding-left: 33px;
    background: white;
    margin-top: 30px;
    border-radius: 5px;
}

.edu-title {
    width: 94px;
    height: 94px;
    padding: 11px;
    float: left;
    text-align: center;
    background: rgb(220, 241, 253);
    margin-right: 30px;
}

.edu-title span {
    font-size: 17px;
}

.edu-title h2 {
    font-size: 45px;
    font-weight: 700;
    color: rgb(17, 41, 88);
}

.edu-info a {
    color: rgb(119, 119, 119);
    font-size: 15px;
}

.edu-info h1 {
    margin-top: 10px;
    font-size: 23px;
    width: 442px;
    color: rgb(17, 41, 88);
}

.edu-info {
    width: 530px;
}

.single-edu-post:first-child {
    margin-top: -60px;
}

.edu-work-link a {
    margin-top: 35px;
    display: block;
    font-size: 16px;
    color: rgb(17, 41, 88);
    font-weight: 500;
    letter-spacing: -0.2px;
}

.edu-work-icon {
    width: 165px;
    display: flex;
    align-items: center;
    margin-top: 80px;
    cursor: pointer;
}

.edu-work-icon img {
    width: 100%;
    margin-right: 70px;
}

.donation-helps {
    width: 385px;
}

.donation-helps img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 35px;
}

.donation-helps h2 {
    font-size: 25px;
    color: rgb(17, 41, 88);
    font-weight: 500;
    margin-bottom: 20px;
}

.donation-helps p {
    font-size: 16px;
    margin-bottom: 30px;
}

.donation-desc {
    width: 630px;
    background: rgb(243, 248, 249);
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.donation-btn {
    width: 187px;
    background: rgb(33, 167, 208);
    padding: 17px 25px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.donation-btn a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.donation-btn:hover {
    background: rgb(40, 146, 178);
}

.dn-image {
    float: left;
    width: 200px;
    margin-right: 50px;
}

.dn-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}

.dm-info {
    overflow: hidden;
}

.dm-info h2 {
    font-size: 22px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    color: rgb(17, 41, 88);
    line-height: 30px;
    margin-bottom: 25px;
}

.dm-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

#lates {
    background: rgb(243, 248, 249);
}

.lates-news {
    text-align: center;
}

.sub-title h4 {
    color: rgb(33, 167, 208);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
}

.sub-title h1 {
    color: rgb(17, 41, 88);
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 40px;
}

.stage-outer {
    width: 355px;
    background: white;
    border-radius: 5px;
}

.lates-parent-child {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.lates-parent-child img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
}

.lates-parent-child img:hover {
    transform: scale(1.1);
}

.lates-blog ul {
    display: flex;
    list-style: none;
}

.lates-blog {
    padding: 20px 30px;
}

.lates-blog ul li {
    margin-right: 40px;
}

.lates-title {
    padding: 0px 30px 20px;
}
.lates-title h1:hover {color: #21a7d0;}
.lates-title h1 {
    font-size: 26px;
    color: #112958;
    margin-bottom: 20px;
    transition: 0.4s;
}

.lates-title p {
    color: rgb(80, 80, 81);
    font-size: 16px;
    width: 326px;
    line-height: 25px;
    margin-bottom: 15px;
}

.lates-comment {
    padding: 0px 30px 35px;
}

.lates-comment ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    
}
.lates-comment ul li a:hover {
    color: #21a7d0;
}
.lates-comment ul li a {
    color: rgb(80, 80, 80);
    font-size: 15px;
    transition: 0.4s;
}

.lates-comment ul li:nth-child(2) a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(17, 41, 88);
}
.lates-comment ul li:nth-child(2) a:hover{
    color: #21a7d0;
}
.lates-comment ul li a i {
    font-size: 13px;
    transition: all 0.3s ease 0s;
}

.single-stage-outer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-wrapper {
    background: url("./img/newsletter-bg.jpg") center center no-repeat;
    padding: 60px 70px;
    border-radius: 5px;
    position: relative;
    top: 120px;
    z-index: 1;
}

.news-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-title {
    width: 390px;
    color: rgb(255, 255, 255);
}


.news-title h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.news-title h1 {
    font-size: 37px;
    font-weight: 500;
}

.news-input-box {
    width: 460px;
    position: relative;
}

.news-input-box input {
    padding: 19px 20px;
    width: 100%;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 3px;
}

.news-input-box button {
    padding: 18px 37px;
    background: rgb(39, 60, 102);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: -1px;
    right: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#footer {
    background-color: rgb(39, 60, 102);
    background-image: url("./img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

.footer-widget h2 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
}

.footer-widget ul {
    list-style: none;
    font-size: 16px;
    color: white;
}

.footer-widget ul li a {
    color: rgb(221, 221, 221);
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

.footer-widget ul li {
    margin-top: 15px;
}

.footer-top {
    padding: 218px 0px 93px;
    bottom: 0px;
}

.footer-dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-widget ul li {
    position: relative;
    padding-left: 15px;
}

.footer-widget ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: rgb(33, 167, 208);
}

.footer-widget ul li a:hover {
    color: rgb(33, 167, 208);
}

.address-widget {
    width: 248px;
}

.footer-widget-4 h2 {
    color: white;
    font-size: 18px;
    margin-bottom: 35px;
    letter-spacing: 0.1px;
}

.footer-widget-4 h2 {
    color: white;
    font-size: 18px;
    margin-bottom: 45px;
    letter-spacing: 0.1px;
}

.address-widget ul {
    list-style: none;
}

.address-widget ul li {
    color: white;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}

.address-widget ul li a {
    color: white;
    display: block;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}

.footer-widget-4 {
    margin-top: 70px;
}

.address-widget ul li i {
    font-size: 21px;
    float: left;
    width: 30px;
    color: rgba(80, 217, 213, 0.57);
}

.address-widget ul li a:hover {
    color: rgb(33, 167, 208);
}

.footer-bottom {
    padding: 40px 0px;
    position: relative;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.footer-logo {
    width: 200px;
    height: auto;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-cprght {
    text-align: center;
}

.footer-cprght p {
    color: rgb(243, 248, 249);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-cprght a {
    color: rgb(33, 167, 208);
}

.footer-social ul {
    display: flex;
    list-style: none;
}

.footer-social ul li a {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    background: rgb(33, 167, 208);
    margin-right: 15px;
    color: white;
    transition: 0.3s;
}
.footer-social ul li a:hover{
    color: #ffffff;
    background: #273c66;
}
section#news {
    padding: 0;
    /* position: relative; */
}

.video-info:hover {
    cursor: pointer;
}

/* --------custom scrollbar start------- */
::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-track{
    background-color: #d1e5ff;
}
::-webkit-scrollbar-thumb{
   background: linear-gradient(#642bff, #ff22e6);
   border-radius: 10px;
}
/* --------custom scrollbar end------- */

.angle-arrow {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999;
}

.angle-arrow i {
    width: 40px;
    height: 40px;
    background: #21a7d0;
    padding: 7px 10px;
    border-radius: 100%;
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

main{
    overflow: hidden !important;
}