/*Main Css */
::selection{background:#ffc100;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:10px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#dedede;}
::-webkit-scrollbar-thumb:vertical{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#ffc100;}

/* Tabbing CSS */
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}

/* Accordion CSS */
.myaccordion li .faq-opt{display:none;}
.myaccordion li.active .faq-opt{display:block;}
.myaccordion li.active .faq-ang h4:before{content:'\f077';}

body{font-family:'Poppins', 'Roboto', sans-serif;overflow-x:hidden;font-size:16px;line-height:1;color:#000000;}
h1,
h2,
h3,
h4,
h5,
h6{display:block;font-weight:normal;}
*:hover,
*:focus,
*{outline:none!important;}
img{max-width:100%;height:auto;}
a,
input[type="submit"]{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;display:inline-block;cursor:pointer;}
a:hover{/* color:#e00000; */text-decoration: none;}
p,
a{font-size:16px;font-weight:normal;color:#000000;}
p{line-height:26px;display:block;}
span{display:inline-block;}

/* Custom Slick Css */
.slick-list{margin:0 -15px;}
.slick-slide{margin:0 15px;}
ul.slick-dots{padding:50px 0 0;text-align:center;}
ul.slick-dots li{margin:0 20px 0 0px;width:auto;display:inline-block;vertical-align:middle;overflow:hidden;padding:0px;border:none;}
.slick-dots li button:before,
.slick-dots li button:before{color:#FFF;opacity:1;font-size:20px;}
.slick-dots li button{height:8px;width:8px;border-radius:50%;padding:0px;background:#d6d6d6;border:none;cursor:pointer;font-size:0px;padding:0px;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;box-sizing:border-box;}
.slick-dots li.slick-active button{background:#f3c919;width:11px;height:11px;}
span.arrows{width:40px;height:40px;border:none;position:absolute;top:0px;bottom:0px;margin:auto;z-index:2;cursor:pointer;line-height:39px;font-size:12px;text-align:center;font-weight:300;top:0;border-radius:0;background:#f7f7f7;color:#696969}
span.arrows.next{right:1%;}

textarea,
select,
input[type],
textarea,
select,
button{background:transparent;border:none;border-radius:0px;font-weight:400;}
::-webkit-input-placeholder{color:#a3a3a3;font-weight:400;}
::-moz-placeholder{color:#a3a3a3;font-weight:400;}
:-ms-input-placeholder{color:#a3a3a3;font-weight:400;}
:-moz-placeholder{color:#a3a3a3;font-weight:400;}

/* Padding Classes */
.pad-sec{}
.pad-zero{padding:0px;}
.pad-l-zero{padding-left:0px;}
.pad-r-zero{padding-right:0px;}

/* Global Css */
.sprite-icn:before{content:"";background-image:url(../images/sprite.png);background-repeat:no-repeat;display:inline-block;}
.ovr-hiddn{overflow:hidden;}

.overlay:after{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.60);z-index:1;}
.overlay{display:none;}
.overlay.active{display:block;}

.mn-btn{color:#ffffff;font-size:18px;background:#000000;border:1px solid #000000;font-weight:400;text-transform:uppercase;padding:0px 0px;}
.mn-btn:hover{background:transparent;color:#000000;}

/* Heading Classes */
.mn-hd h1{}
.mn-hd h2{}
.mn-hd h3{}
.mn-hd h4{}
.mn-hd h5{}
.mn-hd h6{}
.mn-hd p{}

/* header CSS */
header{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
.main-header{}
.logo{display:inline-block;}
.logo img{display:block;}

/* Menu Css */
.menu{font-size:0px;display:inline-block;vertical-align:middle;margin: 17px 0 35px;}
.menu li{display:inline-block;vertical-align:middle;margin-left: 25px;}
.menu li a{display:block;/* font-size:16px; *//* color:#fff; *//* text-transform:uppercase; */font-weight: 500;font-size: 16px;font-family: "Poppins";color: rgb(35, 31, 32);padding: 0 0 5px 0;border-bottom: 2px solid rgb(255 193 0 / 0%);}
.menu li:hover a,
.menu li.active a{color: rgb(35, 31, 32);border-bottom: 2px solid rgb(255, 193, 0);}

/* Dropdown CSS*/
@keyframes btotreverse{
    0%{top:75px;opacity:1;}
    100%{top:115px;opacity:0;}
}
@keyframes btot{
    0%{top:115px;opacity:0;}
    100%{top:40px;opacity:1;}
}
.dropdown-nav{position:relative;overflow:hidden;vertical-align:middle;}
.dropdown-nav:hover{overflow:visible;}
ul.dropdown{position:absolute;width:100%;left:-0px;margin:auto;background:#fff;padding:20px;text-align:left;border-radius:2px;box-shadow:0 0 10px 3px #00000014;opacity:0;animation:btotreverse 0.5s forwards;}
ul.dropdown li{width:100%;display:inline-block;vertical-align:middle;}
ul.dropdown li a{padding:0;font-size:14px;color:#000!important;display:block;width:100%;margin:0px 0 15px;text-align:center;font-weight:600;background:transparent!important;}
ul.dropdown li.last a{margin-bottom:0px;}
ul.dropdown li a:hover{color:#000!important;}
.dropdown-nav:hover ul.dropdown{animation:btot 0.5s forwards;z-index:9;}

/* Hamburger Menu */
.menu-Bar{width:30px;height:20px;cursor:pointer;position:absolute;right:15px;top:0;bottom:0px;margin:auto;z-index:22;display:none;}
.menu-Bar span{display:block;height:4px;width:100%;background: #000000;position:absolute;transition:.6s all;border-radius:100px;}
.menu-Bar span:nth-child(1){top:0;}
.menu-Bar span:nth-child(2){top:8px;transform-origin:left;}
.menu-Bar span:nth-child(3){top:16px;}
.menu-Bar.open span{background: #ffffff;}
.menu-Bar.open span:nth-child(1){transform:rotate(45deg);top:12px;transform-origin:right-center;}
.menu-Bar.open span:nth-child(2){width:0;opacity:0;}
.menu-Bar.open span:nth-child(3){transform:rotate(-45deg);top:12px;transform-origin:right-center;}

/* Main Banner CSS */
.mainBanner{background-size:cover;background-position:center;height: 86vh;background-repeat:no-repeat;display:flex;align-items:center;position:relative;}

/* Custom CSS Styling */

ul.menu_top {
    margin: 20px 0 20px;
}

ul.menu_top li {
    display: inline-block;
    margin-left: 25px;
}

ul.menu_top li a {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(140, 140, 140);
    font-weight: 500;
}

ul.menu_top li.first {
    position: relative;
}

ul.menu_top li.first:after {content: "";height: 11px;width: 2px;background: #c0c0c0;position: absolute;right: -15px;top: 0;bottom: 0;margin: auto;}

ul.menu_top li .btn_register {
    background-color: rgb(255, 193, 0);
    width: 103px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(83, 83, 83);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

ul.menu_top li .btn_login {
    background-color: rgb(83, 83, 83);
    width: 70px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

ul.menu_top li.last {
    margin: 0 0 0 5px;
}

.menu li.first {
    margin-left: 0;
}




.banner_box {
    text-align: center;
}

.banner_box h1 {
    font-size: 45px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 30px 0;
}

.banner_box h4 {
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(255, 193, 0);
    font-weight: 500;
    padding: 0 0 50px 0;
}

.btn_yellow {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(21, 21, 21);
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(255, 193, 0);
    width: 171px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}




.parents_boxm {
    position: relative;
}

.parents_boxm h4 {
    font-size: 25px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: absolute;
    bottom: 70px;
    left: 15px;
    right: 15px;
    text-align: center;
    font-weight: 600;
}

.secparents {
    position: relative;
    margin: -130px 0 0 0;
}

.secabout {
    padding: 100px 0;
}

.secabout .row {
    align-items: center;
}

.about_left {}

.heading {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: bold;
}

.about_left h4 {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.heading strong {
    color: #ffc100;
}

.para {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(111, 111, 111);
    padding: 30px 0;
}

.about_right {
    position: relative;
}

.about_right img {
    width: 100%;
}

.about_right .play_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    align-content: center;
    border: 4px solid #ffc100;
    border-radius: 50%;
    color: #ffc100;
}

.about_right .play_icon i {
    margin: auto;
    font-size: 40px;
        margin-left: 32px;
}




.secprogram {
    padding: 62px 0;
    background: #000;
    position: relative;
}


.program_left {}

.program_left img {
    max-width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.program_right {
    padding: 0 0 0 30px;
}

.program_right .heading {
    color: #fff;
    padding: 0 0 30px;
    font-weight: 600;
}

.program_right ul {}

.program_right ul li {}

.program_right ul li {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    padding: 5px 0;
}
.program_right ul li i {
    font-size: 8px;
    vertical-align: middle;
    padding: 0 10px 0 0;
    color: #ffc100;
}






.sechowitwork {
    padding: 100px 0;
}

.headingmain {
    text-align: center;
}

.headingmain .heading {
    font-weight: 600;
}

.howitwork_boxm {
    text-align: center;
    padding: 0 15px;
}

.howitwork_boxb {}

.howitwork_boxb h4 {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding: 15px 0 20px;
}

.howitwork_boxb .para {
    padding: 0;
}





.secmembership {
    padding: 62px 0;
    background: #000;
    position: relative;
}

.membership_left {
    padding: 0;
}

.membership_left .heading {
    color: #fff;
    padding: 0 0 30px;
    font-weight: 600;
}
.membership_left .heading i {
    color: #ffc100;
    padding: 0 10px 0 0;
    font-size: 48px;
    vertical-align: middle;
}
.membership_left p {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    padding: 5px 0 34px;
}

.membership_left .button {}

.membership_right {}

.membership_right img {
    max-width: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}






.secstudent {
    padding: 100px 0;
    background: #ecb300;
}

.student_boxm {
    padding: 0;
}

.student_boxm .heading {
    text-align: center;
    font-weight: 600;
    padding: 0 0 40px 0;
}

.student_boxm ul {
    padding: 0 0 0 140px;
}

.student_boxm ul li {width: 49%;display: inline-block;padding: 6px 0;font-weight: 500;font-size: 16px;font-family: 'Roboto', sans-serif;color: rgb(0, 0, 0);}

.student_boxm ul li i {
    font-size: 8px;
    vertical-align: middle;
    padding: 0 10px 0 0;
    color: #ffffff;
}





.seclatestnews {
    padding: 100px 0;
    background: url(../images/seclatestnews.jpg) no-repeat;
}
.latestnews_boxm {
    display: flex;
    align-items: center;
    align-content: center;
    background: #fff;
}
.seclatestnews .headingmain {
    text-align: left;
}

.seclatestnews .headingmain .heading {
    color: rgb(255 255 255);
}

.seclatestnews .headingmain .para {
    color: #dedede;
    padding: 20px 0;
}

.seclatestnews .headingmain .heading i {
    color: #ecb300;
    font-size: 35px;
    padding: 0 10px 0 0;
}
.latestnews_boxl {
    font-size: 0;
}
.latestnews_boxr {
    padding: 0 50px 0 50px;
}
.latestnews_boxr h4 {
    font-size: 24px;
    font-family: "Roboto";
    color: #006ee6;
    padding: 0 0 30px 0;
    font-weight: bold;
}

.latestnews_boxr ul {
    border-top: 1px solid #f9f5f0;
    margin: 0;
    padding: 30px 0 0 0;
}

.latestnews_boxr ul li {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(57, 61, 114);
    display: inline-block;
    padding: 0 40px 0 0;
}

.latestnews_boxr ul li strong {
    color: #ff4880;
}

.latestnews_boxr h4 strong {
    display: block;
    color: #111111;
    padding: 0 0 30px;
}

.latestnews_boxr ul li.last {
    padding: 0;
}
.seclatestnews .button {
    margin: 50px auto 0;
    display: table;
}






.sectestimonial {
    padding: 100px 0;
}

.testimonial_boxm {
    text-align: center;
    padding: 0 120px;
}

.testimonial_boxm i {
    font-size: 40px;
    padding: 0 0 30px 0;
    color: #ffc100;
}

.testimonial_boxm p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(90, 89, 106);
    padding: 0 0 50px 0;
}

.testimonial_boxm h5 {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(30, 30, 39);
    font-weight: 600;
}

.testimonial_boxm h5 strong {
    display: block;
    font-size: 14px;
    color: #c2c1ca;
    font-weight: 300;
    padding: 10px 0 0 0;
}

.testimonial_slider ul.slick-dots {
    padding: 30px 0 0;
}
.testimonial_slider ul.slick-dots li {
    margin: 0 10px 0 0px;
}
.testimonial_slider  .slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
    border: 1px solid #f3c919;
}
.testimonial_slider  .slick-dots li button {
    height: 11px;
    width: 11px;
    border: 1px solid #000;
    background: transparent;
}





.secclinetlogo {
    background: #000;
    padding: 60px 0;
}
.clinetlogo_boxm ul li {
    display: inline-block;
    width: 19.7%;
    text-align: center;
}






.footertop {
    padding: 60px 0;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
}
.widget p {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 26px;
    margin: -10px 0 0 0;
}
.widget_center {
    padding: 0 0 0 50px;
}
.widget h4 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

.widget ul.flink {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.flinktwo {
    padding: 0 0 0 30px;
}
.widget ul li a {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    padding: 10px 0;
}
ul.finstagram li {
    width: auto;
    padding: 0 5px 5px 0;
    display: inline-block;
}










.footerbottom {
    padding: 50px 0;
    background: #101010;
}
.footerbottom .row {
    align-items: center;
    align-content: center;
}
.footerbottom_left {text-align: center;}

.footerbottom_left p {
    font-size: 14px;
    font-family: "Roboto";
    color: #939393;
}

.footerbottom_left p strong {
    /* font-weight: 500; */
    padding: 0 20px 0 0;
    color: #fff;
    position: relative;
}

.footerbottom_left p strong:after {content: "";height: 15px;width: 1px;right: 7px;top: 0;bottom: 0;margin: auto;background: #939393;position: absolute;}

.footerbottom_right {
    text-align: right;
}

.footerbottom_right label {
    font-size: 14px;
    font-family: "Roboto";
    color: #939393;
    display: inline-block;
    padding: 0 15px 0 0;
}

.footerbottom_right .emailbar {display: inline-block;align-items: center;align-content: center;font-size: 0;}

.widget .emailbar input[type="email"] {
    border-width: 1px;
    border-color: rgb(105, 105, 105);
    border-style: solid;
    width: 78%;
    height: 35px;
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(79, 79, 79);
    padding: 0 15px;
    position: relative;
    top: -1px;
}

.widget .emailbar input[type="submit"] {
    text-transform: uppercase;
    background-color: rgb(255, 193, 0);
    width: 20%;
    height: 35px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    margin: 0 0 0 0;
    font-weight: 600;
}





.copyright {
    padding: 30px 0;
    background: #000000;
}

.copyright_left {}

.copyright_left p {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(64, 64, 64);
}

.copyright_right {
    text-align: right;
}

.copyright_right ul {}

.copyright_right ul li a {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(64, 64, 64);
}

.copyright_right ul li {
    display: inline-block;
    padding: 0 0 0 10px;
    position: relative;
}








ul.menu_top li a:hover {
    color: rgb(255 193 0);
}

ul.menu_top li .btn_register:hover {
    background-color: rgb(83 83 83);
    color: rgb(255 255 255);
}

ul.menu_top li .btn_login:hover {
    background-color: rgb(255, 193, 0);
    color: rgb(255 255 255);
}

.btn_yellow:hover {
    background-color: rgb(83 83 83);
    color: #fff;
}

.widget ul li a:hover {
    color: rgb(255 193 0);
}

.footerbottom_right .emailbar input[type="submit"]:hover {
    background: #535353;
    color: #fff;
}






.popup {
    width: 600px;
    height: 600px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 604px;
    height: 606px;
    padding: 30px 0 0;
    text-align: center;
    z-index: 1;
    display: none;
}
.popup_inner {
}
.popup_box {
    padding: 0 60px;
}

.popup_box h3 {
    font-size: 25px;
    font-family: "Poppins";
    color: rgb(255, 193, 0);
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0 0 20px;
}

.popup_box h3:after {content: "";position: absolute;bottom: 0;left: 0;right: 0;background-color: rgb(255, 255, 255);width: 206px;height: 1px;margin: auto;}

.popup_inner ul li {
    padding: 20px 0;
    position: relative;
}

.popup_inner ul {}

.popup_box h4 {
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(255, 193, 0);
    font-weight: bold;
    text-transform: uppercase;
}

.popup_box h4 strong {
    font-size: 12px;
    font-family: "Poppins";
    color: rgba(255, 255, 255, 0.502);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.popup_box p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 20px;
    padding: 10px 0 0 0;
}

.popup_inner ul li:after {content: "";position: absolute;bottom: -10px;left: 0;right: 0;background: url(../images/popup_box_after.png) no-repeat;width: 558px;height: 11px;margin: auto;}

.popup_inner ul li.last:after {
    display: none;
}
.overlay1:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.60);
}
.overlay1{
    display: none;
    
}


.secinst {
    padding: 60px 0;
}

.inst_boxm {
    margin: 20px 0;
}

.inst_boxm a {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.inst_boxl {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    /* background: #0000006b; */
    position: relative;
    display: inline-flex;
}

.inst_boxli {
    background: #0000006b;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-In-out;
}

.inst_boxli i {
    color: #fff;
    font-size: 22px;
    margin: auto;
}

.inst_boxl img {
    margin: auto;
    display: table;
}

.inst_boxm a:hover .inst_boxli {
    opacity: 1;
}

.inst_boxr {
    display: inline-block;
    width: 50%;
    padding: 0 0 0 20px;
}

.inst_boxr h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    
}




/*innerpage*/




.innerpage {
    height: auto;
}
.innerpage .banner_box h2 {
    font-size: 45px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    text-align: center;
    margin: auto;
}
.innerpage ul {
    position: absolute;
    bottom: 17px;
}
.innerpage ul li a {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
}
.innerpage ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}
.innerpage .banner_box {
    height: 300px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
}
.innerpage ul li:after {content: "\f054";position: absolute;right: -15px;top: 4px;margin: auto;font-family: 'Font Awesome 5';color: #fff;font-size: 10px;height: auto;width: auto;}
.innerpage ul li.last:after {
    display: none;
}






.about_b .para {
    padding: 0;
}
.about_bottom {
    display: flex;
    padding: 60px 0 0 0;
}

.about_bottoml {
    width: 60%;
}

.about_bottomr {}

.about_bottomr h4 {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.about_bottomr .para {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(111, 111, 111);
    padding: 0;
    line-height: 24px;
}
















.academictwo_left {}

.academictwo_left .heading {
    padding: 0 0 20px 0;
}

.academictwo_left h4 {
    font-size: 20px;
    font-family: "Poppins";
    color: #525252;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

.academictwo_left ul {}

.academictwo_left ul li {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    line-height: 24px;
    display: flex;
    padding: 0 0 20px 0;
}

.academictwo_left ul li i {
    font-size: 9px;
    padding: 7px 10px 0 0;
    color: #ffc100;
}

.secacademictwo {
    padding: 100px 0;
}

.secacademictwo .col-md-12 {}

.secacademictwo .col-md-12 .academictwo_left {
    padding: 50px 0 0 0;
}

.secacademictwo .col-md-12 .academictwo_left .para {
    padding-top: 0;
}
.academictwo_left2 ul li {
    padding: 0 0 5px 0;
}
.academictwo_left2 {}

.academictwo_left2 h4 {
    padding: 0 0 10px 0;
}
.academictwo_left3 {
    padding: 60px 0 0 0;
}
.academictwo_left3 .para {
    padding: 0px 0 60px;
}



.secdivision {
    text-align: center;
    padding: 0 0 60px 0;
}
.secdivision .division_img {
    padding: 0 0 40px 0;
}









.seccontact {
    padding: 100px 0;
}
.contact_left {}

.contact_left .heading {
    font-size: 45px;
    padding: 0 0 40px 0;
}
.emailbox {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 0 40px 0;
}

.emailbox i {
    font-size: 30px;
    padding: 0 20px 0 0;
    color: #e74e58;
}

.emailbox h5 {
    font-size: 13px;
    font-family: "Poppins";
    color: rgb(116, 123, 134);
}

.emailbox h5 strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 0 0 0;
}
ul.csocial {}

ul.csocial li {
    display: inline-block;
    padding: 0 20px 0 0;
}

ul.csocial li a {
    font-size: 20px;
}
.felid input, .felid textarea {
    background-color: rgb(240, 240, 240);
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: "Poppins";
    color: rgba(116, 123, 134, 0.8);
}
.felid textarea {
    padding: 20px 20px;
    height: 235px;
    resize: none;
}

.felid input[type="submit"] {
    background-color: rgb(237, 28, 36);
    width: 218px;
    height: 65px;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: 600;
}






.secmemberships {
    padding: 30px 0 0;
    background: #ededed;
}

.secmemberships .heading {
    font-size: 36px;
    font-weight: bold;
    padding: 0 0 30px 0;
}

.memberships_boxm {
    padding: 30px 15px 100px;
    transition: all 0.4s ease-In-out;
}

.memberships_boxm h4 {
    text-align: center;
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: bold;
}

.memberships_boxm p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    line-height: 23px;
    text-align: center;
    /*padding: 0 0 30px 0;*/
    min-height: 60px;
}

.memberships_boxm h5 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 500;
}
.memberships_boxm h5 strong {
    font-weight: bold;
}
.yellow_bg {
    background: #ffc100;
    text-transform: uppercase !important;
}

.yellowlight_bg {
    background: #fff2c9;
}

.memberships_boxm ul {
    padding: 0 0 10px 0;
}

.memberships_boxm ul li {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    line-height: 24px;
    display: flex;
    line-height: 29px;
}

.memberships_boxm ul li i {
    font-size: 9px;
    padding: 10px 10px 0 0;
    color: #ffc100;
}
.secmemberships .col-md-4 {
    padding: 0;
}
.memberships_boxm:hover {
    background: #fff;
}








.secnews {
    padding: 100px 0 0;
}

.news_boxt {
    font-size: 0;
}

.news_boxt img {
    width: 100%;
}

.news_boxb {
    padding: 30px 0;
}

.news_boxb ul {}

.news_boxb ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 15px;
    font-family: "Poppins";
    color: rgb(231, 18, 18);
}

.news_boxb h4 {
    font-size: 20px;
    font-family: "Poppins";
    color: #131d3b;
    padding: 20px 0 30px;
    font-weight: 500;
}

.news_boxb p {
    font-size: 15px;
    font-family: "Poppins";
    color: #585858;
    line-height: 28px;
    padding: 0 0 30px;
}

.btn_readm {font-size: 14px;font-family: "Poppins";color: rgb(231, 18, 18);font-weight: bold;letter-spacing: 2px;position: relative;/* width: 100%; */display: block;}

.news_boxb ul li.last {
    color: #666d81;
}

.btn_readm:after {content: "";width: 20px;height: 1px;background: rgb(231, 18, 18);position: absolute;top: 0;bottom: 0;left: 30%;margin: auto;}

.btn_readm:before {
    content: "";
    width: 70%;
    height: 1px;
    background: #e7eaee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.news_boxm {
    margin: 0 0 100px 0;
}






.secconsultation {
    padding: 100px 0;
}

.consultation_left {
    font-size: 0;
}

.consultation_right {
    padding: 0 0 0 60px;
}
.feild input, .feild textarea {
    border-width: 1px;
    border-color: #b4b4b4;
    border-style: solid;
    width: 528px;
    height: 33px;
    padding: 0 10px;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(171, 171, 171);
    margin: 0 0 20px;
}

.feild label {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    padding: 0 0 20px;
}

.feild textarea {
    resize: none;
    height: 100px;
    padding: 20px 10px;
}

.feild input[type="submit"] {
    background-color: rgb(255, 193, 0);
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    font-weight: 600;
    border-color: rgb(255, 193, 0);
}

.feild a {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    font-weight: 500;
    display: inline-block;
    padding: 0 15px 20px 0;
}

.feild h6 {
    display: inline-block;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(171, 171, 171);
}











.secplayer {
    padding: 100px 0;
}

.player_boxm {
    padding: 0 70px;
}

.player_boxm .heading {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 0 0 30px 0;
}

.player_boxm .heading strong {
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.player_boxm .feild input, .player_boxm .feild textarea {
    border-width: 1px;
    border-color: #b4b4b4;
    border-style: solid;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(171, 171, 171);
    margin: 0 0 20px;
}

.player_boxm h3 {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 30px 0 50px 0;
    font-weight: bold;
}

.player_boxm h3 strong {
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.player_boxm .feild textarea {
    resize: none;
    height: 90px;
    padding: 20px 10px;
}

.btn_ank .btn_upload {
    background-color: rgb(209, 209, 209);
    width: 136px;
    height: 35px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 15px;
}

.btn_ank {
    text-align: center;
}

.player_boxm .feild label {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
}

.player_boxm .feild select {
    border-width: 1px;
    border-color: #b4b4b4;
    border-style: solid;
    width: 288px;
    height: 33px;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(143, 143, 143);
    display: block;
    margin: 0 auto 20px;
}

.feild {
    text-align: center;
}

.player_boxm .feild input[type="submit"] {
    background-color: rgb(255, 193, 0);
    width: 229px;
    height: 41px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    font-weight: bold;
    border-color: rgb(255, 193, 0);
}



.secnewsdet {
    padding: 100px 0 20px;
}

.newsdet_oneboxt {
    position: relative;
}

.newsdet_oneboxt h4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgb(231, 18, 18);
    width: 171px;
    height: 53px;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    line-height: 53px;
    font-weight: 600;
}

.newsdet_boxmoneb {
    padding: 30px 0 40px;
    border-bottom: 2px solid #f2f0ec;
}

.newsdet_boxmoneb h3 {
    font-size: 36px;
    font-family: "Poppins";
    color: rgb(19, 29, 59);
    font-weight: 500;
}

.newsdet_boxmoneb ul {
    padding: 10px 0 30px;
}

.newsdet_boxmoneb p {
    font-size: 15px;
    font-family: "Poppins";
    color: #585858;
}

.newsdet_boxmoneb ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 12px;
    font-family: "Poppins";
    color: #e36955;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}





.newsdet_two {}

.newsdet_two .heading {
    padding: 40px 0 0;
}

.newsdet_twom {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 60px 0;
    border-bottom: 2px solid #f2f0ec;
    width: 70%;
}

.newsdet_twoml {
    width: 30%;
}

.newsdet_twomr {
    width: 80%;
}

.newsdet_twomr h4 {
    font-size: 20px;
    font-family: "Poppins";
    color: #424242;
    font-weight: 500;
}

.newsdet_twomr p {
    font-size: 15px;
    font-family: "Poppins";
    color: #585858;
    line-height: 28px;
    padding: 20px 0 0 0;
}

.newsdet_twomr h4 strong {
    font-size: 12px;
    font-family: "Poppins";
    color: #e36955;
    text-transform: uppercase;
    padding: 0 0 0 10px;
}
.newsdet_twom2 {
    border: 0;
}









.secleavecomment {
    padding: 70px 0;
    background: #c4c4c4;
}

.secleavecomment .heading {
    padding: 0 0 50px 0;
    text-transform: none;
    font-weight: 600;
}

.secleavecomment .felid input, .secleavecomment .felid textarea {
    background-color: #f2f0ec;
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: "Poppins";
    color: rgba(116, 123, 134, 0.8);
}

.secleavecomment .felid input[type="submit"] {
    background-color: rgb(237, 28, 36);
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 174px;
    height: 64px;
    text-transform: uppercase;
}

.secleavecomment .felid textarea {
    padding: 20px 20px;
    height: 235px;
    resize: none;
}





.collegebound .academictwo_left p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    line-height: 24px;
    display: flex;
    padding: 0 0 20px 0;
}
.collegebound .row {
    padding: 0 0 60px 0;
}
.collegebound .col-md-12 .academictwo_left {
    padding: 0;
}
.collegebound .academictwo_left .btn_url {
    display: inline-block;
    border-bottom: 1px solid rgb(111, 111, 111);
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    line-height: 24px;
    padding: 0;
    margin: 10px 0 30px;
}



.secplayer .row{
    align-items: center;
    align-content: center;
}

.secplayer .row:nth-child(even){
    flex-flow: row-reverse wrap;
}









.secrssfeeds {
    padding: 60px 0;
}

.rssfeeds_boxm {}

.rssfeeds_boxm .heading {
    margin: 0 0 20px 0;
}

.rssfeeds_boxm h4 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 7px 10px;
    font-weight: 500;
}

.rssfeeds_boxm ul {}

.rssfeeds_boxm ul li h6{
    font-size: 14px;
    font-family: "Poppins";
    text-transform: capitalize;
    background: #f6f8fa;
    color: #000;
    padding: 10px 10px;
}
.rssfeeds_boxm ul li a {
    font-size: 14px;
    font-family: "Poppins";
    text-transform: capitalize;
    background: #edeef0;
    color: #0A6FAC;
    padding: 10px 10px;
    width: 100%;
}












.secprofile {
    padding: 60px 0 20px;
}

.profile_top {}

.profile_top li {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 13.8%;
}

.profile_top li .felid {}

.profile_top li .felid label {
    display: block;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin: 0 0 7px 0;
}

.profile_top li .felid select, .profile_top li .felid input {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(143, 143, 143);
    border-width: 1px;
    border-color: #b4b4b4;
    border-style: solid;
    width: 100%;
    height: 33px;
    padding: 0 10px;
    background: transparent;
}

.profile_top li:nth-child(2), .profile_top li:nth-child(5) {
    width: 8%;
}
.sortingb {
    padding: 10px 0 0 0;
}

.sortingb .heading {
}

.sortingb ul {
    margin: 15px 0 30px;
}

.sortingb ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}

.sortingb ul li a {
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
}

.sortingb ul li:after {content: "";position: absolute;right: -15px;top: 0;bottom: 0;background: #000000;width: 2px;height: 18px;margin: auto;}

.sortingb ul li.last {}

.sortingb ul li.last:after {
    display: none;
}
.profile_blleft {
    display: inline-block;
    width: 47%;
    font-size: 0;
    overflow: hidden;
}

.profile_blright {
    display: inline-block;
    width: 52%;
    padding: 20px 20px;
}

.profile_bleft {
    border: 1px solid #e3e4e8;
    display: flex;
    margin: 0 0 60px 0;
}

.profile_blleft h5 {
    background-color: rgb(255, 193, 0);
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    line-height: 54px;
}

.profile_blleft img {    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_blrbox1 {
    border-bottom: 1px solid #e3e4e8;
    padding: 13px 0;
}

.profile_blrbox1 h6 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(36, 37, 38);
    padding: 0 0 10px 0;
    font-weight: bold;
}

.profile_blrbox1 p {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(83, 83, 83);
    font-weight: 500;
    line-height: 19px;
}

.profile_blrbox1 .btn_yellow {
    margin: 15px 0 0 0;
}
.profile_blrbox3 {
    padding-bottom: 0;
    border-bottom: 0;
}
.profile_blleft .updgreen {
    background-color: rgb(23, 201, 44);
}









.pdetail_lleft {
    display: inline-block;
    width: 66%;
}

.pdetail_lright {
    display: inline-block;
    width: 35%;
}

.pdetail_left {
    display: flex;
    border: 1px solid #dfe0e5;
}

.pdetail_lright img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secpdetail {
    padding: 60px 0;
}

.pdetail_lleft h6 {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    background-color: rgb(255, 193, 0);
    width: 559px;
    height: 54px;
    padding: 12px 20px;
}

.pdetail_llbox1 {
    margin: 0px 20px;
    border-bottom: 1px solid #dfe0e5;
    display: block;
    padding: 12px 0;
}

.pdetail_llbox1 h3 {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(36, 37, 38);
    font-weight: bold;
}

.pdetail_llbox1 h5 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(83, 83, 83);
    font-weight: 600;
    padding: 10px 0 0 0;
}

.pdetail_llbox1 h4 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(36, 37, 38);
    font-weight: bold;
}

.pdetail_llbox2, .pdetail_llbox5 {
    display: flex;
    justify-content: space-between;
}
.pdetail_llbox1 h4 strong {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(83, 83, 83);
    font-weight: 600;
    padding: 10px 0 0 0;
    display: block;
}

.pdetail_llbox5.pdetail_llbox5 .btn_yellow {
    width: auto;
    padding: 0 30px;
    height: 41px;
    line-height: 41px;
    font-size: 11px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    font-weight: bold;
    text-transform: uppercase;
}
.pdetail_lbott {
    padding: 40px 0 0 0;
}

.pdetail_lbott .heading {
}

.pdetail_lbott p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    padding: 15px 0;
}




.pdetail_right {
    border: 1px solid #dfe0e5;
}

.pdetail_right ul {
    background: #ffc100;
    display: flex;
    justify-content: center;
    height: 50px;
}

.pdetail_right ul li {
    display: inline-block;
    text-align: center;
    padding: 0 30px 0 0;
    position: relative;
}

.pdetail_right ul li.last {
    padding: 0;
}

.pdetail_right ul li a {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: 500;
    padding: 15px 0;
}

.pdetail_right ul li:after {content: "";position: absolute;right: 15px;top: 0;bottom: 0;margin: auto;height: 18px;width: 2px;background: #000;}

.pdetail_right ul li.last:after {
    display: none;
}

.pdetail_rboxm {
    padding: 20px;
}
.pdetail_rboxm img{
    width: 48.5%;
}

.pdetail_rboxm img,
.pdetail_rboxm video{
    width:49.5%;
}

.pdetail_rbox1 img {
    width: 49.3%;
    display: inline-block;
    object-fit: cover;
    height: 100px;
}

.pdetail_rbox1 p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    text-align: center;
    padding: 15px 0;
}
.pdetail_right ul li a:hover, .pdetail_right ul li.current a {
    color: #fff;
}





.prospect {
    background-color: rgb(237, 237, 237);
    padding: 60px 0;
}

.prospect_boxm {
    background: #fff;
    padding: 30px 30px;
    border: 2px solid #e1e2e6;
    /* display: block; */
}

ul.prospect_boxt {
    background: #ffc100;
    height: 50px;
    line-height: 50px;
    margin: 40px 0;
}

ul.prospect_boxt li {
    display: inline-block;
    margin: 0;
    position: relative;
}

ul.prospect_boxt li a {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(0 0 0);
    margin: 0 25px;
}

ul.prospect_boxt li:after {content: "";position: absolute;right: 0;top: 0;bottom: 0;margin: auto;width: 2px;height: 18px;background: #000;}

ul.prospect_boxt li.last {}

ul.prospect_boxt li.last a {
    margin-right: 0;
}

ul.prospect_boxt li.last:after {
    display: none;
}

.prospect_boxb {}

.prospect_boxb ul {}

.prospect_boxb ul li {padding: 3px 0;}

.prospect_boxb ul li p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
}
ul.prospect_boxt li a:hover,
ul.prospect_boxt li.current a {
    color: rgb(255 255 255);
}

.secpersonalm {
    padding: 60px;
}

.personalm_boxm {}

.personalm_boxm .heading {
}

.personalm_boxm p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(111, 111, 111);
    line-height: 29px;
    padding: 15px 0;
}
/*innerpage*/



















@media (max-width:1600px){
    .membrModal .modal-sm, .membrTwo .modal-sm1 {
    max-width: 60%;
}
}
@media (max-width:1200px){
    .membrModal .modal-sm, .membrTwo .modal-sm1 {
    max-width: 95% !important;
}
    img{max-width:100%;height:auto;}
    .menu-Bar{display:block;top:0px;}
    .menuWrap.open{display:flex;left:0px;}
    .menuWrap{position:fixed;left:-210%;right:0;top:0;bottom:0;margin:auto;background: #ffc100;height:100vh;display:flex;align-items:center;justify-content:center;flex-flow:column;transition:all 0.4s ease;z-index:3;width:100vw;}
    ul.menu li{display:block;}
    ul.menu li a{margin-bottom:10px;padding:0;display:block;text-align:center;margin-bottom:15px;padding-right:0px;margin-right:0px;color:#fff;font-size:15px;text-transform:capitalize;}
    .logo img{max-width: 80%;}
    .container{position:relative;}
    header .header-top{display:none;}
    header .main-header ul.menu>li{display:block;padding:0px;}
    header .main-header ul.menu>li a{color:#fff;padding:0px;}
    header .main-header ul.menu>li a:before{display:none;}
    ul.menu_top{display: block;}
    .clinetlogo_boxm ul li {
        width: 19%;
    }
    ul.finstagram li {
        width: 48%;
    }     
    .footerbottom_right .emailbar input[type="email"] {
        width: 200px;
    }       
    
    
}
@media (max-width:768px){
h1, h2, h3{font-size: 24px !important;line-height: normal !important; }    
h4, h5, h6{font-size: 18px !important;line-height: normal !important; }    
p{font-size: 14px !important;line-height: normal !important; }  
.mainBanner {height: 450px;}
.parents_boxm h4 {word-break: break-all;} 
.secparents {margin: -40px 0 0 0;} 
.secabout, .sechowitwork, .secstudent, .seclatestnews, .sectestimonial, .secclinetlogo, .footertop, 
.footerbottom, .secacademictwo, .secnews, .secnewsdet, .secleavecomment, .secplayer, .seccontact, .secconsultation{
    padding: 30px 0;
}
.secprogram {
    padding: 32px 0 34px;
}
.howitwork_boxm {
    padding: 0;
}
.howitwork_boxb h4 br, .para br{
    display: none;
}
.para {
    padding: 10px 0;
}
.secmembership {
    padding: 37px 0;
}
.student_boxm .heading {
    padding: 0 0 10px 0;
}
.student_boxm ul {
    padding: 0;
}
.membership_right img {
    max-width: 100%;
}
.student_boxm ul li {
    display: inline-flex;
}
.latestnews_boxr h4 strong, .latestnews_boxr h4, .testimonial_boxm, .testimonial_boxm h5 strong, .footerbottom_right label{
    padding: 0 0 0px;
}
.latestnews_boxr ul {
    border-top: 0;
    padding: 0px 0 0 0;
}
.latestnews_boxr {
    padding: 0 15px;
}
.seclatestnews .button {
    margin: 30px auto 0;
}
.testimonial_boxm p {
    padding: 0 0 10px 0;
}
.testimonial_slider ul.slick-dots {
    padding: 10px 0 0;
}
.footerbottom_right .emailbar input[type="submit"] {
    padding: 10px 20px;
}
.footerbottom_right .emailbar input[type="submit"] {
    width: auto;
    height: auto;
}
.footerbottom_right .emailbar input[type="email"] {
    width: 160px;
}
.about_bottom {
    padding: 30px 0 0 0;
}
.about_bottoml {
    width: 40%;
}
.about_bottoml img {
    width: 100%;
}
.about_bottomr {
    width: 100%;
    padding: 0 0 0 30px;
}
.clinetlogo_boxm ul li img {
    width: 80%;
}
.academictwo_left .heading {
    padding: 0 0 10px 0;
}
.academictwo_left h4 {
    padding: 10px 0 10px 0;
}
.academictwo_left ul li {
    padding: 0 0 5px 0;
}
.academictwo_left3 {
    padding: 30px 0 0 0;
}
.academictwo_left3 .para {
    padding: 0px 0 10px;
}
.secdivision .division_img {
    padding: 0 0 10px 0;
}
.secdivision {
    padding: 0 0 30px 0;
}
.secmemberships {
    padding: 30px 0 0;
}
.memberships_boxm {
    padding: 10px 15px 30px;
}
.secmemberships .heading {
    padding: 0;
}
.innerpage {
    height: 300px;
}
.news_boxb h4 {
    padding: 10px 0;
}
.news_boxb {
    padding: 10px 0;
}
.news_boxb p {
    padding: 0 0 10px;
}
.btn_readm:before, .btn_readm:after{display: none;}
.news_boxm{
    margin: 0;
}
.widget_center {
    padding: 0;
}
.newsdet_boxmoneb {
    padding: 10px 0;
    border-bottom: 0;
}
.newsdet_boxmoneb ul {
    padding: 10px 0;
}
.spacebar{display: none;}
.newsdet_two .heading {
    padding: 10px 0 0;
}
.newsdet_twom {
    padding: 10px 0;
    border-bottom: 0;
    width: 100%;
}
.secleavecomment .heading {
    padding: 0 0 30px 0;
}
.secleavecomment .felid input[type="submit"] {
    width: auto;
    height: auto;
    padding: 20px 20px;
    line-height: normal;
}
.player_boxm {
    padding: 0;
}
.player_boxm .heading {
    padding: 0 0 10px 0;
}
.player_boxm .feild input, .player_boxm .feild textarea, .btn_ank .btn_upload{
    margin: 0 0 10px;
}
.player_boxm h3 {
    padding: 15px 0;
}
.feild label {
    padding: 0 0 10px;
}
.player_boxm .feild input[type="submit"] {
    width: auto;
    height: auto;
    padding: 13px 30px;
    line-height: normal;
    margin: 0 0 0px;
}
}
@media (max-width:767px){
    .mainBanner {
        height: 350px;
    }    
    .banner_box h1 {
        padding: 0 0 0 0;
    }    
    .banner_box h4 {
        padding: 0 0 10px 0;
    }
    .secparents {
        margin: 0;
    }
.btn_yellow {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px;
}     
.about_left {
    padding: 0 0 30px;
}
.program_left img, .membership_right{
    display: none;
}
.program_right {
    padding: 0;
}
.program_right .heading {
    padding: 0 0 10px;
}
.program_right ul li {
    display: flex;
}
.howitwork_boxt {
    padding: 15px 0 0 0;
}      
.student_boxm ul li {
    width: 100%;
}
.latestnews_boxm {
    margin: 0 0 15px 0;
}
.seclatestnews .button {
    margin: 10px auto 0;
}
.clinetlogo_boxm ul li {
    width: 18%;
}
.secclinetlogo {
    padding: 20px 0;
}
.widget h4 {
    padding: 0 0 0px 0;
}
.widget ul.flink {
    width: 100%;
}
.flinktwo {
    padding: 0;
}
.widget ul li a {
    padding: 5px 0;
}
.footerbottom_right {
    text-align: left;
}
.footerbottom_right label {
    padding: 10px 0;
}
.footerbottom, .footerbottom_right, .copyright{
    text-align: center;
}
.copyright_right ul {
    text-align: center;
    padding: 10px 0 0 0;
}
ul.finstagram li {
    width: 33%;
}
.innerpage, .innerpage .banner_box{
    height: 150px;
}
.about_bottom {
    display: block;
}
.about_bottoml {
    width: 100%;
}
.about_bottomr {
    width: 100%;
    padding: 10px 0 0 0;
}
.academictwo_left .heading {
    padding: 0;
}
.secacademictwo .col-md-12 .academictwo_left {
    padding: 10px 0 0 0;
}
.academictwo_left3 {
    padding: 0px 0 0 0;
}
.memberships_boxm p {
    padding: 0 0 10px 0;
}
.memberships_boxm h5 {
    font-size: 14px !important;
    padding: 5px 10px;
}
.contact_left .heading {
    padding: 0 0 10px 0;
}
.emailbox h5 strong {
    padding: 0;
}
.emailbox {
    padding: 0 0 15px 0;
}
ul.csocial {
    padding: 0 0 15px 0;
}
.felid input, .felid textarea {
    margin: 0 0 15px 0;
}
.felid input[type="submit"] {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 20px 30px;
        margin: 0;
}
.player_boxm .feild select {
    width: 100%;
}
.consultation_right {
    padding: 0;
}
.feild input, .feild textarea {
    width: 100%;
}
.feild h6 {
    font-size: 12px !important;
}
.consultation_left {
    padding: 0 0 15px 0;
}
.popup {
    width: 95%;
    height: 560px;
    padding: 15px 0 0;
}
.popup_box h3 {
    padding: 0 0 10px;
}
.popup_inner ul li {
    padding: 10px 0;
}
.popup_box {
    padding: 0 15px;
}
.popup_box p {
    padding: 0px 0 0 0;
}
}

.parent-sec {
    padding: 2rem 0rem;
}
.parent-sec hr {
    border-color: white;
}



/* start css start */

.membrModal .modal-sm,
.membrTwo .modal-sm1
{
    max-width: 45%;
}

.membrModal .modal-sm .modal-content,
.membrTwo .modal-sm1 .modal-content
{
    position: relative;
}

.membrModal .modal-sm .close,
.membrTwo .modal-sm1 .close
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-color: #ffc100;
}



.membrTwo {}

.bodyContent {
    padding: 100px 0;
}

.bodyContent h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}

.bodyContent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bodyContent ul li a {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(21, 21, 21);
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(255, 193, 0);
    /* width: 171px; */
    height: 51px;
    line-height: 51px;
    text-align: center;
    padding: 0 30px;
}

/* end css start */

.about_right a i {
    
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffc100;
    border: 2px solid;
    padding: 20px 20px;
    font-size: 20px;
    border-radius: 50%;
    transform: translate(-50% , -50%);
}

.about_right {
    position: relative;
}
.profile_top li .felid button, .profile_top li .felid a {
    display: block;
    width: 100%;
}
.profile_blleft a {
    font-weight: 600;
    text-decoration: underline;
}