::-webkit-scrollbar {
	width: 0.4em;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
	overflow: visible;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2);
}
li{
	list-style: none;
}
.text-white{
    color: #ffffff;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mb-4, .mx-4 {
    margin-bottom: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 4rem!important;
}
.mb-5, .mx-5 {
    margin-bottom: 4rem!important;
}
.mt-8, .my-8 {
    margin-top: 8rem!important;
}
.mb-8, .mx-8 {
    margin-bottom: 8rem!important;
}
.mt-9, .my-9 {
    margin-top: 10rem!important;
}
.mt-10, .my-10 {
    margin-top: 14rem!important;
}
/* About  */

.about-wrap {
	padding: 40px 0 40px 0;
}

.aboutImg {
	margin-top: 20px;
}

.aboutImg img{
	width: 100%;
}

.about-wrap .readmore {
	margin-top: 30px;
}

.about-wrap p strong {
	font-size: 16px;
}

.about-wrap .title {
	margin-top: 15px;
}

.aboutImg {
	text-align: center;
}

.iconsWrp {
	text-align: center;
	margin-top: 18px;
	
}

.iconsWrp h6{
	padding-top: 15px;
}

.iconsWrp h6 {
	font-size: 18px;
	color: #00C06C;
}

.iconsWrp li:nth-child(2) h6 {
	color: #B071F2;
}

.iconsWrp li:nth-child(3) h6 {
	color: #F5539E;
}

.icon-box .icon-wrap.icon-border-effect {
	position: relative;
}

.icon-box .icon-wrap.icon-lg {
	height: 90px;
	line-height: 90px;
	text-align: center;
	width: 90px;
}

.icon-box .icon-wrap.icon-circled {
	border-radius: 50%;
}

.icon-box .icon-wrap.icon-dark {
	color: #fff;
}

.icon-box .icon-wrap.icon-dark {
	background-color: #00C06C;
}

.iconsWrp li:nth-child(2) a {
	background: #B071F2 !important;
}

.iconsWrp li:nth-child(3) a {
	background: #F5539E !important;
}

.icon-box .icon-wrap {
	display: inline-block;
	height: 64px;
	margin-bottom: 8px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 64px;
}

.icon-box i {
	display: inline-block;
	font-size: 40px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon-box .icon-wrap.icon-lg i {
	line-height: 90px;
}

.icon-box .icon-wrap.icon-border-effect.effect-circled::after {
	border-radius: 50%;
}

.icon-box .icon-wrap.icon-border-effect::after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 100%;
	left: -4px;
	opacity: 0;
	padding: 4px;
	top: -4px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.icon-box .icon-wrap.icon-border-effect::after {
	box-shadow: 0 0 0 3px #00C06C;
}

.iconsWrp li:nth-child(2) .icon-wrap.icon-border-effect::after {
	box-shadow: 0 0 0 3px #B071F2;
}

.iconsWrp li:nth-child(3) .icon-wrap.icon-border-effect::after {
	box-shadow: 0 0 0 3px #F5539E;
}

.icon-box .icon-wrap.icon-dark:hover {
	color: #fff;
}

.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
	opacity: 1;
	transform: scale(1);
}


/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	overflow:hidden;
	padding:145px 0px 140px;
}

.featured-section .sec-title{
	position:relative;
	margin-bottom:80px;
}

.featured-section .section-icon{
	position:absolute;
	opacity:0.12;
	top:0px;
}

.featured-section .section-icon.one{
	left:10%;
	top:60%;
}

.featured-section .section-icon.two{
	right:5%;
	top:30%;
}

.featured-section .section-icon.three{
	right:-15%;
	top:60%;
}

.featured-section .auto-container{
	position:relative;
}

.featured-section .image-column .image{
	position:relative;
	text-align:center;
	margin-top:-30px;
}

.featured-section.style-two{
	padding-bottom:80px;
}

.featured-section.style-two .image-column .image{
	margin-top:-50px;
}

.featured-section .image-column .image img{
	text-align:center;
	max-width:100%;
	display:inline-block;
}

/*Featured Block*/

.feature-block{
	position:relative;
	margin-bottom:60px;
}

.feature-block .inner-box{
	position:relative;
	padding-right:100px;
	text-align:right;
}

.feature-block .inner-box .icon-box{
	position:absolute;
	right:5px;
	top:5px;
	width:60px;
	height:60px;
	font-size:24px;
	color:#ffffff;
	line-height:60px;
	border-radius:50%;
	text-align:center;
	margin-bottom:20px !important;
	background-color:#55b5bd;
}

.feature-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-5px;
	top:-5px;
	bottom:-5px;
	right:-5px;
	border-radius:50%;
	border:1px dashed #55b5bd;
}

.feature-block .inner-box h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	top:-8px;
}

.feature-block .inner-box h3 a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block .inner-box h3 a:hover{
	color:#55b5bd;
}

.feature-block .inner-box .text{
	color:#777777;
	font-size:15px;
}

.feature-block:nth-child(2) .icon-box{
	background-color:#eb93b6;
}

.feature-block:nth-child(2) .icon-box:before{
	border-color:#eb93b6;
}

.feature-block:nth-child(3) .icon-box{
	background-color:#7bc5e7;
}

.feature-block:nth-child(3) .icon-box:before{
	border-color:#7bc5e7;
}

/*Featured Block Two*/

.feature-block-two{
	position:relative;
	margin-bottom:60px;
}

.feature-block-two .inner-box{
	position:relative;
	padding-left:100px;
	text-align:left;
}

.feature-block-two .inner-box .icon-box{
	position:absolute;
	left:5px;
	top:5px;
	width:58px;
	height:58px;
	font-size:24px;
	color:#ffffff;
	line-height:58px;
	border-radius:50%;
	text-align:center;
	margin-bottom:20px !important;
	background-color:#55b5bd;
}

.feature-block-two .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-5px;
	top:-5px;
	bottom:-5px;
	right:-5px;
	border-radius:50%;
	border:1px dashed #55b5bd;
}

.feature-block-two .inner-box h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	top:-8px;
}

.feature-block-two .inner-box h3 a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block-two .inner-box h3 a:hover{
	color:#55b5bd;
}

.feature-block-two .inner-box .text{
	color:#777777;
	font-size:15px;
}

.feature-block-two:nth-child(1) .icon-box{
	background-color:#ffa800;
}

.feature-block-two:nth-child(1) .icon-box:before{
	border-color:#ffa800;
}

.feature-block-two:nth-child(2) .icon-box{
	background-color:#9ebe3b;
}

.feature-block-two:nth-child(2) .icon-box:before{
	border-color:#9ebe3b;
}

.feature-block-two:nth-child(3) .icon-box{
	background-color:#dea770;
}

.feature-block-two:nth-child(3) .icon-box:before{
	border-color:#dea770;
}


.heading-block .before-heading {
    margin-bottom: 15px;
}
.before-heading {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    background-color: rgba(38,125,244,.1);
    /* background-color: rgba(var(--themecolorrgba),.1); */
    color: #267df4 !important;
    color: var(--themecolor);
    padding: 3px 8px;
    border-radius: 2px;
    font-weight: 600;
}


/* chairman */
.chairman{
	padding: 50px 0px;
}



.chairman p{
	font-size: 16px;
	color: #5d6c87;
	line-height: 28px;
}

.designation{
	float: right;
	text-align: right;
}

.designation .name{
	font-weight: 700;
}

/*** 

====================================================================
	Involved Section
====================================================================

***/

.involved-section{
	position:relative;
	z-index:10;
}

.involved-section .involved-inner{
	position:relative;
	margin-bottom:-62px;
	padding:40px 75px 130px;
	border-radius:12px;
	/* border:2px solid #ffffff; */
	background-color:#20acea;
}

.involved-section .involved-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	border-radius:12px;
	background-color:rgba(32,172,234,0.96);
}

.involved-section .involved-inner .column{
	position:relative;
	margin-bottom:20px;
}

.involved-section .involved-inner h2{
	color:#fff;
	font-size:29px;
	line-height:1.4em;
	text-align: center;
}
.involved-section .involved-inner h3{
	color:#ffffff;
	line-height:1.4em;
	text-align: center;
}

.involved-section .involved-inner .btn-column{
	text-align:right;
}

/*********************************************
		Project css
*********************************************/

.project-wrap {
	padding: 50px 0px;
}

.project-heading {
	margin-bottom: 30px;
}

.project-wrap .col-lg-3,
.project-wrap .col-lg-4,
.project-wrap .col-lg-6,
.project-wrap .col-lg-8,
.project-wrap .col-lg-9 {
	padding: 0;
}

.project-heading p {
	margin-top: 14px;
}

.project-heading .title h1:before {
	left: 50%;
	margin-left: -35px;
}

.project-heading .section-header,
.project-heading .section-header p {
	margin-bottom: 0;
}

.section-header .title{
	text-align: center;
	padding-bottom: 20px;
}

.projectImg {
	position: relative;
}

.projectImg img{
	width: 100%;
	padding: 2px;
}

.service-overlay {
	z-index: 1000;
	position: relative;
}

.heading a {
	text-decoration: none;
	color: #fff;
	z-index: 100;
	position: relative;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.heading {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.projectImg:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: rgba(163, 50, 44, 0.65);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.project-wrap .projectImg:nth-child(2) .projectImg:after {
	background-color: #000;
}

.projectImg:hover:after {
	height: 100%;
}

.service-overlay p {
	font-size: 16px;
	color: #fff;
}

.service-overlay {
	position: absolute;
	left: 30px;
	bottom: 0px;
	right: 40px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.projectImg:hover .service-overlay {
	bottom: 5px;
	opacity: 1;
}

.projectImg:hover:after {
	height: 100%;
}

.projectImg:hover .heading {
	opacity: 1;
}

.project-wrap .row {
	margin: 0;
	padding: 0;
}


/**********************************************
			Gallery Css
**********************************************/

.gallery-wrap {
	padding: 60px 0;
}

.gallery-wrap .title {
	text-align: center;
}

.gallery-wrap .title h1 {
	display: inline-block;
}

.gallery-wrap .title h1:before {
	left: 50%;
	margin-left: -35px;
}

.gallery-wrap {
	position: relative;
	padding: 60px 0px;
}

.gallery-wrap.fullwidth.style-two {
	padding-bottom: 90px;
}

.gallery-wrap .filters {
	position: relative;
	text-align: center;
}

.gallery-wrap .filters li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: transparent;
	padding: 12px 30px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin: 0 5px 5px 0;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #fb5b21;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.gallery-wrap .filters li .txt {
	position: relative;
	display: block;
	z-index: 1;
}

.gallery-wrap .filters li:hover,
.gallery-wrap .filters li.active {
	color: #fff;
	background: #fb5c22;
}

.gallery-wrap .filters li:hover:before,
.gallery-wrap .filters li.active:before,
.gallery-wrap .filters li:hover:after,
.gallery-wrap .filters li.active:after {
	opacity: 1;
}

.default-portfolio-item {
	position: relative;
}

.gallery-wrap.style-two .items-container {
	padding: 0px 15px;
}

.default-portfolio-item.mix {
	display: none;
}

.inner-box {
	margin: 15px 0;
}

.gallery-wrap.style-two .default-portfolio-item {
	margin-bottom: 30px;
	padding: 0px 15px !important;
}

.sortable-masonry .masonry-item {
	position: relative;
}

.default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-portfolio-item .image-box {
	position: relative;
	display: block;
}

.default-portfolio-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.default-portfolio-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
}

.default-portfolio-item .inner-box:hover .overlay-box {
	top: 0px;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}

.default-portfolio-item .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 30px 50px;
	background: rgba(0, 0, 0, 0.85);
}

.default-portfolio-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.default-portfolio-item .overlay-inner .cat-link {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 1px 20px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	background: #0455a7;
	font-weight: 600;
	margin-bottom: 15px;
}

.default-portfolio-item .overlay-inner h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.default-portfolio-item .overlay-inner h3 a {
	color: #ffffff;
	text-decoration: none;
}

.default-portfolio-item .overlay-inner h3 a:hover {
	color: #fb5c22;
}

.default-portfolio-item .image-link {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	background: #fb5c22;
	display: block;
	font-size: 16px;
	z-index: 1;
	text-align: center;
}

.default-portfolio-item:hover .image-link {
	bottom: 0px;
	transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-ms-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;
}

.classes-wrap .owl-nav {
	display: block !important;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	right: 0;
}

.classes-wrap .owl-nav button {
	margin: 0 4px;
}

.classes-wrap .owl-nav button span {
	font-size: 54px;
	font-size: 36px;
	color: #fff;
	background: #04aafc;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 33px;
	border-radius: 100%;
}

:focus {
	outline: none !important;
}

.classes-wrap .owl-nav button span:hover {
	background: #f32163;
	color: #fff;
}



/* video wrap  */

.video-wrap{
	padding: 50px 0px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


/*Video Box*/

.video-box{
    position:relative;
    border-radius:10px;
    overflow:hidden;
}

.video-box .video-image{
    position:relative;
    margin:0px;
}

.video-box .video-image img{
    position:relative;
    width:100%;
    z-index:3;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.video-box .video-image .content{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:10;
    text-align:center;
}

.video-box .video-image .content .overlay-box{
    position:relative;
    width:40px;
    height: 40px;
    z-index:20;
    line-height: 40px;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.video-box .video-image .content h3{
    position:relative;
    color:#313131;
    font-size:36px;
    margin-top:90px;
}

.video-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:10;
    background-color:rgba(0,0,0,0.50);
}

.video-box .video-image .content .overlay-box span{
	position: relative;
	top: 578%;
	left: 380%;
    z-index:99;
    width:40px;
    height: 40px;
    color: #ffffff;
    font-weight:400;
    font-size:14px;
    text-align: center;
    border-radius:50%;
    padding-left:4px;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:#018ee1;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.video-wrap-box {
    /* background-color: #f1f1f1; */
    text-align: center;
    padding: 10px;
    border-radius: 8px;
}
.float {
    transition: margin 0.5s ease-out,box-shadow 0.5s ease-out;
}
.float:hover {
    margin-top: -20px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.card {
    padding: 20px;
    background: #fff;
	border: none;
	border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.02);
}
.card-s3 {
    box-shadow: 0px 5px 18px rgba(65,80,118,0.2);
}
.card-s3 .feature-icon {
    margin-right: 30px;
}
.feature-icon {
    position: relative;
    width: 60px;
    margin-bottom: 15px;
    flex-shrink: 0;
    margin-right: 12px;
}
.feature-text{
	float: right;
}
.feature-icon img{
	width: 100px;
}

.featured-item.icon-left {
    display: table;
}
.globalFooterCard {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
	flex: 1 1 100%;
    z-index: 99;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 40px 40px 120px !important;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    -webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
	text-decoration: none;
	margin-bottom: 30px;
}
.globalFooterCard-img {
    position: absolute;
    width: 100px;
    height: 100px;
    /* left: -35px; */
    left: 0px;
    top: calc(50% - 65px);
    text-decoration: none;
}
.overview{
	background-color: #f6f9fc;
	padding: 170px 0px 50px 0px;
	margin-top: -70px;
}
.overview-bg{
	background-color: #eef1f7;
	padding: 50px 0px 50px 0px;
	/* margin-top: -70px; */
}

.des p{
	color: #415076;
}

/* about-wrap  */
.elementor-image-box-wrapper{
	padding: 80px 0px;
}
.elementor-image-box-img {
	width: 35%;
}
.elementor-image-box-img {
	margin-right: 25px;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 768px){
.elementor-image-box-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}
@media (min-width: 768px){
.elementor-image-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}
@media (min-width: 768px){
.elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.aboutImg {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(253,126,20,.1);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
 
}

/* carousel */

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
	position: relative;
	z-index: 100; 
	-webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
  }
  
  .owl-nav i {
	font-size: 52px;
  }
  
  .owl-nav .owl-prev {
	left: -30px;
  }
  
  .owl-nav .owl-next {
	right: -30px;
  }

  /* choose us */

  .why-choose-us{
	padding: 50px 0px;
}
.dt-sc-anytitle{
	padding-bottom: 40px;
	text-align: center;
}
.dt-sc-anytitle span {
    border-color: #a3322b;
}
.dt-sc-anytitle span {
    border-bottom: 1px solid #a3322b;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
}
.dt-sc-anytitle span:after {
    background-color: #a3322b;
}
.dt-sc-anytitle span:after {
    background-color: #a3322b;
    bottom: -3px;
    border-radius: 20px;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}

.elementor-widget-container{
	background-color: #fff;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.elementor-widget-container-1{
    padding: 55px 30px 55px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    /* box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset; */
}
.elementor-widget-container-2 {
    padding: 55px 30px 55px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg,#fff4dc 0%,rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff4dc;
    border-radius: 20px 20px 20px 20px;
    /* box-shadow: 0 0 30px 0 rgba(0,0,0,.05) inset; */
}
.elementor-widget-container-3 {
    padding: 55px 30px 55px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg,#eee1ff 0%,rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f2e8ff;
    border-radius: 20px 20px 20px 20px;
    /* box-shadow: 0 0 30px 0 rgba(0,0,0,.05) inset; */
}
.elementor-widget-container-4 {
    padding: 55px 30px 55px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg,#DEF3D7 0%,rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DEF3D7;
    border-radius: 20px 20px 20px 20px;
    /* box-shadow: 0 0 30px 0 rgba(0,0,0,.05) inset; */
}


/* why choose us */

.why-choose-us .context{
    padding: 50px 0px;
}
.about-image {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 50px;
}
.about-image img {
	border-radius: 5px;
	max-width: 100%;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.about-image img {
    border-radius: 5px;
}

.featured-card {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 10px 30px 10px;
	margin-bottom: 30px;
}
.featured-card-img {
	width: 100%;
	padding-bottom: 10px;
}

/* .about-content .features-text i {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #0eb582;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
} */

.features-text li i {
    color: #0eb582;
    font-weight: bold;
    padding-right: 15px;
    font-size: 16px;
}
.features-text ul{
    padding-left: 10px;
}
.features-text ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
}

.btn-secondary{
	float: right;
	padding: 5px 10px;
	border: 1px solid #a3322b;
	border-radius: 5px;
}
.footer .footer-bottom{
	padding: 13px;
}
.footer .footer-bottom .social-icon-one {
    float: right;
    margin-right: 20px;
    list-style: none;
}
.footer .footer-bottom .social-icon-one li {
    position: relative;
    float: right;
    margin-right: 20px;
    list-style: none;
}

.contact-number{
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 600;
	padding-top: 30px;
}

.contact{
	padding: 80px 0px;
}

.contact-number a{
	color: #313131;
	padding-left: 10px;
}

.email-container{
	padding: 80px 0px;
	text-align: center;
}
.emailid{
	font-size: 18px;
	font-weight: 600;
	padding-top: 30px;
}
.emailid a{
	color: #313131;
	padding-left: 10px;
}
.contact-section{
	padding-top: 80px;
}

.about-container{
	padding-top: 60px;
}
.about-container .left-tabs a{
	padding-bottom: 20px;
}
.school-overview{
	margin-top: 60px;
	padding-bottom: 60px;
}
.title{
	text-align: center;
}
.welcome-title{
	text-align: left !important;
}
.about-des ul{
	padding-left: 0px !important;
}
.about-des ul li{
	padding-bottom: 10px;
}
.vision-mission{
	margin-bottom: 30px;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 20px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}
.blockquote-container{
	padding: 10px 0px;
}
.about-elementor{
	margin-bottom: 30px;
}

/* academics */
.academics{
	padding: 50px 0px;
}

.img-curvedTwo {
    border-radius: 15px;
	box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
	height: 150px
}

.academics p{
	font-size: 16px;
	color: #5d6c87;
	line-height: 28px;
}

.designation{
	float: right;
	text-align: right;
}

.designation .name{
	font-weight: 700;
}
.academics ul li{
	font-size: 16px;
    color: #5d6c87;
	line-height: 28px;
	padding-bottom: 15px;
}

#assessment {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

#assessment td, #assessment th {
	border: 1px solid #F5EAEA;
	padding: 8px;
}

#assessment tr:nth-child(even){
	background-color: #FBF7F7;
}

#assessment tr:hover {
	background-color: #F8F0F0;
}

#assessment th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #9b2828;
color: white;
}

.assessment h3{
	padding-bottom: 30px;
	padding-top: 30px;
}




/* Center website */
.main {
	max-width: 1000px;
	margin: auto;
  }

  
  /* Create three equal columns that floats next to each other */
  .column {
	float: left;
	width: 33.33%;
	display: none; /* Hide all elements by default */
  }
  

  /* Content */
  .content {
	background-color: white;
	padding: 10px;
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
	display: block;
  }
  
  /* Style the buttons */
  .btn-gallery {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: white;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
  }
  
  .btn-gallery:hover {
	background-color: #F5EAEA;
  }
  
  .btn-gallery.active {
	background-color: #9b2828;
	color: white;
  }
  .myBtnContainer{
	  text-align: center;
  }
  .BtnContainer{
	  padding: 60px 0px;

  }

  .error-creative-content {
    background: url(assets/images/error-bg.svg) no-repeat center;
    background-size: cover;
	height: 100%;
	padding: 150px 0px 300px 0px;
	text-align: center;
}
.error-404{
	padding: 40px;
}
.transport-system{
	margin-bottom: 50px;
}

/* @media (min-width: 768px){
	.involved-section .involved-inner{
		padding: 40px 75px 40px;
	}
}
@media (min-width: 425px){
	.involved-section .involved-inner{
		padding: 20px 20px 20px;
	}
}
@media (min-width: 320px){
	.involved-section .involved-inner{
		padding: 20px 20px 20px;
	}
*/

#contactForm input{
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}
#contactForm textarea{
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}
#contactForm select{
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}
#contactForm select option{
	padding: 20px auto;
}
.contact-img{
	display: block;
	margin: 0px auto;
}
#libraryTable td, #libraryTable th {
	border: 1px solid #ddd;
    padding: 8px 25px;
}
#libraryTable th{
	padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2168b2;
    color: white;
}
@media(max-width: 768px){
	#impLinks{
		margin-top: 25px;
	}
}
#moreOne{
	display: none;
}
#moreTwo{
	display: none;
}
#readOne {
	cursor: pointer;
	font-weight: 700;
	color: #d3d3d3;
	float: right;
}
#readTwo{
	cursor: pointer;
	font-weight: 700;
	color: #d3d3d3;
	float: right;
}

#demo {
	height:100%;
	position:relative;
	overflow:hidden;
  }
  
  
  .green{
	background-color:#6fb936;
  }
		  .thumb{
			  margin-bottom: 30px;
		  }
		  
		  
  
	 
  img.zoom {
	  width: 100%;
	  height: 200px;
	  border-radius:5px;
	  object-fit:cover;
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
  }
		  
   
  .transition {
	  -webkit-transform: scale(1.2); 
	  -moz-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  transform: scale(1.2);
  }
	  .modal-header {
	 
	   border-bottom: none;
  }
	  .modal-title {
		  color:#000;
	  }
	  .modal-footer{
		display:none;  
	  }
  
