html {
    scroll-behavior: smooth;
}
/* custom scroll bar */

/* width */
::-webkit-scrollbar{
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track{
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb{
    background: #a7a7a7;
    border-radius: 8px;
    height: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
  background: var(--theme-color); 
}
a{
	text-decoration: none !important;
}
:root{
    --theme-color: #01803b;
}
.kingster-page-title-wrap {
	background-image: url(../upload/department-detailspage.jpg);
}
.result-page{
	background-image: url(../upload/results_brcp.jpg);
}
.kingster-header-wrap.kingster-header-style-plain {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.kingster-top-bar-right-button {
	padding-bottom: 19px;
	margin-bottom: -19px;
}

.kingster-body h1, .kingster-body h2, .kingster-body h3, .kingster-body h4, .kingster-body h5, .kingster-body h6 {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 700;
}

#poststuff .gdlr-core-page-builder-body h2 {
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 700;
}

#poststuff .gdlr-core-page-builder-body h1 {
	padding: 0px;
	font-weight: 700;
}

.gdlr-core-button, .kingster-button,
input[type="button"], input[type="submit"], input[type="reset"] {
	text-transform: none;
	font-weight: 700;
}

input, textarea {
	border-bottom-width: 1px;
}

.gdlr-core-twitter-item {
	position: relative;
}

.gdlr-core-twitter-item .gdlr-core-block-item-title-nav {
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	font-size: 20px;
	z-index: 1;
}

.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a {
	font-size: 20px;
}

.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a.flex-prev i:before {
	content: "\f177";
	font-family: fontAwesome;
}

.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a.flex-next i:before {
	content: "\f178";
	font-family: fontAwesome;
	margin-left: 10px;
}

.gdlr-core-twitter-item .gdlr-core-flexslider li:before {
	content: "\f099";
	float: left;
	font-size: 24px;
	line-height: 25px;
	font-family: fontAwesome;
	margin-right: 25px;
}

.gdlr-core-twitter-item .gdlr-core-flexslider li .gdlr-core-twitter-item-list {
	overflow: hidden;
	padding-right: 80px;
}

.gdlr-core-twitter-item .gdlr-core-flexslider .gdlr-core-twitter-item-list-date {
	display: inline;
}

.gdlr-core-twitter-item .gdlr-core-flexslider .gdlr-core-twitter-item-list-content {
	margin-right: 12px;
}

.gdlr-core-twitter-item .gdlr-core-twitter-item-list-content {
	font-size: 14px;
}
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

.gdlr-core-tab-item .gdlr-core-tab-item-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
	font-family: "Viga", sans-serif;
	text-transform: uppercase;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title {
	border: 0px;
	margin-left: 0px;
	padding: 24px 40px 24px;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active {
	margin-bottom: 0px;
	padding: 24px 40px 24px;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap {
	border: 0px;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content {
	padding: 67px 59px 45px;
	background-repeat: no-repeat;
}

.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap {
	width: 30%;
	height: 1px;
	float: left;
}

.gdlr-core-tab-item .gdlr-core-tab-item-image {
	opacity: 0;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

.gdlr-core-tab-item .gdlr-core-tab-item-image.gdlr-core-active {
	opacity: 1;
	position: relative;
	z-index: 0;
}

.gdlr-core-tab-item .gdlr-core-tab-item-image i {
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 50%;
	width: 84px;
	text-align: center;
	padding: 27px 0px 27px 8px;
	margin-top: -42px;
	margin-left: -42px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.gdlr-core-tab-item .gdlr-core-tab-item-wrap {
	overflow: hidden;
}

.gdlr-core-tab-item .gdlr-core-tab-item-image-background {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content {
	font-style: normal;
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author {
	font-style: normal;
}

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author:before {
	display: none;
}

.gdlr-core-blockquote-item.gdlr-core-left-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-right-align .gdlr-core-blockquote-item-quote {
	float: none;
}

.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-quote {
	height: 48px;
}

.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-quote {
	height: 56px;
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-quote {
	font-size: 170px;
	height: 82px;
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-content {
	font-size: 21px;
	font-weight: bold;
}

.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-author {
	font-size: 18px;
}

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote {
	margin-bottom: 0px;
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title,
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
	padding: 25px 25px 23px;
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before {
	font-size: 24px;
}

.gdlr-core-title-item .gdlr-core-title-item-link {
	font-size: 14px;
}

.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-title {
	float: left;
}

.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-divider {
	position: static;
	overflow: hidden;
	padding-top: 0.6em;
	margin-top: 0px;
}

.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link,
.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link {
	position: static;
	margin-top: 8px;
	line-height: 1.7;
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-bottom {
	margin-top: 10px;
}

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more {
	margin-top: 8px;
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-bottom {
	margin-top: 10px;
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-read-more {
	margin-top: 8px;
	display: inline-block;
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title {
	float: left;
	margin-right: 30px;
}

.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title-divider {
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 0.6em;
}

.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-head {
	margin-bottom: 20px;
}

.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-title {
	font-size: 34px;
	margin-bottom: 7px;
}

.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-position {
	font-size: 20px;
	margin-bottom: 7px;
}

.gdlr-core-personnel-info-item .kingster-personnel-info-list {
	font-size: 17px;
	margin-bottom: 12px;
}

.gdlr-core-personnel-info-item .kingster-personnel-info-list.kingster-type-social-shortcode {
	margin-bottom: 22px;
}

.gdlr-core-personnel-info-item .kingster-personnel-info-list-icon {
	font-size: 16px;
	width: 20px;
	margin-right: 12px;
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-title {
	margin-bottom: 4px;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 0px;
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-position {
	font-size: 16px;
	font-weight: 600;
}

.gdlr-core-personnel-item .gdlr-core-personnel-info {
	margin-top: 20px;
}

.gdlr-core-personnel-item .gdlr-core-personnel-list-button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.gdlr-core-personnel-item .kingster-personnel-info-list {
	font-size: 16px;
	margin-bottom: 6px;
}

.gdlr-core-personnel-item .kingster-personnel-info-list.kingster-type-social-shortcode {
	margin-bottom: 22px;
}

.gdlr-core-personnel-item .kingster-personnel-info-list-icon {
	font-size: 15px;
	width: 20px;
	margin-right: 12px;
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social,
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-social,
.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social {
	margin-top: 0px;
	margin-bottom: 10px;
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
	padding: 35px 40px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.gdlr-core-blog-info-wrapper .gdlr-core-head {
	vertical-align: baseline;
	margin-right: 7px;
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
	font-size: 13px;
	font-weight: 600;
	margin-right: 12px;
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:before {
	content: "/";
	margin-right: 12px;
}

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:first-child:before {
	display: none;
}

.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
	padding-top: 0px;
	border: none;
	margin-bottom: 6px;
}

.gdlr-core-blog-grid .gdlr-core-blog-thumbnail {
	border-radius: 3px;
}

.gdlr-core-blog-grid-with-frame .gdlr-core-blog-thumbnail {
	border-radius: 3px 3px 0px 0px;
}

.gdlr-core-blog-widget {
	padding-top: 0px;
	border: none;
	margin-bottom: 30px;
}

.gdlr-core-blog-widget .gdlr-core-blog-thumbnail {
	max-width: 80px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gdlr-core-blog-widget .gdlr-core-blog-info-wrapper {
	margin-bottom: 6px;
}

.gdlr-core-blog-widget .gdlr-core-blog-title {
	margin-bottom: 0px;
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list {
	font-size: 16px;
	margin-top: -18px;
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a {
	padding-left: 0px;
	border: none;
	font-weight: 400;
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:before {
	margin-left: 0px;
	opacity: 1;
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap {
	font-size: 13px;
}

.gdlr-core-event-item .gdlr-core-event-item-info-wrap .gdlr-core-head {
	margin-right: 10px;
}

.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
	white-space: nowrap;
	margin-right: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}

.gdlr-core-type-start-date-month .gdlr-core-date {
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	display: block;
}

.gdlr-core-type-start-date-month .gdlr-core-month {
	font-size: 16px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.gdlr-core-event-item-list.gdlr-core-style-widget {
	margin-bottom: 25px;
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title {
	font-size: 18px;
	margin-bottom: 14px;
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-content-wrap {
	overflow: hidden;
}

.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-info {
	margin-bottom: 2px;
	margin-right: 20px;
}

.gdlr-core-event-item-list.gdlr-core-style-grid {
	margin-bottom: 35px;
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-thumbnail {
	margin-bottom: 28px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-title {
	font-size: 19px;
	margin-bottom: 14px;
	font-weight: 700;
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-content-wrap {
	overflow: hidden;
}

.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info {
	display: block;
	margin-bottom: 2px;
}

@media only screen and (max-width: 1260px) {

	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active,
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title {
		padding: 20px 25px 16px;
	}

	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content {
		padding: 25px 25px;
	}
}

@media only screen and (max-width: 999px) {
	.gdlr-core-twitter-item .gdlr-core-flexslider li .gdlr-core-twitter-item-list {
		padding-right: 0px;
	}

	.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap {
		display: none;
		float: none;
		width: auto;
		height: 300px !important;
	}
}

@media only screen and (max-width: 767px) {
	.gdlr-core-tab-item .gdlr-core-tab-item-title {
		font-size: 13px;
		font-weight: 600;
	}

	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	body .gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active {
		background: transparent;
	}

	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title,
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active {
		padding: 15px 9px;
	}
}


body .gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote {
	font-size: 80px;
	margin-bottom: -25px;
}

body .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
	font-size: 14px;
}

.gdlr-core-sidebar-item .textwidget .gdlr-core-button-full-width {
	display: block;
	margin-right: 0 !important;
	text-align: center;
}

body .gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title {
	font-size: 17px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0px;
}

body .gdlr-core-button {
	letter-spacing: 0;
}

body .gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-submit input[type="submit"] {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	padding: 17px 19px;
	letter-spacing: 0;
}

body .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
	font-weight: 700;
}

body .gdlr-core-icon-pos-right.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title {
	padding: 25px 25px 25px 30px;
}

body .gdlr-core-blog-grid .gdlr-core-blog-title {
	font-size: 19px;
}

body .gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email input[type="email"] {
	font-size: 14px;
	padding: 18px 20px;
}

body .gdlr-core-social-network-item .gdlr-core-social-network-icon {
	font-size: 19px;
}

body .gdlr-core-button {
	font-size: 15px;
}

body.kingster-boxed .kingster-body-wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
}

.kingster-body-wrapper.kingster-with-frame, body.kingster-full .kingster-fixed-footer {
	margin: 0px;
}

.kingster-body-background {
	opacity: 1;
}

.kingster-background-pattern .kingster-body-outer-wrapper {
	background-image: url(../../../../demo.goodlayers.com/kingster/wp-content/plugins/goodlayers-core/include/images/pattern/pattern-1.png);
}

.kingster-item-pdlr, .gdlr-core-item-pdlr {
	padding-left: 20px;
	padding-right: 20px;
}

.kingster-item-rvpdlr, .gdlr-core-item-rvpdlr {
	margin-left: -20px;
	margin-right: -20px;
}

.gdlr-core-metro-rvpdlr {
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-left: -20px;
}

.kingster-item-mglr, .gdlr-core-item-mglr, .kingster-navigation .sf-menu>.kingster-mega-menu .sf-mega, .sf-menu.kingster-top-bar-menu>.kingster-mega-menu .sf-mega {
	margin-left: 20px;
	margin-right: 20px;
}

.kingster-body .gdlr-core-personnel-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-hover-box-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-blog-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport {
	padding-top: 20px;
	margin-top: -20px;
	padding-right: 20px;
	margin-right: -20px;
	padding-left: 20px;
	margin-left: -20px;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.gdlr-core-twitter-item .gdlr-core-block-item-title-nav {
	margin-right: 20px;
}

.kingster-container, .gdlr-core-container, body.kingster-boxed .kingster-body-wrapper, body.kingster-boxed .kingster-fixed-footer .kingster-footer-wrapper, body.kingster-boxed .kingster-fixed-footer .kingster-copyright-wrapper {
	max-width: 1360px;
}

.kingster-body-front .gdlr-core-container, .kingster-body-front .kingster-container {
	padding-left: 20px;
	padding-right: 20px;
}

.kingster-body-front .kingster-container .kingster-container, .kingster-body-front .kingster-container .gdlr-core-container, .kingster-body-front .gdlr-core-container .gdlr-core-container {
	padding-left: 0px;
	padding-right: 0px;
}

.kingster-top-bar-container.kingster-top-bar-custom-container {
	max-width: 1140px;
}

.kingster-top-bar-container.kingster-top-bar-full {
	padding-right: 15px;
	padding-left: 15px;
}

.kingster-top-bar {
	padding-top: 18px;
}

.kingster-top-bar-right-button {
	padding-top: 18px;
	margin-top: -18px;
}

.kingster-top-bar {
	padding-bottom: 18px;
}

.kingster-top-bar .kingster-top-bar-menu>li>a {
	padding-bottom: 18px;
}

.sf-menu.kingster-top-bar-menu>.kingster-mega-menu .sf-mega, .sf-menu.kingster-top-bar-menu>.kingster-normal-menu ul {
	margin-top: 18px;
}

.kingster-top-bar {
	font-size: 15px;
}

.kingster-top-bar {
	border-bottom-width: 0px;
}

.kingster-header-style-plain {
	border-bottom-width: 0px;
}

.kingster-header-background-transparent .kingster-top-bar-background {
	opacity: 0.5;
}

.kingster-header-background-transparent .kingster-header-background {
	opacity: 0.5;
}

.kingster-navigation-bar-wrap.kingster-style-transparent .kingster-navigation-background {
	opacity: 0.5;
}

.kingster-header-boxed-wrap .kingster-top-bar-background {
	opacity: 0;
}

.kingster-header-boxed-wrap .kingster-top-bar-background {
	margin-bottom: -0px;
}

.kingster-header-style-boxed {
	margin-top: 0px;
}

.kingster-header-container.kingster-header-custom-container {
	max-width: 1140px;
}

.kingster-header-container.kingster-header-full {
	padding-right: 15px;
	padding-left: 15px;
}

.kingster-header-boxed-wrap .kingster-header-background {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.kingster-header-style-boxed .kingster-header-container-item {
	padding-left: 30px;
	padding-right: 30px;
}

.kingster-navigation-right {
	right: 30px;
}

.kingster-navigation-left {
	left: 30px;
}

.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation .sf-menu>li>a {
	padding-top: 0px;
}

.kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-left-wrap, .kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-right-wrap {
	padding-top: 0px;
}

.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-navigation .sf-menu>li>a {
	padding-top: 0px;
}

.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-left-wrap, .kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-right-wrap {
	padding-top: 0px;
}

.kingster-navigation .sf-menu>li {
	padding-left: 18px;
	padding-right: 18px;
}

.kingster-navigation .kingster-main-menu {
	margin-left: 0px;
}

.kingster-header-side-nav {
	width: 340px;
}

.kingster-header-side-content.kingster-style-left {
	margin-left: 340px;
}

.kingster-header-side-content.kingster-style-right {
	margin-right: 340px;
}

.kingster-header-side-nav.kingster-style-side {
	padding-left: 70px;
	padding-right: 70px;
}

.kingster-header-side-nav.kingster-style-left .sf-vertical>li>ul.sub-menu {
	padding-left: 70px;
}

.kingster-header-side-nav.kingster-style-right .sf-vertical>li>ul.sub-menu {
	padding-right: 70px;
}

.kingster-navigation .sf-vertical>li {
	padding-top: 16px;
	padding-bottom: 16px;
}

.kingster-header-style-bar .kingster-logo-right-text {
	padding-top: 30px;
}

.kingster-logo {
	padding-top: 24px;
}

.kingster-logo {
	padding-bottom: 28px;
}

.kingster-logo-inner {
	max-width: 330px;
}

@media only screen and (max-width: 1260px) {
	.kingster-mobile-header .kingster-logo-inner {
		max-width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.kingster-mobile-header .kingster-logo-inner {
		max-width: 180px;
	}
}

.kingster-navigation {
	padding-top: 44px;
}

.kingster-navigation-top {
	top: 37px;
}

.kingster-navigation .sf-menu>li>a {
	padding-bottom: 42px;
}

.kingster-navigation .kingster-main-menu {
	padding-right: 0px;
}

.kingster-main-menu-right-wrap {
	margin-top: 6px;
}

.kingster-fixed-navigation.kingster-style-slide .kingster-logo-inner img {
	max-height: none !important;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo-inner, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo-inner {
	max-width: 220px;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo {
	padding-top: 23px;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo {
	padding-bottom: 20px;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation {
	padding-top: 29px;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation-top, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation-top {
	top: 30px;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation .sf-menu>li>a, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation .sf-menu>li>a {
	padding-bottom: 28px;
}

.kingster-breadcrumbs {
	padding-top: 25px;
}

.kingster-breadcrumbs {
	padding-bottom: 25px;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-title-content {
	padding-top: 60px;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-title-content {
	padding-bottom: 60px;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption {
	margin-bottom: 4px;
}

.kingster-page-title-wrap .kingster-page-title {
	text-transform: none;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-title {
	font-size: 43px;
}

.kingster-page-title-wrap .kingster-page-title {
	font-weight: 700;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-title {
	letter-spacing: 0px;
}

.kingster-page-title-wrap .kingster-page-caption {
	text-transform: none;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption {
	font-size: 21px;
}

.kingster-page-title-wrap .kingster-page-caption {
	font-weight: 400;
}

.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption {
	letter-spacing: 0px;
}

.kingster-page-title-wrap .kingster-page-title-top-gradient {
	height: 413px;
}

.kingster-page-title-wrap .kingster-page-title-bottom-gradient {
	height: 413px;
}

.kingster-page-title-wrap .kingster-page-title-overlay {
	opacity: 0;
}

.kingster-not-found-wrap .kingster-not-found-background {
	opacity: 0.27;
}

.kingster-blog-title-wrap.kingster-style-custom .kingster-blog-title-content {
	padding-top: 93px;
}

.kingster-blog-title-wrap.kingster-style-custom .kingster-blog-title-content {
	padding-bottom: 87px;
}

.kingster-blog-title-wrap {
	background-image: url(../upload/page-title.jpg);
}

.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay {
	height: 242px;
}

.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay {
	height: 333px;
}

.kingster-blog-title-wrap .kingster-blog-title-overlay {
	opacity: 0.25;
}

body.single-post .kingster-sidebar-style-none, body.blog .kingster-sidebar-style-none, .kingster-blog-style-2 .kingster-comment-content {
	max-width: 900px;
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon {
	font-size: 22px;
}

.kingster-footer-wrapper {
	padding-top: 70px;
}

.kingster-footer-wrapper {
	padding-bottom: 50px;
}

.kingster-copyright-container {
	padding-top: 20px;
}

.kingster-copyright-container {
	padding-bottom: 20px;
}

.kingster-body h1, .kingster-body h2, .kingster-body h3, .kingster-body h4, .kingster-body h5, .kingster-body h6, .kingster-body .kingster-title-font, .kingster-body .gdlr-core-title-font {
	font-family: "Lato", sans-serif;
}

.woocommerce-breadcrumb, .woocommerce span.onsale, .single-product.woocommerce div.product p.price .woocommerce-Price-amount, .single-product.woocommerce #review_form #respond label {
	font-family: "Lato", sans-serif;
}

.kingster-navigation .sf-menu>li>a, .kingster-navigation .sf-vertical>li>a, .kingster-navigation-font {
	font-family: "Roboto", sans-serif;
}

.kingster-body, .kingster-body .gdlr-core-content-font, .kingster-body input, .kingster-body textarea, .kingster-body button, .kingster-body select, .kingster-body .kingster-content-font, .gdlr-core-audio .mejs-container * {
	font-family: "Lato", sans-serif;
}

.kingster-body .gdlr-core-info-font, .kingster-body .kingster-info-font {
	font-family: "Lato", sans-serif;
}

.kingster-body .gdlr-core-blog-info-font, .kingster-body .kingster-blog-info-font {
	font-family: "Lato", sans-serif;
}

.kingster-body .gdlr-core-quote-font, blockquote {
	font-family: "ABeeZee", sans-serif;
}

.kingster-body .gdlr-core-testimonial-content {
	font-family: "Lato", sans-serif;
}

.kingster-body h1 {
	font-size: 52px;
}

.kingster-body h2, #poststuff .gdlr-core-page-builder-body h2 {
	font-size: 48px;
}

.kingster-body h3 {
	font-size: 36px;
}

.kingster-body h4 {
	font-size: 28px;
}

.kingster-body h5 {
	font-size: 22px;
}

.kingster-body h6 {
	font-size: 18px;
}

.kingster-body {
	font-size: 16px;
}

.kingster-body, .kingster-body p, .kingster-line-height, .gdlr-core-line-height {
	line-height: 1.7;
}

.kingster-navigation .sf-menu>li>a, .kingster-navigation .sf-vertical>li>a {
	font-size: 16px;
}

.kingster-navigation .sf-menu>li>a, .kingster-navigation .sf-vertical>li>a {
	font-weight: 500;
}

.kingster-navigation .sf-menu>li>a, .kingster-navigation .sf-vertical>li>a {
	text-transform: none;
}

.kingster-main-menu-right-button {
	font-size: 11px;
}

.kingster-main-menu-right-button {
	text-transform: uppercase;
}

.kingster-sidebar-area .kingster-widget-title {
	font-size: 16px;
}

.kingster-sidebar-area .kingster-widget-title {
	font-weight: 600;
}

.kingster-sidebar-area .kingster-widget-title {
	letter-spacing: 0px;
}

.kingster-sidebar-area .kingster-widget-title {
	text-transform: none;
}

.kingster-footer-wrapper .kingster-widget-title {
	font-size: 17px;
}

.kingster-footer-wrapper .kingster-widget-title {
	font-weight: 700;
}

.kingster-footer-wrapper .kingster-widget-title {
	letter-spacing: 0px;
}

.kingster-footer-wrapper .kingster-widget-title {
	text-transform: none;
}

.kingster-footer-wrapper {
	font-size: 16px;
}

.kingster-footer-wrapper .widget_text {
	text-transform: none;
}

.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right {
	font-size: 15px;
}

.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right {
	font-weight: 400;
}

.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right {
	letter-spacing: 0px;
}

.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right {
	text-transform: none;
}

.kingster-top-bar-background {
	background-color: #5d5d5d;
}

.kingster-body .kingster-top-bar {
	border-bottom-color: #ffffff;
}

.kingster-top-bar {
	color: #ffffff;
}

.kingster-body .kingster-top-bar a {
	color: #ffffff;
}

.kingster-body .kingster-top-bar a:hover {
	color: #ffffff;
}

.kingster-body .kingster-top-bar .kingster-top-bar-right-button {
	/* background-color: #0000004d; */
	background-color: var(--theme-color);
}

.kingster-top-bar .kingster-top-bar-right-social a {
	color: #ffffff;
}

.kingster-top-bar .kingster-top-bar-right-social a:hover {
	color: #3db166;
}

.kingster-header-background, .kingster-sticky-menu-placeholder, .kingster-header-style-boxed.kingster-fixed-navigation {
	background-color: #ffffff;
}

.kingster-header-wrap.kingster-header-style-plain {
	border-color: #e8e8e8;
}

.kingster-header-side-nav.kingster-style-side-toggle .kingster-logo {
	background-color: #ffffff;
}

.kingster-top-menu-button i, .kingster-mobile-menu-button i {
	color: #333333;
}

.kingster-mobile-button-hamburger:before, .kingster-mobile-button-hamburger:after, .kingster-mobile-button-hamburger span {
	background: #333333;
}

.kingster-main-menu-right .kingster-top-menu-button, .kingster-mobile-menu .kingster-mobile-menu-button {
	border-color: #333333;
}

.kingster-top-search-wrap {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.88);
}

.kingster-top-cart-content-wrap .kingster-top-cart-content {
	background-color: #232323;
}

.kingster-top-cart-content-wrap .kingster-top-cart-content span, .kingster-top-cart-content-wrap .kingster-top-cart-content span.woocommerce-Price-amount.amount {
	color: #b5b5b5;
}

.kingster-top-cart-content-wrap .kingster-top-cart-button, .kingster-top-cart-content-wrap .kingster-top-cart-button:hover {
	color: #ffffff;
}

.kingster-top-cart-content-wrap .kingster-top-cart-checkout-button, .kingster-top-cart-content-wrap .kingster-top-cart-checkout-button:hover {
	color: #3db166;
}

.kingster-body .kingster-breadcrumbs, .kingster-body .kingster-breadcrumbs a span, .gdlr-core-breadcrumbs-item, .gdlr-core-breadcrumbs-item a span {
	color: #a0a0a0;
}

.kingster-body .kingster-breadcrumbs span, .kingster-body .kingster-breadcrumbs a:hover span, .gdlr-core-breadcrumbs-item span, .gdlr-core-breadcrumbs-item a:hover span {
	color: var(--theme-color);
}

.kingster-navigation-background {
	background-color: #f4f4f4;
}

.kingster-navigation-bar-wrap {
	border-color: #e8e8e8;
}

.kingster-navigation .kingster-navigation-slide-bar {
	border-color: #3db166;
}

.kingster-navigation .kingster-navigation-slide-bar:before {
	border-bottom-color: #3db166;
}

.sf-menu>li>a, .sf-vertical>li>a {
	color: #000000;
}

.sf-menu>li>a:hover, .sf-menu>li.current-menu-item>a, .sf-menu>li.current-menu-ancestor>a, .sf-vertical>li>a:hover, .sf-vertical>li.current-menu-item>a, .sf-vertical>li.current-menu-ancestor>a {
	color: var(--theme-color);
}

.sf-menu>.kingster-normal-menu li, .sf-menu>.kingster-mega-menu>.sf-mega, .sf-vertical ul.sub-menu li, ul.sf-menu>.menu-item-language li {
	background-color: #eeeeee;
}

.sf-menu>li>.sub-menu a, .sf-menu>.kingster-mega-menu>.sf-mega a, .sf-vertical ul.sub-menu li a {
	color: #585858;
}

.sf-menu>li>.sub-menu a:hover, .sf-menu>li>.sub-menu .current-menu-item>a, .sf-menu>li>.sub-menu .current-menu-ancestor>a, .sf-menu>.kingster-mega-menu>.sf-mega a:hover, .sf-menu>.kingster-mega-menu>.sf-mega .current-menu-item>a, .sf-vertical>li>.sub-menu a:hover, .sf-vertical>li>.sub-menu .current-menu-item>a, .sf-vertical>li>.sub-menu .current-menu-ancestor>a {
	color: #223c6c;
}

.sf-menu>li>.sub-menu a:hover, .sf-menu>li>.sub-menu .current-menu-item>a, .sf-menu>li>.sub-menu .current-menu-ancestor>a, .sf-menu>.kingster-mega-menu>.sf-mega a:hover, .sf-menu>.kingster-mega-menu>.sf-mega .current-menu-item>a, .sf-vertical>li>.sub-menu a:hover, .sf-vertical>li>.sub-menu .current-menu-item>a, .sf-vertical>li>.sub-menu .current-menu-ancestor>a {
	background-color: #eeeeee;
}

.kingster-navigation .sf-menu>.kingster-mega-menu .sf-mega-section-inner>a {
	color: #192f59;
}

.kingster-navigation .sf-menu>.kingster-mega-menu .sf-mega-section {
	border-color: #dddddd;
}

.mm-navbar .mm-title, .mm-navbar .mm-btn, ul.mm-listview li>a, ul.mm-listview li>span {
	color: #979797;
}

ul.mm-listview li a {
	border-color: #979797;
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
	border-color: #979797;
}

.mm-navbar .mm-title:hover, .mm-navbar .mm-btn:hover, ul.mm-listview li a:hover, ul.mm-listview li>span:hover, ul.mm-listview li.current-menu-item>a, ul.mm-listview li.current-menu-ancestor>a, ul.mm-listview li.current-menu-ancestor>span {
	color: #ffffff;
}

.mm-menu {
	background-color: #1f1f1f;
}

ul.mm-listview li {
	border-color: #626262;
}

.kingster-overlay-menu-content {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.88);
}

.kingster-overlay-menu-content ul.menu>li, .kingster-overlay-menu-content ul.sub-menu ul.sub-menu {
	border-color: #424242;
}

.kingster-overlay-menu-content ul li a, .kingster-overlay-menu-content .kingster-overlay-menu-close {
	color: #ffffff;
}

.kingster-overlay-menu-content ul li a:hover {
	color: #a8a8a8;
}

.kingster-bullet-anchor a:before {
	background-color: #777777;
}

.kingster-bullet-anchor a:hover, .kingster-bullet-anchor a.current-menu-item {
	border-color: #ffffff;
}

.kingster-bullet-anchor a:hover:before, .kingster-bullet-anchor a.current-menu-item:before {
	background: #ffffff;
}

.kingster-main-menu-search i, .kingster-main-menu-cart i {
	color: #192f59;
}

.kingster-main-menu-cart>.kingster-top-cart-count {
	background-color: #3db166;
}

.kingster-main-menu-cart>.kingster-top-cart-count {
	color: #ffffff;
}

.kingster-body .kingster-main-menu-right-button {
	color: #333333;
}

.kingster-body .kingster-main-menu-right-button:hover {
	color: #555555;
}

.kingster-body .kingster-main-menu-right-button {
	background-color: #192f59;
}

.kingster-body .kingster-main-menu-right-button:hover {
	background-color: #1c4c72;
}

.kingster-body .kingster-main-menu-right-button {
	border-color: #333333;
}

.kingster-body .kingster-main-menu-right-button:hover {
	border-color: #555555;
}

.kingster-page-preload {
	background-color: #ffffff;
}

.kingster-body-outer-wrapper, body.kingster-full .kingster-body-wrapper, .kingster-header-side-content {
	background-color: #ffffff;
}

body.kingster-boxed .kingster-body-wrapper, .gdlr-core-page-builder .gdlr-core-page-builder-body.gdlr-core-pb-livemode {
	background-color: #ffffff;
}

.kingster-page-title-wrap .kingster-page-title {
	color: #ffffff;
}

.kingster-page-title-wrap .kingster-page-caption {
	color: #96d5d7;
}

.kingster-page-title-wrap .kingster-page-caption .woocommerce-breadcrumb, .kingster-page-title-wrap .kingster-page-caption .woocommerce-breadcrumb a {
	color: var(--theme-color);
}

.kingster-page-title-wrap .kingster-page-title-event-time, .kingster-page-title-wrap .kingster-page-title-event-link a, .kingster-page-title-wrap .kingster-page-title-event-link a:hover {
	color: #3db166;
}

.kingster-page-title-wrap .kingster-page-title-overlay {
	background-color: #ffffff;
}

.kingster-page-title-wrap .kingster-page-title-top-gradient {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.kingster-page-title-wrap .kingster-page-title-bottom-gradient {
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.kingster-body, .kingster-body span.wpcf7-not-valid-tip {
	color: #6b6b6b;
}

.kingster-body h1, .kingster-body h2, .kingster-body h3, .kingster-body h4, .kingster-body h5, .kingster-body h6 {
	color: #161616;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_table th, .single-product.woocommerce div.product .product_meta .kingster-head {
	color: #161616;
}

.kingster-body a {
	color: #545454;
}

.kingster-body a:hover {
	color: #60c988;
}

.kingster-body * {
	border-color: #e6e6e6;
}

.kingster-body .gdlr-core-portfolio-single-nav-wrap {
	border-color: #e6e6e6;
}

.gdlr-core-columnize-item .gdlr-core-columnize-item-content {
	column-rule-color: #e6e6e6;
	-moz-column-rule-color: #e6e6e6;
	-webkit-column-rule-color: #e6e6e6;
}

.kingster-body input, .wpcf7 select, .kingster-body textarea {
	background-color: #ffff;
}

.kingster-body input, .wpcf7 select, .kingster-body textarea {
	border-color: #d7d7d7;
}

.kingster-body input, .wpcf7 select, .kingster-body textarea {
	color: rgb(0, 0, 0);
}

.kingster-body ::-webkit-input-placeholder {
	color: #5e5e5e;
}

.kingster-body ::-moz-placeholder {
	color: #5e5e5e;
}

.kingster-body :-ms-input-placeholder {
	color: #5e5e5e;
}

.kingster-body :-moz-placeholder {
	color: #5e5e5e;
}

.kingster-not-found-wrap {
	background-color: #23618e;
}

.kingster-not-found-wrap .kingster-not-found-head {
	color: #ffffff;
}

.kingster-not-found-wrap .kingster-not-found-title {
	color: #ffffff;
}

.kingster-not-found-wrap .kingster-not-found-caption {
	color: #c3e7ff;
}

.kingster-not-found-wrap form.search-form input.search-field {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4)
}

.kingster-not-found-wrap form.search-form input.search-field, .kingster-not-found-wrap .kingster-top-search-submit {
	color: #ffffff;
}

.kingster-not-found-wrap input::-webkit-input-placeholder {
	color: #ffffff;
}

.kingster-not-found-wrap input:-moz-placeholder {
	color: #ffffff;
}

.kingster-not-found-wrap input::-moz-placeholder {
	color: #ffffff;
}

.kingster-not-found-wrap input:-ms-input-placeholder {
	color: #ffffff;
}

.kingster-not-found-wrap .kingster-not-found-back-to-home a, .kingster-not-found-wrap .kingster-not-found-back-to-home a:hover {
	color: #ffffff;
}

.kingster-sidebar-area .kingster-widget-title {
	color: #383838;
}

.kingster-sidebar-area .kingster-widget-title {
	background-color: #ededed;
}

.kingster-sidebar-area .kingster-widget-title {
	border-bottom-color: #3db166;
}

.kingster-sidebar-area a {
	color: #8c8c8c;
}

.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_pages ul li:before, .widget_rss ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before, .widget_meta ul li:before {
	color: #8c8c8c;
}

.kingster-sidebar-area a:hover, .kingster-sidebar-area .current-menu-item>a {
	color: #163269;
}

.kingster-sidebar-area * {
	border-color: #3db166;
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info i {
	color: #9c9c9c;
}

.gdlr-core-recent-post-widget .gdlr-core-blog-info, .gdlr-core-recent-post-widget .gdlr-core-blog-info a, .gdlr-core-recent-post-widget .gdlr-core-blog-info a:hover {
	color: #a0a0a0;
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title {
	color: #ffffff;
}

.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a:hover {
	color: #9c9c9c;
}

.widget_search input.search-field {
	color: #5e5e5e;
}

.widget_search input::-webkit-input-placeholder {
	color: #5e5e5e;
}

.widget_search input:-moz-placeholder {
	color: #5e5e5e;
}

.widget_search input::-moz-placeholder {
	color: #5e5e5e;
}

.widget_search input:-ms-input-placeholder {
	color: #5e5e5e;
}

.widget_search input.search-field {
	border-color: #3db166;
}

.widget_search form:after {
	border-color: #c7c7c7;
}

.kingster-body .tagcloud a, .kingster-body .tagcloud a:hover {
	color: #ffffff;
}

.kingster-body .tagcloud a {
	background-color: #3db166;
}

.kingster-body .tagcloud a {
	border-color: #3db166;
}

ul.gdlr-core-twitter-widget-wrap li:before {
	color: #303030;
}

ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a, ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a:hover {
	color: #b5b5b5;
}

.gdlr-core-video-widget i {
	background-color: #3db166;
}
.ftr-logcus{
	max-width: 150px;
    height: auto;
}
.ftrs-ads{
	font-size: 15px;
}
.kingster-footer-wrapper {
	background-color: #f2f2f2;
}

.kingster-footer-wrapper .kingster-widget-title {
	color: #000000;
}

.kingster-footer-wrapper h1, .kingster-footer-wrapper h3, .kingster-footer-wrapper h3, .kingster-footer-wrapper h4, .kingster-footer-wrapper h5, .kingster-footer-wrapper h6 {
	color: #ffffff;
}

.kingster-footer-wrapper .kingster-widget-title {
	border-bottom-color: #3db166;
}

.kingster-footer-wrapper {
	color: #000000;
}

.kingster-footer-wrapper .widget_recent_entries ul li:before, .kingster-footer-wrapper .widget_recent_comments ul li:before, .kingster-footer-wrapper .widget_pages ul li:before, .kingster-footer-wrapper .widget_rss ul li:before, .kingster-footer-wrapper .widget_archive ul li:before, .kingster-footer-wrapper .widget_categories ul li:before, .widget_nav_menu ul li:before, .kingster-footer-wrapper .widget_meta ul li:before {
	color: #ababab;
}

.kingster-footer-wrapper a {
	color: #000000;
}

.kingster-footer-wrapper a:hover {
	color: var(--theme-color);
}

.kingster-footer-wrapper, .kingster-footer-wrapper * {
	border-color: #363636;
}

.kingster-copyright-wrapper {
	background-color: var(--theme-color);
}

.kingster-copyright-wrapper {
	color: #ffffff;
}

.kingster-copyright-wrapper a {
	color: #50bd77;
}

.kingster-copyright-wrapper a:hover {
	color: #ffffff;
}

.kingster-footer-back-to-top-button {
	background-color: #dbdbdb;
}

.kingster-body .kingster-footer-back-to-top-button, .kingster-body .kingster-footer-back-to-top-button:hover {
	color: #313131;
}

.kingster-body .kingster-blog-title-wrap .kingster-single-article-title {
	color: #ffffff;
}

.kingster-blog-title-wrap .kingster-blog-info-wrapper, .kingster-blog-title-wrap .kingster-blog-info-wrapper a, .kingster-blog-title-wrap .kingster-blog-info-wrapper a:hover, .kingster-blog-title-wrap .kingster-blog-info-wrapper i {
	color: #ffffff;
}

.kingster-blog-title-wrap .kingster-single-article-date-day {
	color: #ffffff;
}

.kingster-blog-title-wrap .kingster-single-article-date-month, .kingster-single-article-date-wrapper .kingster-single-article-date-year {
	color: #b1b1b1;
}

.kingster-blog-title-wrap .kingster-single-article-date-wrapper {
	border-color: #ffffff;
}

.kingster-blog-title-wrap .kingster-blog-title-overlay {
	background-color: #000000;
}

.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay {
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.kingster-single-author .kingster-single-author-title a, .kingster-single-author .kingster-single-author-title a:hover {
	color: #464646;
}

.kingster-single-author .kingster-single-author-caption {
	color: #b1b1b1;
}

.kingster-single-author-tags a, .kingster-single-author-tags a:hover {
	color: #3db166;
	border-color: #3db166;
}

.kingster-single-nav a, .kingster-single-nav a:hover {
	color: #a5a5a5;
}

.kingster-blog-style-2 .kingster-single-nav-area-left .kingster-single-nav-area-overlay {
	background-color: #3db166;
}

.kingster-blog-style-2 .kingster-single-nav-area-right .kingster-single-nav-area-overlay {
	background-color: #3db166;
}

.kingster-blog-style-2 .kingster-single-related-post-wrap {
	background-color: #f5f5f5;
}

.kingster-single-magazine-author-tags a, .kingster-single-magazine-author-tags a:hover {
	color: #272727;
}

.kingster-single-magazine-author-tags a {
	background-color: #f2f2f2;
}

.kingster-blog-magazine .kingster-single-author {
	background-color: #f7f7f7;
}

.kingster-comments-area .kingster-comments-title, .kingster-comments-area .comment-author, .kingster-comments-area .comment-reply-title {
	color: #464646;
}

.kingster-comments-area .comment-respond {
	background-color: #f9f9f9;
}

.kingster-comments-area .comment-reply a, .kingster-comments-area .comment-reply a:hover {
	color: #bcbcbc;
}

.kingster-comments-area .comment-time a, .kingster-comments-area .comment-time a:hover {
	color: #b1b1b1;
}

.gdlr-core-blog-title a, .kingster-body .kingster-single-article-title, .kingster-body .kingster-single-article-title a {
	color: #444444;
}

.gdlr-core-blog-title a:hover, .kingster-body .kingster-single-article-title a:hover {
	color: #3db166;
}

.gdlr-core-sticky-banner, .kingster-sticky-banner {
	color: #444444;
}

.gdlr-core-sticky-banner, .kingster-sticky-banner {
	background-color: #f3f3f3;
}

.kingster-single-article .kingster-blog-info-wrapper, .kingster-single-article .kingster-blog-info-wrapper a, .kingster-single-article .kingster-blog-info-wrapper a:hover, .kingster-single-article .kingster-blog-info-wrapper i, .gdlr-core-blog-info-wrapper, .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-info-wrapper a:hover, .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-grid .gdlr-core-blog-info-date a {
	color: #959595;
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day, .kingster-single-article .kingster-single-article-date-day {
	color: #353535;
}

.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month, .kingster-single-article .kingster-single-article-date-month {
	color: #8a8a8a;
}

.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame, .gdlr-core-blog-full-frame, .gdlr-core-blog-list-frame, .gdlr-core-blog-link-format {
	background-color: #ffffff;
}

.gdlr-core-opacity-on-hover {
	background: #000;
}

.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category {
	background: #3db166;
}

.gdlr-core-blog-feature .gdlr-core-blog-info-category {
	background: #3db166;
}

.gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category {
	background: #3db166;
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-title a {
	color: #ffffff;
}

.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-content {
	color: #ffffff;
}

.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-title a {
	color: #ffffff;
}

.kingster-blog-aside-format .kingster-single-article-content, .gdlr-core-blog-aside-format {
	background-color: #3db166;
}

.kingster-blog-quote-format .kingster-single-article-content, .gdlr-core-blog-quote-format {
	background-color: #3db166;
}

.kingster-blog-aside-format .kingster-single-article-content, .gdlr-core-blog-aside-format .gdlr-core-blog-content {
	color: #ffffff;
}

.kingster-blog-quote-format .kingster-single-article-content blockquote, .kingster-blog-quote-format .kingster-single-article-content q, .kingster-blog-quote-format .kingster-single-article-content, .gdlr-core-blog-quote-format .gdlr-core-blog-content blockquote, .gdlr-core-blog-quote-format .gdlr-core-blog-content q, .gdlr-core-blog-quote-format .gdlr-core-blog-content {
	color: #ffffff;
}

.gdlr-core-pagination a {
	background-color: #f0f0f0;
}

body .page-links>a, body .nav-links>a, body .nav-links>span.dots {
	background-color: #f0f0f0;
}

.gdlr-core-pagination a {
	color: #919191;
}

body .page-links>a, body .nav-links>a, body .nav-links>span.dots {
	color: #919191;
}

.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span {
	background-color: #3db166;
}

body .page-links>span, body .page-links>a:hover, body .nav-links>span.current, body .nav-links>a:hover {
	background-color: #3db166;
}

.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span {
	color: #ffffff;
}

body .page-links>span, body .page-links>a:hover, body .nav-links>span.current, body .nav-links>a:hover {
	color: #ffffff;
}

.gdlr-core-pagination.gdlr-core-with-border a {
	color: #b4b4b4;
	border-color: #b4b4b4;
}

.gdlr-core-pagination.gdlr-core-style-plain a, .gdlr-core-pagination.gdlr-core-style-plain a:before, .gdlr-core-pagination.gdlr-core-style-plain span:before {
	color: #b4b4b4;
}

.gdlr-core-pagination.gdlr-core-with-border a:hover, .gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active, .gdlr-core-pagination.gdlr-core-with-border span {
	color: #424242;
	border-color: #424242;
}

.gdlr-core-pagination.gdlr-core-style-plain a:hover, .gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active, .gdlr-core-pagination.gdlr-core-style-plain span {
	color: #424242;
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title {
	color: #6b6b6b;
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title:hover {
	color: #3db166;
}

.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-id, .gdlr-core-course-item .gdlr-core-course-item-icon {
	color: #3db166;
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list {
	background-color: #f2f2f2;
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title {
	color: #3e3e3e;
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id {
	color: #3db166;
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info {
	color: #6b6b6b;
}

.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button, .gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button:hover {
	background-color: #50bd77;
}

.gdlr-core-body .gdlr-core-course-form input, .gdlr-core-course-form .gdlr-core-course-form-combobox {
	background-color: #ffffff;
}

.gdlr-core-body .gdlr-core-course-form input, .gdlr-core-course-form .gdlr-core-course-form-combobox select, .gdlr-core-course-form .gdlr-core-course-form-combobox:after {
	color: black;
}

.gdlr-core-course-form input::-webkit-input-placeholder {
	color: #4e4e4e;
}

.gdlr-core-course-form input::-moz-placeholder {
	color: #4e4e4e;
}

.gdlr-core-course-form input:-ms-input-placeholder {
	color: #4e4e4e;
}

.gdlr-core-course-form input:-moz-placeholder {
	color: #4e4e4e;
}

.gdlr-core-body .gdlr-core-course-form input[type="submit"] {
	background-color: var(--theme-color);
}

.gdlr-core-type-start-date-month .gdlr-core-date {
	color: #50bd77;
}

.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
	border-color: #50bd77;
}

.gdlr-core-type-start-date-month .gdlr-core-month {
	color: gray;
}

.gdlr-core-event-item-list .gdlr-core-event-item-title a, .gdlr-core-event-item-list .gdlr-core-event-item-title a:hover {
	color: black;
}
.icon_pin_alt{
	color: red;
}
.gdlr-core-tail{
	color: #646262;
}
.gdlr-core-event-item .gdlr-core-event-item-info-wrap {
	color: #50bd77;
}

.gdlr-core-portfolio-single-nav, .gdlr-core-portfolio-single-nav a, .gdlr-core-portfolio-single-nav a:hover {
	color: #828282;
}

.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame, .gdlr-core-portfolio-grid2 {
	background-color: #ffffff;
}

.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title a {
	color: #191919;
}

.gdlr-core-port-info-item .gdlr-core-port-info-key, .gdlr-core-port-info2 .gdlr-core-port-info2-key {
	color: #343434;
}

.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info, .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a, .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover {
	color: var(--theme-color);
}

.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info {
	background-color: #3db166;
}

.gdlr-core-portfolio-badge {
	color: #0a0a0a;
}

.gdlr-core-portfolio-badge {
	background-color: #3db166;
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a:hover {
	color: #ffffff;
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a:hover {
	color: #cecece;
}

.gdlr-core-filterer-wrap.gdlr-core-style-text a {
	color: #aaaaaa;
}

.gdlr-core-filterer-wrap.gdlr-core-style-text a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-text a.gdlr-core-active {
	color: #161616;
}

.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer-slide-bar {
	border-bottom-color: #161616
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
	color: #838383;
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a {
	background-color: #f1f1f1;
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
	color: #191919;
}

.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active {
	background-color: #3db166;
}

.gdlr-core-price-table-item .gdlr-core-price-table {
	background-color: #ffffff;
}

.gdlr-core-price-table .gdlr-core-price-table-head {
	background-color: #3e3e3e;
	background: -webkit-linear-gradient(#3e3e3e, #3e3e3e);
	background: -o-linear-gradient(#3e3e3e, #3e3e3e);
	background: -moz-linear-gradient(#3e3e3e, #3e3e3e);
	background: linear-gradient(#3e3e3e, #3e3e3e);
}

.gdlr-core-price-table .gdlr-core-price-table-icon {
	color: #ffffff;
}

.gdlr-core-price-table .gdlr-core-price-table-title {
	color: #3db166;
}

.gdlr-core-price-table .gdlr-core-price-table-caption {
	color: #ffffff;
}

.gdlr-core-price-table .gdlr-core-price-table-price {
	background-color: #f6f6f6;
}

.gdlr-core-price-table .gdlr-core-price-table-price-number, .gdlr-core-price-table .gdlr-core-price-prefix {
	color: #323232;
}

.gdlr-core-price-table .gdlr-core-price-suffix {
	color: #191919;
}

body .gdlr-core-price-table .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover {
	color: #ffffff;
}

body .gdlr-core-price-table .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover {
	background-color: #383838;
	background: -webkit-linear-gradient(#383838, #383838);
	background: -o-linear-gradient(#383838, #383838);
	background: -moz-linear-gradient(#383838, #383838);
	background: linear-gradient(#383838, #383838);
}

.gdlr-core-price-table .gdlr-core-price-table-content * {
	border-color: #e5e5e5;
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head {
	background-color: #3db166;
	background: -webkit-linear-gradient(#3db166, #3db166);
	background: -o-linear-gradient(#3db166, #3db166);
	background: -moz-linear-gradient(#3db166, #3db166);
	background: linear-gradient(#3db166, #3db166);
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon {
	color: #ffffff;
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-title {
	color: #ffffff;
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-caption {
	color: #085e4d;
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price {
	background-color: #f6f6f6;
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number, .gdlr-core-price-table .gdlr-core-price-prefix {
	color: #323232;
}

.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-suffix {
	color: #191919;
}

body .gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover {
	color: #ffffff;
}

body .gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover {
	background-color: #3db166;
	background: -webkit-linear-gradient(#49b777, #3db166);
	background: -o-linear-gradient(#49b777, #3db166);
	background: -moz-linear-gradient(#49b777, #3db166);
	background: linear-gradient(#49b777, #3db166);
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
	color: #3db166;
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title .gdlr-core-head {
	color: #3db166;
}

.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title {
	color: #3db166;
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
	background-color: #f3f3f3;
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
	border-color: #f3f3f3;
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before {
	color: #3db166;
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title .gdlr-core-head {
	color: #3db166;
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
	color: #3db166;
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title {
	background-color: #f3f3f3;
}

.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before {
	color: #ffffff;
}

.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title {
	color: #ffffff;
}

.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title {
	background-color: #3db166;
}

.gdlr-core-audio, .gdlr-core-audio .mejs-container .mejs-controls {
	background-color: #e7e7e7;
}

.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before, .gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before, .gdlr-core-audio .mejs-container .mejs-controls .mejs-time {
	color: #202020;
}

.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-total, .gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: #afafaf;
}

.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #3db166;
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background-color: #afafaf;
}

.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background-color: #646464;
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
	background-color: #ef5e68;
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
	border-color: #cd515a;
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner {
	color: #ffffff;
}

.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title {
	color: #ffffff;
}

blockquote, q {
	color: #777777;
}

blockquote, q, pre {
	background-color: #f5f5f5;
}

.kingster-body blockquote, .kingster-body q {
	border-color: #e2e2e2;
}

.gdlr-core-blockquote-item-quote {
	color: #3db166;
}

.gdlr-core-blockquote-item-content, .gdlr-core-blockquote-item-author, pre {
	color: #2d2d2d;
}

.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .kingster-body .kingster-button, .kingster-body input[type="button"], .kingster-body input[type="submit"] {
	color: #ffffff;
}

.gdlr-core-body .gdlr-core-load-more:hover, .gdlr-core-body .gdlr-core-button:hover {
	color: #ffffff;
}

.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .kingster-body .kingster-button, .kingster-body input[type="button"], .kingster-body input[type="submit"] {
	background-color: var(--theme-color);
}

.gdlr-core-body .gdlr-core-load-more:hover, .gdlr-core-body .gdlr-core-button:hover {
	background-color: #2F2F2F;
}

.gdlr-core-body .gdlr-core-button-with-border {
	border-color: #383838;
}

.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent {
	color: #383838;
}

.gdlr-core-body .gdlr-core-button-with-border:hover {
	border-color: #000000;
}

.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent:hover {
	color: #000000;
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient {
	background-color: #3db166;
	background: -webkit-linear-gradient(#57ba73, #3db166);
	background: -o-linear-gradient(#57ba73, #3db166);
	background: -moz-linear-gradient(#57ba73, #3db166);
	background: linear-gradient(#57ba73, #3db166);
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient-v {
	background-color: #3db166;
	background: -webkit-linear-gradient(to right, #57ba73, #3db166);
	background: -o-linear-gradient(to right, #57ba73, #3db166);
	background: -moz-linear-gradient(to right, #57ba73, #3db166);
	background: linear-gradient(to right, #57ba73, #3db166);
}

.gdlr-core-call-to-action-item-title {
	color: #2c2c2c;
}

.gdlr-core-call-to-action-item-caption {
	color: #535353;
}

.gdlr-core-counter-item-top-text {
	color: #828282;
}

.gdlr-core-counter-item-top-icon {
	color: #393939;
}

.gdlr-core-counter-item-number {
	color: #393939;
}

.gdlr-core-counter-item-divider {
	border-color: #393939;
}

.gdlr-core-counter-item-bottom-text {
	color: #393939;
}

.gdlr-core-column-service-item .gdlr-core-column-service-icon, .gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-character {
	color: #9d9d9d;
}

.gdlr-core-column-service-item .gdlr-core-icon-style-round i {
	background-color: #f3f3f3;
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
	color: #383838;
}

.gdlr-core-column-service-item .gdlr-core-column-service-caption {
	color: #747474;
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title, .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
	background-color: #3db166;
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
	color: #252525;
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-front, .gdlr-core-flipbox-item .gdlr-core-flipbox-back, .gdlr-core-feature-box-item .gdlr-core-feature-box {
	background-color: #3db166;
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-front, .gdlr-core-flipbox-item .gdlr-core-flipbox-back, .gdlr-core-flipbox-item .gdlr-core-flipbox-frame, .gdlr-core-feature-box-item .gdlr-core-feature-box, .gdlr-core-feature-box-item .gdlr-core-feature-box-frame {
	border-color: #339655;
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon {
	color: #ffffff;
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-title {
	color: #ffffff;
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption {
	color: #ffffff;
}

.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-content {
	color: #ffffff;
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
	color: #ffffff;
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption {
	color: #cecece;
}

.gdlr-core-image-overlay {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.6);
}

.gdlr-core-image-overlay-content, .gdlr-core-image-overlay-content a, .gdlr-core-image-overlay-icon {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin] .gdlr-core-image-overlay-icon, .gdlr-core-page-builder-body .gdlr-core-pbf-column[data-skin] .gdlr-core-image-overlay-icon {
	color: #ffffff;
}

.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon {
	background-color: #ffffff;
}

.gdlr-core-body .gdlr-core-image-item-wrap {
	border-color: #000000;
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title {
	color: #343434;
}

.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption {
	color: #747474;
}

.gdlr-core-block-item-title-wrap a, .gdlr-core-block-item-title-wrap a:hover {
	color: #747474;
}

.gdlr-core-icon-list-item i {
	color: #222222;
}

.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap, .gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap {
	color: #f3f3f3;
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day {
	color: #a5a5a5;
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-open {
	color: #262626;
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-close {
	color: #c8c8c8;
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i {
	color: #8a8989;
}

.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item {
	border-color: #a6a6a6;
}

.gdlr-core-personnel-info-item-list-wrap, .gdlr-core-personnel-item .gdlr-core-personnel-info {
	color: #4c4c4c;
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title, .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title a {
	color: #192f59;
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
	color: #7a7a7a;
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
	background-color: #ffffff;
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
	border-color: #3db166;
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title, .gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title a {
	color: #ffffff;
}

.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-position {
	color: #ffffff;
}

.gdlr-core-personnel-style-modern .gdlr-core-social-network-item a {
	color: #ffffff;
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title {
	color: #383838;
}

.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap {
	border-color: #e8e7e7;
}

.gdlr-core-post-slider-item .gdlr-core-post-slider-title a {
	color: #ffffff;
}

.gdlr-core-post-slider-item .gdlr-core-blog-info, .gdlr-core-post-slider-item .gdlr-core-blog-info a {
	color: #c5c5c5;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title {
	color: #8fc9a2;
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-title {
	color: #ffffff;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption {
	color: #89c49e;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
	color: #c5c5c5;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count {
	background-color: #3db166;
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count {
	color: #3db166;
}

.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count {
	color: #ffffff;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider {
	border-color: #ffffff;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title {
	color: #ffffff;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption {
	color: #79af8f;
}

.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content {
	color: #82af96;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title, .gdlr-core-skill-bar-item .gdlr-core-skill-bar-right {
	color: #505050;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-icon {
	color: #616161;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-progress {
	background-color: #f3f3f3;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
	background-color: #3db166;
}

.gdlr-core-flexslider-nav .flex-direction-nav li a, .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
	color: #0c0c0c;
	border-color: #0c0c0c;
}

.gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
	background-color: #f1f1f1;
}

.gdlr-core-flexslider .flex-control-nav li a {
	border-color: #8a8a8a;
}

.gdlr-core-flexslider .flex-control-nav li a.flex-active {
	background-color: #8a8a8a;
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a.flex-active {
	background-color: #8a8a8a;
}

.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a {
	background-color: #dfdfdf;
}

.gdlr-core-social-share-item a {
	color: #202020;
}

.gdlr-core-social-share-item.gdlr-core-style-round a, .gdlr-core-social-share-item.gdlr-core-style-round a:hover {
	background-color: #202020;
}

.gdlr-core-social-share-item .gdlr-core-divider {
	border-color: #e5e5e5;
}

.gdlr-core-social-share-item .gdlr-core-social-share-count {
	color: #202020;
}

.gdlr-core-stunning-text-item-caption {
	color: #747474;
}

.gdlr-core-stunning-text-item-title {
	color: #383838;
}

.gdlr-core-tab-item .gdlr-core-tab-item-image i {
	color: #50bd77;
}

.gdlr-core-tab-item-title {
	color: #8d8d8d;
}

.gdlr-core-tab-item-title.gdlr-core-active {
	color: black;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title, .gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title {
	background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
	.gdlr-core-tab-item-title-wrap {
		background-color: #f7f7f7;
	}
}

.gdlr-core-tab-item-content {
	color: #000000;
}

.gdlr-core-tab-item-content {
	background-color: #f7f7f7;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active, .gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title.gdlr-core-active {
	background-color: rgb(186, 198, 186);
}

table tr th {
	background-color: #3db166;
}

table tr th, .kingster-body table tr th a, .kingster-body table tr th a:hover {
	color: #ffffff;
}

table tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table tr:nth-child(odd) {
	color: #949494;
}

table tr:nth-child(even) {
	background-color: #f3f3f3;
}

table tr:nth-child(even) {
	color: #949494;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title {
	color: #232323;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
	color: #707070;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
	color: #3b3b3b;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating i {
	color: #ffa127;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
	color: #3b3b3b;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-quote {
	color: #3db166;
}

.gdlr-core-title-item .gdlr-core-title-item-title, .gdlr-core-title-item .gdlr-core-title-item-title a {
	color: #161616;
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
	color: #747474;
}

.woocommerce .star-rating span, .single-product.woocommerce #review_form #respond p.stars a, .single-product.woocommerce div.product .product_meta, .single-product.woocommerce div.product .product_meta a {
	color: #3db166;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, html .woocommerce input.button, html .woocommerce span.onsale {
	background-color: #3db166;
}

span.woocommerce-Price-amount.amount {
	color: #707070;
}

.woocommerce .price del, .gdlr-core-product-price del, del span.woocommerce-Price-amount.amount {
	color: #949494;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #3db166;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #ffffff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #ffffff;
}

.single-product.woocommerce div.product .quantity .qty, #add_payment_method #payment, .woocommerce-checkout #payment, .single-product.woocommerce #reviews #comments ol.commentlist li {
	background-color: #f3f3f3;
}

.gdlr-core-product-grid .gdlr-core-product-title a {
	color: #191919;
}

.gdlr-core-product-grid .gdlr-core-product-title a:hover {
	color: #434343;
}

.gdlr-core-product-thumbnail .gdlr-core-product-view-detail, .gdlr-core-product-thumbnail .gdlr-core-product-view-detail:hover {
	color: #ffffff;
}

.gdlr-core-product-thumbnail .gdlr-core-product-view-detail {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.9);
}

.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .added_to_cart:hover, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart:hover {
	color: #ffffff;
}

.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart {
	background-color: #3db166;
	background-color: rgba(61, 177, 102, 0.9);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e6e6e6;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #3db166;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #3db166;
}

.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button {
	background: #1a49a8;
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button {
	background-color: #1a49a8;
}

.gdlr-core-gdpr-form-checkbox:checked+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text, .gdlr-core-gdpr-form-checkbox-required+.gdlr-core-gdpr-form-checkbox-appearance+.gdlr-core-gdpr-form-checkbox-text {
	color: #1a49a8;
}

.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"] {
	background: #1a49a8;
}

@media only screen and (max-width: 1320px) {
	.hp1-col-services {
		margin-top: 0px !important;
	}
}

body .gdlr-core-flipbox-item .gdlr-core-flipbox-item-image {
	margin-bottom: 30px;
	text-align: left;
}

.gdlr-core-page-builder-body [data-skin="White Text"] h1, .gdlr-core-page-builder-body [data-skin="White Text"] h2, .gdlr-core-page-builder-body [data-skin="White Text"] h3, .gdlr-core-page-builder-body [data-skin="White Text"] h4, .gdlr-core-page-builder-body [data-skin="White Text"] h5, .gdlr-core-page-builder-body [data-skin="White Text"] h6, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title a {
	color: #ffffff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a:hover {
	color: #ffffff
}

.gdlr-core-page-builder-body [data-skin="White Text"], .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-content {
	color: #ffffff
}

.gdlr-core-page-builder-body [data-skin="White Text"] i, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="White Text"] .kingster-widget ul li:before {
	color: #ffffff
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a {
	border-color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="White Text"] a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link {
	color: #ffffff82;
}

.gdlr-core-page-builder-body [data-skin="White Text"] a:hover, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link:hover {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-background {
	background-color: #111111;
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
	background-color: #111111;
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a {
	border-color: #111111;
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
	background-color: #111111;
}

.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="White Text"] textarea {
	background-color: #111111;
}

.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-course-form .gdlr-core-course-form-combobox {
	color: #111111;
}

.gdlr-core-page-builder-body [data-skin="Black Text"] h1, .gdlr-core-page-builder-body [data-skin="Black Text"] h2, .gdlr-core-page-builder-body [data-skin="Black Text"] h3, .gdlr-core-page-builder-body [data-skin="Black Text"] h4, .gdlr-core-page-builder-body [data-skin="Black Text"] h5, .gdlr-core-page-builder-body [data-skin="Black Text"] h6, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-title a {
	color: #000000
}

.gdlr-core-page-builder-body [data-skin="Black Text"], .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-content {
	color: #000000
}

.gdlr-core-page-builder-body [data-skin="Black Text"] i, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="Black Text"] .kingster-widget ul li:before {
	color: #0a0a0a
}

.gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
	color: #0a0a0a;
}

.gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a {
	border-color: #0a0a0a;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] *, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-border {
	border-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]) {
	border-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-e-background {
	background-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
	background-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider .flex-control-nav li a {
	border-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
	background-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea {
	background-color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox {
	color: #1a2742;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-e-content {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] ::-webkit-input-placeholder {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] ::-moz-placeholder {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] :-ms-input-placeholder {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] :-moz-placeholder {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox select, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox:after {
	color: #94a8d1;
}

.gdlr-core-page-builder-body [data-skin="Blue Title"] h1, .gdlr-core-page-builder-body [data-skin="Blue Title"] h2, .gdlr-core-page-builder-body [data-skin="Blue Title"] h3, .gdlr-core-page-builder-body [data-skin="Blue Title"] h4, .gdlr-core-page-builder-body [data-skin="Blue Title"] h5, .gdlr-core-page-builder-body [data-skin="Blue Title"] h6, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-title a {
	color: black;
}

.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption a:hover {
	color: #b7b7b7;
}

.gdlr-core-page-builder-body [data-skin="Blue Title"], .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-content {
	color: #163269;
}

.gdlr-core-page-builder-body [data-skin="Blue Title"] i, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="Blue Title"] .kingster-widget ul li:before {
	color: #163269;
}

.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i {
	color: #163269;
}

.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a {
	border-color: #163269;
}

.gdlr-core-page-builder-body [data-skin="Column Service"] h1, .gdlr-core-page-builder-body [data-skin="Column Service"] h2, .gdlr-core-page-builder-body [data-skin="Column Service"] h3, .gdlr-core-page-builder-body [data-skin="Column Service"] h4, .gdlr-core-page-builder-body [data-skin="Column Service"] h5, .gdlr-core-page-builder-body [data-skin="Column Service"] h6, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-title a {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Column Service"], .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-content {
	color: #d4e1fa;
}

.gdlr-core-page-builder-body [data-skin="Column Service"] a, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link {
	color: #3db166;
}

.gdlr-core-page-builder-body [data-skin="Column Service"] a:hover, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link:hover {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h1, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h2, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h3, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h4, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h5, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h6, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-title a {
	color: #192f59;
}

.gdlr-core-page-builder-body [data-skin="Blut Title Column Service"], .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-content {
	color: #545454;
}

.gdlr-core-page-builder-body [data-skin="Green Title"] h1, .gdlr-core-page-builder-body [data-skin="Green Title"] h2, .gdlr-core-page-builder-body [data-skin="Green Title"] h3, .gdlr-core-page-builder-body [data-skin="Green Title"] h4, .gdlr-core-page-builder-body [data-skin="Green Title"] h5, .gdlr-core-page-builder-body [data-skin="Green Title"] h6, .gdlr-core-page-builder-body [data-skin="Green Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Green Title"] .gdlr-core-skin-title a {
	color: #3db166;
}

.gdlr-core-page-builder-body [data-skin="Green Title"], .gdlr-core-page-builder-body [data-skin="Green Title"] .gdlr-core-skin-content {
	color: #707070;
}

.gdlr-core-page-builder-body [data-skin="Green Form"] *, .gdlr-core-page-builder-body [data-skin="Green Form"] .gdlr-core-skin-border {
	border-color: #3db166;
}

.gdlr-core-page-builder-body [data-skin="Green Form"] input:not([type="button"]):not([type="submit"]):not([type="reset"]) {
	border-color: #3db166;
}

.gdlr-core-page-builder-body [data-skin="Personnel"] h1, .gdlr-core-page-builder-body [data-skin="Personnel"] h2, .gdlr-core-page-builder-body [data-skin="Personnel"] h3, .gdlr-core-page-builder-body [data-skin="Personnel"] h4, .gdlr-core-page-builder-body [data-skin="Personnel"] h5, .gdlr-core-page-builder-body [data-skin="Personnel"] h6, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-title a {
	color: #192f59;
}

.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption a:hover {
	color: #7c7c7c;
}

.gdlr-core-page-builder-body [data-skin="Personnel"] a, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-link {
	color: #192f59;
}

.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-button, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-button-color {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Personnel"] input[type="button"], .gdlr-core-page-builder-body [data-skin="Personnel"] input[type="submit"] {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-pagination a {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Column White"] h1, .gdlr-core-page-builder-body [data-skin="Column White"] h2, .gdlr-core-page-builder-body [data-skin="Column White"] h3, .gdlr-core-page-builder-body [data-skin="Column White"] h4, .gdlr-core-page-builder-body [data-skin="Column White"] h5, .gdlr-core-page-builder-body [data-skin="Column White"] h6, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-title a {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-caption a:hover {
	color: #a6a6a6;
}

.gdlr-core-page-builder-body [data-skin="Column White"], .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-content {
	color: #a8a8a8;
}

.gdlr-core-page-builder-body [data-skin="Column White"] a, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-link {
	color: #3db166;
}

.gdlr-core-page-builder-body [data-skin="Column White"] a:hover, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-link:hover {
	color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] *, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-skin-border {
	border-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] input:not([type="button"]):not([type="submit"]):not([type="reset"]) {
	border-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-skin-e-background {
	background-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a {
	background-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider .flex-control-nav li a {
	border-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider .flex-control-nav li a.flex-active {
	background-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] textarea {
	background-color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-course-form .gdlr-core-course-form-combobox {
	color: #f2f2f2;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-skin-e-content {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] textarea {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] ::-webkit-input-placeholder {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] ::-moz-placeholder {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] :-ms-input-placeholder {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] :-moz-placeholder {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-course-form .gdlr-core-course-form-combobox select, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-course-form .gdlr-core-course-form-combobox:after {
	color: #3f3f3f;
}

.gdlr-core-page-builder-body [data-skin="White Title"] h1, .gdlr-core-page-builder-body [data-skin="White Title"] h2, .gdlr-core-page-builder-body [data-skin="White Title"] h3, .gdlr-core-page-builder-body [data-skin="White Title"] h4, .gdlr-core-page-builder-body [data-skin="White Title"] h5, .gdlr-core-page-builder-body [data-skin="White Title"] h6, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title a {
	color: #ffffff;
}

.kingster-item-mgb, .gdlr-core-item-mgb {
	margin-bottom: 40px;
}

#i_fd84_0 {
	font-size: 15px;
	color: white;
	margin-right: 8px;
}

#i_fd84_1 {
	font-size: 15px;
	color: white;
	margin-left: 18px;
	margin-right: 6px;
}

#img_fd84_0 {
	margin-bottom: 13px;
}

#span_fd84_0 {
	font-size: 14px;
	font-weight: 500;
}

#gdlr-core-wrapper-1 {
	margin: -43px auto 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 1320px;
}

#div_1dd7_0 {
	box-shadow: 0 -6px 24px rgba(10, 10, 10, 0.09);
	-moz-box-shadow: 0 -6px 24px rgba(10, 10, 10, 0.09);
	-webkit-box-shadow: 0 -6px 24px rgba(10, 10, 10, 0.09);
	background-color: #ffffff;
	border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
}

#div_1dd7_1 {
	padding: 52px 0px 0px 66px;
}

#div_1dd7_2 {
	padding-bottom: 30px;
}

#h3_1dd7_0 {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

#div_1dd7_3 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

#div_1dd7_4 {
	margin: 0px 0px 0px 0px;
	padding: 52px 0px 0px 66px;
}

#div_1dd7_5 {
	padding-bottom: 30px;
}

#h3_1dd7_1 {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

#div_1dd7_6 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

#div_1dd7_7 {
	padding: 52px 0px 0px 66px;
}

#div_1dd7_8 {
	padding-bottom: 30px;
}

#h3_1dd7_2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

#div_1dd7_9 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

#div_1dd7_10 {
	padding: 52px 0px 0px 46px;
}

#div_1dd7_11 {
	padding-bottom: 30px;
}

#h3_1dd7_3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

#div_1dd7_12 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

#gdlr-core-wrapper-2 {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 85px 0px;
	max-width: 1320px;
}

#div_1dd7_13 {
	background-size: cover;
	background-position: center;
}

#div_1dd7_14 {
	min-height: 450px;
}

#div_1dd7_15 {
	background-image: url(../upload/pankajakasthuri-hospital-about.png);
	background-size: cover;
	background-position: center;
}

#div_1dd7_16 {
	padding: 80px 70px 55px 55px;
}

#div_1dd7_17 {
	background-image: url(../upload/about-bg-2.jpg);
	background-size: cover;
	background-position: center;
}

#div_1dd7_18 {
	padding-bottom: 20px;
}

#h3_1dd7_4 {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
}

#span_1dd7_0 {
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	color: #51be78;
}

#div_1dd7_19 {
	padding-bottom: 20px;
}

#div_1dd7_20 {
	font-size: 18px;
	text-transform: none;
	color: #c1d3ff;
}

#a_1dd7_0 {
	font-size: 15px;
	color: #ffffff;
	padding: 12px 29px 17px 31px;
	text-transform: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#div_1dd7_21 {
	padding: 125px 0px 70px 0px;
}

#div_1dd7_22 {
	background-image: url(../upload/about-bg-3.jpg);
	background-size: cover;
	background-position: center;
}

#div_1dd7_23 {
	padding-bottom: 20px;
}

#div_1dd7_24 {
	border-width: 0px;
}

#div_1dd7_25 {
	padding-bottom: 20px;
}

#h3_1dd7_5 {
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #51be78;
}

#div_1dd7_26 {
	padding-bottom: 15px;
}

#div_1dd7_27 {
	font-size: 23px;
	text-transform: none;
	color: grey;
}

#div_1dd7_28 {
	padding-bottom: 15px;
}

#div_1dd7_29 {
	font-size: 19px;
	font-weight: 500;
	text-transform: none;
	color: var(--theme-color);
}

#i_1dd7_0 {
	font-size: 18px;
	color: #ffffff;
}

#div_1dd7_30 {
	padding: 75px 0px 40px 0px;
}

#div_1dd7_31 {
	background-color: var(--theme-color);
}

#div_1dd7_32 {
	padding-bottom: 30px;
}

#div_1dd7_33 {
	margin-bottom: 35px;
}

#h3_1dd7_6 {
	font-size: 21px;
	font-weight: 700;
	text-transform: none;
}

#div_1dd7_34 {
	font-size: 16px;
	text-transform: none;
}

#a_1dd7_1 {
	font-style: normal;
	margin-top: 0px;
}

#div_1dd7_35 {
	padding-bottom: 30px;
}

#div_1dd7_36 {
	margin-bottom: 31px;
}

#h3_1dd7_7 {
	font-size: 21px;
	font-weight: 700;
	text-transform: none;
}

#div_1dd7_37 {
	font-size: 16px;
	text-transform: none;
}

#a_1dd7_2 {
	font-style: normal;
	margin-top: 0px;
}

#div_1dd7_38 {
	padding-bottom: 30px;
}

#div_1dd7_39 {
	margin-bottom: 33px;
}

#h3_1dd7_8 {
	font-size: 21px;
	font-weight: 700;
	text-transform: none;
}

#div_1dd7_40 {
	font-size: 16px;
	text-transform: none;
}

#a_1dd7_3 {
	font-style: normal;
	margin-top: 0px;
}

#div_1dd7_41 {
	padding-bottom: 30px;
}

#div_1dd7_42 {
	margin-bottom: 29px;
}

#h3_1dd7_9 {
	font-size: 21px;
	font-weight: 700;
	text-transform: none;
}

#div_1dd7_43 {
	font-size: 16px;
	text-transform: none;
}

#a_1dd7_4 {
	font-style: normal;
	margin-top: 0px;
}

#div_1dd7_44 {
	padding: 0px 0px 0px 0px;
}

#div_1dd7_45 {
	margin: 0px 20px 0px 0px;
	padding: 80px 50px 0px 0px;
}

#div_1dd7_46 {
	margin-bottom: 35px;
}

#h3_1dd7_10 {
	font-size: 24px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: var(--theme-color);
}

#div_1dd7_47 {
	font-size: 24px;
	border-bottom-width: 3px;
}

#a_1dd7_5 {
	color: black;
}

#h3_1dd7_11 {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0px;
}

#h3_1dd7_12 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
}

#h3_1dd7_13 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
}

#h3_1dd7_14 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
}

#div_1dd7_48 {
	padding: 90px 0px 0px 65px;
}

#div_1dd7_49 {
	background-image: url(../upload/link-bg.webp);
	background-size: cover;
	background-position: center;
}

#div_1dd7_50 {
	padding-bottom: 40px;
}

#div_1dd7_51 {
	margin: 0px 15px 0px 0px;
	font-size: 20px;
}

#i_1dd7_1 {
	color: #ffffff;
}

#h3_1dd7_15 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
}

#gdlr-core-title-item-id-66469 {
	padding-bottom: 20px;
}

#h3_1dd7_16 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_1dd7_52 {
	margin-bottom: 17px;
}

#div_1dd7_53 {
	border-color: #53607a;
}

#gdlr-core-title-item-id-42777 {
	padding-bottom: 20px;
}

#h3_1dd7_17 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_1dd7_54 {
	margin-bottom: 17px;
}

#div_1dd7_55 {
	border-color: #53607a;
}

#gdlr-core-title-item-id-51281 {
	padding-bottom: 20px;
}

#h3_1dd7_18 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_1dd7_56 {
	margin-bottom: 17px;
}

#div_1dd7_57 {
	border-color: #53607a;
}

#gdlr-core-title-item-id-78243 {
	padding-bottom: 20px;
}

#h3_1dd7_19 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_1dd7_58 {
	margin-bottom: 17px;
}

#div_1dd7_59 {
	border-color: #53607a;
}

#gdlr-core-title-item-id-14842 {
	padding-bottom: 20px;
}

#h3_1dd7_20 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_1dd7_60 {
	margin-bottom: 17px;
}

#div_1dd7_61 {
	border-color: #53607a;
}

#gdlr-core-title-item-id-33183 {
	padding-bottom: 20px;
}

#h3_1dd7_21 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_1dd7_62 {
	margin-bottom: 15px;
}

#div_1dd7_63 {
	border-color: #53607a;
}

#div_1dd7_64 {
	padding: 35px 15px 5px 0px;
}

#div_1dd7_65 {
	background-color: #f3f3f3;
}

#div_1dd7_66 {
	text-transform: none;
}

#div_1dd7_67 {
	padding-bottom: 0px;
}

#ul_1dd7_0 {
	width: 600%;
	margin-left: 0px;
}

#div_1dd7_68 {
	padding: 40px 0px 35px 35px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#div_1dd7_69 {
	background-color: var(--theme-color);
}

#div_1dd7_70 {
	padding-bottom: 0px;
}

#div_1dd7_71 {
	margin-top: -2px;
	margin-right: 15px;
}

#h3_1dd7_22 {
	font-size: 19px;
	font-weight: 700;
	text-transform: none;
	border: 1px solid white;
	border-radius: 5px;
	padding: 15px;
}

#div_1dd7_72 {
	padding: 220px 0px 170px 0px;
}

#div_1dd7_73 {
	background-image: url(../upload/video-bg.jpg);
	background-size: cover;
	background-position: center;
}

#div_1dd7_74 {
	max-width: 710px;
}

#div_1dd7_75 {
	padding-bottom: 40px;
}

#div_1dd7_76 {
	border-width: 0px;
}

#h3_1dd7_23 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
}

#div_1dd7_77 {
	padding-bottom: 0px;
}

#div_1dd7_78 {
	font-size: 19px;
	font-weight: 500;
	text-transform: none;
	color: #ffffff;
}

#div_1dd7_79 {
	padding: 90px 0px 60px 0px;
}

#div_1dd7_80 {
	background-color: white;
}

#span_1dd7_1 {
	background-image: url(../upload/Ayurvedacharya.webp);
}

#span_1dd7_2 {
	background-image: url(../upload/PG_degree.webp);
}

#span_1dd7_3 {
	background-image: url(../upload/online_class.webp);
}

#span_1dd7_4 {
	background-image: url(../upload/tab-4.jpg);
}

#1 {
	background-color: #ffffff;
	background-image: url(../upload/tab-bg.png);
	background-position: top right;
}

#h3_1dd7_24 {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	color: var(--theme-color);
}

#2 {
	background-color: #ffffff;
	background-image: url(../upload/tab-bg.png);
	background-position: top right;
}

#h3_1dd7_25 {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	color: var(--theme-color);
}

#3 {
	background-color: #ffffff;
	background-image: url(../upload/tab-bg.png);
	background-position: top right;
}

#h3_1dd7_26 {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	color: var(--theme-color);
}

#4 {
	background-color: #ffffff;
	background-image: url(../upload/tab-bg.png);
	background-position: top right;
}

#h3_1dd7_27 {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	color: #314e85;
}

#gdlr-core-wrapper-3 {
	padding: 60px 0px 5px 0px;
}

#div_1dd7_81 {
	max-width: 1280px;
}

#div_1dd7_82 {
	padding: 80px 50px 80px 50px;
}

#div_1dd7_83 {
	background-image: url(../upload/col-bg-1.jpg);
	background-size: cover;
	background-position: center;
}

#div_1dd7_84 {
	padding-bottom: 0px;
}

#h3_1dd7_28 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: var(--theme-color);
}

#span_1dd7_5 {
	font-size: 17px;
	font-style: normal;
	color: black;
}

#div_1dd7_85 {
	padding: 80px 50px 80px 50px;
}

#div_1dd7_86 {
	background-color: var(--theme-color);
}

#div_1dd7_87 {
	padding-bottom: 0px;
}

#h3_1dd7_29 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
}

#span_1dd7_6 {
	font-size: 17px;
	font-style: normal;
	color: #d4e1f8;
}

#div_1dd7_88 {
	padding: 80px 50px 80px 50px;
}

#div_1dd7_89 {
	background-image: url(../upload/col-bg-1.jpg);
	background-size: cover;
	background-position: center;
}

#div_1dd7_90 {
	padding-bottom: 0px;
}

#h3_1dd7_30 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: var(--theme-color);
}

#span_1dd7_7 {
	font-size: 17px;
	font-style: normal;
	color: black;
}

#div_1dd7_91 {
	padding: 60px 0px 75px 0px;
}

#div_1dd7_92 {
	border-width: 0px;
}

#h3_1dd7_31 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: black;
}

#span_1dd7_8 {
	font-size: 15px;
	font-style: normal;
	margin-top: 14px;
}

#a_1dd7_6 {
	font-size: 13px;
	letter-spacing: 0px;
	padding: 17px 31px 18px 31px;
	text-transform: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#div_1dd7_93 {
	padding: 0px 20px 0px 0px;
}

#div_1dd7_94 {
	padding-bottom: 5px;
}

#div_1dd7_95 {
	margin-bottom: 47px;
}

#h3_1dd7_32 {
	font-size: 22px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: var(--theme-color);
}

#div_1dd7_96 {
	font-size: 22px;
	border-bottom-color: #dcdcdc;
	border-bottom-width: 2px;
}

#div_1dd7_97 {
	margin-bottom: 38px;
}

#div_1dd7_98 {
	margin-bottom: 38px;
}

#div_1dd7_99 {
	margin-bottom: 38px;
}

#a_1dd7_7 {
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--theme-color);
	padding: 0px 0px 0px 0px;
	text-transform: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#i_1dd7_2 {
	color: var(--theme-color);
}

#div_1dd7_100 {
	margin: 0px 20px 0px 0px;
	padding: 25px 25px 25px 25px;
}

#div_1dd7_101 {
	background-color: #f5f5f5;
}

#div_1dd7_102 {
	padding-bottom: 30px;
}

#div_1dd7_103 {
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

#div_1dd7_104 {
	padding-bottom: 25px;
}

#h3_1dd7_33 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: black;
}

#span_1dd7_9 {
	font-style: normal;
	color: #96aad3;
}

#div_1dd7_105 {
	padding: 90px 0px 50px 0px;
}

#div_1dd7_106 {
	background-image: url(../upload/search-bg.jpg);
	background-size: cover;
	background-position: center;
}

#h3_1dd7_34 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
}

#div_1dd7_107 {
	padding: 55px 0px 20px 0px;
}

#div_1dd7_108 {
	background-color: #1b2434;
}

#div_1dd7_109 {
	max-width: 1440px;
}

#div_1dd7_110 {
	padding-bottom: 0px;
}

#span_1dd7_10 {
	margin-top: 5px;
}

#span_1dd7_11 {
	font-size: 15px;
	color: black;
}

#span_1dd7_12 {
	margin-top: -20px;
}

#a_1dd7_8 {
	font-size: 15px;
	color: black;
}

#div_1dd7_111 {
	border-color: #3db166;
	border-bottom-width: 2px;
}

#div_1dd7_112 {
	padding-bottom: 0px;
}

#i_983a_0 {
	font-size: 15px;
	color: #96a2b8;
	margin-right: 8px;
}

#i_983a_1 {
	font-size: 15px;
	color: #96a2b8;
	margin-left: 18px;
	margin-right: 6px;
}

#img_983a_0 {
	margin-bottom: 13px;
}

#span_983a_0 {
	font-size: 14px;
	font-weight: 500;
}

#div_983a_0 {
	background-image: url(../upload/about-title-bg.jpg);
}

#div_983a_1 {
	padding-top: 460px;
	padding-bottom: 60px;
}

#div_983a_2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0px;
}

#h1_983a_0 {
	font-size: 48px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
	color: #ffffff;
}

#div_983a_3 {
	padding: 40px 0px 30px 0px;
}

#div_983a_4 {
	padding-bottom: 15px;
}

#h3_983a_0 {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}

#div_983a_5 {
	max-width: 265px;
}

#div_983a_6 {
	border-color: #3db166;
	border-bottom-width: 4px;
}

#div_983a_7 {
	text-transform: none;
}

#div_983a_8 {
	text-transform: none;
}

#div_983a_9 {
	padding: 90px 0px 40px 0px;
}

#div_983a_10 {
	background-color: #192f59;
}

#div_983a_11 {
	opacity: 0.5;
	background-image: url(../upload/coming-soon.jpg);
	background-size: cover;
	background-position: center;
}

#div_983a_12 {
	border-width: 0px;
}

#div_983a_13 {
	padding-bottom: 25px;
}

#h3_983a_1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_983a_14 {
	font-size: 16px;
	text-transform: none;
	color: #ffffff;
}

#div_983a_15 {
	border-width: 0px;
}

#div_983a_16 {
	padding-bottom: 25px;
}

#h3_983a_2 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_983a_17 {
	font-size: 16px;
	text-transform: none;
	color: #ffffff;
}

#div_983a_18 {
	border-width: 0px;
}

#div_983a_19 {
	padding-bottom: 25px;
}

#h3_983a_3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #3db166;
}

#div_983a_20 {
	font-size: 16px;
	text-transform: none;
	color: #ffffff;
}

#div_983a_21 {
	padding: 0px 0px 0px 0px;
}

#div_983a_22 {
	background-color: #f2f2f2;
}

#div_983a_23 {
	padding: 60px 40px 15px 0px;
}

#div_983a_24 {
	background-color: #f2f2f2;
}

#div_983a_25 {
	border-width: 0px;
}

#div_983a_26 {
	padding-bottom: 25px;
}

#h3_983a_4 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
}

#div_983a_27 {
	font-size: 17px;
	text-transform: none;
}

#div_983a_28 {
	background-image: url(../upload/nathan-dumlao-572047-unsplash.jpg);
	background-size: cover;
	background-position: center;
}

#div_983a_29 {
	padding: 0px 0px 0px 0px;
}

#div_983a_30 {
	background-color: #f2f2f2;
}

#div_983a_31 {
	background-image: url(../upload/shutterstock_400221589.jpg);
	background-size: cover;
	background-position: center;
}

#div_983a_32 {
	padding: 60px 0px 15px 85px;
}

#div_983a_33 {
	background-color: #f2f2f2;
}

#div_983a_34 {
	border-width: 0px;
}

#div_983a_35 {
	padding-bottom: 25px;
}

#h3_983a_5 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
}

#div_983a_36 {
	font-size: 17px;
	text-transform: none;
}

#div_983a_37 {
	padding: 0px 0px 0px 0px;
}

#div_983a_38 {
	background-color: #f2f2f2;
}

#div_983a_39 {
	padding: 60px 40px 15px 0px;
}

#div_983a_40 {
	background-color: #f2f2f2;
}

#div_983a_41 {
	border-width: 0px;
}

#div_983a_42 {
	padding-bottom: 25px;
}

#h3_983a_6 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
}

#div_983a_43 {
	font-size: 17px;
	text-transform: none;
}

#div_983a_44 {
	background-image: url(../upload/shutterstock_547272460.jpg);
	background-size: cover;
	background-position: center;
}

#div_983a_45 {
	padding: 55px 0px 20px 0px;
}

#div_983a_46 {
	background-color: #1b2434;
}

#div_983a_47 {
	max-width: 1440px;
}

#div_983a_48 {
	padding-bottom: 0px;
}

#span_983a_1 {
	margin-top: 5px;
}

#span_983a_2 {
	font-size: 15px;
	color: #ffffff;
}

#span_983a_3 {
	margin-top: -20px;
}

#a_983a_0 {
	font-size: 15px;
	color: #ffffff;
}

#div_983a_49 {
	border-color: #3db166;
	border-bottom-width: 2px;
}

#div_983a_50 {
	padding-bottom: 0px;
}
/* custom code */

.avatar-container {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.avatar {
    width: 200px;
    height: 200px;
    outline: 12px solid #f2f2f2;
    border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.avatar > img {
    border-radius: 50%;
    width: inherit;
    height: inherit;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.md-dsmsg{
	text-align: center;
}
.md-dsmsg h5{
	margin-top: 15px;
	margin-bottom: 0px;
}
.watermark p {
    position: relative;
    padding-left: 20px; /* Adjust this value to adjust the spacing between the icon and text */
    padding-right: 20px; /* Adjust this value to adjust the spacing between the icon and text */
}

.watermark p:before,
.watermark p:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
}
.watermark p:before {
	background-image: url('../upload/quote.png');
	top: 0;
    left: 0;
}
.cus-head{
	font-size: 29px !important;
    font-weight: 700 !important;
    letter-spacing: 0px;
    text-transform: none;
	margin-bottom: 25px !important;
	color: var(--theme-color) !important;
}
/* form-custom */
.cus-txtarea textarea{
    font-size: 14px;
    padding: 18px 22px;
    width: 100%;
    border: 0px;
    height: auto;
    line-height: 1.7;
    background: #ffffff;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.devlogo {
	width: 70px;
	height: auto;
  }

/* Announcements */

.holder { 
	
	width: 100%;
	height: 240px;
	overflow: hidden;
	
}
  .holder .mask {
	position: relative;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 240px;
	overflow: hidden;
  }
  .holder ul {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
  }
  .holder ul li {
	padding:10px 0px;
	border-bottom: 1px solid lightgray !important;
  }
  .holder ul li a {
	color: var(--theme-color);
	text-decoration:none;
  }
  .holder ul li a span{
	color: darkred;
  }

  /* Be touch */
  .gdlr-core-twitter-content p{
	margin-bottom: 0;
	color: var(--theme-color);
  }
  .gdlr-core-twitter-content h5{
	margin-bottom: 5px;
  }
  .be-tou span{
	color: black;
  }

  /* video paralex */

  .hero-area {
    position: relative;
    overflow: hidden;
}

.video-container {
    position: relative;
    /* height: 100vh; */
    width: 100%;
	height: 400px;
    overflow: hidden;
	
}

.video-active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    filter: brightness(50%) contrast(100%) saturate(100%);
	opacity: 20;
}


/* Add dark overlay */
.video-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay opacity as needed */
	
}

.caption-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1; /* Ensure caption is above the video */
}

/* Adjust caption styling */
.hero-content-1 {
    color: white;
    line-height: 1.7;
	
}
.caption-container h1{
	font-size: 38px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}
#b-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5%;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    transition: 0.3s;
  }
  #b-top:hover {
    transform: translate(0, -10px);
    color: #0079b5bd;
  }
  #b-top i{
    background-color: #104a2b;
    padding: 10px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 5px;
  }
  .c-list{
	margin-left: 10px;
	padding-left: 0;
  }
  .c-list li{
	position: relative;
	list-style-type: none !important;
	padding-left: 30px;
  }
  .c-list li::before {
	position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f192";
    text-align: center;
	color: var(--theme-color);
	left: 0;
	font-size: 0.8em; 
	top: 50%;	
    transform: translateY(-50%);
	
}


/* tab */

.module-sec{
	background-color: #efefef;
	padding-top: 80px;
	padding-bottom: 80px;
}

.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 25px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
.pcss3t .typography {
	color: #666;
	
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: "Play", sans-serif;
	text-align: left;
	color: #333;
}
.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	color: var(--theme-color);
	text-transform: uppercase;
}
.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	color: var(--theme-color);
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	color: var(--theme-color);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 1.7;
	text-align: left;
	font-size: 17px;
	font-family: "Play", sans-serif;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 30px;
	font-family: "Play", sans-serif;
	font-size: 17px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	position: absolute;
	font-family: "Font Awesome 6 Free";
    content: "\f192";
    text-align: center;
    color: var(--theme-color);
	left: 0;
	font-size: 0.8em; 
	top: 50%;	
    transform: translateY(-50%);
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}



/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 13px 20px;
	background: #e5e5e5;
	font-size: 17px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: var(--theme-color);
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: white;
	opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
	background: var(--theme-color);
	color: white;
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 21px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: var(--theme-color);
	opacity: 1;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.pcss3t-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}

.pcss3t-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #78c5fd;
	background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
	background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
}
.pcss3t-theme-4 > label:hover {
	background: #90cffc;
	background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
	background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
	top: 1px;
	background: #5f9dc9;
	background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
	background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
}
.pcss3t-theme-4 > ul {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
	height: 370px;
}

/* contact page */

.contact-social{
	background-color: var(--theme-color);
}
.contact-social2 i{
	font-size: 25px;
	color: #ffffff82;
}
iframe {
	display: block;
	width: 100%;
	height: 100%; 
	border-top: none;
	
}

/* form */

.form-control{
	border-radius:0px;
	border:0px;
  }
  .font-primary{
	font-family: 'Kaushan Script', cursive;
  }
  .font-secondary{
	font-family: 'Saira', sans-serif;
  }
  .form-area{
	border:1px solid #fff;
  }

  /* results */
  
  .exm-resdsn{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  .exm-resdsn h4{
	font-size: 30px;
	color: var(--theme-color);
	margin-bottom: 0;
}
.bor-res{
	margin-left: auto;
	margin-right: auto;
	width: 7%;
	border-bottom: 5px solid #c5c5c5;
	margin-top: 2px;
	margin-bottom: 2px;
}
  .child{
	display: block;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: black;
	font-weight:bold;
	font-size:2rem;
	text-align: center;
	padding: 1rem 0;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.child p{
	font-size: 18px;
}
.child p span{
	color: #293a5b;
}
.child:hover {
	transform: scale(1.1);
  }

  /* Base styles for the button */
.download-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--theme-color);
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  .download-btn i{
	color: white;
  }
/* Hover effect */
.download-btn:hover {
		background-color: black;
		transition: 0.3s;
}

/* Copyright footer */

.cpy-ftr{
	background-color: var(--theme-color);
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
.cpy-ftr p{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-family: 100;
	margin-bottom: 0;
}
.cpy-social{
	text-align: right;
}
.cpy-social a{
	font-size: 14px;
	color: #50bd77;
	margin-right: 10px;
}
.cpy-social a:hover{
	color: white;
}

@media (max-width: 767px){
	.cpy-ftr{
		text-align: center;
	}
	.cpy-social{
		text-align: center;
	}
	
}

/* Admission form styles */

.frm-wraper{
	padding: 50px 50px;
	background-color: #f5f2f26b;
	/* background-color: #fff; */
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.frm-wraper input[type="file"]{
	border: 0;
	color: lightgrey;
  }
.frm-head{
	text-align: center;
}
.frm-head h5{
	color: var(--theme-color);
	text-transform: uppercase;
	margin-bottom: 0;
}
.frm-head hr{
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	margin-bottom: 40px;
	margin-top: 8px;
	border-top: 1px solid black;
	opacity: 10;
}
.frm-adsdsn{
	text-align: right;
}
.frm-adsdsn b{
	color: var(--theme-color);
}

/* custom form */

.custom-inputname{
	display: block;
	width: 70%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-inputname:focus{
	color: #212529;
    background-color: #fff;
	outline: 0;
	border-color: var(--theme-color);
    box-shadow: 0 0 0 .25rem rgb(18 165 0 / 25%);
}

.text {
    font-size: 13px;
    color: #000000;
}

.container-cus {
	max-width: 960px;
	margin: auto;
	padding: 20px;
}
.frm-headerdsn {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.ftr-logcusfrm {
	max-width: 100px;
}

.frm-adsdsn {
	margin-left: auto;
	font-size: 14px;
}
.form-control {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form-control:focus{
	border-color: var(--theme-color) !important;
	box-shadow: 0 0 0 .25rem rgb(18 165 0 / 25%) !important;
}
.text{
	color: black;
	font-size: 15px;
	font-weight: bolder;
}
.form-sep{
	margin-bottom: 20px;
	color: var(--theme-color);
}
.up-box-dsn{
	text-align: center;
	background: white;
    padding: 20px;
	border-radius: 5px;
	max-height: 250px;
	display: flex; 
    align-items: center;
    justify-content: center; 
    height: 250px;
}
@media (max-width: 768px) {
    .up-box-dsn {
        background: transparent;
    }
	.mob-frmlogres{
		text-align: center;
	}
}
.content {
    text-align: center;
}
.admn-sub{
	text-align: center;
}
.admn-sub h5{
	color: var(--theme-color);
}
.admn-sub p{
	color: rgb(204, 204, 204);
	font-size: 15px;
}
.crs-box{
	text-align: center;
    vertical-align: top;
    border: 2px solid #FFF;
	border-top-right-radius: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 45px;
    box-shadow: 0px 0px 8px #C0C0C0;
    margin: 20px;
	padding: 80px;
}
.crs-btndsn{
	padding: 9px;
    display: block;
    width: 165px;
    font-size: 24px;
    font-weight: bold;
    background-color: var(--theme-color);
    color: #FFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 8px;
    box-shadow: 2px 2px 5px #aaaaaa;
    border: 2px solid #FFF;
    border-top-right-radius: 15px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 45px;
}
.crs-btndsn:hover {
    background-color: #096;
    box-shadow: 2px 2px 3px #C90;
}
.image-container {
	position: relative;
	display: inline-block;
}

.delete-button {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #ff6347;
	color: white;
	border: none;
	padding: 10px;
	font-size: 10px;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.delete-button:hover {
	background-color: #d63434;
}
