/*!
Theme Name: kns
Theme URI: https://them.es/starter
Author: kns
Author URI: https://www.kns.com.pk/
Description: ACC and CA
Version: 3.6.2
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: kns
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */
:root {
    --pri-color: #568B3B;
    /*    --pri-color: #880C24;*/
    --sec-color: #E7CD98;
    --transition: 0.3s ease-in;
    --color-white: #ffffff;
    --bgcolor: #f9f3f4;
    --color-black: #000000;
    --fontcolor: #565656;
    --blue-color:#4B527A;
    --heading-color:#373F47;
}
html{
    scroll-behavior:smooth;
 
 
}
#main {
  margin-top: 0!important;
}
#error-page{
margin:0!important;
}
.wp-singular{
	max-width:100%;
    box-shadow:none;
    padding:0;
    margin:0!important;
}
body {
    font-family: "Kanit", sans-serif;
    color: var(--fontcolor);
    scroll-behavior: smooth;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition:
		filter 0.2s ease-in,
		-webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* New Custom style */



/* Common Style*/
.navbar-brand img{
    position: absolute;
    z-index: 999;
    top: 15px;
    max-width: 180px;
}
p {
    font-weight: 400;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    color: var(--fontcolor);
    margin-bottom: 15px;
}

.space-p-t {
    padding-top: 100px;
}

.space-p-b {
    padding-bottom: 100px;
}

.space-p-tb {
    padding: 100px 0;
}

.space-m-t {
    margin-top:100px;
}

.space-m-b {
    margin-bottom: 100px;
}

.space-m-tb {
    margin: 100px 0;
}

.secbg {
    background-color: var(--pri-color);
}

.small-text-title {
    color: var(--sec-color);
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-transform: uppercase;
}

.small-text-title {
    color: var(--sec-color);
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-transform: uppercase;
}

.common-title {
    color:var(--heading-color);
    font-size: calc(30px + (48 - 30) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    /* text-transform: uppercase;
    line-height:1; */
}

.mid-title {
    /* color: var(--pri-color); */
      color:var(--heading-color);
    font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    /* text-transform: uppercase; */
}

.com-btn {
    text-decoration: none;
    background-color: var(--pri-color);
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    transition: 0.5s ease-in;
    margin-bottom:15px;
}

.com-btn:hover {
  background-color: var(--pri-color);
  
}

.com-btn-1 {
    text-decoration: none;
    background-color: var(--sec-color);
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    color: var(--color-black);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    transition: 0.5s ease-in;
    margin-bottom: 15px;
}
.com-btn-2 {
    text-decoration: none;
    background-color: var(--pri-color);
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    transition: 0.5s ease-in;
    margin-bottom: 15px;
}

.com-btn-1:hover {
    background-color: var(--sec-color);
    color: var(--color-black);
}
.com-btn-2:hover {
    background-color: var(--sec-color);
    color: var(--color-white);
}
/* Common Style*/
/* Header Css*/
.main-header {
    padding: 5px 0;
   border-top: 15px solid var(--pri-color); 
     /* border-top: 15px solid #AD8F00;*/
    position: relative;
    z-index: 1040;
}

.main-header .navbar-nav .nav-link {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
}

.main-header .navbar-nav .nav-item {
    padding: 5px 25px;
}

.main-header .dropdown:hover{
    background-color:#fff!important;
    /* top:-14px; */
    color:var(--pri-color)!important;
    border-bottom:1px solid #C8C8C8;
}
.main-header .dropdown{
    margin-top:1px;
    margin-left: 5px;
       min-width: 177px;
}
 .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* removes gap */
 
}
.main-header .dropdown:hover .dropdown:before {
    display: none;
    width: 0;
}
.main-header .dropdown:before{
     content:"";
  background-color: #fff;
  /* height: 100%; */
  height: 78px;
  width: 1px;
  position: absolute;
  top: -12px;
  left: 0;


}
.main-header .dropdown:hover::before {
  display: none;
  content: none;
}
.main-header .dropdown .nav-link {
    color: var(--color-white);
    padding: 10px 25px;
}
.main-header .dropdown .nav-link:hover  {
    color: var(--pri-color);
      /* padding: 20px 25px; */
   
}

    .main-header .navbar-nav .dropdown-menu {
        /* position: absolute; */
        top: 49px;
  left: 0;
  border: 0;
  border-radius: 0;
  width: 177px;
  border-top: 1px solid var(--pri-color);
  padding: 0;
  transition: 0.5s ease-out;
    }
    .main-header .dropdown .dropdown-menu li {
        border-bottom: 1px solid #e7e7e7;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
          margin: 0;
        text-transform:uppercase ;
        }
    .main-header .dropdown .dropdown-menu li a{
        padding:8px 10px;
        margin: 0;
    }
    .main-header .dropdown .dropdown-menu li a:hover{
        background-color:var(--pri-color);
        color:var(--color-white);
    }
    .main-header .nav-item.dropdown:hover > .nav-link {
        color: var(--pri-color); 
        background-color: transparent; 
        /* padding: 20px 25px; */
    }
    .main-header .nav-item.dropdown:hover .dropdown:before {
        display:none;
        border:1px solid transparent;
    }
.explore-kansa {
    /* max-width: 180px;*/
    max-width: 140px;
    background-color: var(--color-white);
    height: 83px;
    position: relative;
    top: -13px;
    /*margin: 0 50px;*/
    margin: 0 20px 0 0;
    border: 0;
    border-radius: 0px 0px 12px 12px;
    width: 200px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

    .explore-kansa span {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: var(--color-black);
        text-transform: uppercase;
        line-height: 1;
        margin: 0;
    }

.tp-links a {
    color: var(--sec-color);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.tp-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* max-width: 50px; */
    width: 90px;
}

/*Header ENd*/
/*Banner Css */
.main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    position: relative;
    /* z-index: 0; */
}
/* .main-banner::before {
   content: "";
        position:absolute;
        background-color: #000000;
        top:0;
        left:0;
        width:100%;
        height:120%;
        z-index:1;
        opacity:0.5;
} */
.main-banner-video{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
    .main-banner-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.main-banner-video::before{
      content: "";
        position:absolute;
        background-color: #000000;
        top:0;
        left:0;
        width:100%;
        height:120%;
        z-index:1;
        opacity:0.3;
}

/*  .main-banner::before {
        content: '';
        position:absolute;
        background: #120521;
        opacity: 0.35;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }*/
.banner-content-box {
    background-image: url(assets/images/Union.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
   /* max-width: 320px;*/
    max-width:300px;
    z-index: 9;
    position: relative;
    /* margin: 0 auto; */
    /* height: 437px;*/
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 30px 50px 20px 50px;
    overflow: hidden;
    display: none;
}

    .banner-content-box h1 {
       font-size: calc(32px + (67 - 32) * (100vw - 320px) / (1920 - 320));
        font-weight : 600;
        color: var(--color-white);
        line-height: 20px;
        margin: 0;
        padding-top: 0;
        text-align: center;
        cursor: pointer;
        transition: 0.4s all ease-in;
        max-width: 280px;
    }

    .main-banner h1{
         font-size: calc(40px + (65 - 40) * (100vw - 320px) / (1920 - 320));
        font-weight : 600;
        color: var(--color-white);
        z-index: 9;
        position: relative;
    }

  .banner-content-box h1:after {
            content: "";
            text-align: center;
            line-height: 1;
            font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
            margin: 0;
            
        }

        /* .banner-content-box h1:hover:after {
            content: "Empowering Financial Leaders";
            font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
        } */

    .banner-content-box p {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: var(--color-white);
        line-height: 1;
        margin: 0;
        padding-top: 10px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        max-width:120px;
        margin:0 auto;
    }
    /* .banner-content-box a {
       
    } */
        .banner-content-box a i {
            font-size: 25px;
            color: var(--color-white);
            padding-top: 20px;
            text-align: center;
            /*   animation: bounce 2600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
            cursor: pointer;*/
            animation: 2.0s hintMovement linear infinite;
        }
/*@keyframes bounce {
    50% {
        transform: translateY(-15px);
        opacity:0.5;
    }
    0% {
        opacity:0;
    }
}*/

@-webkit-keyframes hintMovement {
    from {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: .75
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}

@keyframes hintMovement {
    from {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: .75
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}

/* banner css ENd */
.new-bar-sec {
    position: relative;
}
.new-bar-sec .container{
    position:relative;
    z-index:9;
}
    .new-bar-sec::after {
        content: "";
        background-image: url(/assets/images/shape-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 452px;
        opacity: 0.5;
        z-index:1;
    }
.discover-sec {
    /* padding-bottom: 50px;*/
    position: relative;
}
/* News Css  */
.news-bar {
    background: var(--color-white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    margin-top: -125px;
    z-index: 9;
}

    .news-bar .news-bar-inner {
        background: var(--color-white);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin: 0;
        padding: 20px 0px;
    }

    .news-bar .news-box {
        border-right: 1px solid #afafaf;
        padding: 10px 20px;
    }

        .news-bar .news-box span {
            font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--pri-color);
        }

        .news-bar .news-box p {
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--fontcolor);
        }

.news-list {
    padding: 10px 25px;
    margin: 0;
    display: flex;
    align-items: center;
}

    .news-list li {
        list-style: none;
        padding: 12px 25px;
    }

        .news-list li .icon {
            width: 51px;
            height: 51px;
            border: 0;
            border-radius: 50%;
            background-color: #E7CD98;
            /* background-color: var(--sec-color); */
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink:0;
        }

        .news-list li a {
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: #32016E;
            text-decoration: none;
            transition:3s ease-in;
        }
        
            .futr h6 {
    font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 40px;
}

.furture-box {
    border: 3px solid #E7CD98;
    min-height: 140px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    transition: 0.4s all linear;
}

    .furture-box:hover {
        background-color: #7300ff69;
    }

    .furture-box::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid #E7CD98;
        border-right: 28px solid transparent;
        position: absolute;
        right: 10px;
        bottom: 10px;
        transform: rotate(-180deg);
    }

    .furture-box h4 {
        font-size: calc(20px + (27 - 20) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: var(--color-white);
    }

.info-list {
    padding: 0;
    margin: 0;
}

    .info-list li {
        list-style: none;
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: var(--color-white);
        margin-bottom: 5px;
        transition:1.5s all linear;
    }
        .info-list li a {
            color: var(--color-white);
            text-decoration:none;
        }
         .info-list li a:hover {
             color:var(--sec-color);
         }
/* News END  */

.socialLinks {
    display: flex;
    gap: 14px;
}

    .socialLinks span a {
        text-decoration: none;
        color: #FFFEFF;
        font-size: 19px;
        font-weight: 500;
    }


.foo-ss-icon {
    color: #fff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f63b3b;
    border-radius: 4px;
    text-decoration: none;
    transition:0.3s ease-in;
}
.foo-ss-icon i{
     color: #fff;
    font-size: 20px;
}
.foo-ss-icon:hover {
   background-color:#ccc;
   color:#000;
}
/* Value Css Start  */
.value-sec {
    position: relative;
    /*margin-top: 100px;*/
}

.value-bar {
    background: var(--color-white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 20px 40px;
    position: relative;
    top: 80px;
    z-index:9;
}

    .value-bar label {
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: var(--pri-color);
        width: 80px;
        line-height: 1;
    }

.news-list2 {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
}

    /*.news-list2 li a {
        color: var(--fontcolor);
    }
    .news-list2 li a:hover {
        color:var(--pri-color)!important;
    }*/
        .value-box span {
    font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: var(--pri-color);
}

.schol-box {
    background: var(--color-white);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-bottom: 0;
    transition: 0.5s all ease-out;
    margin-bottom:25px;
}

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

    .schol-box .schol-box-content {
        height: 185px;
        overflow-y: auto;
        padding: 20px;
    }

        .schol-box .schol-box-content span {
            font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--pri-color);
        }

    .schol-box .schol-box-bottom {
        border-top: 1px solid var(--pri-color);
        padding: 15px 8px;
        margin: 10px 20px;
        height: auto;
    }

        .schol-box .schol-box-bottom a {
            display: flex;
            align-items: center;
            font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            color: var(--pri-color);
        }

            .schol-box .schol-box-bottom a i {
                padding-left: 20px;
            }

    .schol-box:hover .schol-box-content span,
    .schol-box:hover .schol-box-content p,
    .schol-box:hover .schol-box-bottom a {
        color: var(--color-white);
    }

    .schol-box:hover .schol-box-bottom {
        border-top: 1px solid var(--color-white);
    }

    .schol-box:hover {
        background-color: var(--sec-color);
    }
/* Value Css End  */

/* Company  Css start  */
.compy-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
    /* padding-bottom: 15rem;
    padding-top: 15rem; */
    background-attachment: fixed;
}

.company-box {
    padding: 50px 80px;
    height: auto;
    background-color: var(--color-white);
    border-radius: 10px;
    position: relative;
    background-image: url(/assets/images/shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.company-box .mid-title{
    color:#373F47 ;
    font-weight: bold;
}

    .company-box .company-box-btm {
        border-top: 1px solid #afafaf;
        padding: 20px 10px 15px 10px;
        margin-top: 30px;
        display: flex;
        align-items: center;
        max-width: 440px;
    }

.company-box-btm-icon {
    width: 51px;
    height: 51px;
    border: 0;
    border-radius: 50%;
    background-color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink:0;
}

.company-box-btm a {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: var(--pri-color);
    text-decoration: none;

}
/* Company Css End  */

/* Customer-sec Css Start  */
.customer-sec {
    /*min-height: 800px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
}

/* .customer-sec::after {
      content: "";
  background-image: url(/assets/images/shape-1.png);
  background-repeat: no-repeat;
  background-size: contain;

  position: absolute;
  left: 0;

  width: 300px;
  height: 100%;
  opacity: 1;
  top: 155px;
  z-index:1;
} */
.customer-slider {
    max-width: 1140px;
    margin: 0 auto;
    position:relative;
    z-index:9;
}

.customer-item {
    text-align: center;
}

    .customer-item .customer-item-img {
        margin-bottom: 20px;
    }

        .customer-item .customer-item-img img {
            max-width: 217px;
            height: 217px;
            margin: 0 auto;
            border: 10px solid var(--sec-color);
            border-radius: 50%;
        }

.customer-item-content span {
    color: var(--color-white);
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 30px;
}

    .customer-item-content span em {
        color: var(--sec-color);
        font-style: normal;
        display:block;
        line-height:1;
        margin:0;
    }

/* .customer-item-content h5 { */
.customer-item-content p {
    color: var(--color-white);
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    position: relative;
    margin-top: 60px;
}

    .customer-item-content h5:before {
        content: "";
        width: 100px;
        height: 1px;
        background-color: var(--sec-color);
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/* Customer-sec Css End  */

/* Members-sec Css Start  */
.menbers-sec{
    position: relative;
}
.members-card{
    background-color: var(--color-white);
    border:1px solid #ebebeb;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0, 0, 0, 0); */
    
}
.members-card .members-card-img{
    background-image: url('assets/images/menber-img-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:350px;
    width:100%;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.members-card .members-card-img img{
   position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.members-card .members-card-text {
    border: 0;
    border-radius: 20px;
    background-color: var(--color-white);
    padding: 10px;
    position: relative;
    top: -35px;
    width:90%;
    margin: 0 auto;
    text-align: center;
    min-height:150px;
}
.members-card .members-card-text span{
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    color: #191A1C;
    font-weight:500;
}
.members-card .members-card-text p{
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #9F9898;
    font-weight:400;
}
.members-card .members-card-text a{
    color:var(--color-black);
    display: flex;
    align-items: center;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
      margin: 0 auto;
      justify-content: center;
}   
.members-card .members-card-text a i{
    margin-left: 10px;
}
/* Members-sec Css End  */
/* Ready Css start  */
.ready-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* min-height: 780px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 150px 0;
}

.ready-box {
    position: relative;
}

    .ready-box a {
        width: 78px;
        height: 78px;
        border: 0;
        border-radius: 50%;
        background-color: var(--sec-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 25px 0;
    }

        .ready-box a i {
            font-size: 30px;
        }

        .ready-box a:hover {
            background-color: var(--pri-color);
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

    .ready-box .common-title {
        line-height: 1;
        position: relative;
        padding-bottom: 20px;
    }

        .ready-box .common-title::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 15px;
            background: linear-gradient(90deg, #E7CD98 0%, rgba(231, 205, 152, 0) 100%);

            /* background: linear-gradient(90deg, #d3b10b 0%, rgba(211, 177, 11, 0) 100%); */
            left: 0;
            bottom: 0;
        }

/* Ready Css End  */
/* Event  Css start  */
.event-box {
    position: relative;
    margin-bottom: 30px;
   /* height: 220px;*/
}
    .event-box .event-box-top {
        margin: 15px 0;
        padding:15px 0;

        border-bottom: 1px solid #AFAFAF;
    }
.event-box .event-box-top span{
    color: var(--sec-color);
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;

}
.event-box .event-box-mid{
    display:flex;
    align-items:flex-start;

}
.event-box-mid .event-box-img{
   /* max-width:280px;
    height:220px;
    object-fit:cover;*/
    margin-right:12px;
    margin-bottom:12px;
}
.event-box-mid .event-box-img img{
    width:100%;
    border:0;
    border-radius:10px;
}
.event-box-content label {
    color: var(--fontcolor);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.event-box-content h6 {
    color: var(--pri-color);
    font-size: calc(17px + (24 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
}
.event-box-content {
    max-width: 240px;
    width: 100%;
    position: relative;
    height: 210px;
}
.event-box-content a{
     color: var(--pri-color);
    font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    display:flex;
    align-items:center;
    position:absolute;
    bottom:0;

}
.event-box-content a i{
    border:1px solid var(--sec-color);
    width:32px;
    height:32px;
    border-radius:50%;
     display:flex;
    align-items:center;
    justify-content:center;
    color:var(--sec-color);
    margin-left:20px;
    transition:0.4s ease-in;
    font-size:14px;

}
.event-box-content a i:hover{
    background-color:var(--pri-color);
    color:var(--color-white);
       border:1px solid var(--pri-color);
}

/* Event  Css start  */
/* animation css  */
@media all and (min-width: 650px) {
    .pp-homeTopDiagonals {
        background: linear-gradient( 0deg, #568B3B 0%, #568B3B 30%, rgba(255, 255, 255, 0) 100% ) center bottom no-repeat;
        background-size: 100% 50px;
       /* bottom: -150px;*/
        /* bottom:-21%;*/
        display: block;
        height: 250px;
        left: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index:2;
        top:-250px;
    }

    .pp-homeTopDiagonals1 {
        top: -240px;
        /* height: 400px; */
        background-size: 100% 180px;
        z-index: -1;
    }
}

.pp-homeTopDiagonals__diag {
    background: var(--pri-color);
    bottom: -250px;
    height: 300px;
    left: 0;
    margin-left: -10%;
    opacity: 0.45;
    position: absolute;
    width: 120%;
}

.pp-homeTopDiagonals__diag--1 {
    -webkit-animation: 18s tdr1 infinite alternate linear;
    animation: 18s tdr1 infinite alternate linear;
}

.pp-homeTopDiagonals__diag--2 {
    -webkit-animation: 18s tdr1 3s infinite alternate linear;
    animation: 18s tdr1 3s infinite alternate linear;
}

.pp-homeTopDiagonals__diag--3 {
    -webkit-animation: 18s tdr1 6s infinite alternate linear;
    animation: 18s tdr1 6s infinite alternate linear;
}

.pp-homeTopDiagonals__diag--4 {
    -webkit-animation: 18s tdr2 infinite alternate linear;
    animation: 18s tdr2 infinite alternate linear;
}

.pp-homeTopDiagonals__diag--5 {
    -webkit-animation: 18s tdr2 3s infinite alternate linear;
    animation: 18s tdr2 3s infinite alternate linear;
}

.pp-homeTopDiagonals__diag--6 {
    -webkit-animation: 18s tdr2 6s infinite alternate linear;
    animation: 18s tdr2 6s infinite alternate linear;
}

@-webkit-keyframes tdr1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes tdr1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes tdr2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes tdr2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

/* animation css  */



/* Footer  Css start  */
.new-footer{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
  /*  min-height:820px;*/
    padding-top:100px;
    padding-bottom:20px;
}
.footer-cta {
    background-image: url('assets/images/footer-ctabg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 20px;
    padding: 40px 40px 20px 40px;
    margin-bottom: 80px;
    min-height: auto;
}
.footer-cta h3{
    color: var(--color-white);
    font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
}
.footer-cta p{
    color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.btns-holder {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-cta
.btns-holder .com-btn-1 {
    margin-right: 25px;
}
.media-links {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
   /* justify-content: end;*/
}
.media-links li{
    list-style:none;
    margin-left:12px;
      color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
    .media-links li a {
        color: var(--color-white);
        text-decoration:none;
    }
    .media-links li a:hover {
        color:var(--sec-color);
    }
.new-ft-logo{
    margin-bottom:25px;
}
.ft-list{
    padding:0;
    margin:0;
    max-width: 450px;
    width: 100%;
}
.ft-list li{
      list-style:none;
    margin-bottom:7px;
      color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
    .ft-list li a {
        color: var(--color-white);
    }
.ft-list-nav {
    padding: 0;
    margin: 0;
}
.ft-list-nav li {
    list-style: none;
    margin-bottom: 7px;
    text-align: left;
    border-bottom: 1px solid #7505FF;
    padding: 10px 0;
  
}
    .ft-list-nav li a {
        color: var(--color-white);
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        text-decoration: none;
    }
    .ft-list-nav li a:hover {
        color:var(--sec-color);
        font-weight:500;

    }
.copyright {
    margin-top: 100px;
    border-top: 1px solid #7505FF;
    padding-top:20px;
}
.copyright p{
      color: var(--color-white);
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin:0;
}
.cp-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}
.cp-list li {
    list-style: none;
    margin-bottom: 7px;
    margin-left:25px;
}
.cp-list li a{
     color: var(--color-white);
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin:0;
}
/* Footer Css END  */

/*Off Canvas*/

.offcanvas {
    background-color: #120521;
    opacity: 0.9;
   
}
.offcanvas-full-screen {
    width: 100% !important; /* Make it full width */
    height: 100% !important; /* Make it full height */
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    width: 100%;
}
.canvas-body {
    display: flex;
    /* align-items: flex-start; */
    justify-content: space-between;
    border-top: 10px solid var(--pri-color);
  
}
.offcanvas-body {
    padding-top:0;
    padding-left:0;
    padding-bottom:0;
}
.canvas-left {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 50px 40px;*/
    padding: 50px 20px;
    position: sticky;
}
.canvas-body::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 250px solid var(--pri-color);
    border-right: 250px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.canvas-left .canvas-left-top {
    margin-bottom: 40px;
}
.canvas-left .canvas-left-top span {
    color: var(--sec-color);
    font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
      text-transform:uppercase;
}
    .canvas-left .canvas-left-top h1 {
        color: var(--color-white);
        /* font-size: calc(45px + (100 - 45) * (100vw - 320px) / (1920 - 320));*/
        font-size: calc(40px + (80 - 40) * (100vw - 320px) / (1920 - 320));
        font-weight: 900;
        text-transform: uppercase;
       /* max-width: 150px;*/
        line-height: 1;
    }

.canvas-body .nav-link{
    color:#000;
}
.menu-nox{
    position:relative;
    margin-bottom:30px;
    transform:scale(1);
    transition:.3s ease-out;
}
.menu-nox .menu-nox-img img{
    position: relative;
    width:100%;
    border:0;
    border-radius:10px;
}
.menu-nox  .menu-nox-text {
    position: absolute;
  left: 20px;
  bottom: 0;
  padding: 3px 10px;
}
.menu-nox  .menu-nox-text span{
    background-color:var(--pri-color);
    display:inline-block;
       color: var(--color-white);
        font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
      padding:5px 12px;
      margin-bottom:12px;
}
.menu-nox  .menu-nox-text p{
       color: var(--color-white);
        font-size: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
   
}
.menu-nox:hover{
    box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transform:scale(1.1);
}
.canvas-list-btm {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-top: 50px;
}
    .canvas-list-btm li {
        list-style: none;
        padding-right: 20px;
        color: var(--color-white);
        font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320));
        text-transform:uppercase;
        margin-right:25px;
    }
    .canvas-list-btm li span{
        margin-left:30px;
    }
        .canvas-list-btm li a {
    
        font-weight: 500;
        text-decoration: none;
        color: var(--color-white);
    }
        .canvas-list-btm li a:hover {
            color:var(--sec-color);
        }
.canvas-right {
    background-color: #fff;
    max-width: 400px;
    width: 450px;
  
    position: relative;
    margin-top: -15px;
    height: 100%;
    right: -16px;
    z-index:9;
    min-height:1100px;
    overflow-y:auto;
}
.canvas-right-inner {
    padding: 25px 35px;
}

.offcanvas .btn-close {
    position: absolute;
    right: 25px;
    top: 12px;
    color: #fff;
    z-index: 1080;
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(9%) hue-rotate(167deg) brightness(98%) contrast(102%);
    opacity: 1;
}

.canvas-right .top-title {
    color: var(--color-black);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    text-align:left;

}

.canvas-right .seacrh-box{
    position:relative;
    margin-top:50px;
    
}
.canvas-right .seacrh-box  .forn-group{
    position:relative;
}
.canvas-right .seacrh-box input{

width: 100%;
height: 52px;
border:0;
padding:5px 60px 5px 25px;

background: #FFFFFF;
box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.35);
border-radius: 26px;

}
.canvas-right .seacrh-box button{
border:0;

position: absolute;
width: 55px;
height: 52px;
right: 0;
top:0;
background: #32016E;
border-radius: 0px 26px 26px 0px;
}
.canvas-right .seacrh-box button i{
    color:var(--color-white);
}
.canvas-right .navbar-nav {
    margin-top: 50px;
}
.canvas-right
.accordion {
    margin-top: 50px;
}
/*.canvas-right .accordion-button:not(.collapsed)::after{
    background-image:url(/assets/images/icons/acc-angle.svg)!important;
}*/
.canvas-right
.accordion-button::after {
    background-image: url(/assets/images/icons/acc-angle.svg);
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
    z-index: 9;
    width: 15px;
    display: flex;
    justify-content: center;
    margin-right: -5px
}
.canvas-right
.accordion-button::before {
    content: "";
    background-color: #F9F8F8; position: absolute;
    right: 0;
    width: 45px;
    height: 43px;
    top: 4px;
    z-index: 0;
    border-radius:3px;
}
    .canvas-right .accordion-item:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}
.canvas-right .accordion-item {
    border:0;
    border-top: 1px solid #E9E9E9;
    padding-top:5px;
    margin-top:5px;

}
.canvas-right .accordion-item
.accordion-button:focus{
    box-shadow:none;
}
.canvas-right .accordion-item
.accordion-button {
    background-color: transparent;
    color: var(--pri-color);
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    font-style: normal;
    transition: 0.5s all ease;
}
    .canvas-right .accordion-item
    .accordion-button:hover {
         background-color: #FAF6FF;
    }
        .canvas-right .accordion-item .accordion-body {
        padding: 0;
    }
    .meni-inner-list{
    padding:0;
    margin:0;
}
        .meni-inner-list li {
            list-style: none;
            padding:8px 20px;
            border-bottom: 1px solid #E9E9E9;
            margin-bottom: 0;
        }
    .meni-inner-list li a{
        color: var(--color-black);
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        text-decoration:none;
        font-weight:500;
    }
.visit-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 20px;
    background-color: #FAF6FF;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}
.visit-links a {
    color: #7505FF;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 500;
    text-transform:uppercase;
}
.tagline-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #F9F8F8;
    border-bottom: 1px solid #C8C8C8;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 500;
    font-style:italic;
    color:var(--pri-color);
}
.canva-right-btm {
    padding: 25px 35px;
}
.canva-right-btm-list {
    padding: 0;
    margin: 0;
    padding-left:30px;
}

    .canva-right-btm-list li {
        list-style: none;
        padding: 8px 0px;
        border-bottom: 1px solid #E9E9E9;
        margin-bottom: 0;
        transition: 0.3s ease-in;
    }

        .canva-right-btm-list li a {
            color: var(--pri-color);
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            text-decoration: none;
            font-weight: 500;
          
        }
            .canva-right-btm-list li:hover {
                background-color: #FAF6FF;
                padding:8px 10px;
            }
/*Off Canvas ENd*/
.mobile-btn {
    display: none;
    /* background-color: #fff; */
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 10px;
    text-align: center;
    line-height: 44px;
    position:absolute;
    right:30px;
    top:20px;
}



/* New login page css start*/
.login-form-box{
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    height:100%;
    margin-top:30px;
}
.login-form-box-inner{
    padding:50px 40px 20px 40px;
}
.login-form-box-top h4 {
    font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 600;
    color: #32016E;

}
.login-form-box-top p {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-black);
 
}
.login-form-box .field {
    position: relative;
    margin-bottom: 15px;
}
    .login-form-box .field input {
        color: var(--pri-color);
        font-size: 16px;
        font-weight: 500;
        padding: 8px 40px 8px 25px;
        position: relative;
        width: 100%;
        background-color: var(--color-white);
        border: 0;
        border-radius: 10px;
    }
    .login-form-box .field label {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        text-decoration: none;
        font-weight: 400;
        color: var(--color-white);
        margin-bottom: 7px;
    }
    .login-form-box .field .frt-ps {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        text-decoration: none;
        font-weight: 400;
        color: #32016E;
        position: absolute;
        right: 0;
        top: 2px;
    }
    .login-form-box .field a {
        position: absolute;
        bottom: 5px;
        right: 10px;
        color: #9A999C;
        font-size: 18px;
    }
.login-form-box .form-check{
    margin-bottom:20px;
}
.login-form-box .form-check-label {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-white);
}

.login-form-box .login-sbt {
    border: 0;
    width: 100%;
    text-decoration: none;
    padding: 8px 20px;
    background-color: #D3B10B;
    text-align: center;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    color: var(--color-black);
    /*   font-weight:bold;*/
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: .5s ease-out;
}
.login-form-box .login-sbt:hover {
    background-color:var(--pri-color);
    color:var(--color-white);
}
.login-form-box .frm-btm-line {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-black);
    text-align: center;
    word-break: break-word;
}
.login-form-box .frm-btm-line a{
    color:var(--color-white);
    text-decoration:none;
}
.student-verfication-box{
    border:0;
    border-radius:20px;
    position:relative;
    max-width:550px;
    margin: 0 auto;
}
.student-verifcation-form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    /* margin-top: 30px; */
    height: auto;
    border: 0;
    border-radius: 40px;
    padding: 60px 40px 30px 40px;
}
.student-verfication-box-top{
    text-align:center;
    max-width:400px;
    margin:0 auto;
}
.student-verfication-box-top h4 {
  font-size: calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320));
  text-decoration: none;
  font-weight: 500;
 color: var(--color-white);
}
.student-verfication-box-top p {
 font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
 text-decoration: none;
font-weight: 400;
 color: var(--color-white);
}
.student-verfication-box input {
    color: var(--pri-color);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px 10px 25px;
    position: relative;
    width: 100%;
    background-color: var(--color-white);
    border: 0;
    border-radius: 10px;
    position:relative;

}
.student-verfication-box .form-group{
    position:relative;
}
.student-verfication-box .form-group a {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #9A999C;
    font-size: 17px;
}

.student-verfication-box label {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 5px;
}
.student-verfication-box .login-sbt {
    border: 0;
    width: 100%;
    text-decoration: none;
    padding: 8px 20px;
    background-color: #D3B10B;
    text-align: center;
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
    color: var(--color-black);
    font-weight: 500;
  /*  text-transform: uppercase;*/
    border: 0!important;
    width:100%;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: .5s ease-out;
}
.student-verfication-box .login-sbt:hover {
    background-color:var(--pri-color);
    color:var(--color-white);
}


.loginsec3 {
    position: relative;
    padding: 100px 0;
    background-color: rgba(249, 243, 244, 1);
}

    .loginsec3:before {
        content: '';
        background-image: url('../images/logo-before.png');
        background-position: center right;
        background-repeat: no-repeat;
        width: 570px;
        height: 740px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

.login-img {
    border-right: 1px solid rgba(152, 148, 148, 1);
    text-align: center;
}

    .login-img img {
        max-width: 100%;
    }

.loginform3 {
    padding-left: 20px;
}

    .loginform3 h1 {
        font-size: calc(24px + (46 - 24) * (100vw - 320px) / (1920 - 320));
    }

.student-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(249, 243, 244, 1);
    border: 1px solid rgba(222, 227, 229, 1);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(34, 39, 43, 1);
}

    .student-table td {
        padding: 15px 16px;
        border-bottom: 1px solid rgba(222, 227, 229, 1);
    }

    .student-table tr:last-child td {
        border-bottom: none;
    }

    .student-table td:nth-child(2) {
        text-align: center;
    }
.login-sec2 {
    position: relative;
}

.pp-homeTopDiagonalslogin {
    top:-230px;
}

.login-form-box .input-wrap {
    position: relative;
}

.login-form-box .toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

    .login-form-box .toggle-eye:hover {
        color: var(--text);
        background: rgba(148,163,184,0.12);
    }

.login-form-box .icon {
    width: 20px;
    height: 20px;
}

.login-form-box .hidden {
    display: none;
}
#login-error {
    color: #f00;
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px;
}
.course-single {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}

.course-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.course-thumbnail img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.course-meta {
    margin-bottom: 20px;
    font-weight: bold;
}
/* New login page css ends*/

.inner-banner {
    min-height:550px;
  /*  min-height: 450px;
    background-color: var(--sec-color);*/
    display: flex;
    align-items: center;
    background-size:cover;
    background-position:center center;
    margin-top:-120px;
    position:relative;
    padding-top:150px;
    padding-bottom:50px;
}
.inner-banner::before {
    content:'';
    background-color:#00000054;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}

.inner-banner-title {
    /*font-size:45px;*/
    font-size: calc(28px + (50 - 28) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
   /* line-height: 1.2;*/
    margin-bottom: 15px;
  
}
.inner-banner h1{
        color: var(--color-white);
    font-weight: 600;
     font-size: calc(30px + (52 - 30) * (100vw - 320px) / (1920 - 320));
  z-index:9;
     position:relative;
}

/*Inner banner End*/
/* About Page Css start */
.insprie-box{
    position: relative;
}
.insprie-box h2{
       font-size: calc(28px + (40 - 28) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: #373F47;
}
.insprie-box::before{
    content: "";
    background-color: var(--color-black);
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
}

.student-boxes{
    background-color: var(--pri-color);
    border: 0;
    border-radius: 0;
    padding:15px 20px ;
    margin-bottom: 12px;
}
.student-boxes span{
     font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: var(--color-white);
    line-height: 1;
}
.student-boxes p{
     font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: var(--color-white);
   
}
.bg-cst{
background: var(--sec-color);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
border-radius: 10px;
border: 0;
padding: 50px 40px;

}
.modern-box{
    text-align: left;
    position: relative;
    border-right: 1px solid #565656;
	padding-right:30px;
}
.modern-box span{
     font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: var(--pri-color);
    line-height: 1;
    margin-bottom: 10px;
}
.modern-box p{
     font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: #565656;
   
}
.cnt-line{
    position: relative;
    
}
.cnt-line::before{
    content: "";
    background-color: #8B96A1;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.vision-box{
    margin-bottom: 40px;
    position: relative;

}
.vision-box h4{
     font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: var(--heading-color);
}
.sty-top1{
    padding-top: 100px;
}
.sty-top2{
    padding-top: 30px;
}
.sty-top3{
    margin-top: -30px;
}
.sty-top4{
    margin-top: -100px;
}
.discover-box p{
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.card-slid{
    display: flex!important;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    border: 1px solid #E7CD98;
    padding: 25px 20px;
    border-radius: 0;
}
.card-slid
.card-slid-img {
    max-width:550px;
    object-fit: cover;
    margin-right: 25px;
    flex: 1 0 250px;
    width: 100%;


    /* width:550px; */
}
.card-slid
.card-slid-img img{
    width: 100%;
}
.card-slid-content{
    max-width: 800px;

}
.card-slid-content
.stars {
    margin:20px 0;
}
.card-slid-content p{
    color: var(--heading-color);
         font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    font-style: italic;
    padding-bottom: 20px;
}
.profile-img{
    border: 1px solid #FFA500;
    padding: 8px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.profile-img img{
       border-radius: 50%;
}
.apply-sec{
    position: relative;
}
.apply-sec h3{
        color: var(--heading-color);
         font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    letter-spacing: 0;
}
/* About Page Css End */

/* Applynow Page Css start */
.apply-form input {
  border: 1px solid #8B94A5;
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box; /* prevents overflow */
  outline: none; /* removes default blue outline */
	 border-radius: 5px;
  transition: 0.3s ease;
}

.apply-form input:focus {
  border-color: var(--pri-color);
	box-shadow:none;
}

.apply-form textarea{
    border:1px solid #8B94A5;
    padding:8px 20px;
    width: 100%;
	 border-radius: 5px;
  transition: 0.3s ease;
	height:100px;
} 

.apply-form textarea:focus {
  border-color:var(--pri-color);
	box-shadow:none;
}
.apply-form select{
   border: 1px solid #8B94A5;
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box; /* prevents overflow */
  outline: none; /* removes default blue outline */
	 border-radius: 5px;
  transition: 0.3s ease;
}
.apply-form select:focus {
  border-color:  var(--pri-color);
	box-shadow:none;
}
.apply-form .com-btn-1{
	border:0;
	text-transform:uppercase;
	font-weight:600;
}
.chose-box{
    border: 1px solid #E7CD98;
    padding: 20px;
    margin-bottom:20px;
}
.chose-box h6 {
    color: var(--heading-color);
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight:500;
}
.chose-box p {
    margin:0;
    color: var(--heading-color);
}

/* Applynow Page Css End */
/* Our Course Page Css start */
.ourcourse-sec{
    position: relative;
}
.ourcourse-sec
.nav-tabs{
    display: flex;
    justify-content: center;
    border: 0;
    margin-bottom: 50px;
}
.ourcourse-sec
.nav-tabs  .nav-link  {
    background-color: #D2DFAB;
    padding: 10px 25px;
    border: 0;
    border-radius: 10px;
    color: var(--color-black);
    text-align: center;
    margin: 0 20px;
        font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight:500;

}
.ourcourse-sec
.nav-tabs  .nav-link.active  {
    background-color: #568B3B;
    color: var(--color-white);
}
.course-box{
background: #FFFFFF;
/*box-shadow: 0px 0px 7px rgba(22, 45, 121, 0.17);*/
border-radius: 22px;
padding: 15px 20px;
margin-bottom: 30px;
border:1px solid #ccc;
transition:0.4s ease;
/* min-height: 200px; */

}
.course-box:hover{
    box-shadow: 0px 0px 7px rgba(22, 45, 121, 0.50);
    border:0;
}
.course-box .course-box-img{
   width: 100%;
  border: 0;
  border-radius: 22px 22px 0 0;
  margin-bottom: 30px;
  text-align: center;
  background-color: #568b3b;
}
.course-box .course-box-title span{
  font-size: calc(22px + (25 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: var(--heading-color);
  display: block;
  line-height: 1.2;
  margin-bottom:8px;
}
.course-box .course-box-title p{
    min-height: auto;
}
.course-box .course-box-btns{
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.course-box .course-box-btns a{
    width: 100%;
    text-align: center;
    /* margin: 0 20px; */
    margin: 0;
}
.card-holder
 .card-box {
        /* width: 520px; */
        /* background: #ffffff; */
        border-radius: 8px;
        padding: 16px;
        display: flex;
        align-items: flex-start;
        /* box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
    }
.card-holder
.card-box
    .thumbnail {
        max-width: 140px;
        width:100%;
        min-height: 140px;
        background: #d9d9d9;
        border-radius: 6px;
        margin-right: 16px;
    }
    .card-holder
.card-box
    .thumbnail img{
        width: 100%;
        object-fit: cover;
    }
.card-holder
.card-box
    .content {
        flex: 1;
    }
.card-holder
.card-box
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.card-holder
.card-box
    .title {
        font-size: calc(18px + (21 - 18) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
        line-height: 1;
        margin: 0;
        color: #1F2531;
    }
    .card-holder
.card-box
    .sub-info{
        margin-top: 5px;
    }
.card-holder
.card-box
    .checkbox {
        width: 18px;
        height: 18px;
        accent-color: #28a745; /* modern browsers */
        cursor: pointer;
    }
.card-holder
.card-box
    .sub-info-sub {
           font-size: calc(18px + (21 - 18) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
        margin: 0;
        color: #1F2531;
       
        margin-top: 0;
    }
    .card-holder
.card-box
    .sub-info-sm {
           font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
        margin: 0;
        color: #8DA5B4;

        margin-top:0;
    }
.card-holder
.card-box
    .badge {
        display: inline-block;
        color: #8DA5B4;
        font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 12px;
        margin-left: 6px;
        border: 1px solid #8DA5B4;
    }
.card-holder
.card-box
    .price {
        font-size: calc(23px + (29 - 23) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
        
        margin-top: 10px;
    }
/* Our Course Page Css End  */
/* Single Course Page Css Start  */
.single-course-banner-header{
     padding-top: 200px!important; 
    margin-top: -100px;
     background-color: var(--pri-color);
}
.single-course-banner{
    background-color: var(--pri-color);
	 /*  padding-top: 200px;
    padding-top: 200px;
    margin-top: -100px; */
    overflow: hidden;
}
.single-course-banner h1{
            font-size: calc(26px + (48 - 26) * (100vw - 320px) / (1920 - 320));
         font-weight: 500;
         color: var(--color-white);
}
.time-box{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.time-box span{
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    margin-right: 20px;
    font-weight: 400;
    color: var(--color-white);
}
.time-box span i{
    color: var(--color-white);
    padding-right: 10px;
    font-weight: 400;
}
.time-box span img{
     padding-right: 10px;
}
.single-course-banner h3{
    font-size: calc(22px + (38 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
}
.single-list{
    padding: 0;
    margin: 10px 0 25px;
}
.single-list li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    font-weight: 400;
        color: var(--color-white);
}
.single-list li::before{
    content: "";
    background-color: var(--color-white);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    border: 0;
    border-radius: 50%;
}
.single-banner-box{
    background-color:#E2EEC7;
    border: 0;
    border-radius: 30px 30px 0 0;
    padding: 30px 0 0 0;
    height: 100%;
}
.single-banner-box-inner{
    padding: 0 30px;
}
.single-banner-box-inner label{
       font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
       color: #415D63;
 }
 .single-banner-box-inner h6{
       font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
       color: #415D63;
 }
 .bdr-btn{
    background-color: transparent;
    border: 1px solid #7789AA;
    border-radius: 5px;
    padding: 14px 30px;
    color: var(--color-black);
    text-align: center;
    transition: 0.5s all ease;
 }
  .bdr-btn:hover{
    background-color: var(--color-black);
    color: var(--color-white);
     border: 1px solid var(--color-black);
  }
  .single-banner-box-btm{
     background-color: #E7CD98;
  padding:35px 30px 10px 30px;
  margin-top: 40px;
  display: flex;
  align-items: start;
  /* justify-content: space-between; */
  }
    .single-banner-box-btm span{
        color: #415D63;
           font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
           margin-bottom: 12px;
    }  
   .single-banner-box-btm .com-btn{
      font-size: calc(22px + (38 - 22) * (100vw - 320px) / (1920 - 320));
     display: flex;
     justify-content: center;
     margin-left: 30px;
padding: 12px 50px;
  font-weight: 600;
  margin-left: auto;
	   
	   
   } 
   .single-banner-box-btm .sm-price{
        color: #415D63;

   }   
    .single-banner-box-btm .sm-price em{
        background-color: var(--pri-color);
        padding: 5px 10px;
        color: var(--color-white);
        font-size: 12px;
        font-style: normal;
    } 
    .accord-box{
        display: flex;
        align-items: center;
    } 
    .accord-box .accord-box-icon{

        height: 42px;
        border: 0;
        border-radius: 5px;
        margin-right: 10px;
        background-color: #F0F7E0;
        padding: 5px;
        max-width: 42px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .accord-box-text{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .accord-box-text .com-btn{
        padding: 5px 8px;
        font-size: 14px;
    }
    .accord-box-text-inner{
        display: grid;
    }
    .bg-green{
        background-color: #F4FCE1;
        padding: 50px 0;
    }
    .single-course-content
    .accordion{
        border: 1px solid #97BCD0;
        border-radius: 30px;
  overflow: hidden;
    }
        .single-course-content
    .accordion-button {
            font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
       color:  #1F2531;
       font-weight: 400;
       background-color: var(--color-white);
       border-bottom: 1px solid #BCD0E2!important;
    }
        .single-course-content
   .accordion-button:not(.collapsed){
      background-color: var(--color-white)!important;
      box-shadow: none!important;
   }
       .single-course-content
       .accordion-body p{
            font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
       color:  #1F2531;
       font-weight: 400;
       margin: 0;
    }
        .single-course-content
       .accordion-body .time{
            color: #9197A2;
            font-size: 12px;
            font-weight: 400;
       }
           .single-course-content
         .accordion-body .time i{
            margin-right: 2px;
         }
             .single-course-content
.accordion-item{
    border: 0;
}
.teacher-into-box{
  /* background-color: #E7CD98; */
  display: flex;
  align-items: start;
  justify-content: space-between;
   position: relative;
   
  background-image: url('assets/images/shape.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  margin-bottom:30px;
}

.teacher-into-box-left{
   width: 65%;
 
  padding: 0px 0px;
  min-height: 300px;

}


 /* .teacher-into-box-left::before {
   content: "";
    width: 0;
    height: 0;
    border-top: 300px solid  var(--pri-color);
    border-right: 300px solid transparent;
    top: 0;
    position: absolute;
    right: -200px;
      position: absolute;
    } */
  
    .teacher-into-box-left h4 {
         color: var(--color-white);
              /* font-size: calc(25px + (38 - 28) * (100vw - 320px) / (1920 - 320)); */
                            font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
              font-weight: 500;
              /* padding: 70px 0 10px 40px; */
               padding: 30px 0 10px 40px;
    }
.teacher-into-box-left h6 {
    background-color: #E7CD98;
    width: 80%;
    /* position: absolute;
  bottom: -8px;
  left: 5px; */
    padding: 8px 35px;
    z-index: 0;
    color: #4F5C79;
    font-size: calc(15px + (21 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    margin-left: 0px;
    position: absolute;
}
.teacher-into-box-left h5{
       background-color: #E7CD98;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0px;
  padding: 15px 35px;
  z-index: 0;
  color: #4F5C79;
              /* font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)); */
                            font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
              font-weight: 500;
              word-break: break-all;
              z-index: 0;
}
.teacher-img{
    position: relative;
	max-width:320px;
	width:100%;
	overflow:hidden;
}
.teacher-img img{
	width:100%;
}
.bg-green h3{
    color: #1F2531;
    font-weight: 400;
       font-size: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
            
}
.bg-green p{
    color: #1F2531;
    font-weight: 300;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
            
}
.meet-box h5{
    color: #1F2531;
    font-weight: 400;
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
}   
.meet-box h6{
    color: #4D5565;
    font-weight: 400;
    font-size: calc(17px + (22 - 17) * (100vw - 320px) / (1920 - 320));
}   
.t-profile-box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}    
.t-profile-box .t-profile-box-img{
    border: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: var(--color-white);
    margin-right:30px;
}
.t-profile-box-img img{
    border: 0;
    border-radius: 50%;
     width: 100px;
    height: 100px;
    }
.t-profile-box .t-profile-box-text span{
    display: block;
    color:#4F5C79;
        font-weight: 400;
    font-size: calc(17px + (19 - 17) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 5px;

}
.t-profile-box .t-profile-box-text p{
    color:#E7CD98;
        font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    background-color: var(--pri-color);
    display: inline-block;
    padding: 2px 15px;
    border: 0;
    border-radius: 4px;
}
.meet-box-btm{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px 20px;
    margin:5px 0 15px;
}
.meet-box-btm .counter-boxes{
    text-align:center;
    padding: 5px 0;
}
.meet-box-btm .counter-boxes span{
    text-align: center;
    font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1;
}
.meet-box-btm .counter-boxes p{
    text-align: center;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: 1;
    color: #1F2531;
    margin: 0;
}

.meet-box label{
    font-weight: 500;
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    color: #1F2531;
    line-height: 1;
}
.customer-box{
 background-color:#E2EEC7;
    border: 0;
    border-radius: 17px;
    min-height: 320px;
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 0;
}
.customer-box .stars{
    margin: 10px 0;
    padding-top: 40px;
}
.customer-box h5 {
   font-weight: 600;
  font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
  color: #000;
  margin: 10px 0 30px;
}
.positon-holder .common-title{
      font-size: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
    color:#1F2531;
}


.positon-card{
    background-color: var(--color-white);
    border:0;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0, 0, 0, 0); */
    
}
.positon-card .positon-card-img{
  
    min-height:350px;
    width:100%;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.positon-card .positon-card-img img{
   position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.positon-card .positon-card-text {
    border: 0;
    border-radius: 20px;
    background-color: var(--color-white);
    padding: 10px;
    position: relative;
    top: -35px;
    width:90%;
    margin: 0 auto;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.positon-card .positon-card-text span{
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    color: #191A1C;
    font-weight:500;
}
.positon-card .positon-card-text p{
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #9F9898;
    font-weight:400;
}
.positon-card .positon-card-text a{
    color:var(--color-black);
    display: flex;
    align-items: center;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
      margin: 0 auto;
      justify-content: center;
}   
.members-card .members-card-text a i{
    margin-left: 10px;
}
/* Single Course Page Css End  */    

/*LMS Page Css Start  */   
.lms-sec{
    position: relative;
}
.lms-sec span{
      font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
      font-weight: 400;
      color: var(--color-white);
      background-color: var(--pri-color);
      margin-bottom: 20px;
      max-width: fit-content;
      border: 0;
      border-radius: 0px 10px 10px 0;
      padding: 10px 15px;
      line-height: 1;
}
.row-green{
    border: 0;
    background: #F6FFE1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 51px;
    padding: 40px 30px;

}
.lms-sec h3{
      font-size: calc(28px + (42 - 28) * (100vw - 320px) / (1920 - 320));
      font-weight: 500;
      color:var(--color-black);
      margin-bottom:5px;
      line-height: 1;
}
/*LMS Page Css End  */ 

/* Wocommerce Css Start */
.card-holder{
    position: relative;
}
.custom-product-box {
    display: flex;
    /* background: #f3f3f3; */
    padding: 15px;
    border-radius: 12px;
    gap: 15px;
    align-items: center;
    /* max-width: 600px; */
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.product-left img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    background: #ddd;
}

.product-right {
    flex: 1;
}

.product-title {
 
    font-weight: 400;
     font-size: calc(17px + (22 - 17) * (100vw - 320px) / (1920 - 320));
}
.product-title a{
       color: #1F2531;
}

.product-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.product-meta a{
      display: inline-block;
        color: #8DA5B4;
        font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 12px;
        margin-left: 6px;
        border: 1px solid #8DA5B4;
}

.product-attempt,
.product-language {
    display: inline-block;
    background: #e8e8e8;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.product-checkbox {
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.product-checkbox input {
    width: 18px;
    height: 18px;
}

.add-to-cart-btn .button {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}

.add-to-cart-btn .button:hover {
    background: #333;
} 
 /* .custom-product-box {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 12px;
    gap: 15px;
    margin-bottom: 15px;
}
*/

.total-section {
 background: transparent;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    /* text-align: right; */
    font-size: 20px;
    font-weight: bold;
    display: flex;
    margin-top: 20px;
    border-top: 1px solid #333;
    border-radius: 0;
    justify-content: flex-end;
}
.total-section h3{
      font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
      font-weight: 500;
      color:var(--color-black);
}

.view-cart-btn {
    /* background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none; */
      text-decoration: none;
  background-color: var(--pri-color);
  padding: 8px 20px;
  border: 0;
  border-radius: 5px;
  color: var(--color-white);
  font-size:14px;
  font-weight: 400;
  transition: 0.5s ease-in;
  margin-bottom: 15px;
    margin-left: 15px;
}
.view-cart-btn:hover {
    background: #333;
}

.single_add_to_cart_button{
        text-decoration: none;
  background-color: var(--pri-color)!important;
  padding: 12px 40px!important;
  border: 0;
  border-radius: 5px;
  color: var(--color-white);
  font-size:14px;
  font-weight: 400!important;
  transition: 0.5s ease-in;
  margin-bottom: 15px;
    margin-left: 15px;
}
.woocommerce-Price-amount{
    color: var(--color-black)!important;
}
.quantity input{
    width: 80px!important;
    height: 45px;
}
.product-right .add-to-cart-btn{
    display: none;
}
.product-price{
    color: #1F2531;
    font-weight: 400;
     font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
     line-height: 1;
     margin: 0;
}
.wc-block-components-button{
      background-color: var(--pri-color)!important;
  padding: 12px 40px!important;
  border: 0;
  border-radius: 5px;
  color: var(--color-white);
}
.wc-block-components-product-name{
    color: var(--color-black);
    font-size: 20px!important;
}
.wc-block-grid__product-title{
    color: var(--color-black)!important;
    font-size: 20px!important;
    font-weight: 400;
}
.woocommerce-Price-amount {
  color: var(--color-black);
    font-size: 18px!important;
    
}
.add_to_cart_button{
       background-color: var(--pri-color)!important;
  padding: 10px 30px!important;
  border: 0;
  border-radius: 5px;
  color: var(--color-white);
  border: 0!important;
  font-size: 15px!important;
}
/* Wocommerce Css ENd */
/* Inner Pages Css start*/

.admision-sec{
    position: relative;
}
.admision-sec .nav-tabs{
    justify-content: center;
    border: 0;
    margin-bottom: 20px;
}
.admision-sec 
.nav-tabs .nav-link {
    margin: 10px 30px;
  background-color: #D2DFAB;
  color: var(--color-black);
  border: 0;
  border-radius: 10px;
  padding: 12px 25px;
}
.admision-sec 
.nav-tabs .nav-link.active {

  background-color: var(--pri-color);
  color: var(--color-white);
  border: 0;
  border-radius: 10px;
}
/* .admision-sec .table-box {
    border:1px solid #ccc;
    border-radius:10px!important;
} */
.admision-sec .table
.grn-bg{
    background-color: var(--pri-color)!important;
}
.admision-sec .table thead tr{
    background-color: var(--pri-color);
}

.app-table-wrapper {
  /* max-width: 1100px;
  margin: 40px auto;
  background: #f4f4f4; */
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  margin-bottom: 30px;
}

.app-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.app-table thead {
  background-color: #5b8f3b; 
}

.app-table thead th {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-align: left;
}

.app-table tbody tr {
  /* background: #efefef; */
  border-bottom: 1px solid #ccc;
}

.app-table tbody td {
    background-color: #fff;
  padding: 18px 20px;
  font-size: 15px;
  color: #444;
}

.app-table tbody .sub-head td {
  font-weight: 600;
  color: #333;
  background-color: #fff;
}

/* Remove last border */
.app-table tbody tr:last-child {
  border-bottom: none;
}

.admision-form-sec{
    position: relative;
}
.admision-form-sec label {
	  font-size: 13px;
  color: #000;
	font-weight:500;
	line-height:1;
	margin-bottom:2px;
}
.admision-form-sec input {
  border: 1px solid #8B94A5;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box; /* prevents overflow */
  outline: none; /* removes default blue outline */
	 border-radius: 5px;
  transition: 0.3s ease;
}

.admision-form-sec input:focus {
  border-color: var(--pri-color);
	box-shadow:none;
}

.admision-form-sec textarea{
    border:1px solid #8B94A5;
    padding:8px 10px;
    width: 100%;
	 border-radius: 5px;
  transition: 0.3s ease;
	height:100px;
} 

.admision-form-sec textarea:focus {
  border-color:var(--pri-color);
	box-shadow:none;
}
.admision-form-sec select{
   border: 1px solid #8B94A5;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box; /* prevents overflow */
  outline: none; /* removes default blue outline */
	 border-radius: 5px;
  transition: 0.3s ease;
}
.admision-form-sec select:focus {
  border-color:  var(--pri-color);
	box-shadow:none;
}
.admision-form-sec
.com-btn{
	text-transform:uppercase;
	font-weight:600;
	padding:10px 20px;
	
}
.admission-form h6{
       color: #6E7780;
    font-weight: 600;
     font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
     margin-bottom: 15px;
}
.admission-form input{
    border: 1px solid #8B94A5;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.admission-form select{
    border: 1px solid #8B94A5;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.admission-form .frm-sbt{
    background-color:#E7CD98 ;
    padding: 12px 50px;
    text-align: center;
    color: var(--color-black);
    border-radius: 10px;
    border: 0;
    font-size: 15px;

}
.ranking-boxes {
    background-color: #E2EEC7;
    display: flex;
    align-items: center;
    padding: 40px 25px;
    /* flex-wrap: wrap; */
    
}
.ranking-boxes-number {
    border-right: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  margin-right: 20px;
  flex-shrink: 0;
}
.outlined-text{
     font-size: calc(40px + (77 - 40) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  color:  transparent;; /* Inner text color */
  -webkit-text-stroke: 1px #373F47; /* Outline color */
  padding: 15px 25px;
}

.ranking-boxes-text span{
    color: #373F47;
       font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;

}
.ranking-boxes-text a{
    color: var(--pri-color);
       font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  margin-top: 15px;

}
.bg-brown{
 
background: #E7CD98;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 50px 30px;


}
.satis{
    text-align: center;
}
.satis span{
       color: var(--pri-color);
       font-size: calc(28px + (46 - 28) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.satis p{
       color: #565656;
       font-size: calc(14px + (19 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.global-counter {
    /* text-align: center; */
    margin-bottom: 25px;
}
.global-counter span{
    color: var(--pri-color);
        font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.global-counter p{
    color:#8F8F8F;
        font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
}
.faq-sec{
    position: relative;

}
.faq-sec .accordion{
    border: 0;
    border-radius: 19px;
    overflow: hidden;
}
.faq-sec .accordion-item{
    /* background-color: #F2FECF; */
    background-color: var(--color-white);
}

/* .faq-sec .accordion-item .accordion-button{
      background-color: var(--color-white);
     box-shadow: none;
     border-bottom: 1px solid #9FA6BF;
     outline: 0;
        color:var(--color-black);
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}
.faq-sec .accordion-item .accordion-body{

     outline: 0;
        color:#61697B;
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
} */

/* Accordion Container */
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
}

/* Accordion Button (Closed State) */
.custom-accordion .accordion-button {
  background-color: #ffffff;
  color: var(--color-black);
  font-weight: 600;
     font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
  box-shadow: none;
  padding: 18px 20px;
}

/* Remove Bootstrap default arrow */


/* Rotate icon when open */
.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Open Accordion Header */
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #dcecc7; /* light green */
  color: var(--pri-color);
}

/* Accordion Body */
.custom-accordion .accordion-body {
  background-color: #dcecc7;
  padding: 20px;
  font-size: 15px;
  color: #333;
  border-top: 1px solid #c8ddb3;
}

/* Remove focus outline */
.custom-accordion .accordion-button:focus {
  box-shadow: none;
}
.row-dgreen{
    background-color: var(--pri-color);
    padding: 50px 25px;
    border: 0;
    border-radius: 21px;
}
.contant-box{
    display: flex;
    align-items:start;
    margin-bottom: 25px;
}
.contact-box-icon{
    margin-right: 20px;
}
.contact-box-icon i{
    filter: brightness(0) saturate(100%) invert(100%) sepia(63%) saturate(2%) hue-rotate(85deg) brightness(110%) contrast(101%);
}
.contant-box p,
.contant-box a{
         font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
         color: var(--color-white);
         text-decoration: none;
}
.contant-box span{
         font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
         font-weight: 500;
         color: var(--color-white);
         text-decoration: none;
}
.steps-sec{
    position: relative;
}
.step-box{
 padding: 20px 25px;
background: #FFFFFF;
box-shadow: 0px 0px 13px rgba(43, 112, 233, 0.35);
border-radius: 9px;
position: relative;

}
.step-box span{
    display: block;
       font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
         font-weight: 500;
         color:#191A1C;
         margin-top: 10px;
}
.step-box p{
       font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
         color:#9F9898;
         margin: 0;
         min-height: 95px;
         overflow-y: auto;
}
.step-box label{
       font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
         font-weight: 400;
         color:var(--color-white);
       padding: 5px 10px;
       border: 0;
       border-radius: 10px;
       background-color: var(--pri-color);
       position: absolute;
       left: 20px;
       top: -15px;
}
.bg-lightgreen{
    background-color: #F6FFE1;
}
.team-popup .modal-body{
    padding: 25px;
}
.team-popup .btn-close{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 99;
    /* opacity: 1; */
}
.modal-img-box{
background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 20px 0 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  border: 0;
  border-radius: 25px;
}
.modal-text-box{
    padding-top: 50px;
}
.modal-text-box-head h3{
      font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
         font-weight: 500;
         color:var(--color-black);
}
.modal-text-box-head p{
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
         font-weight: 500;
         color:#8D95A6;
}
.modal-text-box h6{
    color: #606674;
    font-weight: 400;
      font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
        font-family: "Kanit", sans-serif;
    
}
.profile-links{
    display: flex;
    align-items: center;
    background-color: #ccc;
    flex-wrap: wrap;

}
.profile-links li{
    list-style: none;

 }

.event-sec{
    background-color: #F6FFE1;
}
.event-box{
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    border: 0;
    border-radius: 20px;
}
.event-box
.event-box-text{
    min-height: 100px;
    padding:12px 20px;
    text-align: center;
}
.event-box
.date-box{
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: var(--pri-color);
    display: grid;
   padding: 5px 10px;
   border: 0;
   border-radius: 10px;
}
.event-box
.date-box label{
      font-weight: 500;
      font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: var(--color-white);
    line-height: 1;
    margin: 0;
}
.event-box
.date-box em{
      font-weight: 400;
   font-size: 10px;
    color: var(--color-white);
    line-height: 1;
    font-weight: normal;
}
.event-box
.event-box-text span{
    color: #191A1C;
       font-weight: 600;
      font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
      text-align: center;
}

.social-media-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.social-media-profile a{
      display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 10px;
  background-color: #f6ffe1;
  margin: 5px 10px;
    font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
}
/* Inner Pages Css End */
.site-menu{
    display: none;
}



.course-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.course-item:last-child {
    border-bottom: 0;
}

.course-img img {
    width: 100px;
    height: auto;
    border-radius: 6px;
}

.course-content h4 {
    margin: 0 0 5px;
    color: #000;
}
.course-content h4 a{
      font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    margin: 0;
    font-weight: 500;
    color: #000;
}
.course-list-total {
	display:flex;
	align-items:center;
	justify-content:end;
	
}
.course-list-total h4{
	margin-right:15px;
}
.course-content 
.price{
   font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    margin: 0;
    font-weight: 600;
}
.wc-block-components-text-input{
    margin-bottom: 15px;
}
.wc-blocks-components-select__select {
    margin: 0;
}
.total-price{
      font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320));
    margin-right: 25px;
    font-weight: 600;
    color: #333;
}
.add_to_cart_button{
    color: #fff!important;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 0;
  line-height: 1;
  padding-top: 5px;
}

/* New pagination Css*/
#pagination-container{
    text-align: center;
}
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #EEE;
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: var(--pri-color);
    border-color: var(--pri-color);
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: var(--pri-color);
}
#pagination-container ul{
    display:none;
}
/* New pagination Css*/
/* Media Queries */
@media (max-width:1399px) {
    /*  .pp-homeTopDiagonals {
        display: none;
    }*/

    .space-p-tb {
        padding: 75px 0;
    }
    .space-p-b {
        padding-bottom: 65px;
    }
    .space-p-t {
        padding-top: 75px;
    }
    .canvas-list-btm li {
        padding-right: 10px;
    }
    }
@media (max-width:1199px) {
 
    .navbar-nav{
        display: none !important;
    }
    .banner-content-box{
        max-width:280px;
    }
    .mobile-btn {
        display: block;
    }
    .canva-right-btm-list {
      
        padding-left: 0;
    }
    .canvas-right-inner {
        padding: 25px 25px;
    }
    .canvas-left{
        display:none;
    }
    .navbar-nav{
        display:none;
    }
    .offcanvas.show:not(.hiding), .offcanvas.showing {
        width: auto;
    }
    .pp-homeTopDiagonals {
        display: none;
    }
    .space-p-tb {
        padding: 60px 0;
    }
    .space-p-b {
        padding-bottom: 55px;
    }
    .space-p-t {
        padding-top: 60px;
    }
    .company-box {
        padding: 35px 40px;
      
    }
       .cnt-line::before{
        display: none;
    }
    .single-course-banner{
    padding-top: 100px;
}
}

@media (max-width:991px) {
  
    .customer-sec::after {
        display:none;
    }
    .company-box::after{
        display:none;
    }
    .new-bar-sec::after{
        display:none;
    }
    .news-list {
        display: grid;
        padding: 8px 0px;
    }

    .space-p-tb {
        padding: 45px 0;
    }

    .space-p-b {
        padding-bottom: 45px;
    }

    .space-p-t {
        padding-top: 45px;
    }

    .company-box {
        padding: 25px 30px;
    }

    .value-bar {
        top: 40px;
    }

    .schol-box .schol-box-bottom {
        padding: 10px 8px;
        height: auto;
    }

    .futr h6 {
        margin-bottom: 15px;
    }

    .event-box-content a i {
        margin-left: 5px;
    }

    .event-box .event-box-mid {
        display: grid;
    }
    .event-box-content {
      
        height: auto;
    }
        .event-box-content a {
          
            position: relative;
       
        }
    .event-box .event-box-top {
    
        padding: 0;
      
    }
    .sty-top4 {
  margin-top: -50px;
}
.ranking-boxes-number{
    border: 0;
}
.single-course-banner{
    padding-top: 150px;
}
.insprie-box::before{
    display: none;
}
.sty-top1 {
  padding-top:0;
}

}
@media (max-width:767px) {
    .navbar-brand img{
        max-width:190px;
    }
    .banner-content-box {
        height: auto;
    }
        .space-p-tb {
        padding: 35px 0;
    }
    .space-p-t {
        padding-top: 35px;
    }
    .space-p-b {
        padding-bottom: 35px;
    }
    .copyright {
        margin-top: 20px;
     
    }
    .btns-holder {
        display: grid;
        justify-content: start;
    }
    .news-bar .news-box{
        border:0;

    }
    .futr h6 {
        margin-bottom: 10px;
    }
    .course-box .course-box-btns{
        display: grid;
    }
    /* .row-green .com-btn{
        margin-bottom: 20px;
    } */
	.teacher-img{
		display:none;
	}
    .teacher-into-box-left {
  width: 100%;
        height: auto;
}
    .teacher-into-box {
        background-image: none;
  background-color: #568b3b;
}
.teacher-into-box-left h4 {

  padding: 25px 0 10px 40px;
}
.teacher-into-box-left h5{
    width: 100%;
}
.teacher-into-box-left h6 {
  background-color: #E7CD98;
  width: 100%;
}
.modern-box{
    border: 0;
}
.sty-top2 {
  padding-top: 0;
}

}