﻿*{padding:0; margin:0;}
body{font-family: 'Poppins', sans-serif;background: #000000;}
input:focus{box-shadow: none!important; outline: none!important; border-color: rgb(134 183 254 / 0%)!important;}

img { height: auto; max-width: 100%; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }

.mb-50{margin-bottom: 50px;}

.main__heading h2{font-size: 36px; line-height: 1.3; color:#4DB749; margin-bottom:30px;}
.main__heading p{color:#fff; font-size:16px;}
.main__heading p span{display:block;}


.down-mark-line-2 { position: relative; z-index: 2; display: inline-block; }
.down-mark-line-2::before {position: absolute;content: "";left: 0;bottom: -15%;width: 100%;z-index: -1;height: 100%;background: url(../images/down-mark-line-2.png);background-size: contain;background-repeat: no-repeat;background-position: bottom;-webkit-animation: section-animation 3s infinite;animation: section-animation 3s infinite;}
@keyframes section-animation { 0% { width: 0; } 15% { width: 100%; } 85% { opacity: 1; } 90% { width: 100%; opacity: 0; } to { width: 0; opacity: 0; } }
.down-mark-line-2-white { position: relative; z-index: 2; display: inline-block; }
.down-mark-line-2-white::before { position: absolute; content: ""; left: 0; bottom: -15%; width: 100%; z-index: -1; height: 100%; background: url(../images/down-mark-line-2-white.png); background-size: contain; background-repeat: no-repeat; background-position: bottom; -webkit-animation: section-animation 3s infinite; animation: section-animation 3s infinite; }

.down-mark-line { position: relative; z-index: 2; display: inline-block; }
.down-mark-line::before { position: absolute; content: ""; left: 0; bottom: -15%; width: 100%; z-index: -1; height: 100%; background: url(../images/down-mark-line.png); background-size: contain; background-repeat: no-repeat; background-position: bottom; -webkit-animation: section-animation 3s infinite; animation: section-animation 3s infinite; }


/*BANNER SLIDE CSS START*/
.banner_hero{overflow:hidden; position:relative;z-index: 99; padding:80px 0px 80px 0px;background-image: url('../images/banner.png'); background-attachment:fixed; background-position:center; background-size:cover; background-repeat:no-repeat;}
.banner_hero_text-left .two_logo{display: flex;place-items: center;margin-bottom: 25px;}
.banner_hero_text-left .two_logo img.two_logo1{width: 25%;margin-right: 30px;}
.banner_hero_text-left .two_logo img.two_logo2{width: 13%;}
.banner_hero_text-left .two_logo >h6{font-size: 50px; margin: 0; font-weight: 300; color: #fff; line-height: 65px; margin-right: 20px;}
.banner_hero_text-left h4{font-size:50px;font-weight: 300; color:#fff; line-height:65px;margin-bottom: 25px;}
.banner_hero_text-left h4 span{}
.banner_hero_text-left h5{font-size: 22px;font-weight: 500; color:#4DB749; line-height:28px; margin-bottom:15px;}
.banner_hero_text-left p{font-size: 20px;color: #fff;font-weight: 400;display: flex;place-items: center;}
.banner_hero_text-left p >span{font-size: 16px;width: 80%;display: inline-table;margin-left: 18px;}
.banner_hero_text-left p span span{font-size: 20px;color: #4DB749;font-weight: 400;}
.banner_hero_text-left button{background: #4DB749; border-radius: 5px; box-shadow: 0px 4px 24px #212c43; color: #fff; font-size: 18px; font-weight: 500; padding: 8px 15px; margin-top: 15px;overflow: hidden; background: none; text-decoration: none; border: 4px solid #fff; color: #fff; border-radius: 0px; position: relative; display: inline; text-align: center; text-transform: uppercase; border-image-source: linear-gradient(to right, #259609, #ffffff); border-image-slice: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.banner_hero_text-left h6{font-size:14px; color:#fff; font-weight:300; margin-top:10px; }
.banner_hero_text-right{background: linear-gradient(90deg, #259609cc 0%, #03a588c7 100%);padding: 40px 30px;border-radius: 20px; border-top-right-radius:0px; border-bottom-right-radius:0px;box-shadow: 0px 2px 5px #333;position: relative;z-index: 99;}
.banner_hero_text-right h4{font-size:22px; color:#fff; font-weight:500; margin-bottom:20px;}
.banner_hero_text-right form input{border-radius:5px;}
.banner_hero_text-right form label{color:#fff; font-size: 12px;}
.banner_hero_text-right form button{color:#fff;transition: all 1.6s;position: relative;border: 3px solid #000000;width: 80%;padding: 8px 5px;background: none;margin: auto;display: block;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;font-size: 18px;}
.banner_hero_text-right form button::before, .banner_hero_text-right form button::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ''; z-index: -1; margin: -3%; box-shadow: inset 0 0 0 2px; -webkit-animation: clipMe2 8s ease infinite; -moz-animation: clipMe2 8s ease infinite; -o-animation: clipMe2 8s ease infinite; animation: clipMe2 8s linear infinite; opacity: 1; transition: all 1.6s; }
@keyframes clipMe2 {
    0% { clip: rect(0px, 0px, 0px, 0px); } 
    50% { clip: rect(0px, 280px, 250px, 0px); } 
    75% { clip: rect(0px, 250px, 250px, 0px); } 
    100% { clip: rect(0px, 0px, 0px, 315px); }
 }
.dotted_img{position: absolute;z-index: 9;top: 0%;right: 0%;-webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;-moz-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;-o-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;animation: hero-thumb-sm-2-animation 4s linear infinite alternate;}
.dotted_img img{transition: 0.3s;width: 70%;height: 95px;float: right;z-index: 1;position: relative;}
@keyframes hero-thumb-sm-2-animation {
	0% { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); } 
    100% { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
}
/*BANNER SLIDE CSS END*/

/*my_counter CSS START*/
.my_counter {padding: 40px 0px 60px 0px;position: relative;display: block;top: 0px;z-index: 9;} 
.fullWidth { width: 100% !important; display: table; float: none; padding: 0; min-height: 1px; height: 100%; position: relative; }
.projectFactsWrap{display: flex;margin-top: 0px;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
#projectFacts .fullWidth{ padding: 0; } 
.my_counter{overflow:hidden;} 
.projectFactsWrap .item{width: 16%;height: auto;padding: 0px 0px;text-align: center; border-right: 2px solid #4db749;} 
.projectFactsWrap .item p.number{font-size: 20px;padding: 0;font-weight: 500;width: 100%;color: #4DB749;} 
.projectFactsWrap .item p{color: #fff;margin: 0;padding: 5px;width: 100%;font-size: 14px;} 
.projectFactsWrap .item p span{ width: auto; font-size: 12px; background: none; height: auto; display: block; } 
.projectFactsWrap .item span{width: 60px;height: 0px;display: block;margin: 0 auto;}
@media (max-width: 786px){ .projectFactsWrap .item { flex: 0 0 50%; } }
/*my_counter CSS END*/



.about-area{position: relative; padding:70px 0px; overflow:hidden;}
.about-shape {position: absolute;bottom: 13%;right: -10%;transition: 0.3s;width: 20%;}
.about-img{position: relative;}
.about-main-img {padding-left: 60px; position:relative;}
.about-main-img img{}
.video_icon{position:relative;width: 100%;display: inline;float: right;}
.pulse1 {position: absolute;width: 100px;height: 100px;margin: auto;top: 0;/* left: 0; */bottom: 0;right: 0;z-index: 1;opacity: 0;border: 3px solid rgba(255,255,255,.1);-webkit-animation: pulsejg1 4s linear infinite;-moz-animation: pulsejg1 4s linear infinite;animation: pulsejg1 4s linear infinite;-webkit-border-radius: 999px;-moz-border-radius: 999px;border-radius: 999px;-webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);-moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;} 
.pulse2 {position: absolute;width: 100px;height: 100px;margin: auto;top: 0;/* left: 0; */bottom: 0;right: 0;z-index: 2;opacity: 0;border: 1px solid rgba(255,255,255,0);-webkit-animation: pulsejg2 4s linear infinite;-moz-animation: pulsejg2 4s linear infinite;animation: pulsejg2 4s linear infinite;-webkit-border-radius: 999px;-moz-border-radius: 999px;border-radius: 999px;-webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);-moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;} 
@-webkit-keyframes pulsejg1 { 0% { -webkit-transform: scale(.6); opacity: 0; } 50% { -webkit-transform: scale(.6); opacity: 0; } 60% { -webkit-transform: scale(.9); opacity: .2; } 70% { -webkit-transform: scale(1.1); opacity: .35; } 80% { -webkit-transform: scale(1.25); opacity: .2; } 100% { -webkit-transform: scale(1.4); opacity: 0; } } 
@-moz-keyframes pulsejg1 { 0% { -moz-transform: scale(.6); opacity: 0; } 50% { -moz-transform: scale(.6); opacity: 0; } 60% { -moz-transform: scale(.9); opacity: .2; } 70% { -moz-transform: scale(1.1); opacity: .35; } 80% { -moz-transform: scale(1.25); opacity: .2; } 100% { -moz-transform: scale(1.4); opacity: 0; } } 
@keyframes pulsejg1 { 0% { transform: scale(.6); opacity: 0; } 50% { transform: scale(.6); opacity: 0; } 60% { transform: scale(.9); opacity: .1; } 70% { transform: scale(1.1); opacity: .25; } 80% { transform: scale(1.25); opacity: .1; } 100% { transform: scale(1.4); opacity: 0; } } 
@-webkit-keyframes pulsejg2 { 0% { -webkit-transform: scale(.6); opacity: 0; } 40% { -webkit-transform: scale(.8); opacity: .05; } 50% { -webkit-transform: scale(1); opacity: .1; } 60% { -webkit-transform: scale(1.1); opacity: .3; } 80% { -webkit-transform: scale(1.2); opacity: .1; } 100% { -webkit-transform: scale(1.3); opacity: 0; } } 
@-moz-keyframes pulsejg2 { 0% { -moz-transform: scale(.6); opacity: 0; } 40% { -moz-transform: scale(.8); opacity: .05; } 50% { -moz-transform: scale(1); opacity: .1; } 60% { -moz-transform: scale(1.1); opacity: .3; } 80% { -moz-transform: scale(1.2); opacity: .1; } 100% { -moz-transform: scale(1.3); opacity: 0; } } 
@keyframes pulsejg2 { 0% { transform: scale(.6); opacity: 0; } 40% { transform: scale(.8); opacity: .05; } 50% { transform: scale(1); opacity: .1; } 60% { transform: scale(1.1); opacity: .3; } 80% { transform: scale(1.2); opacity: .1; } 100% { transform: scale(1.3); opacity: 0; } }
.video_icon img{-webkit-box-shadow: 0 0 0 10px rgb(37 150 9 / 52%), 0 0 25px 2px rgb(0 0 0 / 40%), inset 0 0 0 15px rgb(37 150 9 / 70%);-moz-box-shadow: 0 0 0 10px rgb(37 150 9 / 52%), 0 0 25px 2px rgb(0 0 0 / 40%), inset 0 0 0 15px rgb(37 150 9 / 70%);box-shadow: 0 0 0 10px rgb(37 150 9 / 52%), 0 0 25px 2px rgb(0 0 0 / 40%), inset 0 0 0 15px rgb(37 150 9 / 70%);-webkit-border-radius: 999px;-moz-border-radius: 999px;border-radius: 999px;width: 100px;height: 100px;padding: 10px;float: right;}

.about-shape-1 {position: absolute;bottom: -30px;left: 5%;width: 12%;}
.about-shape-1a{position: absolute;bottom: -80px; left: 30%; width: 8%;}
.about-shape-2 {position: absolute;top: -13%;left: 3%;z-index: -11;width: 60%;}
@keyframes jumploopone { from { top: 0; } to { top: -50px; } }
.about-shape-3 {width: 80%; position: absolute; top: 5%; left:40px; z-index: -11; animation-duration: 2s; animation-name: jumploopone; animation-iteration-count: infinite; animation-direction: alternate; animation-fill-mode: backwards; animation-play-state: running;}
.about-content {padding-left: 40px;}
.about-content p{color:#fff;margin-bottom:35px; font-weight:300; text-align:justify; font-size:15px;}
.about-content a{background: #4DB749; border-radius: 5px; box-shadow: 0px 4px 24px #212c43; color: #fff; font-size: 18px; font-weight: 500; padding: 8px 15px; margin-top: 15px; overflow: hidden; background: none; text-decoration: none; border: 4px solid #fff; color: #fff; border-radius: 0px; position: relative; display: inline; text-align: center; text-transform: uppercase; border-image-source: linear-gradient(to right, #259609, #ffffff); border-image-slice: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
/*ABOUT CSS END*/


.key_highlight{padding:60px 0px; overflow:hidden; position:relative;}
.key_highlight .main__heading{text-align:center;}
.key_highlight ul{margin: 0;padding: 0;display: flex;flex-wrap: wrap;align-items: center;justify-content:space-between;} 
.key_highlight ul li{margin-bottom: 25px;margin-top: 25px;font-size: 16px;color: #fff;font-weight: 300;list-style: none;width: 30%;display: flex;place-items: center;}
.key_highlight ul li img{width: 50px;height: 50px;float: left;margin-right: 10px;}
.key_highlightdotted_img{position: absolute; bottom: 0%; left: -8%;}
.key_highlightdotted_img img{transition: 0.3s; width: 100%;}


.curriculum_sec{padding:60px 0px; position:relative; overflow:hidden;}
.Curriculum_btn{}
.Curriculum_btn a{overflow: hidden; background: none;float: right; text-decoration: none; padding: 6px 15px; border: 4px solid #fff; color: #fff; border-radius: 0px; position: relative; display: inline; text-align: center; font-size: 18px; text-transform: uppercase; border-image-source: linear-gradient(to right, #259609, #ffffff); border-image-slice: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.curriculum_start .accordion-button{ border-radius: 10px;flex-wrap: wrap;font-size: 20px; color: #238F08; font-weight: 400; border-radius:10px!important;}
.curriculum_start .accordion-item{margin-bottom:10px; border-radius: 10px;}
.accordion-button:focus{border-color: rgb(51 51 51 / 0%)!important; box-shadow: none!important;}
.accordion-button:not(.collapsed){background-color: rgb(77 183 73 / 12%);}
.curriculum_start .accordion-button >div{display: flex; place-items: center; width: 100%;}
.curriculum_start .accordion-button >div p{font-size:13px; font-weight:300; color:#0F0E0E; margin:0;}
.curriculum_start .accordion-button >div span{color:#0F0E0E;font-size:13px; font-weight:300; margin-left:10px;}
.curriculum_start .accordion-item .accordion-body{}
.curriculum_start .accordion-item .accordion-body h4{color:#238F08;font-weight: 500; font-size:18px;}
.curriculum_start .accordion-item .accordion-body p{color:#525252;font-weight:400; font-size:16px;margin-bottom: 25px;}
.curriculum_start .accordion-item .accordion-body h5{color:#238F08; font-weight:400; font-size:15px; margin-bottom: 10px;}
.curriculum_start .accordion-item .accordion-body h5 span{margin-right:5px;}
.curriculum_start .accordion-item .accordion-body ul{margin:0;padding-left: 15px;margin-bottom: 30px;}
.curriculum_start .accordion-item .accordion-body ul li{font-size:14px; color:#525252;list-style:none; font-weight:300;margin-bottom:10px;}
.curriculum_start .accordion-item .accordion-body ul li::before { content: "\2022"; color: #238F08; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }


.Faculty_sec{padding:60px 0px; overflow:hidden; position:relative;}
.Faculty_sec .main__heading{position:relative;display: flex;justify-content: space-between;place-items: center;}
.Faculty_sec .main__heading h2{text-transform:uppercase; font-size: 60px;font-weight: 600;color: #4DB749;text-shadow: 0px 0px 1px #000;position: relative;/* right: calc(-1.5em + 20px); height: calc(100% - 40px);*/writing-mode: vertical-rl;transform: rotate(180deg);}
.Faculty_sec .main__heading p{color:#fff; font-size:16px; font-weight:400;text-align: right;width: 70%;float: right;}
.Faculty_start .singlr_slider{ transition: all 1s ease-out; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1, 1); } 
.Faculty_start .singlr_slider .owl-wrapper { position: relative; width: 100%; margin: 0; padding: 0; } 
.Faculty_start .singlr_slider .cards { position: relative; height: 100vh; width: 100%; padding: 4em 0; background-color: #fefefe; } 
.Faculty_start .singlr_slider .card {background: none;display: block;justify-content: center;opacity: 0.7;transform: scale(0.87);transition: transform 0.4s 0.5s ease-out, opacity 1s ease;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);} 
/*.show_single{width:100%; margin:auto;}*/
.Faculty_start .singlr_slider .card{position:relative;}
.Faculty_start .show_single .card__content{position:absolute; bottom:10px;left: 10px;}
.Faculty_start .show_single .card__content .card__title {display: inline-block;font-size: 15px; font-weight:500; color:#fff;overflow: hidden;margin: 0;padding: 0;} 
.Faculty_start .show_single .card__content .card__title span { display: block; animation: slide-up 0.4s 0s ease both; font-weight:400;} 

.Faculty_start .singlr_slider .active .card {box-shadow: 0 0px 1em rgba(0, 0, 0, 0.2);transform: box-shadow 0.3s ease, transform 0.1s 0.4s ease-in, opacity 0.4s ease;} 
.Faculty_start .singlr_slider .card__content {color: #fff;opacity: 1;} 
.Faculty_start .singlr_slider .active .card__content { opacity: 1; transition: opacity 0.4s ease; } 
.Faculty_start .singlr_slider .center.active .card__title span, .singlr_slider .center.active.cloned:last-child .card__title span { opacity: 1; animation: slide-down 0.4s 0.4s ease both; transition: transform 0.3s 0.4s ease, opacity 0.3s ease; } 
.Faculty_start .singlr_slider .center .card { opacity: 1; transform: scale(1); } 
.Faculty_start .singlr_slider .center .card:hover { box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.4); } 
.Faculty_start .singlr_slider .owl-theme .owl-dots .owl-dot span { width: 4em; height: 4px; margin: 0 0.5em; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 0.2s ease; border-radius: 0; } 
.Faculty_start .singlr_slider .owl-theme .owl-dots .owl-dot.active span, .singlr_slider .owl-theme .owl-dots .owl-dot:hover span { background: #4DB749; } 
@keyframes slide-down { 
    0% { opacity: 0; transform: translate3d(0, -120%, 0); } 
    100% { opacity: 1; transform: translate3d(0, 0%, 0); } 
} 
@keyframes slide-up { 
    0% { opacity: 1; transform: translate3d(0, 0%, 0); } 
    100% { opacity: 0; transform: translate3d(0, -120%, 0); }
}
.Faculty_start .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.Faculty_start .owl-theme .owl-nav{margin-top:10px}
.Faculty_start .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.Faculty_start .owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}
.Faculty_start .owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.Faculty_start .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.Faculty_start .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.Faculty_start .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.Faculty_start .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0}



.card_layer_slider {padding-bottom:50px; padding-top:20px; overflow:hidden; text-align:center;}
#layer { position: relative; perspective: 1000px; transform-style: preserve-3d; width: 100%; height:340px;} 
#layer div {width: 100%;padding: 15px 20px;border-radius: 4px;position: absolute;left: 0;right: 0;cursor: pointer;transition: transform 0.4s ease;} 
.layer3 {background: #fff;box-shadow: 0 13px 25px 0 rgb(0 0 0 / 30%), 0 11px 7px 0 rgb(0 0 0 / 19%);transform: translate3d(0%,0,-460px);z-index: 1;margin-top: 120px;} 
.layer2 {background: #fff; box-shadow: 0 1px 4px 0 rgb(0 0 0 / 37%);transform: translate3d(0%,0,-150px);z-index: 19;margin-top: 44px;} 
.layer1 {background: #fff; box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%), 0 2px 2px 0 rgb(0 0 0 / 20%);transform: translate3d(0%,0,0px);z-index: 199;}
#layer .btn-wrap{position: relative; width: auto; border-radius: 0px; padding: 0; margin-bottom: 30px;}
#layer .btn-wrap .btn {display: inline-block; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; opacity: 0.5; border-radius: 5px; color: #fff; margin-right: 20px;}
#layer .btn-wrap .btn.focus{opacity:1;}
#layer .btn-wrap a {overflow: hidden;background: none;text-decoration: none;padding: 6px 15px;border: 4px solid #fff;color: #fff;border-radius: 0px;position: relative;display: inline;text-align: center;font-size: 18px;text-transform: uppercase;border-image-source: linear-gradient(to right, #259609, #ffffff);border-image-slice: 1;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
#layer .btn-wrap a::after { height: 100%; left: -35%; top: 0; transform: skew(30deg); transition-duration: 0.6s; transform-origin: top left; width: 0;background: #259609; content: ''; position: absolute; z-index: -1; }
#layer .btn-wrap .btn.focus:after { height: 100%; width: 135%; color: #2ecc71;}

#layer .btn-wrap a img{width:50px;}
.layer1 ul, .layer2 ul{margin: 0; padding: 0; display: flex; flex-wrap: wrap; padding-left: 15px; text-align: initial; place-items: flex-start;}
.layer1 ul li{font-size: 15px;  color:#333;font-weight: 400; list-style:none;margin-right: 30px;width: 100%;margin-bottom: 15px;}
.layer2 ul li{font-size: 15px;  color:#333;font-weight: 400; list-style:none;margin-right: 30px;width: 30%;margin-bottom: 10px;}

.layer3 ul{ margin: 0; padding: 0; display: flex; flex-wrap: wrap; padding-left: 15px; text-align: initial; place-items: flex-start; }
.layer3 ul li{font-size: 15px;  color:#333;font-weight: 400; list-style:none;margin-right: 10px;width: 24%;margin-bottom: 5px;}
.layer1 ul li::before { content: "\2022"; color: #238F08; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
.layer2 ul li::before { content: "\2022"; color: #238F08; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
.layer3 ul li::before { content: "\2022"; color: #238F08; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }



.patner-area {padding:60px 0px; position:relative; overflow:hidden;}
.partner-box { position: relative; max-width: 430px; z-index: 2;}
.partner-thumb { position: absolute; top: -70px; left: -250px; z-index: -1; }
.partner-thumb img { height: auto; max-width: 100%; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
.partner-box .section-title{margin-bottom: 50px;}
.partner-box .section-title h2{font-size: 36px; line-height: 1.3; color:#4DB749;}
.Partner-content.bdevs-el-content p{color:#fff;}
.patnerArea_slider_start .card{background: none;border-radius: 0px;border: none;height: 130px;width: 130px;margin: auto;display: flex;place-items: center;}
.patnerArea_slider_start .card img{width: 100%; margin:auto; display:block;}
.patnerArea_slider_start .owl-dots{text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 40px;}
.patnerArea_slider_start .owl-dot{text-align:center;margin: 0px 10px;}
.patnerArea_slider_start .owl-dot.active span{background:#4DB749;}
.patnerArea_slider_start .owl-dot span{background:#D6D6D6; width:60px; height:3px; display:block;}

.Certification_sec{padding:60px 0px; position:relative; overflow:hidden;}
.Certification_sec p{}
.Certification_sec ul{margin-top:30px;padding-left: 15px;}
.Certification_sec ul li{color:#fff; font-size:15px; list-style:none;}
.Certification_sec ul li::before { content: "\2022"; color: #238F08; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
.Certification_sec img{width:90%;float: right;}


.live_online{padding:60px 0px; position:relative; overflow:hidden;}
.live_online_logo{width: 40%;margin-bottom: 20px;}
.live_online_right{text-align: center;position: relative;z-index: 99;}
.live_online_right h5{font-size: 35px;color: #259609; font-weight:500;margin: 0;}
.live_online_right h3{color: #fff;font-size: 38px;font-weight: 600;margin: 20px 0px;}
.live_online_right p{color:#FFFFFF;font-weight: 400;font-size: 25px;margin-bottom: 30px;}
.live_online_right a{background:#259609; color:#fff; border-radius:5px; padding:10px 10px; font-size:25px; font-weight:500; text-decoration:none;display: block;}
.live_onlinedotted_img{position: absolute;z-index: 9;bottom: 0%;right: 0%;left: 0;-webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;-moz-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;-o-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;animation: hero-thumb-sm-2-animation 4s linear infinite alternate;}
.live_onlinedotted_img img.img_left{transition: 0.3s;width: 15%;height: auto;float: left;z-index: 1;position: relative;top: -100px;}
.live_onlinedotted_img img.img_right{transition: 0.3s;width: 130px;height: 80px;float: right;z-index: 1;position: relative;top: -50px;}
@keyframes hero-thumb-sm-2-animation {
	0% { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); } 
    100% { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
}


.Careers_sec{padding:60px 0px; position:relative; overflow:hidden;}
.Careers_sec_counter{padding-right: 50px;}
section#counter-stats {display: flex;justify-content: center;margin-top: 60px;} 
section#counter-stats .stats {text-align: center;margin-bottom: 0px;background: #fff;padding: 20px 0px;}
section#counter-stats .stats.border_radius-r{border-top-right-radius:70px;}
section#counter-stats .stats.border_radius-l{border-bottom-left-radius:30px;}
section#counter-stats .stats .counting{color:#4DB749;font-size: 40px; font-weight:600;}
section#counter-stats .stats span{color:#4DB749;font-size: 40px; font-weight:600;}
section#counter-stats .stats h5{color: #383838;font-size: 20px; font-weight:500;margin: 0;}
.Careers_sec_start{margin-top:30px;}


.CareerSupport_sec{padding:60px 0px; position:relative; overflow:hidden;}
.CareerSupport_box{margin-top:40px;}
.CareerSupport_sec h4{background:#259609; border-radius:5px; color:#fff;font-size: 35px; margin:0;padding: 20px 60px;text-align: center;}

.Refer_sec{padding:60px 0px; position:relative; overflow:hidden;}
.Refer_sec h4{color:#fff; font-size:25px; margin:0; font-weight:500; text-align:center;}
.Refer_sec p{color:#fff; font-size:20px; margin:0; font-weight:400; text-align:center;}

.Frequently_sec{padding:60px 0px; position:relative; overflow:hidden;}
.Frequently_sec .accordion{margin-top:30px;}
.Frequently_sec .accordion-button { border-radius: 0px;  flex-wrap: wrap; font-size: 20px; color: #238F08; font-weight: 400;}
.Frequently_sec .accordion-item { margin-bottom: 10px; border-radius: 0px; border-left:8px solid #4DB749;}



#viewPlans{}
#viewPlans .modal-body img{}
#viewPlans .modal-body h4{}
#viewPlans .modal-body .emiPartner{}
#viewPlans .modal-body .emiPartner h5{}
#viewPlans .modal-body .emiPartner >img{}
#viewPlans .modal-body .table thead tr th{}
#viewPlans .modal-body .table tbody tr td{}
#viewPlans .modal-body p{}


@media only screen and (max-width: 767px) {
    .banner_hero_text-left h4{font-size: 30px; line-height:35px; margin-bottom: 10px;}
    .banner_hero_text-left .two_logo >h6{font-size: 30px; line-height:35px;}
    .banner_hero_text-left .two_logo{margin-bottom:10px;}
    .banner_hero_text-left .two_logo img.two_logo1 { width: 30%; margin-right: 20px; }
    .banner_hero_text-left .two_logo img.two_logo2{width: 18%;}
    .banner_hero_text-left h5 { font-size: 16px;}
    .banner_hero_text-left p{display:block; line-height: 20px;}
    .banner_hero_text-left p >span { font-size: 14px; width: 100%; display: inline; margin-left: 10px; line-height: 20px; }
    .banner_hero_text-left button{margin-top:0px;}
    .banner_hero_text-left h6{margin-bottom:30px;}
    .banner_hero_text-right{padding: 15px 15px;}

    .projectFactsWrap .item{border:none; margin-bottom: 20px;}
    .about-main-img{padding-left: 0px;}
    .about-content { padding-left: 0px; }

    .key_highlight{padding-top:0px;}
    .key_highlight ul li{width:100%; margin-top: 5px;}

    .curriculum_start .accordion-button{font-size: 16px; padding:10px;font-weight:600;}

    .Faculty_sec .main__heading p{text-align: center;}
    #layer .btn-wrap .btn{margin-right: 0px; margin-bottom:10px;}
    #layer .btn-wrap a{font-size: 15px;}
    #layer .btn-wrap a img { width: 35px; }

    .Certification_sec img{width:100%;}
    section#counter-stats .stats.border_radius-r{border-top-right-radius: 0px;}
    section#counter-stats .stats.border_radius-l{border-bottom-left-radius: 0px;}
    .Careers_sec_counter{padding-right: 0px;}

    .CareerSupport_sec{padding-top:0px;}
    .CareerSupport_sec h4 { font-size: 25px; padding: 15px 10px;}
    .CareerSupport_box{margin-top:0px; margin-bottom:15px;}



    .card_layer_slider{padding-bottom:0px;}
    #layer{height: 520px;}
    #layer div{padding: 15px 15px;}
    .layer3 ul{padding-left: 0px; }
    .layer3 ul li{margin-right: 5px; width: 31%; margin-bottom: 0px; font-size: 10px;}
    .layer1 ul, .layer2 ul{padding-left:0px;}
    .layer1 ul li{margin-right: 50px; width: 100%; margin-bottom: 15px;font-size: 10px;}
    .layer2 ul li{margin-right: 5px; width: 48%; margin-bottom: 5px;font-size: 10px;}
}