@import url('https://fonts.googleapis.com/css2?family=Mada:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

body{
	font-family: var(--base-font);
    color: #6e6e6e;
    font-size: 15px;
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {
    color: #729DB6;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 0;
}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
body.modal-open {
    padding-right: 0px !important;
	overflow:inherit !important;
}
:root {
  --base-color: #98cc4d;
  --primary-color: #98cc4d;
  --lightblack-color: #3c2456;
  --white-color: #fff;
  --lighter-color: #f2f2f2;
  --base-font: 'Mada', sans-serif;
  scroll-behavior: inherit;
  --heading-fonts: 'Jost', sans-serif;
  --main-fonts: 'Poppins', sans-serif;
}
h2,h3,h4,h5,h6{
    font-family: var(--heading-fonts);
}
h2{
    font-family: var(--heading-fonts);
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 60px;
    position: relative;
}
h2::after{
    content: '';
    height: 2px;
    max-width: 200px;
    position: absolute;
    background-color: var(--lightblack-color);
    bottom:  -19px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

a.logo {
    /* width: 35%; */
    padding: 22px 0 0;
}
.col-md-9.col-xs-12.add_location {
    padding: 10px 0;
    text-align: right;
}
a.logo img {
    max-width: 320px;
}
.add_location h4 {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px 0px 80px;
    padding: 0px 0px 0px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
.head_i {
    color: #98cc4d;
    font-size: 30px !important;
    margin: 4px -40px 0px;
    position: absolute;
}
.add_location h4 span {
    color: #98cc4d;
    display: block;
    font-size: 17px;
    margin: 5px 0px 0px;
    text-decoration: none;
    text-transform: capitalize;
}
.navr-bar {
    width: 100%;
    float: left;
    background-color: #298322;
    color: #fff;
}

.banner-sec {
    width: 100%;
    overflow: hidden;
}
.banner-sec img {
    max-width: 100%;
}
.banner-sec::before {
    /* content: ""; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

footer {
    color: #37342b;
    text-align: center;
    padding: 45px 0;
    background: #f6f6ec;
}
.logo-white img {
    max-width: 22%;
}
.social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    height: 30px;
    width: 35px;
    text-align: center;
    margin-right: 7px;
}
.social-icon h5{
	font-family: var(--heading-font);
	color: #fff;
}

.social-icon ul li a {background-color: #fff;padding: 2px; font-size:20px;border-radius: 50%;display: block; color:var(--primary-color); transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease;}
.social-icon ul li a:hover{
	opacity: 0.5;
}
.social-icon {
    display: block;
    margin-top: 40px;
}
.footer-nav h4{
	font-family: var(--heading-fonts);
	color: #fff;
	margin-bottom:15px;
}
.contact-deails h4{
    font-family: var(--heading-fonts);
	color: #fff;
	margin-bottom:15px;
}
.list-p {
    float: left;
    margin-right: 20px !important;
}
.footer-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav ul li{
	color: #fff;
	padding-bottom:10px;
}
.footer-nav ul li a{
	color: #fff;
	font-size: 16px;
}
footer hr {
    color: #fff;
    margin: 40px 0 20px;
}
.copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.copyright ul li {
    float: left;
    color: #fff;
    margin-right: 19px;
}

.copyright ul li a {
    color: #fff;
}
.copyright p{
	color: #fff;
}

.contact-deails ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;    margin-right: 2%;
}
.contact-deails ul:last-child{
    margin-right: 0;
}
.contact-deails ul li {
    color: #ffff;
    margin-bottom: 8px;
    margin-right: 43px;
}
.contact-deails ul li a {
    color: #fff;
    text-decoration: none;
}
.box-main {/* padding: 10px; */border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);margin-bottom: 18px;}

.box .post{

    color: #fff;

    font-size: 15px;

    text-transform: capitalize;

}

.box .post p{

    font-size: 15px;

}

.box .icon{

    padding: 0;

    margin: 0;

    list-style: none;

    opacity: 0;

    transform: translateX(-50%) rotateX(90deg);

    transform-origin: bottom center;

    position: absolute;

    left: 50%;

    bottom: 10px;

    transition: all 0.3s ease;

}

.box:hover .icon{

    opacity: 1;

    transform: translateX(-50%) rotateX(0);

}
.btn-sub.btn-info {
    color: #fff;
    margin: 10px 0 0;
}

.box .icon li{

    display: inline-block;

    margin: 0 2px;

}

.box .icon li a{

    color: #fff;

    background-color: var(--base-color);;

    font-size: 14px;

    text-align: center;

    line-height: 35px;

    height: 35px;

    width: 35px;

    border-radius: 50%;

    display: block;

    transition: all 0.3s;

}

.box .icon li  a:hover{

    color: var(--base-color);;

    background-color: #fff;

}

.box-main h3 a {

    background-color: var(--base-color);;

    color: #fff;

    text-align: center;

	transition: .3s ease-in-out;

	font-size: 16px;



}

.box-main h3{

    background-color: var(--base-color);;

    color: #fff;

    text-align: center;

    padding: 1px 0 12px;

	transition: .3s ease-in-out;

	margin-bottom: 0;

    text-transform: capitalize;



}

.box-main h3 a:hover{

background-color: var(--base-color);;

color: #fff;

}

.box-main {/* padding: 10px; */border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);margin-bottom: 18px;}

box{

    background-color: #222;

    font-family: 'Open Sans', sans-serif;

    overflow: hidden;

    position: relative;

}

.box:before,

.box:after{

    content: '';

    background: var(--base-color);;

    width: 10px;

    height: 90%;

    box-shadow: 15px 0 0 var(--base-color);

    transform: skewY(50deg);
	
	-webkit-transform: skewY(50deg);
	-moz-transform: skewY(50deg);
	-o-transform: skewY(50deg);
	-moz-transform: skewY(50deg);
	

    position: absolute;

    bottom: -100%;

    left: 5px;

    z-index: 1;

    transition: all 0.45s ease;
	
	-webkit-transition: all 0.45s ease;

}

.box:after{

    box-shadow: -15px 0 0 var(--base-color);

    left:auto;

    right: 5px;

    bottom: auto;

    top: -100%;

}

.box:hover:before{ bottom: -10px; }

.box:hover:after{ top: -10px; }

.box img{

    width: 100%;

    height: auto;

    transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-moz-transition: all 0.45s;
	

}

.box:hover img{

    opacity: 0.3;

    filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);

}

.box .box-content{

    color: #fff;

    text-align: center;

    width: 100%;

    padding: 0 30px;

    opacity: 0;

    transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);

    position: absolute;

    top: 50%;

    left: 50%;

    transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;

}

.box:hover .box-content{ opacity: 1; }

.box .title{

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin: 0 0 2px;

	background-color: transparent;

}

.box .title a{

text-decoration: none;

}
.box {
    background-color: #222;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
}

.about-title {
    position: relative;
}
.about-title .img-holder {
    max-width: 520px;
}

.about-title .img-holder {
    position: relative;
    max-width: 545px;
}
.about-title .img-holder:before {
    left: -20px;
    top: -20px;
}
.about-title .img-holder:before {
    content: "";
    background-color: var(--base-color);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.img-holder img{
    max-width: 100%;
}
.about-text h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 45px;
}
.btn-style a {
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 38px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 6px;
}
.btn-style a:hover{
    background-color: #fff;
    color: var(--primary-color);;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}


.about-text h2::after {
    margin: initial;
    max-width: 52px;
}

.about-text {
    padding-left: 20px;
    padding-top: 30px;
}
.about-text p {
    text-align: justify;
}
section.about-area.w-100 {
    padding: 60px 0;
}
.our-services {
    padding: 60px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeff5+0,c4d5e0+100 */
	background: rgb(234,239,245); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(234,239,245,1) 0%, rgba(196,213,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(234,239,245,1) 0%,rgba(196,213,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(234,239,245,1) 0%,rgba(196,213,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeff5', endColorstr='#c4d5e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.contact-deails p {
    color: #fff;
    line-height: 26px;
    padding-right: 30px;
}
.about-title-2 .img-holder:before {
    left: inherit;
    right: -20px;
}
.newss{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 0;
}
.new__content h3 {
    font-family: var(--heading-fonts);
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.new__item {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #eee;
    margin-bottom: 30px;
    align-items: center;
}
.new__thumb {
    width: 40%;
    margin-bottom: 0;
    z-index: 1;
    border: 4px solid #fff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.new__thumb img {
    object-fit: cover;
}
.new__content {
    width: 60%;
    padding-left: 15px;
}
.new__item:hover::after{
    background: var(--lightblack-color);
}
.new__item::after {
    width: 140px;
    height: 140px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--primary-color);
    position: absolute;
    content: "";
}
.new__thumb img {
    max-width: 100%;
}
.read-more-founder{
    background-color: var(--base-color);
    color: #fff;
}
.read-more-founder:hover{
    background-color: var(--lightblack-color);
    color: #fff;
}
.news-details p{
    font-family: var(--base-font);
    color: #6e6e6e;
    font-size: 17px;
    line-height: 30px;
}
.banner-sec.inner-sec h2 {
    color: #000;
}

.banner-sec.inner-sec h2::after {
    background-color: #000;
}
.inner-sec{
    background-color: #000;
    padding: 90px 0 30px !important;
  }
  .news-details .accordion-item h2::after {
    content: inherit;
}
.our-services{
    position: relative;
}
.our-services::before{
    background: url(../images/patten.png) left top no-repeat;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height:200px;
    width: 100%;
    max-width: 500px;
    background-size: 100%;
    z-index: 1;
}
.footer-links {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-links a {
    color: #37342b !important;
}
.footer-rights a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.rkn-social-links {
    font-size: 19px;
    margin-top: 10px;
}
.rkn-social-links a {
    color: #373438;
}
.form-block-2.form-block-2-2 {

    width: 100% !important;

    margin: 20px 0 0 !important;

    padding: 20px !important;

}



.form-block-2 {

    width: 80%;

    margin-bottom: 0;

    padding: 70px 60px 50px 60px;

    /* border-radius: 15px; */

    background-color: #fff;

    box-shadow: 0px 45px 60px 0px rgb(0 0 0 / 5%);

    /* float: right; */

    margin-right: 140px;

    margin-top: -160px;

    position: relative;

}

.form-block-2::before {

    position: absolute;

    content: "";

    /* background: url(images/home2_morph_bg1.png); */

    height: 100%;

    width: 120%;

    z-index: -1;

    left: -45px;

    right: -57px;

    background-color: #f9fafb;

    border-radius: 100% 166px 24% 60%;

}

.form-block-2.form-block-2-2 h4 {

    font-size: 33px;

    position: relative;

    margin-bottom: 47px;

}

.form-block-2 h4 {

    color: #333;

    text-transform: capitalize;

    letter-spacing: 0;

    margin-top: 0;

    font-size: 45px;

    margin-bottom: 29px;

    text-align: center;

}

.form-inner .form-group {

    margin-bottom: 10px;

}

.form-block-2.form-block-2-2 h4::after {

    content: "";

    width: 200px;

    height: 2px;

    background-color: #333;

    position: absolute;

    left: 101px;

    right: 0;

    text-align: center;

    bottom: -20px;

}

button.btn-sub.btn-info {

    font-weight: 400;

    color: #fff;

    letter-spacing: 0.28em;

    font-size: 0.93em;

    position: relative;

    display: inline-block;

    border: 0;

    border-radius: 30px;

    padding: 13px 2.6em 15px 25px;

    height: 3.2em;

    font-size: 0.9375em;

    text-transform: capitalize;

    text-decoration: none;

    background-color: transparent;

    -webkit-transition: all .3s ease-out!important;

    transition: all .3s ease-out!important;

    border: solid 1px var(--base-color);

    width: 100%;

    letter-spacing: 0;

    background-color: var(--base-color) !important;

    text-align: left;

}

.btn-sub:before {

    font-family: FontAwesome;

    content: "\f178";

    display: inline-block;

    padding-right: 3px;

    vertical-align: middle;

    position: absolute;

    right: 20px;

}



.form-inner .form-group label {

    font-weight: normal;

    font-size: 14px;

    line-height: 16px;

}

.form-control.form-cc {

    /* height: 40px !important; */

    border-bottom: 1px solid rgba(0,0,0,.15) !important;

    margin-bottom: 20px;

}

textarea.form-control.form-cc.form-text {

    height: 131px;

}

.contact-us {

    width: 100%;

    display: inline-block;

    padding: 50px 0;

	overflow:hidden;

}

.contact-info {

    text-align: center;

    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);

    padding: 25px;

    height: 240px;

    background-color: #fff;

}

.contact-info i {

    font-size: 35px;

    color: #fff;

    width: 65px;

    height: 65px;

    line-height: 66px;

    border-radius: 50%;

}

.contact-info i {

    background: var(--base-color);

}

.contact-info h3 {

    font-size: 20px;

    text-transform: capitalize;

    margin: 30px 0 15px;

}



.contact-info a {

    color: #000;

}

.contact-detail {

    padding: 50px 0 30px;

    background-color: #f9fafb;

}

ul.services-f li {
    margin-bottom: 20px;
}

ul.services-f li h3 {
    text-transform: capitalize;
}
ul.services-f.facilities-f {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.services-f li {
    margin-bottom: 20px;
}
  .fusion-reading-box {
    background-color: #ffffff;
    position: relative;
    border-left: 3px solid var(--primary-color);
    width: 100%;
    display: inline-block;
    padding: 20px 20px;
    margin-bottom: 0px;
}
.fusion-reading-box::after, .fusion-reading-box::before {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .7;
    -webkit-box-shadow: 0 17px 10px rgba(0,0,0,.7);
    box-shadow: 0 17px 10px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.fusion-reading-box:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
  .staff-gallery img {
    width: 100%;
}
.staff-gallery .col-lg-4.col-md-4.col-sm-6 {
    margin-bottom: 20px;
}
	
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}
  .tab-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-sec li{
  overflow: visible;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
  border-style: solid;
  border-width: 3px 2px 3px 2px;
  border-color: #ffffff;
  display: block;
  background-color: rgba(201,195,187,0.25);
  text-align: center;
}
.tab-sec .nav-link{
  padding: 35px 15px 35px 15px;
  display: block;
  width: 100%;
  color: #333;
}
.tab-sec .nav-link.active{
  background-color: #98cc4d !important;
  color: #fff !important;
}
.tab-sec .nav-link.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-color: #98cc4d;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.teeth-day{
  background-color: rgba(201,195,187,0.25);
  padding: 120px 0px 0px 0px;
}
.tab-content .accordion-body {
  padding: 0 !important;
}
.tab-content .accordion-body p {
  font-size: 17px;
}

.tab-content .accordion-body ul {
  list-style: none;
  margin: 0 0 0 11px;
  padding: 0;
}

.tab-content .accordion-body ul li {
  font-size: 16px;
  padding-bottom: 8px;
}

.tab-content .accordion-body ol {
  list-style: none;
  margin: 11px 0 0;
}


@media only screen and (max-width: 479px) {
    .col-md-9.col-xs-12.add_location{
        padding: 10px 0;
        text-align: left;
        
    }
    .add_location h4{
        display: none;
    }
    a.logo {
        padding: 10px;
    }
    a.logo img {
        max-width: 270px;
    }
}