

/* 
Coded by AG Logics 
Website : www.aglogics.com
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap'); */
body {
	line-height: 1.5;
	color: #000;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none;
}
a{
  color: #4d4d4d;
  font-weight: 600;
}
a:hover {
	text-decoration: none;
  color: #ffdb60;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
font-family: 'Poppins', sans-serif;
}

.heading-small {
	font-size: 22px;
	font-weight: 700;
	color: #24272e;
}
.heading-ex-small {
	font-size: 18px;
	font-weight: 700;
	color: #24272e;
}

.btn {
	text-transform: uppercase;
	letter-spacing: .2em;
	border-radius: 0;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-black {
	color: #fff;
	background-color: #000;
}

.btn.btn-black:hover {
	color: #000;
	background-color: #fff;
}

.line-height-1 {
	line-height: 1 !important;
}

.bg-black {
	background: #000;
}

.form-control {
	height: 43px;
	border-radius: 0;
}

.form-control:active,
.form-control:focus {
	border-color: #ffdb60;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-section {
	padding: 2.5em 0;
}

@media (min-width: 768px) {
	.site-section {
		padding: 5em 0;
	}
}

.site-section.site-section-sm {
	padding: 4em 0;
}

.site-section-heading {
	position: relative;
	font-size: 2.5rem;
}

@media (min-width: 768px) {
	.site-section-heading {
		font-size: 4rem;
	}
}

.site-section-heading:after {
	content: "";
	left: 0%;
	bottom: 0;
	position: absolute;
	width: 100px;
	height: 1px;
	background: #5c9582;
}

.site-footer {
	padding: 4em 0 0 0;
	background: #24272e;
}

@media (min-width: 768px) {
	.site-footer {
		padding: 0em 0 0px 0;
	}
}

.site-footer .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
	color: #fff;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
	margin-top: 50px;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #ffdb60;
}

.site-footer ul li {
	margin-bottom: 5px;
}

.site-footer .footer-heading {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.we-do {
	background-color: #24272e;
}

.we-do h2 {
	color: #fff;
}
.we-do .heading-small{
	color: #ffdb60;
}
 .color-fff {
	color: #fff;
}
.color-dark {
	color: #19191a;
}

/* Navbar */

.site-navbar {
	margin-bottom: 0px;
	z-index: 1999;
	position: absolute;
	width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.site-navbar.transparent {
	background: transparent;
}

.site-navbar.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.site-navbar .site-logo {
	position: relative;
	top: -4px;
}

.site-navbar .site-logo a {
	color: #fff;
}

.site-navbar .site-menu-toggle {
	color: #19191a !important;
}

.site-navbar .site-navigation.border-bottom {
	border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
	
}

.site-navbar .site-navigation .site-menu .active>a {
	color: #19191a;
}

.site-navbar .site-navigation .site-menu a.active {
	background-color: #5c9582;
	padding:10px 10px;
	
}

.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
}

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
	padding: 10px 0px;
}

.site-navbar .site-navigation .site-menu>li>a {
	padding: 10px 10px;
	color: #19191a;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
	background-color: #5c9582;
	padding:10px 10px ;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
font-family: 'Poppins', sans-serif;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border-top: 2px solid #ffdb60;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #edf0f5;
	border-right: 1px solid #edf0f5;
	border-bottom: 1px solid #edf0f5;
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
	color: #ffdb60;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
	color: #ffdb60 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 9px 20px;
	display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	background: #f4f5f9;
	color: #5c9582;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
	background: #f4f5f9;
	color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
	color: #ffdb60;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-navbar.scrolled {
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin-top: -130px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	-webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
}

.site-navbar.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.site-navbar.scrolled.sleep {
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.site-navbar.scrolled .site-menu-toggle {
	color: #000;
}

.site-navbar.scrolled .site-navigation .site-menu li a {
	color: #000;
}

.site-navbar.scrolled .site-navigation .site-menu li a.active {
	color: #19191a;
}

.site-navbar.scrolled .site-logo a {
	color: #000 !important;
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 9000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: #ffdb60;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
	color: #ffdb60;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
font-family: 'Poppins', sans-serif;
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
	padding-left: 20px;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 40px;
	font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 16px;
	padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
	width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
	padding-left: 15px !important;
}

.border-primary {
	position: relative;
}

.border-primary h2 {
	
	font-weight: 700 !important;
}

.border-primary:after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 200px;
	height: 1px;
	background: #5c9582;
}

.border-primary.text-center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.border-primary.text-left:after {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.categories li,
.sidelink li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dee2e6;
	list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.categories li a,
.sidelink li a {
	display: block;
}

.categories li a span,
.sidelink li a span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
	color: #000;
	font-style: italic;
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}

.comment-list li {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}

.comment-list li .vcard {
	width: 80px;
	float: left;
}

.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%;
}

.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
	font-size: 20px;
	color: #000;
}

.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #ccc;
}

.comment-list li .comment-body .reply {
	padding: 5px 10px;
	background: #e6e6e6;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
	color: #000;
	background: #e3e3e3;
}

.search-form {
	background: #f7f7f7;
	padding: 10px;
}

.search-form .form-group {
	position: relative;
}

.search-form .form-group input {
	padding-right: 50px;
}

.search-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-meta {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.post-meta a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/*# sourceMappingURL=style.css.map */


/* margins */

.mt-30 {
	margin-top: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-10 {
	margin-top: 10px;
}

.why-choose {
	margin-top: 40px;
}

.why-choose .icon-img {
	margin: 0;
	padding: 0;
}

.why-choose .icon-img img {
	width: 100%;
}

.why-choose .icon-disc {
	margin: 0;
	padding: 0 0 0 15px;
}

.why-choose h4 {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width:768px) {
	.hidden-xs,
	.hidden-sm {
		display: none;
	}
	.why-choose:first-child {
		text-align: center;
		margin-top: 0px;
	}
	.why-choose {
		text-align: center;
	}
	.why-choose .icon-img {
		margin: 0;
		padding: 0;
	}
	.why-choose .icon-img img {
		width: 100px;
		margin-bottom: 15px;
	}
	.why-choose .icon-disc {
		margin: 0;
		padding: 0 0 0 15px;
	}
	.why-choose h4 {
		font-size: 20px;
		font-weight: 600;
	}
	.site-footer {
		text-align: center;
		padding: 20px 0 0 0;
	}
	.site-footer h2 {
		margin-top: 40px;
	}
}

.btn {
	letter-spacing: 0.0 !important;
	font-size: 16px;
}

.btn-link {
	text-decoration: none;
	color: #212529;
}

.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #ffdb60;
}

.pull-right {
	float: right !important;
}

@media (min-width:768px) {
	.hidden-md,
	.hidden-lg {
		display: none;
	}
}

.btn-how {
	background-color: #fff;
	color: #ffdb60 !important;
}

.btn-how:hover,
.btn-how:focus {
	background-color: #5c9582;
	color: #fff !important;
	border: 1px solid #fff;
}

.btn-primary {
	background-color: #5c9582;
	color: #19191a !important;
	border: 3px solid #5c9582;
	font-weight: 600;
}
.btn-primary:hover {
	background-color: #5c9582;
	color: #000 !important;
	
	border: 3px solid #5c9582;
}

.text-subhead {
	font-weight: 600;
}


/* button */

.features {
	text-align: center;
	margin-top: 50px;
	padding: 0 !important;
}

.features i {
	font-size: 50px;
	color: #5c9582;
	border: 2px solid #5c9582;
	padding: 10px;
}

.features h4 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}


/* slider */

.slider {
	height: 760px;
}

.main-slider .item {
	height: 760px;
}

.overlayc {
	position: absolute;
	width: 100%;
	height: 760px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: block;
	margin: 0 auto;
}

.overlayc .text-overlay-center {
	
	position: absolute;
	width: 35%;
	color: #fff;
	/* border: 1px solid #fff; */
	padding: 10px;
	right: 14%;
	top: 30%;
	text-align: left;
}
.overlayc .text-overlay-left {	
	position: absolute;
	width: 35%;
	color: #fff;
	/* border: 1px solid #fff; */
	padding: 10px;
	left: 14%;
	top: 25%;
	text-align: left;
}
.overlayc .text-overlay-left img {
	width: 60% !important;
}

.overlayc .text-overlay-center h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
}

.slider .owl-nav {
	position: absolute;
	right: 15%;
	bottom: 8%;
	z-index: 1;
}

.slider .owl-next:hover,
.slider .owl-prev:hover,
.slider .owl-prev:focus,
.slider .owl-next:focus {
	opacity: 1;
	text-decoration: none;
	outline: 0;
	color: #5c9582;
}

.slider .owl-next {
	right: 20px !important;
}

.slider .owl-prev {
	left: 20px !important;
}

.slider .owl-next i {
	margin-right: -3px !important;
	margin-bottom: 4px !important;
}

.slider .owl-prev i {
	margin-left: -3px !important;
	margin-bottom: 4px !important;
}


/* arrow */

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
	z-index: 1;
	top: 85%;
	left: 49%;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #5c9582;
	z-index: 1;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

.copyright,
.branding {
	font-size: 14px;
	padding: 20px 0 0 0;
	text-align: right;
}
.bharat-sarkar{
	text-align: center !important;
	width: 100%;	
}
  .bharat-sarkar img{
margin: 5px 0;
}

.copyright {
	text-align: left;
}

.branding {
	text-align: right;
}

@media (max-width: 576px) {
	
	.sub-heading{
		text-align: center !important;
	}
	
  .about-discription{
	  text-align: center;
  }
  .img-fluid{
	  margin-top: 30px;
  }
	p {
		text-align: center;
	}
	.border-primary {
		position: relative;
		text-align: center;
	}
	.order-md-1 {
		margin-top: 40px;
	}
	.border-primary:after {
		position: absolute;
		content: "";
		bottom: 0;
		width: 80px;
		height: 3px;
		background: #5c9582;
		left: 38%;
	}
	.slider {
		height: 900px;
	}
	.main-slider .item {
		height: 900px;
	}
	.main-slider {
		height: 900px;
	}
	.overlayc {
		height: 900px;
	}
	.chevron {
		top: 830px;
		left: 46%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.copyright {
		text-align: center;
		padding-top: 20px;
	}
	.copyright p {
		margin-bottom: 5px;
	}
	.branding {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.slider .owl-nav {
		top: 545px;
		left: 10px;
		display: none;
	}
	.overlayc .text-overlay-left {
		position: absolute;
		width: 100%;
		color: #fff;
		left:19%;
		top: 9%;
		text-align: center;
	  }
	  .overlayc .text-overlay-left img{
		width: 80%;
	  }
	.overlayc .text-overlay-center {
		margin: 0 auto;		
		position: absolute;
		width: 100%;
		color: #fff;
		padding: 10px;
		top: 52%;
		right: 0;
		text-align: center;    
	}
	.overlayc .text-overlay-center h2 {
		font-size: 30px;
	}
	.heading-small {
		text-align: center;
	}
	.text-subhead {
		text-align: center;
	}
	
.product-slide .item:nth-child(3n+1) {
	padding-right: 0px !important;
}

.product-slide .item:nth-child(3n+3) {
	padding-right: 0px !important;
}
}

.product-slide .item .heading-small {
	margin: 10px 0;
	text-align: left;
	min-height: 50px;
}
.product-slide .item p{
	font-size: 15px;
	min-height: 130px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #24272e !important;
}

.product-slide .item:nth-child(3n+1) {
	padding-right: 10px;
}

.product-slide .item:nth-child(3n+3) {
	padding-right: 0px !important;
}

/* testimonial */
.testimonial-slide .item:nth-child(3n+1) {
	padding-right: 0px !important;
}

.testimonial-slide .item:nth-child(3n+3) {
	padding-right: 0px !important;
}

.testimonial-slide .item .heading-small {
	margin: 10px 0;
	text-align: left;
	font-size: 16px !important;
}
.testimonial-slide .item p{
	font-size: 15px;
	padding: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #24272e !important;
}

.testimonial-slide .item:nth-child(3n+1) {
	padding-right: 10px;
}

.testimonial-slide .item:nth-child(3n+3) {
	padding-right: 0px !important;
}

#request-quote {
	background-color: #5c9582;
}

/* #request-quote h2 {
	color: #fff !important;
} */
.contact{
	background-color: #fff;
	min-height: 480px;
	margin-top: 40px;
}
.contact .map {
	padding: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.contact .form {
	padding: 0;
}

.contact form {
	background-color: #fff;
	padding: 50px;
}

.contact .address {
	background-color: #fff;
	padding: 50px 0;
}
.contact .sister-company{
	padding-top: 50px ;
	padding-bottom: 50px;
	font-weight: bolder;
}

.contact .sister-company i{
font-size: 20px;
padding-right: 15px;
color:#5c9582;
}

p-0 {
	padding: 0;
}

.quote-btn {
	background: #5c9582;
	color: #19191a !important;
}

.quote-btn:hover {
	color: #fff !important;
}

.quote .active {
	color: #fff !important;
}

.scroll-top {
	position: fixed;
	background-color: #5c9582;
	border-radius: 5PX;
	padding: 10px 15px;
	bottom: 15px;
	right: 15px;
	border: 2px solid #24272e; 
	z-index: 1;
}

.scroll-top i {
	color: #24272e;
}

.owl-nav-product {
	position: absolute;
	bottom: 0;
	right: 25px;
}

.owl-nav-product .btn-primary {
	background-color: #5c9582;
	color: #fff;
	border: 0;
}

.owl-prev-p,
.owl-next-p {
	padding: 5px 10px;
}
#more{
	display: none;
}
.icons p {
line-height: 1.3;
text-align: center;
}
@media (min-width: 1024px) {
	.icons .fc {
		padding: 0px  !important;
	}
}
p{
	margin-top: 0;
	margin-bottom: 5px;
}
.our-products{
background-color: #efefef;
}
.writer-label{
	background-color: #5c9582;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 5px;
	border-radius: 5px;
}