/********** Template CSS **********/
 @font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('Poppins-Regular.woff') format('woff');
    }
    @font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('Poppins-Bold.woff') format('woff');
    }
/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #6A6A6A;
	background: #fff;
	font-family: 'Poppins Regular'  !important;
}

h1, h2, h3, h4, h5, h6{
	color: #459429;
}

.body-inner{
	position: relative;
	overflow: hidden;
}

a:link,
a:visited{
    text-decoration: none;
}


a:hover{
	text-decoration: none;
	color: #fff;
}

a.read-more{
	color: #323232;
}
.border {
    border: 1px solid #8f520a !important;
}

.intro {
    height: 400px;
    background-position: center;
}
.ts-padding {
  padding: 0px;
}
.fa-facebook-f:before{
	font-family: 'FontAwesome';
	font-style: normal;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-primary {
    border-color: #019d76 !important;
}
.bg-light {
    background-color: #BBFCDF !important;
}
.no-padding{
	padding: 0;
}
input, select, optgroup, textarea{
        font-family: none !important;
}
.media>.pull-left{
	margin-right: 20px;
}

.heading{
	padding-bottom: 50px;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb-5 {
    padding-bottom: 30px !important;
}
.pb30{
	padding-bottom: 30px;
}
.p-0{
	padding:0 !important;
}
.pl40 {
    padding-left: 40px;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr20 {
	padding-right: 20px;
}
.pr50 {
	padding-right: 50px;
}
.gap-60 {
	clear: both;
	height: 60px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

a:focus{
	outline: 0;
}


/* Typography
================================================== */

body, p{
	font-family: 'Poppins Regular' !important;
	font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px !important;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins Bold' !important;
    font-weight: 700 !important;
}





p{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}
/* Button variation */
.btn-dark {
    color: #fff;
    background-color: #5E320C;
    border-color: #5E320C;
}
.btn:hover {
    color: #000 !important;
}
.btn {
  background: #459429;
  padding: 27px 44px;
  text-transform: uppercase !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  border-radius: 0px;
  -moz-user-select: none;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #ccc;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}
.btn:hover::before {
  transform: scaleX(1);
  z-index: -1;
}
.btn3 {
  width: 100%;
  padding: 59px 0;
}
.border-top {
    border-top: 1px solid #233148 !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #075a4d !important;
}
.btn.btn-primary{
    color: #fff !important;
    background-color: #459429;
    border-color: #459429;
    font-size: 15px;
    font-weight: 600;
    /* margin-left: 32px; */
    padding: 9px 13px;
    /* letter-spacing: 3px; */
    line-height: 1.33;
    border-radius: 0;
    border: 0;
    text-transform: capitalize;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}


.btn-primary, .btn-outline-primary:hover {
    color: #dfe4fd;
}
.btn-info {
    color: #fff;
    background-color: #019d76;
    border-color: #019d76;
}
.btn-info:hover {
    color: #000;
    background-color: #075a4d !important;
    border-color: #075a4d !important;
}
.btn.btn-primary.white{
	border: 2px solid #fff;
	color: #fff;
}

.btn.btn-primary.white:hover{
	border: 2px solid transparent;
}

.btn.btn-primary.square{
	border-radius: 0;
	color: #fff;
}

.btn.btn-primary.solid{
	color: #323232;
}


.btn.btn-primary.solid.blank:hover{
	color: #333;
}

.btn.btn-primary.solid:hover{
	background: none;
	color:#fff;
}
.btn.btn-primary.solid:hover{
    background: #ee4a00;
}
.btn.btn-primary.solid {
    background: #ff5e15;
    color:#fff;
}
ul.circle, ul.check-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.circle li{
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;

}

ul.circle li:before{
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}

ul.unstyled{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.check-list li{
	margin-bottom: 5px;
}

ul.check-list li i{
	margin-right: 10px;
	font-size: 14px !important;
}

ul.arrow li:before{
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}

blockquote p{
	font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
}

blockquote {
	margin: 20px 0;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 46px 40px;
    /* font-family: Cabinetgrotesk, sans-serif; */
    font-size: 22px;
    font-weight: 500;
    line-height: 114%;
    border-left: 5px solid #000a86 !important;
}
blockquote i{
    color: #00c27b;
    font-size: 69px;
    margin-left: -12px;
}
.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overaly.png);
}

.fa-tty:before {
    content: "\f1e4";
    font-family: 'FontAwesome';
    font-style: normal;
    padding-right: 6px;
}
.contact .fa-tty:before {
    padding-right: 0px;
}

/* Header area
================================================== */

/*-- Header style 1 --*/

.header-solid{
	background: #191919;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2); 
}
.caption-text {
    color: gray;
    font-weight: 300;
    letter-spacing: 2px;
   
}
.text-primary {
    color:#459429  !important;
}
.top-head{
	    padding-top: 0px;
    padding-bottom: 9px;
        position: absolute;
    z-index: 99;
        background-color: #BBFCDF !important;

}
.top-head svg{
        width: 3%;
    /* color: #cc9933; */
    /* background: #cc9933; */
    outline-color: #019d76;
    fill: #019d76;
    margin-right: 6px;
    margin-top: -1px;
}
.top-head i {
    color: #019D76;
    margin-right: 4px;
}
.top-head a{
   padding: 8px 3px 0;
    font-size: 17px;
}
small {
    color: #000;
    font-size: 13px;
}
span.h4.d-block {
    font-size: 19px;
}
a.login.text-primary {
    color: white !important;
    font-size: 14px;
    font-weight: 600;
}
.icon.align-self-start {
    font-size: 40px;
    margin-right: 10px;
}
.header-solid ul.navbar-nav > li > a{
	color: #fff;
}
/*-- Logo --*/

.navbar-header{
	z-index: 9999;
}div#navbarCollapse {
    /* float: right; */
    justify-content: right;
}

.navbar-brand.navbar-bg{
	position: absolute;
	left: 0;
	padding: 9px 15px 32px;
	width: 20%;
	height: 62px;
	line-height: 62px;

}

.navbar-brand img{
/*	float: right;*/
/*	padding: 0 15px;*/
}


/* Main navigation */

.navbar{
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    top: 0px;
    padding-right: 6rem !important;
    padding-left: 6rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: transparent;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.navbar-right{
	padding-right: 0;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	top: 50px;
}

.navbar-toggle{
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

ul.navbar-nav > li > a{
	font-family: GothamBook;
  	text-transform: uppercase;
  	font-size: 14px;
	color: #fff;
	padding:20px 20px !important;
	line-height: 20px;
}

ul.navbar-nav > li:last-child a{
	padding-right: 0 !important;
}

ul.navbar-nav > li.active > a,
ul.navbar-nav > li > a:hover{

}
i.bi.bi-download {
    position: relative;
    top: -1px;
    left: 7px;
    font-weight: bold;
    font-size: 16px;
}
ul.navbar-nav > li > a i{
	font-weight: 700;
	font-size: 19px;
/*	float: right;*/
}
.navbar-nav .active a {
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
    color: #459429;
    letter-spacing: .05rem;
    font-weight: 600;
    padding-left: 23px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color: #019d76 !important;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #019d76 !important;
}
ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a{
color: #000 !important;	
}
.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}
.navbar button:focus{
	padding: .25rem .75rem !important;
}
.navbar-toggler:focus{
	box-shadow: none !important;
	padding: .25rem .75rem !important;
}
/* Dropdown */
.d-lg-block.social-link ul {
    flex-direction: row;
    position: relative;
    top: 22px;
}
.d-lg-block.social-link a {
    color: #000;
}
.dropdown-menu{
	border: 0;
	border-radius: 0px;
	width: 100%;
	box-shadow: none;
	background: none;
	min-width: 300px;
}

.dropdown-menu > ul{
	list-style: none;
	padding: 1px 0px;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	margin-bottom: 0;
	margin-top: -5px;
	background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
	width:100%;
}
.navbar-nav .dropdown-menu li:hover .dropdown-item {
    color: white !important;
}

.dropdown-menu > ul > li > a{
	display: block;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	padding: 5px;
	color: #211E1C !important;
    background-color: transparent !important;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	
}
.dropdown-menu > ul > li>a:hover, .dropdown-menu > ul > li>a:focus {
    color: #f69829;
 }

.dropdown-menu > ul > li.active > a{
	
}

.dropdown-menu > ul > li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu > ul > li>a:hover, 
.dropdown-menu > ul > li>a:focus{
	background: none;
    width:100%;
}

.nav>li.megamenu{ 
	position: static;
}
.navbar-collapse .btn-sm-square {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.nav>li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding:20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}

.nav>li.megamenu .dropdown-menu ul{
	margin-top: 4px;
	padding: 20px;
}


/*main section banner*/
.owl-carousel .owl-stage{
    top: -114px !important;
}
.owl-dots {
    display: flex;
    position: relative;
    top: -184px;
    justify-content: center;
}
.owl-dot.active {
    width: 50px;
    background: #FFFFFF;
    height: 35px;
        margin-right: 6px;
}
.owl-dots span {
    width: 25px;
    height: 34px;
    margin: 0px 5px 10px 5px;
    background: transparent;
    border: 1px solid #ffffffb8;
    transition: .5s;
    display: block;
}
.owl-carousel-inner {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    top: -208px;
    left: -120px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}
.owl-carousel.header-carousel h1 {
    font-size: 50px;
    color: #45942A;
    text-transform: capitalize;
    /* position: relative; */
    /* top: 239px; */
}
.header-carousel video.video-frame {
    height: 100%;
    object-fit: fill;
    width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
    height: 3rem;
    background-color: #66666678;
    border: 10px solid #66666600;
}

.owl-prev {
  left: 0rem;
  border-radius: 0 3rem 3rem 0;
}

.owl-next {
  right: 0rem;
  border-radius: 3rem 0 0 3rem;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 28px;
    height: 27px;
}
h2.slide-title.title-light.text-start, h3.slide-sub-title.text-start, p.slider-description.lead.text-start, .carousel-caption p.text-start{
	left: -27% !important;
	position: relative;
} 
h2.slide-title.title-light.text-end, h3.slide-sub-title.text-end, p.slider-description.lead.text-end, .carousel-caption p.text-end{
	right: -25% !important;
	position: relative;
} 
h2.slide-title.title-light {
    font-size: 28px;
    font-weight: 100;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
h3.slide-sub-title {
    font-style: normal;
    font-size: 68px;
    line-height: 80px;
    margin: 10px 0 20px;
    color: #fff;
}
p.slider-description.lead {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 35px;
    font-weight: 300;
    letter-spacing: 1px;
}
a.slider.btn.btn-primary:hover {
    background: #ee4a00;
}
a.slider.btn.btn-primary {
    background: #ff5e15;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 25px;
    line-height: 1.33;
    border-radius: 3px;
    letter-spacing: 3px;
}
a.slider.btn.btn-border {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    /* border: none; */
    font-size: 13px;
    font-weight: 700;
    padding: 10px 25px;
    line-height: 1.33;
    border-radius: 3px;
    letter-spacing: 3px;
}
a.slider.btn.btn-border:hover {
background: #ff0000;
}
.carousel{
	top:-30px;
}
.carousel-caption {
    position: absolute;
    right: 15% !important;
    top: 179px !important;
    bottom: 1.25rem;
    left: 23% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.arrow-left, .arrow-right{
	    background: rgb(0 0 0 / 40%);
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    position: relative;
    left: -50px;
    display: none;
}
.arrow-left:hover, .arrow-right:hover{
	background: #da0f32;
}

.arrow-right{
	left: 50px;
}
div#header-carousel:hover .arrow-left, div#header-carousel:hover .arrow-right{
	display: block;
}
.main-section{
	height: 720px;
}
.main-section video{
	object-fit: none;
    height: 720px;
    width: 100%;
}
.banner-content {
	z-index: 99;
	text-align: center;
	position: relative;
	top: -510px;
		
}
.banner-content h2{
	font-size: 37px;
    color: white;
    padding-top: 13px;
    margin-bottom: 20px;
}
.banner-content h3{
	color: #fff;
}
.banner-content .btn-primary{
margin-top: 30px;
}
#banner-area {
    position: relative;
}
#banner-area img{
    width:100%;
    height:400px;
}
.banner-title-content {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;sss
}
.banner-title-content h2 {
        font-size: 64px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    padding-top: 0;
}
.banner-title-content .breadcrumb {
    background: none;
    color: #fff;
    font-weight: 300;
    font-size: 1.1rem;
    display: inline-block;
   
}
.banner-title-content .breadcrumb>.active {
    color: #fff;
}
.breadcrumb>li {
    display: inline-block;
    font-weight: 500;
}

/*homepage css*/

.profession-caption {
    margin-top: -380px;
}
.profession-caption .profession-details {
    background: #e1e1e1;
    padding: 90px;
}
.section-tittle.profession-details span {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 17px;
    /* margin-top: 51px; */
    /* font-family: "Poppins Regular" !important; */
}
.section-tittle.profession-details h2{
    color: #459429;
    font-size: 40px;
    display: block;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 25px;
}
.section-tittle.profession-details p{
    color: #383838;
    margin-bottom: 21px;
    font-size: 20px; 
}
.energy-videos{
    width: 20%;
}  
.energy-videos video{
    width: 100%;
}  
.gallery-area .single-gallery {
    position: relative;
    margin-bottom: 25px;
}
.gallery-area .single-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(1, 10, 28, 0.6);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.gallery-area .single-gallery video{
    width: 100%;
}
.gallery-area .single-gallery .gallery-img {
    position: relative;
    height: 475px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.gallery-area .single-gallery:hover::before {
    opacity: 1;
    visibility: visible;
}
.single-gallery:hover .gallery-img-thumb, .single-gallery:hover .thumb-content-box {
    opacity: 1;
    visibility: visible;
}
.gallery-area .single-gallery .thumb-content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 2;
}
.gallery-area .single-gallery .thumb-content-box .thumb-content {
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 42px;
    align-items: end;
}
.gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    color: #ffffff;
    font-size: 32px;
    margin-right: 0;
}
.gallery-area .single-gallery .thumb-content-box .thumb-content p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.single-gallery:hover .gallery-img-thumb, .single-gallery:hover .thumb-content-box {
    opacity: 1;
    visibility: visible;
}
.section-tittle span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 17px;
}
.section-tittle h2 {
    font-size: 40px;
    display: block;
    text-transform: capitalize;
    line-height: 1.3;
}

.services-area .single-services {
    position: relative;
/*    margin-bottom: 200px;*/
}
.milestone{
    margin-top:210px !important;
}
.services-area .single-services .services-img img {
    width: 100%;
}
.services-area .single-services .services-caption {
    background: #fff;
    width: 100%;
    padding: 30px 15px 5px 47px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: translateY(0px);
    position: absolute;
}
.services-area .single-services .services-caption h3 {
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-area .single-services .services-caption h3::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    top: 0;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff1313;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-area .single-services .services-caption p {
    color: #2c234d;
    font-size: 14px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    line-height: 1.5;
}
.services-area .single-services .services-caption h3 a {
    color: #222222;
    font-size: 18px;
    display: block;
}
.services-area .single-services .services-caption .pera1 {
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.5;
}
.services-area .single-services .services-caption .pera2 {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.5;
}
.services-area .single-services:hover .services-caption {
    background: #459429;
    transform: translateY(-40px);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-area .single-services:hover .services-caption h3::before {
    background: #ffffff;
}
.services-area .single-services:hover .services-caption h3 a {
    color: #fff;
}
.services-area .single-services:hover .services-caption .pera1 {
    display: none;
}
.services-area .single-services:hover .services-caption .pera2 {
    display: block;
    color: #fff;
}
/*homepage css end*/


/*about us page*/


/*about us page end*/

/*news section*/
.news-section {
    background: #459429;
    margin-top: 80px;
    padding-bottom: 100px !important;
}
.news-section h2{
    color: white;
    padding-bottom: 60px;
}
.news-content {
    background: #fff;
    /* color: black; */
    padding: 0 25px 15px 25px;
    height: 245px;
    border-top: 2px solid #000;
}
.news-content ul{
    list-style: none;
}
.news-box {
    padding: 0 15px;
}
.news-content ul li{
    padding: 20px 30px 20px 50px;
    margin-right: 50px;
    color: #000;
    background: #ccc;
    margin-left: -57px;
    font-size: 14px;
    font-weight: 300;
}
.news-content a {
    color: black;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    padding-top: 10px;
}
.news-content .read-more{
    text-transform: capitalize;
    font-size: 14px;
    color: #3a3a3a;
    position: relative;
    font-weight: 300;
}
.news-section span {
    color: #212529;
}
/*news section end*/
/*testimonial*/
.testimonial-thumb img {
    width: 60px;
    height: 60px;
}
.testimonial h3.name {
    font-size: 16px;
    font-weight: 600 !important;
    margin-left: 20px;
    text-transform: uppercase;
    position: relative;
    top: 1px;
    color: #211E1C;
}
.testimonial h3.name span {
    text-transform: capitalize;
    position: relative;
    top: 8px;
    font-weight: 400 !important;
}
.testimonial ul.slick-dots {
    text-align: left;
    margin-left: -11px;
}
.testimonial .slick-dots button {
    display: inline-block;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    background: #FEF1EF;
    border: 1px solid #019d76;
}
.testimonial .slick-dots button::before {
    color: transparent !important;
}

.testimonial .slick-active button{
   
    background: rgb(1, 157, 118);
}

/*testimonial end*/

/*footer*/
.footer {
/*    padding: 30px 40px 0px;*/
    background: #CFE4C8;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    
}

.footer p {
    color: #000;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.footer-number p {
    margin: 0;
}
footer#footer li {
    color: #000;
}
a.btn.btn-arrow-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

a.btn.btn-arrow-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

h3.footer-heading span {
    border-bottom: 2px solid #f69829;
    letter-spacing: 0;
}
h3.footer-heading {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.newsletter p{
    color: #000;
}
.latest-post-content h4 {
    font-size: 14px;
    line-height: normal;
}
.footer ul{
    list-style: none;
    margin-top: -8px;
        padding-left: 0;
}
.footer ul li{
	color: #000;
    /*margin-bottom: 4px;*/
}
.footer a.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 21px;
    width: 46px;
    height: 48px;
    justify-content: center;
    font-weight: normal;
    color: #000;
    border-color: #DFE4FD;
}
.footer h5 {
    font-weight: 500 !important;
    text-transform: uppercase;
}
.social-icons i {
    font-size: 19px;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}
.footer .list-unstyled h4{
	color:white;
	letter-spacing: 0;
}
.footer ul li {
    margin-bottom: 10px;
    margin-bottom: 10px;
   
    font-size: 15px;
}

.footer ul li a {
    color: #000 !important;
    /* font-weight: bold; */
    text-transform: uppercase;
   
    letter-spacing: -1px;
    padding-left: 3px;
    /* margin-bottom: 10px; */
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
}
.footer a:hover {
    color: #459429;
}
.footer ul li a:hover{
     color: #1D6E42 !important;
/*         letter-spacing: 1px;*/
}
.bi-arrow-up::before {
    position: relative;
    content: "\f148";
    color: #dfe4fd;
    top: 4px;
    left: -1px;
}
.footer-about-us h4 {
    color: #000;
}
.footer h4{
    color: #000;
    font-size: 18px;
    margin-bottom: 38px;
    font-weight: 500;
    text-transform: uppercase;
}
ul.insta-feed {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -5px;
}
ul.insta-feed li {
    color: #000;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
}
.footer-about-us h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}
.subscribe input{
	background: transparent;
    border-radius: 0;
    height: 50px;
}
.subscribe {
    margin-top: 10px;
}
.subscribe input.form-control {
    border: 1px solid rgba(255, 255, 255, .5);
}
.subscribe .input-group-addon {
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    position: relative;
}

.subscribe button {
    background: #ee3b24;
}
.subscribe button {
    padding: 24px 28px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
}
.subscribe button:focus-visible, .subscribe button:focus{
	border: transparent !important;
	color: #fff !important;
	padding: 25px 28px !important;
}
.subscribe .input-group-addon i {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
    top: 14px;
    font-size: 20px;
    color:#fff;
}
.subscribe button:active i{
	color:#fff !important;

}
.subscribe .input-group-addon i:hover{
	color:#fff !important;
}
.btn:focus {
     outline: none !important; 
     outline: none; 
     outline-offset: 0 !important; 
     color #fff !important;
/*     padding: 25px 28px;*/
}
button#btnnewsltr:hover i {
    color: #fff !important;
}
.footer .widget-title {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top:0;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.footer a {
    color: #459429;
}
.widget-title {
    margin-bottom: 25px;
    font-size: 20px;
}
input.mail-submit {
    background: #ee3b24;
    padding: 13px 30px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
}
.privacy-policy strong {
    color: black;
    font-weight: bold;
}
.privacy-policy p {
    color: black;
}
.privacy-policy span a{
	
    font-weight: 500;
}
.privacy-policy h3{
    color: black;
}
.privacy-policy .section-subtitle{
	color:#f69829 !important;
}
.privacy-policy h5{
	    font-size: 20px;
    letter-spacing: 0;
    color:black;
    padding-top: 10px;
}
.privacy-policy li{
	color: black;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 300;
   
}
/* Copyright
================================================== */

.copyright {
    font-size: 16px;
    color: #000;
/*    background: #cc9933;*/
    
}
.copyright p{
	color: #000;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.copyright a {
    color: #459429;
}
.col-md-2.social-link a {
    padding-right: 0 !important;
}
p.follow-us span::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 2px;
    background: #3b3647;
    top: 50%;
    transform: translateY(-50%);
    right: -53px;
}

p.follow-us span {
    color: #000;
    position: relative;
    margin-right: 57px;
}



#back-to-top.affix {
    bottom: 25px;
}
#back-to-top {
    position: fixed;
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#back-to-top .btn.btn-primary {
    border-color: #459429;
    color: #fff;
    opacity: 1;
    font-size: 28px;
    padding: 9px 0px 9px 3px;
    width: 46px;
    height: 48px;
    line-height: 30px;
    /* border-radius: 100%; */
    /* color: white; */
    background: #459429;
    /* font-weight: 800; */
    animation: action 1s infinite alternate;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

#back-to-top .btn.btn-primary:hover {
    /* background: #f25b17; */
    background-color: #cc9933;
    border-color: #cc9933;
}
#back-to-top .btn.btn-primary:focus {
box-shadow:transparent !important;

}

/*blog page*/
.blog-detail-inner .sec1bg {
    padding: 30px 0px 0;
/*    margin: 0 -11px;*/
}
.blog-detail-inner table strong, .blog-detail-inner table td{
    color:#000;
}
.blog-detail-inner h3 {
    padding-bottom: 20px;
}
.blog-connect-us{
    margin-top: 124px !important;
    background-image: linear-gradient(to right, rgb(24 24 24 / 33%), rgb(111 207 15 / 51%)), url(../images/make-appoint.jpg);
    padding: 116px 0 0;
    background-size: cover;
}
.blog-connect-us a{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
    font-size: 18px !important;
}
.blog-detail-inner p{
    text-align: justify;
}
.blog-connect-us img{
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 9px;
    display: block;
    width: 25%;;
}
.list-blog-data {
    background: white;
    padding: 30px;
    box-shadow: 0 15px 80px #161e240d;
    height: 100%;
}
.blog-date {
    background-color: #cee4e1;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 175px;
    padding-top: 5px;
    padding-bottom: 2px;
    text-align: center;
}
.blog-date a {
    color: #087a68;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 175%;
}
.list-read-more::after{
 content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #459429;
  transition: 300ms;
}
.list-read-more {
    font-size: 18px;
    font-weight: 700;
}
.list-read-more:hover::after {
  width: 20%;
}
.list-blog-data:hover .list-read-more::after {
  width: 21%;
}
.list-blog-data:hover .blog-list-img {
    padding: 0;
    transition: 300ms;
}
.blog-list-img {
    padding: 10px;
}
.list-read-more i {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: 2px;
    left: 5px;
}
.blog-detail-inner a{

    color: #459429 !important;
    font-weight: 600;

} 
/*blog page end*/





label {
   
    font-size: 17px;
    margin-bottom: 0.5rem;
}
.form-control {
    border-radius: 3px;
    padding: 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.1;
    color: #000;
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    border: 1px solid #DFE4FD;
    /* appearance: none; */
    border-radius: 0;
        font-family: 'Poppins Regular' !important;
    
}
.form-group {
    margin-bottom: 1rem;
}


.fa-angle-down:before{
	font-family: 'FontAwesome';
    font-style: normal;
    position: relative;
    left: 7px;
}

/*contact page*/
/*.contact{
    padding-top: 0 !important;
}*/
.contact .contact-detail{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
        margin-left: 0px;
    margin-right: 0px;

    /*border-radius: 21px;*/
}
.enquiry-form .alert-success{
	font-size: 17px !important;
    padding: 46px !important;
    text-align: center !important;
}
.enquiry-form .res_message a, .courses-form .res_message a, #admission .res_message a{

	top: 2px !important;
    color: #0f5132;
    font-size: 20px;
    position: relative;
}
.contact .btn-primary{
	padding: 10px 48px !important;
    background: #459429 !important;
}
.contact .btn-primary:hover{
    padding: 10px 48px !important;
    background: #459429 !important;
}
.contact textarea#message {
    height: 150px;
}
.form-control:focus{
	box-shadow: none !important;
	border:1px solid #f69829 !important
}
.contact .form-group {
    margin-bottom: 0;
}
.form-control:disabled, .form-control:read-only{
	background: transparent !important;
}
.contact h2{
/*	color:gray;*/
	padding-bottom: 20px;
}
.message-box textarea.form-control {
    height: 100px;
}
/*.message-box{
	margin-left: 14px;
}*/

.contact label{
        color: #323232;
        font-weight: 300;
}
.contact ul{
    list-style:none;
    padding-left:0;
    font-size: 16px;
}
.contact i.fa-location-arrow{
padding-right: 16px;
}
 
.contact ul li{
        padding-bottom: 10px;
}
.contact i{
    font-family: FontAwesome;
    color: #459429;
    font-style: normal;
    padding-right: 9px;
}
.contact .get-touch{
    background-repeat: no-repeat;
    /* padding: 50px; */
/*    background-image: linear-gradient(rgb(62 128 193), rgb(80 176 163)), url(../images/get-touch.jpg);*/
/*    height: 439px;*/
    padding: 30px 0;
    padding-bottom: 0;
    background-size: cover;
    color: gray;
}
.enquiry-form{
    padding: 30px;
}
.Philosphy h3{
	font-weight: 500;
    color: #000;
    font-size: 19px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.Philosphy svg{
    width: 22%;
    outline-color: #019d76;
    fill: #019d76;
}
.Philosphy li {
    color: #000;
}
.Philosphy i {
    color: #019d76;
}
.Philosphy {
    padding: 0px 0 60px;
}
.pg-contact-us #admission{
    display: none;
}
.Philosphy .btn-sm-square i {
    color: #fff;
}
.Philosphy p{
	font-weight: 400;
	color:#000;
}
.Philosphy .btn-sm-square {
    width: 32px;
    height: 32px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.get-touch h3{
/*    color: gray;*/
    font-size: 35px;
}
.register-now {
    background-image: url(../img/register-now.jpg);
    background-size: cover;
    color: white;
    background-position: center;
    height:0;
}
.form-floating input {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}
.btn {
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.5s;
}
.buttons {
    background: #019d76 !important;
    border: 1px solid #019d76 !important;
    color: #fff !important;
}
button:focus {
/*    border: transparent !important;*/
/*    color: #fff !important;*/
/*    padding: 9px 30px !important;*/
}
.contact-text .form-floating label {
    color: #323232;
    margin-top: 14px;
}
.login-button{
	margin-top: 30px;
	float: right;
	border-radius: 3px;
}
.login-button:hover{
	background-color: #075a4d !important;
    border-color: #075a4d !important;
}
.form-floating input {
	height: 42px !important;
}
.login-button:focus {
        padding: 9px 30px !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.contact-text h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #459429 !important;
}
#frmnewsltr .form-control{
    font-size: 14px !important;
    font-family: 'Poppins Regular' !important;
    width: 78% !important;
}
@media screen and (max-width: 767px) {
	.navbar-brand.navbar-bg{
		padding: 9px 0 32px !important;
	}
	.navbar-header{
		    padding: 0 20px 0 !important;
	}
	.navbar-toggle{
		margin-top: 20px !important;
	}
	.banner-content img{
		    width: 50% !important;
	}
	.banner-content h2{
		font-size: 24px;
	}
	h1{
		font-size:25px !important;
	}
	
	.footer{
	padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
	}
	.pg-home .team-content{
		top: 0px !important;
	}
    .footer p {
        margin-bottom: 0 !important;
    }
    .follow-us {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
	.team-content {
	    text-align: center !important;
	    position: relative !important;
	    top: 60px !important;
	}
	
	.footer a[href^=tel] { color: inherit; text-decoration: none; }
	ul.navbar-nav > li > a{
		padding-top:0 !important;
	}
	.subscribe{
		margin-bottom: 20px !important;
		padding-right: 0 !important;
	}
	#copyright{
		padding:15px 0 !important;
	}
	.navbar-nav {
    margin: 20px 0px !important;
	}
	.dropdown-menu > ul{
		width: 100% !important;
        position: relative;
        /*left: 21px;*/
	}
	 
	.Philosphy {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
	}
	
	.navbar-collapse{
		max-height: 100vh !important;
        margin-top: 8px;
        height: 100vh !important;
        overflow-y: scroll;
	}
	.get-touch h3{
		font-size: 25px !important;
/*    padding: 0 30px !important;*/
    margin-bottom: 22px !important;
	}
	.contact ul li{
		font-size: 15px !important;
	}
	.contact ul{
/*		padding:0 30px !important;*/
	}
	.contact a[href^=tel] { color: inherit; text-decoration: none; }
	.banner-title-content .breadcrumb{
		font-size: 13px !important;
	}
	.banner-title-content h2{
		font-size: 30px !important;
	}
	
	.message-box{
	   padding-left: 8px !important;
        padding-right: 8px !important;
	}
	
	.contact .alert-success{
		margin-left: -15px;
    margin-right: -15px;
	}
	
	.register-now{
		padding-left: 0!important;
		padding-right: 0 !important;
	}
	.form-image {
    margin-top: 20px;
/*    margin-bottom: 20px;*/
    width: 100%;
	}
    
}
@media screen and (max-width: 981px) {
	.navbar{
/*		background: transparent !important;*/
        top: 0 !important;
        margin-bottom: 0px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
	}
    .sticky-head{
        top:0!important;
    }
    /*.border {
        padding-top: 16px !important;
    }*/
    h5.border {
    padding-top: 21px !important;
    margin-bottom: 20px;
    }
    .header-carousel .owl-carousel-item img, .header-carousel .owl-carousel-item {
    height: 70vh;
    }
    .banner-video {
    height: 70vh;
}
    .jwells a.btn{
        padding-top: 25px !important;
    }
    .navbar-brand {
        margin-left: 25px;
    }
    .fixed-top button {
    border-color: white !important;
    }
    .bi.bi-list{
        color: black !important;
        font-size: 35px;
    }
    .fixed-top .bi.bi-list{
        color: #000 !important
    }
    .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.55) !important;
        
    }
    .experience{
        background-image: url(../images/banner_experience.jpg) !important;
        background-size: cover;
    }
    .experience .col-md-6.p-0 img{
        display: none !important;
    }
    .experience img{
        width:100% !important;
        height: 90px;
    }
    .experience .ts-padding {
    padding: 0 !important;
    }
    p{
        font-size: 14px !important;
    }
    .navbar.fixed-top{
        background: #fff !important;
    }
    .owl-carousel-inner{
        top: 0 !important;
        text-align:center;
        left:0 !important;
    }
    div#about .col-md-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    .gallery-area .single-gallery {
    
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    div#flagship {
    margin-bottom: 0 !important;
    }
    div#about {
    margin-bottom: 0 !important;
    }
    .gallery-area .single-gallery video {
    width: 100%;
    height: 100%;
    }
    .owl-carousel .owl-stage {
    top: 0 !important;
    }
    .home-banners .owl-carousel .owl-item img{
        height: 80vh !important;
    }
    .services-area .single-services .services-caption .pera1 {
    display: none !important;
    }
    .services-area .single-services .services-caption .pera2 {
    display: block !important;
    }
    .services-area .single-services .services-caption{
        background: #459429 !important;
    transform: translateY(-40px) !important;
    -webkit-transition: all 0.4s ease-out 0s !important;
    -moz-transition: all 0.4s ease-out 0s !important;
    -ms-transition: all 0.4s ease-out 0s !important;
    -o-transition: all 0.4s ease-out 0s !important;
    transition: all 0.4s ease-out 0s !important;
    height: 265px;
    }
    .services-area .single-services .services-caption h3::before {
    background: #ffffff !important;
    }
    .services-area .single-services .services-caption h3 a {
        color: #fff !important;
    }
    .services-area .single-services .services-caption .pera1 {
        display: none !important;
    }
    .services-area .single-services .services-caption .pera2 {
        display: block !important;
        color: #fff !important;
    }
    .services-area .single-services {
    position: relative;
    margin-bottom: 155px !important;
    }
    .milestone{
        padding-top: 0 !important;
        margin-top:0 !important;
        position: relative;
        top: 80px;
        margin-bottom: 100px !important;
    }
    .section-tittle.text-center.mb-70 {
    margin-bottom: -97px;
    }
    .services-img {
    margin-top: 100px;
    position: relative;
    }
    .news-section .section-tittle {
    margin-bottom: 0px !important;
    }
    .power-sector, .join-us{
        padding-top: 0 !important;
    }
    .power-sector img{
        width: 100% !important;
    }

    .join-us {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .news-section {
        margin-top:50px !important;
        padding-bottom: 50px !important;
        padding-top: 20px !important;
    
    }
    .news-content {
        height: 210px !important;
    }
    .join-us video{
        margin-bottom: 20px !important;
    }
    /*section {
        margin-bottom: -40px !important;
    }*/
    .service-carousel .owl-item{
        padding: 0 20px !important;
    }
    .benefits-bg{
        padding: 0 !important;
        margin-bottom: 40px;
    }
    .benefits-inner .px-5{
        padding: 30px !important;
    }
    .service-item .service-text{
        top:-76px !important;
    }
    .pricing-table {
        height: 431px !important;
    }
    .pricing-table .col-md-7{
        margin-top: -91px !important;
    }
    .service-item img {
        margin-top: 0 !important;
        height: 400px !important;
    }
    .journey{
        margin-top: -10px;
    }
    .pricing-table .owl-carousel .owl-stage-outer{
        margin-top:-114px !important;
    }
    .pricing-text {
        height: 627px !important;
        margin-top: -72px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .hours-text {
        margin-left: 0 !important;
        position: relative;
        /*margin-top: 23px !important;*/
        margin-bottom: -23px !important;
    }
    .home-banners{
        top: 0 !important;
        margin-bottom: -44px !important;
    }
    .home-banners h3 {
        font-size: 30px !important;
    }
    .home-banners a{
            padding: 9px !important;
    font-size: 14px !important;
    margin-top: -5px !important;
    }
    .therapy-benefits{
        color: #000 !important;
    }
    .therapy-benefits .col-lg-5{
        min-height: 0 !important;
    }
    .therapy-benefits h1 {
    color: #000 !important;
    margin: 30px 0 25px !important;
    }
    
    .how-therapy-work{
       background-image: url(../uploads/cms/imgbg/bg1_21449.jpg);
        background-size: cover;
        margin-bottom: 40px;
        padding-right: 35px !important;
        padding-left: 35px !important;
    }
    .how-therapy-work .col-md-6.p-0 img{
        display: none;
    }
    .blog-detail-page{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .blog-list-page .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .blog-list-page h2{
        font-size: 20px !important;
    }
    .blog-detail-inner .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
    }

    .blog-detail-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        /* margin: 0 !important; */
    }
    .list-read-more{
        font-size: 16px !important;
    }
    .list-read-more i {
        font-size: 16px !important;
        top:1px !important;
    }
    .blog-detail-inner .blog-list{
        margin-bottom: 30px !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .blog-detail-inner .blog-list img{
        height: 100% !important;
    }
    .blog-connect-us {
    padding: 50px 0 !important;
    }
    .blog-connect-us h6 {
   font-size:30px !important;
    }
    .blog-list{
        margin-bottom: 0px !important;
    }
    .blog-detail-slider{
/*        margin-left: -40px;*/
/*        margin-right: -40px;*/
    }
    .other-events h5 {
    margin-top: 15px;
    }
    .other-events {
    margin-bottom: -10px;
    }
    .career .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: -35px !important;
    margin-bottom: 30px;
    }
    .events {
    padding-left: 35px !important;
    padding-right: 35px !important;
        margin-bottom: 30px;
    }
    .course-box {
        top: 0 !important;
        margin-bottom: 20px !important;
    }
    .courses-form h6{
        font-size: 25px !important;
    }
    #frmCourses input, form#frmCourses textarea {
    margin-bottom: 20px ;
    }
    .courses-form {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 0 !important;
    }
    .blog-desc-inner{
        padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .blog-desc-inner .container.px-3{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blog-page .container-fluid.px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .blog-page {
    padding-bottom: 15px !important;
    }

    .event-desc {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .event-desc .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    section.sec2bg.bg-acu1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
    }
    .therapy-head{
        padding-top: 30px !important;
    }
    .testimonial-section {
        margin-top: 625px !important;
        margin-bottom: -6px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
    }
    .fa-angle-down:before {
        float: right;
    }
    .navbar .dropdown-toggle::after {
        opacity: 0;
    }
    #admission{
        /*background-image: url(../images/bg3-mob.jpg) !important;*/
                margin-left: 15px !important;
        margin-right: 15px !important;
        margin-bottom: 40px !important;
    }
     #admission .col-lg-8{

        padding: 14px 20px 60px !important;
     }
     .admission-bg{
            padding: 28px !important; 
     }
     i.date-icon {
        top: -28px !important;
     }
     i.date-icon.fa-solid.fa-angle-down {
            top: -37px !important;
    }
    
     #footer .navbar-brand {
        margin-left: 0 !important;
    }
    #footer .col-sm-6 {
        margin-bottom: 10px !important;
    }
    .affiliate-content {
        margin-bottom: 20px;
    }
    footer#footer .col-lg-6 {
        margin-bottom: 37px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #btnnewsltr{
        width: 28% !important;
        font-size: 14px !important;
    }
    #footer .container-fluid {
     margin-bottom: -31px !important;
             padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer::after {
        background: transparent !important;
    }
     #admission .col-md-6:nth-child(4) {
        margin-top: 0;
    }
    .testimonial ul.slick-dots {
        text-align: center !important;
    }
	.navbar-brand img{
		width: 250px !important;
	}
    .home-banners h1{
        margin-top: -50px !important;
    }
    .home-banners .owl-dots span {
        width: 26px !important;
        height: 27px !important;
    }
    .home-banners .owl-dot.active {
        width: 42px !important;
        height: 27px !important;
    }
    .home-banners .owl-dots{
        top:-68px !important;
    }
	.enquiry-form {
    padding:0 25px 20px!important;
    }
    .contact{
    	padding-bottom: 20px !important;
    }
	.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: -23px !important;
	}
	#frmContactus .col-md-6.mb-3{
		margin-bottom: 0 !important;
	}
	.contact .get-touch{
		padding:0 !important;
	}
    .contact {
/*    padding-left: 40px !important;*/
/*    padding-right: 40px !important;*/
    padding-bottom: 50px !important;
    }
    .Philosphy li p {
    position: relative;
    left: -169px !important;
    margin-bottom: -20px !important;
    }
    .Philosphy svg {
        width: 10% !important;
    }
    .Philosphy .instagram{
        margin-left: 2px !important;
    }

    .contact iframe{
        width: 100% !important;
        padding-bottom: 30px;
    }
	.goog-te-gadget .goog-te-combo{
	top: -22px !important;
    left: -28px !important;
    font-size: 11px !important;
    padding: 6px !important;
	}
	.top-head{
		margin-top: 27px;
	}
    .jwells .row{
        --bs-gutter-y: 0rem !important;
    }
    .jwells h1{
        padding-right: 0 !important;
        padding-top: 20px !important;
        padding-left: 0 !important;
    }
    .feature-box img {
    margin-bottom: 6px;
    }
    .jwells p{
        padding-right: 0px !important;
        padding-left: 0 !important;
    }
    .order1{
        order:1;
           padding:112px 0 !important;
    }
    .display-6, .display-5{
        line-height: 1.4 !important;
    }
    .feature ul li {list-style-type: disc;}
    .feature .btn {
        padding-top: 25px !important;
    }
    .order2{
        order:2;
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    .core-values{
        padding-top: 0 !important;
    margin-top: 0 !important;
    }
    .core-values .col-12{
        padding-top: 0 !important;
    }
    .core-values .col-md-6.pb-5{
        padding-top: 0 !important;
    margin-top: 0 !important;
    }
    #newsltr{
        width: 100% !important;
    }
    
    .callback .col-lg-7{
        padding-left: 25px !important;
    padding-right: 25px !important;
    }
    .facts .col-sm-12{
        padding-left: 0 !important;
    padding-right: 0 !important;
    } 
	.contact-detail h2{
		margin-bottom: 20px;
	}
	.services-page .col-md-7 {
    margin: 0 !important;
	}
	.about-us {
        margin-top: -29px !important;
        margin-right: 15px;
        margin-left: 15px;
	}
    .about-us .about-center{
        margin-top: 30px;
        padding: 0 0 30px !important;
    }
    .healthcare-outer {
    width: 51% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
    .healthcare-outer h5 {
        margin: 25px 0 !important;
    }
    
    .Philosphy {
         padding: 30px 30px !important;
    }
    .Philosphy h3{
        margin-bottom: 7px !important;
    }
    .Philosphy .border-end {
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 12px !important;
    border-right: 0 !important;
    }
	.contact-detail {
    padding-top: 20px !important;
	}
	.arrow-right {
    left: -9px !important;
	}
	.carousel-control-prev {
    left: 55px !important;
	}
	.carousel-item{
		    height: 80vh !important;
    background-size: cover;
    background-position: center !important;
	}
	.navbar-nav .dropdown-menu {
    padding: 15px 0 0 !important;
	}
	.carousel {
    top: 0px !important;
	}
	.portfolio-container .col-md-4{
		padding-left: 15px !important;
        padding-right: 15px !important;
	}
	h2 {
    font-size: 24px !important;
	}
	.pdf-file{
		top: -14px !important;
    font-size: 12px !important;
    left: 0 !important;
	}
	.apply-now .col-lg-12{
		padding: 0 !important;
	}
	.form-group{
		margin-bottom: 0 !important;
	}
	.apply-now h2 {
    color: gray;
    margin-bottom: 26px !important;
	}
	.pg-services .sec2bg{
		margin-top: -59px !important;
	}
	a.login.text-primary{
		margin-left: 19px !important;
	}
	h2.slide-title.title-light{
		line-height: 34.5px !important;
		    font-size: 28px !important;
	}
	h2.slide-title.title-light.text-end, h3.slide-sub-title.text-end, p.slider-description.lead.text-end, .carousel-caption p.text-end{
/*		right: 0 !important;*/
    position: relative;
/*    text-align: center !important;*/
/*    left: 0 !important;*/
	}
	h3.slide-sub-title{
		font-size: 32px !important;
		margin: 12px 0 -17px !important;
        line-height: 32px !important;
	}
	.intro{
		padding-top:40px !important;
        margin-bottom: -40px;
        height: 931px !important;
        background-image: unset !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
	}
    .intro .container{
        padding-left: 0 !important;
        padding-right:0 !important;
     }
     .profession-caption {
        padding-right: 15px !important;
        margin-top: -858px !important;
        padding-left: 15px !important;
    }
    .profession-caption .profession-details {
    background: #e1e1e1;
    padding: 30px !important;
    margin-bottom: 20px !important;
    }
    .btn3 {
    width: 100%;
    padding: 40px 0 !important;
    font-size: 14px !important;
    }
    .extra-space {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    }
    .energy-videos {
    width: 100% !important;
    margin-bottom: 20px;
    }
	.social-link .navbar-nav {
    display: flex;
    flex-direction: row !important;
	}
	.social-link ul.navbar-nav > li:last-child a{
	padding-left: 0 !important;
	}
	.social-link{
		position: relative;
    	top: -36px;
	}
	.parent-login{
		    margin-left: 6px !important;
	}
	p.slider-description.lead{
		font-size: 18px !important;
	}
	.carousel-caption{
		top:35px !important;
	}
	a.login.text-primary.parent-login {
    position: relative;
    left: -15px;
	}
	.copyright p{
		text-align: center !important;
        margin-top: 15px;
	}
	.services-1-wrap .service-1{
		border-right: 1px solid #efefef !important;
	}
	.bg-black.quote-form-wrap.wrap.text-white{
		padding: 2rem !important;
	}
	.apply_btn button#btnSendmail{
		width: 100% !important;
		font-size: 12px !important;
	}
	form#frmReach .col-md-12 {
    padding: 0 !important;
	}
	.admission_inner .col-lg-5, .admission_inner .col-lg-7{
		padding: 0 !important;
	}
	.assessment .card{
		margin-top: 20px !important;
	}
	.card-body a{
		width: 70% !important;
	}
	.assessment h2 {
    padding-bottom: 0 !important;
	}
}