@charset "utf-8"; /* CSS Document */
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: 'Poppins', sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	
	 --bs-font-poppins:'Poppins';
	 
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
	--bs-nav-link-font-size:18px;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.navbar-brand img{ max-width:190px; height:auto}
.banner{padding: 0;background: url(../img/home-banner-v2.jpg) center top no-repeat;position:relative;min-height: 545px;margin-top: 0 !important;background-size: cover;}
.banner.v1{background: url(../img/home-banner-v1.jpg) center top no-repeat;}
.banner.v2{background: url(../img/home-banner-v2.jpg) center top no-repeat;}
h1.main-title {
    font-size: 58px; font-weight: 600; color: var(--bs-white); line-height: 1.2;margin:0
}
.banner.home:before{ background: rgb(0 0 0 / 50%); }
.trans-bg{background: rgb(53 194 157 / 25%);padding: 30px 10px;}
.banner.home h1.main-title{ text-align:center;margin-bottom: 57px;}
.banner.home h1.main-title:after {content: "";width: 130px;height: 5px; margin: 15px auto 0 auto; clear: left;display: block;background: #2bbf98;}
.banner.home{min-height: 600px;}
.banner.home p{color: var(--bs-white);margin-bottom: 0;font-size: 31px;font-weight: 500;}
.banner_cont{padding-top: 0;}
.banner.home .banner_cont{ padding-top: 165px;; max-width:100%;}
.home h1.main-title, .banner.home p{/* color: var(--black); */}
.home .col-md-12{ padding:0}
.banner.home img.rounded-4{max-width: 400px; margin: 0 auto; display: block;}
.banner_cont .btn-primary {
    color: white; background: #2bbf98; font-size: 17px; font-weight: 700; line-height: 1; padding: 20px 30px; display: inline-block; border-radius: 30px; border-color: #2bbf98; }
.banner .btn-primary:hover{  background: #000;}
.navbar-nav li.nav-item {margin-right: 20px; font-weight:400}
.navbar-nav li.nav-item:last-child{ margin-right:0}
.banner.about{ background: url(../img/about-banner.jpg) center center no-repeat;}
.banner.get-involved{ background: url(../img/Get-Involved-Banner.jpg) center center no-repeat;background-size: cover !important;}
.banner.events{ background: url(../img/events-banner.jpg) center center no-repeat;background-size: cover !important;}
.banner.learning{ background: url(../img/Learning-Resources-banner.jpg) center center no-repeat;background-size: cover !important;}
.banner.projects{ background: url(../img/projects-banner.jpg) center center no-repeat;background-size: cover !important;}
.banner.impacts{background: url(../img/impact-banner-v1.jpg) center center no-repeat;background-size: cover !important;margin-bottom: 0;position: relative;z-index: 2;}
.banner.impacts h1.main-title{font-size: 58px;}
.banner.events h1.main-title {font-size: 50px;}

.banner:before{ position: absolute; top: 0; width: 100%;content: "";height: 100%;left: 0;}
.banner.impacts:before {background: rgba(0, 0, 0, .30);}
	.about-home .container{    max-width: 1000px;}
	.about-home .row{margin-top:75px;margin-bottom:70px}
	.img-sec h3{margin:0 0 14px;    font-weight: 600;    font-size: 19px;}
	.img-sec h4{margin:0 0 16px;font-weight: 400;font-size: 17px;}
	.img-sec p{margin:0;font-size: 17px;}
	.about-home .img-shadow{margin-bottom: 20px;}
	.col-md-4.img-sec{padding-right: 40px;}
	/*contact form*/
.contpage{margin:0 auto;padding: 60px 70px 70px 70px !important;background: #f3f3f3;}
.contpage .form-group {overflow: visible;}
.contact h2 {font-size: 40px; margin-bottom: 20px;font-weight: 600;}
.contact h4 {font-size: 20px;font-weight: 600;}
.contact h5 {color: #888;font-weight: 400;font-size: 17px;}
.form-group { overflow: auto; padding-bottom: 18px; line-height: 40px; }
.form-control { border: 1px solid #dbdbdb; box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08); box-sizing: border-box; color: #5f5f5f; font-size: 15px; padding: 12px; }
.col-sm-4.control-label { color: #333; }
.btn-primary { color: white; background-color: #2bbf98; border-color: #2bbf98; padding: 12px 30px; border-radius: 30px; font-size:17px}
.btn-primary.download {font-size: 24px; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white; background-color: #0071bc; border-color: #0071bc; }
.btn-primary:hover {opacity: 0.9; }
.pop_form .req_star{ color:red; position:absolute;right: 17px;top: 9px; z-index:2;font-size: 13px; }
footer {float: left;width: 100%;background: #2bbf98;padding: 20px 0;position: relative;margin-top: 0; }
.allrgt-resvd {float: none;margin: 0 0 0 0;color: #fff; }
.copytxt {float: none; }
.copytxt a{ color:#fff;text-decoration:none}
.copyrgt {color: #fff;font-size: 16px;line-height: 31px; }
.back-to-top {
 position: fixed;bottom: 30px;right: 30px;z-index: 9999;cursor: pointer;text-decoration: none;transition: opacity 0.2s ease-out;border: 1px solid #2bbf98;border-radius: 5px;background: #2bbf98;height: 44px;width: 44px;text-align: center;padding: 10px;z-index: 2; color:#fff;}
.back-to-top:hover{
 opacity: 0.7; }
 nav.navbar{
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    position: relative;
    }
.nav-link {color: #212529; }
.nav-link:focus, .nav-link:hover {color: #2bbf98;
}
form#form1 {
    position: relative; }
.contacts_icon {
    color: #0071bc; font-size: 54px; margin-right: 25px; width: 52px; text-align: center; }
.thank-tit { position: relative;padding: 0 0 35px!important;margin-bottom: 40px;}
#thank-mesg h4{ text-align:center}
#thank-mesg{ text-align:center}
.thank-tit:after {display: block;max-width: 100%;background: #2bbf98; position: absolute;bottom: 0;left: 50%;content: "";height: 5px; width: 116px;margin-left: -58px;}	
.white-diagonal-section-wrapper.inner_1 {
	background: #ffffff; transform: skewY(-5deg); padding: 144px 0 80px; }
	.white-diagonal-section-wrapper{margin-top: 75px;}
.upper-stripes {
	width: 100%; position: relative; top: -125px; }
.white-diagonal-section-wrapper .upper-stripes {
	top: -144px; }
.upper-stripes span {
	position: absolute; }
.white-diagonal-section-wrapper .upper-stripes :nth-child(2) {
	z-index: 1; background-image: linear-gradient(to right, #fff 0%, #d7d7d7 100%); opacity: 0.35; top: -58px; left: 0; height: 56px; width: calc(100% / 5); }
.white-diagonal-section-wrapper .upper-stripes :nth-child(3) {
	z-index: 1; background-image: linear-gradient(to left, #2bbf98 0%, #f1f1f1 100%); top: 0; right: 0; height: 46px; width: calc(100% / 3); }
.white-diagonal-section-wrapper .white-diagonal-section-container {
	transform: skewY(5deg); background: #ffffff; color: #000000; padding: 0 32px; }
.white-diagonal-section-wrapper .white-diagonal-section-container .dots-wrapper {
	float: right; top: -200px; }
.white-diagonal-section-wrapper .white-diagonal-section-container .dots-wrapper .upper-right-square {
	top: -60px; right: -65px; }
* {
	-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }
.white-diagonal-section-wrapper .white-diagonal-section-container .dots-wrapper .lower-left-square {
	right: 0px; }
.grey-diagonal-section-wrapper {
	background: #f3f2f2; transform: skewY(-5deg); padding: 69px 0 93px; }
.grey-diagonal-section-wrapper .upper-stripes {
	    height: 46px; top: -69px; }
.grey-diagonal-section-wrapper .upper-stripes :first-child {
	top: -46px; z-index: 1; left: 0; background: #f3f2f2; opacity: 0.35; height: 92px; width: calc(100% / 4); }
.grey-diagonal-section-wrapper .upper-stripes :nth-child(2) {
	z-index: 1; background-image: linear-gradient(to left, #dbdbdb 0%, #f3f3f3 100%); opacity: 0.35; top: 46px; right: 0; height: 46px; width: calc(100% / 3); }
.grey-diagonal-section-wrapper.s-1{
	margin-top: -142px; }
.white-diagonal-section-wrapper.s-1{
    padding-top: 128px; margin-top: 0; }
.white-diagonal-section-wrapper.s-1.inner_1{
    padding-top: 108px; }
.s-1 h3.section-header {
    /*margin-top: 44px !important; */ }
.grey-diagonal-section-wrapper.s-5{/* padding-bottom:30px */ }
.grey-diagonal-section-wrapper .upper-stripes :nth-child(3) {
	z-index: 1; background-image: linear-gradient(to left, #2bbf98 0%, #f1f1f1 100%); top: 0; right: 0; height: 46px; width: calc(100% / 3); }
.grey-diagonal-section-wrapper .grey-diagonal-section-container {
	transform: skewY(5deg); background: #f3f2f2; color: #000000; margin: 0 auto; padding: 0 32px; }
.grey-diagonal-section-wrapper .grey-diagonal-section-container .dots-wrapper {
	float: right; top: -120px; }
.grey-diagonal-section-wrapper .grey-diagonal-section-container .dots-wrapper .upper-circle {
	top: -120px; right: -45px; }
.grey-diagonal-section-wrapper .grey-diagonal-section-container .dots-wrapper .upper-triangle {
	right: -65px; transform: rotateY(180deg); }
	h3.section-header {
    color: #000; font-size: 40px !important; line-height: 50px !important; text-transform: inherit; font-weight: 800; text-align:center;padding: 30px 0 43px!important; margin:0 0 43px; position:relative
}
h3.section-header:after {
    display: block; max-width: 100%; background: #299385; position: absolute; bottom: 0; left: 50%; content: ""; }
h3.section-header::after {
    height: 5px; width: 116px; margin-left: -58px; }
.footer_sec {
    width: 100%; float: left; background: #f3f2f2; height: 71px; margin-top: -71px; }
	
	
.portfolio-item {width: 100%; margin: 0 auto;
}
.portfolio-item  .col-md-12{ padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #7030a0}
.portfolio-item .item{/*width:303px; */float:left;margin-bottom:10px; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF !important;right: -18px !important;text-align: center !important;padding-right: 0 !important;width: 35px !important;height: 35px !important;background: #000 !important;top: 20px !important;line-height: 35px !important;border-radius: 100% !important;font-size: 28px !important; }
.portfolio-item a{position:relative;display: block;margin-bottom: 40px;}
.portfolio-item a:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0; -webkit-transition: 0.2s opacity ease-in-out;transition: 0.2s opacity ease-in-out;background: rgb(0,113,188,.70) url(../img/zoom-icn.png) center center;background-repeat:no-repeat}
.portfolio-item a:hover:after {
    opacity: 1; }
.mfp-arrow {
 margin-top: 0 !important;padding: 0 !important;width: 55px !important;height: 55px !important; -webkit-tap-highlight-color: transparent;background: #2bbf98 !important;border-radius: 100%; }
.mfp-arrow-right {
    right: 22px !important; }
.mfp-arrow-left {
    left: 11px !important; }
.mfp-arrow-left:before {
    border-right: 0 solid #3F3F3F !important; }
.mfp-arrow:before, .mfp-arrow:after {
left: -21px !important;top: 0 !important;margin-top: 14px !important;margin-left: 35px !important; }
.mfp-arrow.mfp-arrow-left:after {
left: -21px !important; }
.mfp-arrow.mfp-arrow-right:after {
left: -12px !important; }
.mfp-arrow-right:before { border-left: 0 solid #3F3F3F !important; }
img {
    max-width: 100%; }
.portfolio-item img {
    box-shadow: 0px 3px 8px rgb(0 0 0 / 24%); }
.intro-cont{font-size: 20px;max-width: 969px; margin:0 auto; padding:0 15px; text-align:center; /* margin-top: 30px; */padding-top: 0;padding-bottom: 39px;margin-bottom: 0; }
.intro-cont p{margin-bottom: 20px; }
.inner-banner {
    margin-bottom: 103px;
    display: flex;
    align-items: center;
    }
.vid-sec{max-width:650px; margin:0 auto 20px}
.responsive-video {position: relative;overflow: hidden;width: 100%;padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-video iframe {
position: absolute;top: 0;left: 0;bottom: 0; right: 0; width: 100%;height: 100%; }
.modal-body {
    padding: 20px; }
.modal_close {
    position: absolute; right: -14px; top: -23px; z-index: 12; background: #36166b; width: 42px; height: 42px; border-radius: 100%; text-align: center; }
.modal_close button.close {color: #fff;opacity: 1;line-height: normal;text-shadow: none;font-size: 28px !important;cursor: pointer;z-index: 11;font-weight: normal;line-height: 38px; /* display: block; */text-align: center;float: none; }
.post-content p {
    margin-top: 0; margin-bottom: 20px; }
.Ink-text {
    width: 100%; float: left; padding: 0; /* line-height: normal; */
    border: 0px solid #ccc; margin-bottom: 25px; }
ul.bul-list {
    margin: 0 0 0 30px !important; list-style:
    none; padding: 0; font-size: 16px; line-height: normal; }
ul.bul-list li {
    position: relative; padding-left: 15px; padding-bottom: 10px; /* line-height: normal; */
    line-height: 1.5; }
ul.bul-list li:before {
    font-family: fontawesome; font-size: 12px; display: block; text-align: center; z-index: 2; position: absolute; left: -11px; top: 2px; color:#299385; content: "\f111"; }
	.col-md-3.img_col {
	margin-bottom: 19px; max-width: 25%; }
.col-md-3.img_col img {
    filter: grayscale(100%); }
.col-md-3.img_col img:hover {
	filter: none; }
.m-top15{ margin-top:15px}
.evet_tabs .nav-tabs{ width:100%;margin-bottom: 21px!important; }
li.ClientLog {
	list-style: none; width: 16%; float: left; display: flex; margin: 20px 20px 20px 20px; text-align: center; border: 1px solid green; border-radius: 25px; padding: 5px 0
}
.nav-tabs {
	border: 0!important; display: inline-flex!important; margin-bottom: 15px!important
}
.nav-tabs#myTab .nav-link {
	color: #000; border-radius: 25px; /* display: inline; */
}
.nav-tabs#myTab .nav-item.show .nav-link, .nav-tabs#myTab .nav-link.active, .nav-tabs#myTab .nav-link:focus, .nav-tabs#myTab .nav-link:hover {
	color: #fff!important; background-color: #299385!important; border-color: #299385 #299385 #299385!important; border-radius: 25px
}

img.down-arr {
    width: 30px; padding: 0; margin-left: 11px; padding-bottom: 3px; }
.scholl-grade-View .popover__title {
	font-size: 24px; line-height: 36px; text-decoration: none; color: #e44444; text-align: center; padding: 15px 0; padding: 0; margin: 0
}
.scholl-grade-View .popover__wrapper_box {
	position: relative; width: 12%; float: left; padding: 0; border: 3px solid green; margin: 10px 40px 50px 17px; border-radius: 25px
}
.scholl-grade-View .popover__content {
	visibility: hidden; position: absolute; left: 30px; transform: translate(0, 10px); background-color: #fff; padding: 1.5rem; box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); width: 1100px; top: 182px
}
.scholl-grade-View .popover__title img {
	border-radius: 23px; height: 150px; filter: grayscale(100%)
}
.scholl-grade-View .popover__content img {
	width: 100%
}
.scholl-grade-View .popover__content:before {
	position: absolute; z-index: -1; content: ""; right: calc(96% - 10px); top: -18px; border-style: solid; border-width: 0 20px 20px 20px; border-color: transparent transparent #fff transparent; transition-duration: .3s; transition-property: transform
}
.scholl-grade-View .popover__wrapper_box:hover .popover__title img {
	filter: grayscale(0%)
}
.scholl-grade-View .popover__wrapper_box:hover .popover__content {
	z-index: 10; visibility: visible; transform: translate(0, -20px); transition: all .5s cubic-bezier(.75, -.02, .2, .97)
}
.scholl-grade-View .popover__message {
	text-align: center
}
.scholl-grade-View .popover__content.contpop_2 {
	left: -175px
}
.scholl-grade-View .popover__content.contpop_3 {
	left: -378px
}
.scholl-grade-View .popover__content.contpop_4 {
	left: -593px
}
.scholl-grade-View .popover__content.contpop_5 {
	left: -802px
}
.scholl-grade-View .popover__content.contpop_6 {
	left: -1002px
}
.scholl-grade-View .popover__content.contpop_2:before {
	right: calc(77% - 10px)
}
.scholl-grade-View .popover__content.contpop_3:before {
	right: calc(58% - 10px)
}
.scholl-grade-View .popover__content.contpop_4:before {
	right: calc(39% - 10px)
}
.scholl-grade-View .popover__content.contpop_5:before {
	right: calc(20% - 10px)
}
.scholl-grade-View .popover__content.contpop_6:before {
	right: calc(2% - 10px)
}
.scholl-grade-View .popover__wrapper_box:hover .overlay{ position:inherit}
.scholl-grade-View .popover__wrapper_box:hover .overlay:before{ display:none}
.scholl-grade-View .popover__wrapper_box:hover .overlay {
	opacity: 1; border-radius: 20px
}
.Grade-Certifi {
	display: table; margin: 0 auto; margin-bottom: 0; }
section.grade-SECtion .h4-tit {
	font-size: 35px; margin-bottom: 30px; }
.grade-SECtion .container {
    max-width: 1280px !important; overflow: visible; }
.container{overflow: visible; }
.image {
	width: 160px; height: 200px; margin-bottom: 20px; display: inline-block; text-align: center; vertical-align: middle; margin: 0 auto; filter: grayscale(100%)
}
.image:hover {
	filter: grayscale(0%)
}
.image:hover p {
	filter: grayscale(0%); color: #0d6efd
}
.image p {
    font-size: 14px; padding: 0 !important; margin: 0 !important; text-transform: capitalize; font-weight: 700; }
.image p.city-details {
    font-size: 13px;font-weight:300; }
.post-content .addcomments .container {
    max-width: 1280px; }
ul.client-Logo {
    padding: 0 0 10px 30px; }
.client-Logo a{ text-decoration:none}
.Schl-Grade-Mrk-CErt_1 {
    position: relative; z-index: 999; padding-bottom: 70px !important; }
.applied .portfolio-item img{box-shadow: 0px 3px 8px rgb(0 0 0 / 24%); }
.post-content {
    overflow: visible;
}.footer_sec.w-bg {
    background: #fff;
}
#Viewform .modal-body h4 {
    text-align: center; font-size: 24px; margin-bottom: 20px; }
.img_block {
    position: relative;transition: transform .2s; }
.img_block p{ text-align:center;font-size: 13px;position: relative;left: 0;margin:0;box-sizing: border-box;width: 100%;padding: 0 84px;line-height: normal;font-weight: 400;transition: transform .2s;/* transform: translateY(-141px); */position:  absolute;top: 61%;}
.img_block:hover p{transform: scale(1.2); }
.form_cta .submit{ background: url(../img/submit-btn.png) center center;background-repeat: no-repeat; width:100px; height:100px; border:0; padding:0; margin-right:10px }
.cta {
    text-align: center; padding-bottom: 2px; }
.form_cta .reset{ background: url(../img/reset-btn.png);background-repeat: no-repeat; width:100px; height:100px; border:0; padding:0; }
.circle_sec .cta img{width: 32px;margin: 0;}
.circle_sec .cta a{width: 63px;height: 63px;background: #fff;border: 2px solid #80479c;border-radius: 100%;padding: 0;display: inline-block;line-height: 54px;margin: 0 3px;}
.circle_sec .cta a:hover{border: 2px solid #8497b0;}
.circle_sec img {
    max-width: 450px; }
.pop_form .req_star{ color:red; position:absolute;right: 17px;top: 9px; z-index:2;font-size: 13px; }
	#Viewform .form-group { position:relative; }
	#Viewform .modal-dialog{
    padding: 59px 60px 60px 60px; background: #1f4e79; margin-top: 20px; border-radius:10px; min-height: 420px; display: flex; align-items: center; }
	.circle_sec {
    margin-bottom: 65px; text-align: center; }
#Viewform  .modal_close button.close {
    color: #000; }
#Viewform .modal_close {
    position: absolute; right: -28px; top: -32px; z-index: 12; background: #ba8cdc; width: 60px; height: 60px; border-radius: 100%; text-align: center; line-height: 60px; color: #fff; border: 4px solid #cdade7; }
	.book-img{ position:absolute;top: 55px;width: 100%; transform: translatey(0);transition: transform .2s;}
.public_blocks .circle_sec .book-img img{max-width: 133px;transition: transform .2s;box-shadow: 0 0 7px #a4a4a4;}
.img_block:hover .book-img img{transform: scale(1.2);}
.img_block:hover .book-img{transform: translatey(-20px);}
.post-content .container.public {
    max-width: 1400px; }.modal-dialog {
    margin-top: 60px; }

.pdf-container { padding-bottom: 60%; padding-top: 30px;height: 0; overflow: hidden; }
.pdf-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding:20px }
button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; cursor: pointer; padding: 0; }
.modal_close button.close {
    color: #fff; opacity: 1; line-height: normal; text-shadow: none; font-size: 28px !important; cursor: pointer; z-index: 11; font-weight: normal; line-height: 38px; /* display: block; */
    text-align: center; float: none; }
	.modal-content {
    position: relative; background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; }
.pop_sec img{margin:0 15px;width:330px; }
.img_sec img{ max-width:100%;width:100%}
.popUp img, img{max-width:100%; }
.events-sec img{box-shadow: 0px 3px 8px rgb(0 0 0 / 24%);}
.popUp .modal-header .close {
    margin-top: -9px;float: right;font-size: 36px !important;line-height: normal; }
.popUp .modal-header {
    border-bottom: 1px solid #3264FF;min-height: 1;text-align: right;width: 100%;display: block;padding: 9px 20px !important;margin-bottom: 13px; }
.popUp.modal { top: 0; }
.popUp.modal .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0);transform: translate(0, 0); }
.modal-backdrop.show {
    opacity: .5 !IMPORTANT; }
	.white-diagonal-section-wrapper .white-diagonal-section-container {
    padding: 0; }
.grade-SECtion .tab-content {
    overflow: hidden;
}

 .row.block_1 {margin: 0 -8px;margin-bottom: 77px;}
.bg_top .bx_cont {background-color: #ffffff;border-radius: 5px;box-shadow: 0 5px 10px rgba(0, 0, 0, .2);transition: all .3s ease 0s;padding: 10px 10px 0 10px;    min-height: 175px;}
.bg_top .bx_cont h5 {
font-size: 25px; text-align: left;font-weight: 900;min-height: 62px;    margin-bottom: 13px;}
.bg_top .bx_cont h5 a {color: #000;text-decoration: none;}
.nameSec {
    text-align: center;
    min-height: 85px;
    line-height: 21px;
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
}
.bg_top .row.block_1 {
        justify-content: center; margin-bottom:40px !important;margin-top:40px !important
    }
/*Testimonials pages*/

.quote-box.white { background-color: #fff; }

.quote-box.gray { background-color: #f8f8f8; }

.quote-box { border: 1px solid #e6e6e6; padding: 30px; border-radius: 20px; margin-bottom: 20px; background-color: #f5f5f5; }

.quote-box q { display: block; font-size: 15px; line-height: 30px; margin: 0 0 0 30px

}

.test_one { background: #299385 none repeat scroll 0 0; border-radius: 20px; color: #fff; margin-top: 20px; padding: 10px; text-align: center; width: auto; font-size: 15px; line-height: normal; }

.test_one > a { color: #fff; text-decoration: underline; }

.test_two { background: #00b5f7 none repeat scroll 0 0; border-radius: 20px; color: #fff; margin-top: 20px; padding: 10px; text-align: center; width: auto; font-size: 15px; line-height: normal; }

.test_two > a { color: #fff; text-decoration: underline; }

.quote-box .quote-left { position: absolute; margin: -12px 0 0 -10px; background: url(../img/sprite.png) -316px -147px no-repeat; width: 33px; height: 28px

}

.quote-box .quote-right { position: absolute; margin: 4px -10px 0 10px; background: url(../sprite.png) -353px -147px no-repeat; width: 33px; height: 28px

}

.quote-arrow { display: block; margin: -1px 0 0 5px; width: 99px; }

cite { display: block; margin: -1px 0 40px 20px; font-style: normal; font-size: 19px; line-height: normal; color: #333; }

cite .author { color: #00cc99; font-size: 19px; line-height: normal; }

.quote-box .author { font-size: 17px; font-weight: bold; }
.vision-sec{background: #e8f2f3 url(../img/Our-Vision-Bg.jpg) 100px top no-repeat ; min-height:790px; padding:0}
.banner-home img{width:100%}
.banner-home{margin-top: 0 !IMPORTANT;margin-bottom: 51px;}
.vision-sec .container{max-width:1100px; margin:0 auto}
.vision-cont{/* width: 100%; */float:left;margin: 70px 0 23px;max-width: 500px;}
.profile-sec{float:left;padding:0;max-width: 320px;width: 100%;}
.profile-sec h3 {
    margin: 0 0 14px;
    font-weight: 600;
    font-size: 19px;
}
.profile-sec h4 {
    margin: 20px 0 4px;
    font-weight: 500;
    font-size: 20px;
    text-align:center
}
.profile-sec .img-sec img{ max-width:250px;}
.clear{clear:both}
.vision-cont h2{margin-bottom:23px;font-size: 38px;}
.vision-cont ul li{margin-bottom:23px;font-size: 19px;}
.row.ai-learm{}
.ai-cont, .profile_cont {max-width: 310px;margin: 0 auto;}
.ai-cont p, .profile_cont p{text-align:center; padding:0 10px 0}
.profile_cont p strong{display:block;font-weight:600;margin-bottom: 14px;}
.profile_cont{text-align:center;margin-bottom: 38px;}
.profile_cont p { margin-bottom: 60px;}
.profile_cont img{margin-bottom:20px;max-width: 270px;border-radius: 100%;border: 4px solid #dcdcdc;transition: 0.3s;}
.profile_cont img:hover{border-color:#3cba8a;}
.ai-numb {padding: 10px 25px;position: relative; margin-bottom:25px}
.ai-numb h5{text-align:center;font-weight:600;font-size: 25px;position: absolute;left: 0; top: 50%;
  transform: translateY(-50%);text-align: center;width: 100%;}
  .lt-box{background: #a29af7;border-radius:20px;padding:20px;text-align:center;color:#fff;}
  .lt-box p{ margin-top:10px}
  .lt-box img{margin-bottom:10px;display: block;margin: 0 auto  35px;max-width: 100%;width: 210px;}
  .container.team_main{ max-width:1400px}
.teams_sec{    align-items: center;}
.testimonial{
    position: relative;
    background: #257355;
    border-radius: 10px;
    padding: 21px 15px;
    max-width: 600px;
    margin: 0 auto 30px;
    color:#fff;
    margin-top: 23px;
    border: 6px solid #3cba8a;
    }
	.testimonial p{margin-bottom: 15px;font-size: 20px;}
	.testimonial p.author{margin-bottom: 0;font-size: 18px;text-align: center;clear: both;}
	.testimonial p.author strong{font-weight:bold}
	.btm-sh{position: absolute;bottom: -45px;left: 30px;width: 0;height: 0;border-left: 45px solid transparent;border-right: 45px solid transparent;border-top: 45px solid #3cba8a;}
	/*
	.img-filter, .profile_cont img{filter: grayscale(1);}
	.img-filter:hover, .profile_cont img:hover{ filter: none;}*/
	.t-quote-img{}
	.t-quote-lt {
    position: absolute;
    left:0;
    top:0;
   
    width: 34px;
    background: url(../img/t-quote.png) center top no-repeat;
    height: 38px; background-size: 30px auto !important;
}
.t-quote{
    width:100%;
    float:left;
    padding: 0 21px 14px 45px;
    position:relative;
    box-sizing:border-box;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 33px;
    display: block;
    }
.t-quote-rt{
    width: 30px;
    position: relative;
    /* right:0; */
    /* bottom: 0; */
    width: 30px;
    background: url(../img/t-quote.png) center top no-repeat;
    background-size: 30px auto !important;
    height: 27px;
    transform: rotate(180deg) translateY(-6px);
    display: inline-block;
    margin-left: 8px;
    }
.lt-box h3{ font-size:36px}

 @media (min-width: 800px) {
.bg_top .block_1 .col-sm-3 {width: 20%; padding: 0 8px;}
.bg_top .row.block_1 {margin: 0 -8px;}
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px; }
}
@media (max-width: 1370px) {
.circle_sec img {max-width: 100%;}
}
@media (max-width: 992px) {
.popUp .modal-dialog {margin: 30px auto; }
.container, .container-sm {max-width: 100%;}
.navbar-expand-md .navbar-collapse {justify-content: end;}	
.navbar-brand img {max-width: 170px;height: auto;}
.banner {margin-top: 173px;
}
h1.main-title {font-size: 47px;
}
.white-diagonal-section-wrapper .white-diagonal-section-container, .grey-diagonal-section-wrapper .grey-diagonal-section-container {
 padding: 0 15px;}
.about-home{/* padding:0 15px; */}
.popUp.pdf_pop .modal-dialog {
    margin: 20px;
}
.vision-sec {
    background-position:-100px top !important;
    min-height: 732px;
    background-size: 1400px auto;
}
}

@media (max-width: 767px) {
	.i-pdg{margin-bottom:15px}
	.banner.impacts h1.main-title { font-size: 35px;}
.bg_top .bx_cont {
    margin-bottom: 25px;
}	
.img-pdg{ margin-bottom:23px}
.img-sec p {margin-bottom: 1rem;
}
.col-md-4.img-sec {padding-right: 0;}
.banner.home h1.main-title {margin-bottom: 30px;}
h1.main-title {font-size: 47px;}
.banner.home p {font-size: 25px;}
.navbar-brand img { max-width: 140px;}
.banner { margin-top: 148px;}
.banner.home { min-height: 400px;
}
.trans-bg {
    padding: 20px 10px;
}
.banner.home .banner_cont {
    padding-top: 96px;
}
.banner.home {
    background-size: 1400px auto;
}.navbar-nav li.nav-item {
    margin-right: 20px;
    font-weight: 400;
}.about-home .row {
    margin-top: 45px;
    margin-bottom: 40px;
}
.navbar-nav {
    padding: 0 10px;
}
.navbar-nav .nav-link {
    color: #212529; text-decoration: none; padding: 7px 0; border-bottom:2px solid #fff
}
.navbar-nav .nav-link:hover{text-decoration: none;border-bottom:2px solid #2bbf98}
.copyrgt { line-height: normal;}
.banner {
    margin-top: 148px; min-height: 250px; }
.banner_cont {
    padding-top: 0;
}
.inner-banner {
    margin-bottom: 103px;
    min-height: 250px;    margin-bottom: 48px;
}	#Viewform .modal-dialog {
    padding: 35px;
    min-height: 400px;
}#Viewform .modal_close {right: -20px; top: -25px; width: 50px; height: 50px; line-height: 54px; border: 2px solid #cdade7;}
.contpage {
    padding: 30px !important;
}
.contact{ margin-top:35px; margin-bottom:35px}
.get-touch-area.px-5{ padding:0 !Important}
.scholl-grade-View .popover__wrapper_box {
    width: 21%; padding: 0; margin: 10px 2%; }
.scholl-grade-View .popover__content {
    width: 655px; }
ul.client-Logo {
    padding: 0; padding-left: 5px; }
li.ClientLog {
width: 31%;margin: 0 1% 20px 1% ; padding: 5px 0; }
/*.scholl-grade-View .popover__title img {height: 124px; }*/
.images_certifi {
    margin-top: 26px; }
	#Viewform .modal-dialog {
    padding: 35px;
    min-height: 400px;
}
.book_high {margin-bottom: 20px;line-height: normal;padding: 19px 0 26px 75px;}
.nav-tabs#myTab .nav-link {
  display: inline-block; padding: 2px 11px; font-size: 13px; border: 1px solid #ccc; }
.nav-tabs#myTab li{ display:inline-block;margin-bottom: 8px; }
.evet_tabs .nav-tabs#myTab li{margin: 0 2px 8px; }
.circle_sec {margin-bottom: 32px;}
.circle_sec.last{ margin-bottom:0}
.ai-numb {padding: 10px 15px; margin-bottom: 13px;}
.ai-cont {
    margin-bottom: 30px;
}
.teams_sec { margin: 0;}
.lt-box { margin-bottom: 33px;}
.grey-diagonal-section-wrapper.tm {
    padding-bottom: 30px !important;
}
.banner-home {
    margin-top: 148px;
}
.profile_cont p { margin-bottom: 40px;}
}
@media (min-width: 768px) {
.col-md-3.lt-box{width: 23%;}
.col-md-9.rt-profile{width: 77%;padding-left: 37px;}
}
@media (max-width: 660px) {
.popUp#Viewform .modal-dialog {
    margin: 20px; }
#Viewform .modal-dialog {
    padding: 20px;
    min-height: 400px;
}scholl-grade-View .popover__wrapper_box {
    width: 29%; padding: 0; margin: 10px 2% ; }	
	.vision-sec {
    background-position:-200px top !important;
}
}
@media (max-width: 576px) {
.row.block_1 {
    max-width: 300px;
    margin: 0 auto;
}
}
@media (max-width: 500px) {
h1.main-title {
    font-size: 40px;
}.banner.home {
    background-size: 900px auto;
}.banner.home .banner_cont {
    padding-top: 58px;
}.public_blocks .circle_sec .book-img img {
    max-width: 135px;
}.inner-banner {
    min-height: 200px;
}
.contacts_icon {
    font-size: 48px;
    margin-right: 17px;

}li.ClientLog {
    list-style: none; width: 100%; margin: 0 0 20px; }
	ul.client-Logo {
    padding: 0; }
	.contpage {
    padding: 20px !important;
}
    .vision-sec {
        background-position: -320px top !important;
    }
	.vision-sec {
    min-height: 830px;
}
.white-diagonal-section-wrapper h3.section-header, .grey-diagonal-section-wrapper  h3.section-header{
    padding-top: 11px!important;
}
}
@media (max-width: 440px) {
	.banner.impacts h1.main-title { font-size: 25px;}
	.banner.events h1.main-title {font-size: 25px;}
.public_blocks .circle_sec .book-img img {
    max-width: 100px;
}.img_block p {
    text-align: center;
    font-size: 11px;
}.scholl-grade-View .popover__content {
    width: 380px; }
.scholl-grade-View .popover__wrapper_box {
    width: 46%; }
}
@media (max-width: 420px) { 
.navbar-brand img {
    max-width: 120px;}
	.banner {
    margin-top: 131px;
}.banner.home {
    min-height: 350px;
}h1.main-title {
    font-size: 25px;
}.banner.home p {
    font-size: 22px;
    line-height: 27px;
}.banner.home .banner_cont {
    padding-top: 52px;
}.public_blocks .circle_sec .book-img img {
    max-width: 100px;
}.img_block p {
    top: 60%; padding: 0 44px;
}.public_blocks .circle_sec .book-img img {
    max-width: 95px;
}.banner-home {
    margin-top: 131px;
}
   
}
@media (max-width: 390px) {
.public_blocks .circle_sec .book-img img {
    max-width: 90px;
}
}