body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a,
.slider-info a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

p {
	margin: 0;
	color: #333;
	font-size: 1em;
	line-height: 2;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
/* header */
header h1,
footer h2 {
	line-height: 0;
}

.navbar-light {
	padding: 0.4em 5em;
	position: absolute;
	z-index: 999;
	width: 80%;
	left: 10%;
	top: 4%;
	background: #0093d0;
	border-radius: 70px;
}

a.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.7em;
	letter-spacing: 1px;
}

a.navbar-brand i {
	color: rgba(0, 0, 0, 0.18);
	font-size: 2em;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	padding: 4px 15px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	font-size: 0.9em;
	letter-spacing: 1px;
}

ul.navbar-nav.ml-lg-auto.text-center {
	margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #0093d0;
	background: #fff;
	border-radius: 5px;
}

.dropdown-item {
	color: #fff;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
	background-color: white;
	color: #000 !important;
	font-weight: 600;
	text-transform: capitalize;
}

.w3ls-btn {
	font-weight: 600;
	background: transparent;
	padding: 4px 15px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: capitalize;
}

.w3ls-btn i {
	font-size: 1.8em;
	color: #fff;
}

/*-- //header --*/
/* banner */
.banner {
	background: url(../images/banner.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.banner:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.21);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.banner-text {
	padding: 21vw 0 10vw;
	box-sizing: border-box;
}

.slider-info {
	width: 600px;
}

.slider-info h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #fff;
	word-spacing: 5px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 1px #000;
	font-weight: 800;
	line-height: 1.3;
}

.agile-link-bnr {
	padding: 8px 33px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	background: #0093d0;
	border: none;
	text-transform: capitalize;
	border-radius: 30px;
}

.agile-link-cnt {
	padding: 15px 40px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	background: #00bbf3;
	border: none;
	border-radius: 30px;
	text-transform: uppercase;
}

footer {
	background: #000;
}

.agile-contact-top h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #000;
}

.fv3-contact {
	padding: 0.5rem 1rem;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	color: #000;
	font-weight: 600;
}

.form-control {
	background-color: #fff;
	border: none;
}

.close {
	font-size: 1.5rem;
	color: #fff;
	text-shadow: none;
	opacity: 1;
}

ul.social-iconsv2 li {
	display: inline-block;
	border-radius: 50%;
}

ul.social-iconsv2 li a {
	text-decoration: none;
	font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
	font-size: 18px;
	line-height: 38px;
	width: 30px;
	height: 37px;
	color: #000;
	margin-right: 15px;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

ul.list-agileits li a {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

ul.social-iconsv2 li:first-child a {
	color: #3b5998;
}

ul.social-iconsv2 li:last-child {
	color: #287bbc;
}

.fv3-contact p {
	font-weight: 600;
}

.fv3-contact p a {
	color: #333;
}

/* //banner */
.cpy-right p {
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
}

/* //end fixed social */
/* login */
.modal-title {
	letter-spacing: 1px;
	font-size: 1.3em;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border: 10px solid rgba(0, 0, 0, 0.19);
	border-radius: 0.3rem;
	outline: 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background: #0093d0;
}

.right-w3l input[type="submit"] {
	background: #fff;
	border: none;
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.col-form-label {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}

.modal-header {
	color: #eee;
	border: none;
	text-transform: uppercase;
	margin: 0 auto;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

/* //modal */
/* section title */
h3.main-title-agile {
	text-transform: capitalize;
	font-weight: 800;
	font-size: 2.1em;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}

.title-section {
	position: relative;
}

span.title-line {
	background-color: #0093d0;
	height: 50px;
	display: block;
	width: 1px;
	margin: 3em auto 0;
}

.ins-sec1 {
	margin-top: 5em;
}

/* //section title */
/* services */
h4.sec-title {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	color: #00a199;
	font-size: 32px;
}

h4.sec-title small {
	color: #222;
	display: block;
	font-size: 23px;
	margin-bottom: 18px;
}

.abt-block i {
	font-size: 2em;
	color: #fff;
	line-height: 2.5;
}

.abt-block h3 {
	font-size: 1.1em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.abt-block p {
	line-height: 1.8;
	margin-top: 1em;
	color: #000;
	letter-spacing: 0.5px;
}

.abt-block {
	padding: 5em 1.5em 3em;
	position: relative;
	border-radius: 10px;
	background: #eee;
}

.serv_abs {
	position: absolute;
	top: -41px;
	left: 45px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: #eee;
	box-shadow: 0px -6px 5px rgb(222, 222, 222);
	text-align: center;
}

h5.agile-title {
	color: #000;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	max-width: 750px;
}

h3.agile-title {
	font-size: 1.2em;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 4.7px;
}

i.fas.fa-quote-left {
	font-size: 2em;
	color: #e2e2e2;
}

.about-right-text {
	font-size: 1.1em;
	color: #000;
	font-weight: 600;
}

h5.abt-right {
	color: #7c43b8;
	font-size: 2em;
	text-transform: capitalize;
	font-style: italic;
	font-weight: 800;
	margin-top: 1em;
}

/* //services */
.serv_bottom {
	background: #0093d0;
}

h4.agile-ser_bot {
	font-size: 2.5em;
	letter-spacing: 4px;
	word-spacing: 3px;
}

a.serv_link {
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 3px;
}

.serv_bottom h5 {
	letter-spacing: 5px;
	word-spacing: 3px;
}

.serv_bottom h5 {
	letter-spacing: 10px;
	word-spacing: 23px;
}

/* //view more *services/
/* stats */
section.agile_stats {
	background: url(../images/slide.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}

section.agile_stats:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content: '';
	background: rgba(0, 147, 208, 0.51);
	z-index: -1;
}


section.agile_stats2 {
	background: url(../images/Layer3.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}

section.agile_stats2:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content: '';
	background: transparent;
	z-index: -1;
}

section.agile_stats3 {
	background: url(../images/Layer4.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}

section.agile_stats3:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content: '';
	background: transparent;
	z-index: -1;
}

.counter i {
	font-size: 2em;
	color: #fff;
}

.timer {
	font-size: 3em;
	font-weight: 600;
}

/* //stats */
/*-- text Slider --*/
.testimonials {
	background: #0093d0;
}

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
}

ul.callbacks_tabs {
	position: absolute;
	z-index: 2;
	right: 10%;
	bottom: 50px;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #000;
	opacity: 0.5;
}

.callbacks_here a:after {
	background: #fff;
}

.testi-agile p i {
	color: #e3ebef;
	font-size: 2em;
	margin-right: 15px;
}

.testi-pos span {
	color: #eee;
}


.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    top: 50%;
	    opacity: 1;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
    height: 47px;
    width: 47px;
	background: url("../images/arrow1.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/arrow1.png") no-repeat 0px 0px;
	left: 0;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/arrow2.png") no-repeat 0px 0px;
	right: 10px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}
#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs a {
	visibility: hidden;
	width: 20px;
	line-height: 19px;
	height: 20px;
	text-align: center;
	color: #000;
	font-weight: 600;
	display: block;
	background: #fff;
	border-radius: 50%;
}

.callbacks_tabs a:hover {
	background: #1165f3;
	color: #fff;
}

.testi-pos h4 {
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.testi-agile h4 {
	color: #000;
	font-size: 1em;
	text-transform: capitalize;
	margin: 1em 0 0.5em;
	font-weight: bold;
}

.testi-agile p {
	letter-spacing: 1px;
	width: 90%;
	margin: 1em auto 0;
	color: #eee;
	line-height: 40px;
	padding: 1em 2em 3em;
}

/* //testimonials */
/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	background: #18a367;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h4 {
	padding-top: 26%;
	letter-spacing: 1px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 1em;
	text-transform: capitalize;
	font-weight: 600;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h4,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h4,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*--/newsletter--*/
.newsright input[type="email"] {
	outline: none;
	width: 100%;
	padding: 15px 20px;
	color: #848484;
	font-size: 14px;
	border: 1px solid #b5bbbd;
	width: 74%;
	letter-spacing: 3px;
	background: none;
}

.newsright input[type="email"] {
	outline: none;
	padding: 5px 20px;
	border: none;
	line-height: 3;
	color: #fff;
	font-size: 1em;
	width: 70%;
	letter-spacing: 3px;
	background: rgba(208, 202, 202, 0.34);
	border-radius: 0px;
}

.newsright input[type="submit"] {
	padding: 11px 20px;
	font-size: 15px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	background: #56ab2f;
	border: 4px solid rgba(0, 0, 0, 0.32);
	margin-left: 10px;
	color: #fff;
	width: 30%;
	cursor: pointer;
	border-radius: 0;
}

.newsright input[type="submit"]:hover {
	background: #000;
}

.newsright {
	margin: 0 auto;
	width: 50%;
}

.galsses-grid-right {
	padding: 0 5em 0 2em;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem transparent;
}

label.align-self-center {
	background: #56ab2f;
	font-size: 2em;
	color: rgba(255, 255, 255, 0.55);
	width: 70px;
	line-height: 60px;
	height: 60px;
	margin-bottom: 0;
	text-align: center;
}

/*--//newsletter--*/
/* contact */
#partners {
	background: url(../images/partners.jpg) center no-repeat;
	background-size: cover;
}

form.register-wthree .form-control {
	background: #eee;
	font-size: 0.9em;
}

textarea {
	height: 200px;
	resize: none;
}

form.register-wthree .form-control {
	background: #eee;
	border: none;
	border-left: 3px solid #0093d0;
	border-radius: 0;
	-webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
	-moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
	box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

button.btn.btn-agile.btn-block.w-100.font-weight-bold.text-uppercase {
	background: #0093d0;
	color: #ffffff;
}

/* //contact */
/* footer variant4 */
ul.bottom-links-agile {
	border-top: 1px solid #1a1d1d;
	border-bottom: 1px solid #1a1d1d;
	padding: 1.5em 0;
	margin: 3em 0;
}

ul.bottom-links-agile li {
	display: inline-block;
	margin: 0 2em;
}

ul.bottom-links-agile li:last-child {
	float: right;
}

ul.bottom-links-agile li a.active,
ul.bottom-links-agile li a:hover {
	color: #34c663;
}

ul.bottom-links-agile li a {
	font-size: 14px;
	color: #606161;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.footerv4-top h3 {
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	letter-spacing: 0.5px;
	font-weight: 700;
}

ul.v4-rel li a {
	color: #fff;
	font-size: 0.9em;
	display: block;
}

.footv4-left h2 a {
	font-size: 0.9em;
	letter-spacing: 0.5px;
	color: #fff !important;
	padding: 14px 0 0;
	display: block;
	position: relative;
	margin-bottom: 1em;
	font-weight: 800;
	text-transform: uppercase;
}

.footer {
	background: #283645;
	padding: 1em 0;
	text-align: center;
}

.footer p {
	color: #fff;
	font-size: 1em;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	color: #ED4F2E;
}

.footv4-left ul.v4-rel li {
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}

ul.v4-content li {
	display: block;
	line-height: 2;
}

ul.v4-content li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 1em;
}

.footv4-left input[type="text"],
.footv4-left input[type="email"] {
	width: 100%;
	color: #000;
	background: #FFF;
	padding: 8px 10px;
	outline: none;
	border: none;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
}

.footv4-left textarea {
	width: 100%;
	color: #fff;
	background: #fff;
	padding: 10px 10px;
	outline: none;
	resize: none;
	height: 10em;
	border: none;
	font-size: 13px;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
}

.footv4-left form input[type=submit] {
	color: #fff;
	padding: 7px 25px;
	font-size: 14px;
	cursor: pointer;
	background: #0093d0;
	margin: 4px 0 0 0px;
	outline: none;
	text-transform: uppercase;
	border-radius: 8px;
	border: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

.footv4-left form input[type=submit]:hover {
	background: #000;
	color: #fff;
}

.footerv4-social ul li {
	display: inline-block;
}

span.icon_twitter {
	background: #1da1f2;
}

span.icon_facebook {
	background: #3b5998;
}

span.icon_dribbble {
	background: #ea4c89;
}

span.icon_g_plus {
	background: #dd4b39;
}

.footerv4-social ul li a {
	color: #212121;
}

.footerv4-social ul li span {
	margin-right: 10px;
	color: #fff;
	padding: 10px;
	width: 35px;
	height: 35px;
	font-size: 15px;
	text-align: center;
}

.footerv4-social ul {
	margin: 1.5em 0 0;
}

.footerv4-social ul li a {
	color: #212121;
}

.footerv4-social ul li:hover a {
	color: #fff;
	text-decoration: none;
}

.footerv4-social {
	margin-top: 2em;
}

.cpy-right {
	padding: 1em 0;
	background: #0093d0;
	text-align: center;
}

.cpy-right p a {
	color: #fff;
}

/* -- Responsive code -- */
@media screen and (max-width: 1366px) {
	.slider-info h3 {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 1080px) {
	.navbar-light {
		padding: 0.4em 2em;
	}

	figure.effect-layla h4 {
		padding-top: 17%;
	}
}

@media screen and (max-width: 1050px) {
	.slider-info h3 {
		font-size: 2.3em;
	}

	figure.effect-layla h4 {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 991px) {
	.navbar-light {
		padding: 1em 2em;
		border-radius: 10px;
	}

	.timer {
		font-size: 2.5em;
	}

	figure.effect-layla h4 {
		padding-top: 30%;
	}
}

@media screen and (max-width: 900px) {
	.slider-info h3 {
		font-size: 2.1em;
	}

	.testi-agile p {
		width: 96%;
		padding: 1em 0em 3em;
	}
}

@media screen and (max-width: 768px) {
	.slider-info h3 {
		font-size: 1.8em;
	}

	.slider-info {
		width: 510px;
	}
	.testi-agile p {
		line-height: 30px;
	}
}

@media screen and (max-width: 736px) {
	.footerv4-top {
		padding: 3em 0;
	}

	span.title-line {
		margin: 1em auto 0;
	}

	.serv_abs {
		width: 60px;
		height: 60px;
	}

	.serv_abs {
		top: -25px;
	}

	.ins-sec1 {
		margin-top: 4em;
	}

	.abt-block i {
		font-size: 1.5em;
		line-height: 60px;
	}

	.abt-block {
		padding: 4em 1.5em 3em;
	}
}

@media screen and (max-width: 667px) {
	.slider-info h3 {
		font-size: 1.6em;
	}

	.testi-agile p {
		letter-spacing: 0.5px;
		line-height: 30px;
	}
}

@media screen and (max-width: 640px) {
	.slider-info {
		width: 430px;
	}
}

@media screen and (max-width: 600px) {
	.footv4-left h2 a {
		font-size: 0.75em;
	}
}

@media screen and (max-width: 568px) {
	.slider-info h3 {
		font-size: 1.5em;
	}

	h3.main-title-agile {
		font-size: 1.8em;
	}

	.ins-sec1 {
		margin-top: 3em;
	}

	.timer {
		font-size: 2em;
	}
}

@media screen and (max-width: 480px) {
	.navbar-light {
		padding: 0.5em 2em;
	}

	a.navbar-brand {
		font-size: 0.6em;
	}

	.agile-link-bnr {
		padding: 6px 24px;
		letter-spacing: 0px;
	}

	.slider-info {
		width: 320px;
	}

	p {
		line-height: 1.5;
	}

	figure.effect-layla h4 {
		padding-top: 23%;
	}
	.agile-contact-top h4 {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 414px) {
	.slider-info h3 {
		font-size: 1.3em;
	}

	.footerv4-top h3 {
		font-size: 1em;
	}

	p {
		font-size: 0.95em;
	}

	h3.main-title-agile {
		font-size: 1.6em;
	}

	.row.grid {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	.row.grid .col-6 {
		max-width: 100%;
	}

	figure.effect-layla h4 {
		padding-top: 35%;
	}
}

@media screen and (max-width: 384px) {
	a.navbar-brand {
		font-size: 0.5em;
	}

	.banner-text {
		padding: 27vw 0 7vw;
	}

	.slider-info h3 {
		font-size: 1em;
	}

	.slider-info {
		width: 300px;
	}

	.abt-block {
		padding: 4em 1.1em 2em;
	}

	.testi-pos h4 {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.row.sub-w3l.my-3 {
		display: block;
	}
	.col.forgot-w3l.text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 375px) {
	.footerv4-top {
		padding: 2em 0;
	}

	.timer {
		font-size: 1.5em;
	}

	h3.main-title-agile {
		font-size: 1.5em;
	}

	.fas.fa-quote-left {
		font-size: 1.3em;
	}
	.modal-body {
		padding: 0rem;
	}
}

@media screen and (max-width: 320px) {
	.navbar-light {
		padding: 0.8em 1em;
	}

	.navbar-light {
		padding: 0.5em 1em;
	}

	.abt-block h3 {
		font-size: 1em;
	}

	h3.main-title-agile {
		font-size: 1.4em;
	}
	.agile-link-bnr {
		padding: 6px 20px;
	}
}

/* -- //Responsive code -- */

.cpy-right {
    padding: 1em 0;
    background: #23a2f3;
    text-align: center;
}

    .ml-lg-auto, .mx-lg-auto {
    margin-left: unset !important;
}
.rslides img {
    height: auto;
    border: 0;
    width: 100%;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 0 !important;
} 
        
   .rslides li {
  
    float: none;
    list-style: none;
    display: flex ;
    justify-content: center;
}   
        
     
       
        section.agile_stats:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: transparent;
    z-index: -1;
}
 
     
      .navbar-light {
    padding: 0.4em 5em;
    position: absolute;
    z-index: 999;
    width: 80%;
    left: 10%;
    top: 4%;
    background: #0094da;
    border-radius: 70px;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: -60px;
}

.navbar-light {
    padding: 0.4em 0.4em;
    position: absolute;
    z-index: 999;
    width: 80%;
    left: 10%;
    top: 75px;
    background: #0094da;
    border-radius: 70px;
}

.navbar-light .navbar-nav .nav-link {
    margin-top: 10px;
}







@font-face {
    font-family: 'Poor Richard';
    src: url('PoorRichard-Regular.woff2') format('woff2'),
        url('PoorRichard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




h3.main-title-agile {
    text-transform: capitalize;
    font-weight: unset;
    font-size: 2.1em;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.agile-link-bnr {
    padding: 8px 25px;
    color: #fff;
    font-weight: unset;
    letter-spacing: 1px;
    font-size: 24px;
    background: #23a2f3;
    border: none;
    text-transform: capitalize;
    border-radius: 25px;
    font-family: 'Helvetica 67 Medium Condensed';
    width:290px;
}

.agile-link-bnr:hover {
    padding: 8px 25px;
    color: #23a2f3;
    font-weight: unset;
    letter-spacing: 1px;
    font-size: 24px;
    background: #fff;
    border: 2px solid #23a2f3;
    text-transform: capitalize;
    border-radius: 25px;
    font-family: 'Helvetica 67 Medium Condensed';
    width: 290px;
    
}

.headertype2 { 
font-family: 'Helvetica 67 Medium Condensed';
    color:#fff;
    font-size: 35px;  text-align: center;
}

.para2 {
    font-family: 'Helvetica 67 Medium Condensed';
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: unset;
    font-weight: normal;
    /* letter-spacing: -1px; */
}

.btn-style2 {
    
    background: transparent ;
    border: 2px solid #fff;
    
    
}

.btn-style2:hover{
    
    background: transparent ;
    border: 2px solid #23a2f3;
    color:#fff;
    
    
}

.btn-style3 {
    
    background: transparent ;
    border: 2px solid #074176;
    color:#074176;
    
    
}


.btn-style3:hover {
    
    background: transparent ;
    border: 2px solid #074176;
    color:#074176;
    
    
}


.slidertext {position: absolute;top:50%;font-family: 'Open Sans', sans-serif;font-size: 77px;color: #444444}
.sliderspan {color: #0096d9}

.bottomtext {font-family: 'Open Sans', sans-serif;font-size: 98px;color: #074176;text-align: center}

@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}
}


label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #ffffff;
    font-weight: normal;
}

.footv4-left form input[type=submit] {
    color: #23a2f3;
    background: #ffffff;
  font-family: 'Helvetica Neue LT Std 57 Condensed';
    letter-spacing: 1px;
    width: 155px;
    height: 50px;
    font-size: 17px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}

ul.v4-content li a {
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}

.cpy-right p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 4px 15px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    font-size: 17px;
    letter-spacing: unset;
    font-family: 'Helvetica';
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    background: transparent;
    border-radius: 5px;
    font-weight: bold;
}

.row {;
    margin-right: 0;
    margin-left: 0;
}

.pnormal {font-size: 18px;font-family: 'Helvetica Neue LT Std 57 Condensed';text-align: center}


.pb-lg-5, .py-lg-5 {
    padding-bottom: 0 !important;
}

.pt-5, .py-5 {
    padding-top: 0 !important;
}

.producttable th {background: #084176;border: none;color:#fff;text-align: center}

.table-bordered td {
    border: 1px solid #084176;
    border-bottom: none;
    border-top: none;
    padding-left: 65px !important;
    
}
.table th, .table td {
    padding: 3px;
    vertical-align: top;
   
}
.table thead th {
    font-size: 24px;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    border: solid 1px #084176;
}

.table-bordered {
    border: 1px solid #084176;
}

.table-bordered td {
    border: 1px solid #084176;
    border-bottom: none;
    border-top: none;
    padding-left: 65px !important;
    color: #626262;
    font-size: 24px;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}

.servicestitle {font-family: 'Helvetica Neue LT Std 57 Condensed';font-size:38px;color:#0094da !important;text-align:left}

.servicestitle:after {
   content: "";
    display: block;
    margin: 0 auto;
    width: 60%;
    padding-top: 5px;
    border-bottom: 4px solid #084176;
}

.table-borderless td {
    border: none;
    padding-left: 50px;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-size: 18px;
    padding-bottom: 10px;
}

h3.main-title-agile.servicestitle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divservices {background:#f0f0f0;border-radius: 10px;min-height:275px}


.tableshowroom thead th {
    font-size: 18px;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
  
}

.tableshowroom thead {
    background: #ffffff;
    border-radius: 5px;
    color: #0094da;
}

.tableshowroom td {
    border: none;
    padding-left: unset !important;
    color: #fff;
    padding-bottom: 0px;
}

.tableshowroom thead th {
   
    border: unset;
}


.tableshowroom th:first-child{
  border-radius:10px 0 0 10px;
}

.tableshowroom  th:last-child{
  border-radius:0 10px 10px 0;
}

.navmiddle {   display: flex !important;
               justify-content: center;width: 200px !important;}

.titlemain2 {font-family: 'Helvetica 67 Medium Condensed';font-size:47px;color:#0094da;text-align: center}

.titlemain3 { font-family: 'Helvetica 67 Medium Condensed';font-size:34px;color:#084176;text-align:left;padding-bottom: 30px}

.padbot0 {padding-bottom: 0}

.padtop0backw {padding-top: 0;background: #fff;}

.padtop0 {padding-top: 0}



.textleft { text-align:left}

.imgcenter {display: block; margin: 0 auto;}

.productdiv {border:2px solid #084176;border-radius: 10px;padding: 20px;padding-left: 20px;padding-right: 20px;}

.paraproduct {font-size:17px;color:#084176;font-family: 'Helvetica 67 Medium Condensed';text-align:center;    line-height: unset;}
.pad15 {padding-bottom: 15px}
.table th, .table td {
    padding: 0;
    vertical-align: top;
}

.paddingtopbotom {padding: 35px}


.ulpillows {
  list-style: none;
}

.ulpillows li::before {
content: url('../images/libullter.png');
  color: #0094da;
  font-weight: bold;
  display: inline-block; 
  width: 10px;
  margin-left: 0;
    padding-right: 20px; 
    
}

.lasttable td{padding-left: 10px !important;}

.padtop65 {padding-top: 65px}
.padtop45 {padding-top: 35px}
.ulpillows {
    list-style: none;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-size: 18px;
    /* padding: 1px; */
}

.ulpillows li {
   padding-bottom: 15px;
}

.tableshowroom th:first-child {
  
    padding-left: 5px;
}

.tableshowroom tr:first-child {

    padding-left: 5px;
}

.padbottom0 {padding-bottom: 0 !important;}

.tablesevices {width: 75%; margin:0 auto; margin-bottom: 40px;color:#626262}

.csrtitle {font-family: 'Helvetica 67 Medium Condensed';font-size:47px;color:#0094da;padding-top:35px;text-align: center}
.showroomtitlw {font-family: 'Helvetica 67 Medium Condensed';font-size:47px;color:#0094da;padding-bottom:35px;text-align: center}

.contactbtn {width:245px;border-radius: unset !important;background:#77a90a;margin: 0 auto;display: block;margin-top: 25px}

.form-control {

    background-color: #e8e8e8 !important;
    
}

.formcontact {
    width: 70%;
    margin: 0 auto;
}

.tblcontac {width: 80%;
    margin: 0 auto;color:#fff}


.dropdown-item, .dropdown-item.active, .dropdown-item:active {
    background-color: rgb(0,148,218,0.5);
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
   
    background-clip: padding-box;
    border:none;
    border-radius: 0.25rem;
}

.dropdown:hover .dropdown-menu {
   display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0094DA;
}




@media (max-width:767px) {
    .rslides img {
    height: 495px;
    border: 0;
    width: 100%;
}

.navbar-expand-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    list-style: none;
    display: block !important;
    justify-content: right;
    min-height: 53px;
}
.navbar-toggler {
    background-color: #fff;
    float: right;
}
.showmob {
    display: block !important;
    position: absolute;
    left: 20px;
    top: 30px;
    /* width: 100px; */
}
   .secslide img {
    width: 100% !important;
    height: 100% !important;
}
    
    .hidemob {display: none !important}


    .secslideli {display: block !important}
   
    
  .navbar-light {
    padding: 0.4em 5em;
    position: relative;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    background: #0094da;
    border-radius: unset;
}  
    
.navbar-toggler {
   
    background-color: #fff;
 
}    
    
    h1.showmob img {
    width: 100px;
}

.slidertext {
    position: absolute;
    top: 50%;
    font-family: 'Poor Richard';
    font-size: 35px !important;
    color: #444444;
}
.btn-style2 {
    background: transparent;
    border: 2px solid #fff;
    margin-bottom: 15px;
}

   .minh {
        
            min-height: unset !important;
            
    }
    

    
    
    .bottomtext {
    font-family: 'Poor Richard';
    font-size: 45px;
    color: #074176;
    text-align: center;
    padding-top: 25px;
}


.imgtop {
    
    padding-top:15px;
}

h3.main-title-agile {
    text-transform: capitalize;
    font-weight: unset;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 20px;
}
    
.agile-link-bnr {
    padding: 8px 25px;
    color: #fff;
    font-weight: unset;
    letter-spacing: 1px;
    font-size: 18px;
    background: #23a2f3;
    border: none;
    text-transform: capitalize;
    border-radius: 25px;
    font-family: 'Helvetica 67 Medium Condensed';
    width: 200px;
}


.rslides img {
    height: 100%;
    border: 0;
    width: 100%;
}
.footerv4-top h3 {

    padding-top: 20px;
}
.table-bordered td {
 
    padding-left: 35px !important;
   
}
.imgcenter {
    display: block;
    margin: 0 auto;
    padding: 1em;
}

.padtop30  {
    margin-top:30px;
}
section.agile_stats3 {

    background-size: cover !important;
  
}

.tableshowroom {
    margin-top: 30px !important;
}

.divservices {
    background: #f0f0f0;
    border-radius: 10px;
    min-height: 235px;
}

h3.main-title-agile.servicestitle {
    padding-top: 30px;
    padding-bottom: 0;
}

.tableshowroom td {
    border: none;
    padding-left: unset !important;
    color: #fff;
    padding-bottom: 0px;
    font-size: 12px;
}
.tableshowroom thead th {
    border: unset;
    font-size: 12px;
}



.formcontact {
    width: 100%;
    margin: 0 auto;
}

.contactdiv {
    
    border:2px solid #fff;min-height:535px !important;margin-top: 15px;display: flex;
  align-items: center;    margin-bottom: 25px;
}

.contactheader {
    padding-top:35px;font-size:35px !important;text-transform:uppercase
}



.dropdown:hover .dropdown-menu {
    display: block;
    background-color: rgb(45,115,57,0.9);
}

}

.contactheader {
    padding-top:35px;font-size:62px;text-transform:uppercase
}


   .minh {
        
            min-height: 155px;
            
    }
   


.contactdiv {
    
    border:2px solid #fff;min-height:835px;margin-top: 15px;display: flex;
  align-items: center;
}



  .showmob {display: none }

.dropdown-item, .dropdown-item.active, .dropdown-item:active {
   
    font-family: 'Helvetica';
}



.rslides img {
    height: 100%;
    width: 100%;
}

.capbox {
     background-color: transparent;
    border: unset;
    border-width: 0px 12px 0px 0px;
    display: inline-block;
    *: ;
    display: inline;
    zoom: 1;
    width: 100%;
    width: ;
}
.capbox-inner {

    width: 100%;
    color: #000;
       background: #bad2b9;
    padding: 8px 10px;
    outline: none;
    border: none;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
}

#CaptchaDiv {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: transparent;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#CaptchaInput {
    margin: 1px 0px 1px 0px;

    height: 20px;
}

.inputcheck {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: unset;
        border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 20px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.secslide li {
    float: none;
    list-style: none;
    display: block !important;
    justify-content: center !important;
}

.slidertext {
    position: absolute;
       top: 75%;
   font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #fff;
    font-style: italic;
}
    .homepara {
        
        
          font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 18px;
        text-align: justify;
            line-height: unset;
    
    }

.bottomgrid {font-size: 23px;font-weight: 300;font-family: 'Open Sans', sans-serif;color: #fff;min-height: 300px;padding-top: 60px;
text-align: left;padding-left: 35px;
}

.btngrid {
    background: #fff;
    font-size: 16.5px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #4b8848;
    border: none;
    height: 30px;
    margin-left: 35px;
    line-height: 16.5px;
}
.footerv4-top {
    padding: 1em 0;
   
    background-size: cover;
    position: relative;
    
}

    
   @media (max-width:768px) { 
       
       .maintitlepage {
    font-size: 40px;
    color: #000;
    font-family: 'Peanuts';
    text-align: center;
    padding-bottom: 15px;
}
       
 .hidemobnew {display:none !important;}
 .showmobnew {display:block !important;}
 
 .navbar-lightmobile {
     
     
 }
 
 nav.navbar.navbar-expand-lg.bg-gradient-secondary {
    background: #0094DA;
}
.navbar-light {
    padding: 5px;
    position: relative;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    background: #0094da;
    border-radius: unset;
}
ul.navbar-nav.ml-lg-auto.text-center {
   
}

.navbar-expand-lg {
  
    min-height: 120px;
}
.navbar-light .navbar-brand {
  
    position: relative;
    top: 0;
}





}

.showmobnew {display:none;}

@media (min-width: 992px) { 
    
ul.navbar-nav.ml-lg-auto.text-center {
  
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}
.navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}
} 

.navbar-light .navbar-nav .nav-link {
    margin-top: 0;
}
ul.navbar-nav.ml-lg-auto.text-center {
    margin-top: 0;
    width: 100%;
}







/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .navbar-expand-lg {
   
    width: 99% !important;
    left: 5px !important;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
  .navbar-expand-lg {

    width: 99% !important;
    left: 5px !important;
}
}



@media only screen and (device-width: 768px),
       only screen and (max-width: 768px) {
  .navbar-expand-lg {

    width: 99% !important;
    left: 5px !important;
}
}



.navbar-light .navbar-nav .nav-link {
    margin-top: 10px;
    color: #000000 !important;
        font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #098947 !important;
    background: transparent;
    border-radius: 5px;
    font-weight: bold;
}

.navbar-light {
  
 background: rgba(255, 255, 255, 0.8);
border-radius: unset;   
}

.navbar-light .navbar-nav .nav-link {
    margin-top: 0;
      padding: 10px 10px;
    text-transform: uppercase;
}


.navtop {
   font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.padmar0 {
    padding: 0;
    margin: 0;
}

.width100 {  width: 100%;}

.homegrid {background:#e0e0e0;width:245px;height:245px;}
    
    .flexcen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homegridtitle {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}


.homegridimg {
    height: 195px;
    padding-top: 30px;
}
.btn-style2 {
    background: #fff;
    border: 2px solid #fff;
}

.agile-link-bnr {
    padding: 8px 25px;
    color: #098947;
}

.testimonials {padding-top: 65px;padding-bottom: 65px;background: #fff}



.footv4-left form input[type=submit] {
    color: #4b8848;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: unset;
    width: 135px;
    height: 40px;
    font-size: 17px;
    text-transform: unset;
    font-weight: 600;
}
.footv4-left input[type="text"], .footv4-left input[type="email"] {
    width: 100%;
    color: #000;
    background: #bad2b9;
    padding: 8px 10px;
    outline: none;
    border: none;
    font-size: 0.9em;
    margin-bottom: 1em;
font-family: 'Open Sans', sans-serif;
    border-radius: 10px;
}
.footerv4-top h3 {
    font-size: 16px;
    color: #fff;
    text-transform: unset;
    margin-bottom: 10px;
    letter-spacing: unset;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.width100home {
    width: 100%;
    height: 410px;
}
p {
    margin: 0;
    color: #000;
    font-size: 1em;
     font-family: 'Open Sans', sans-serif;
}
.titlelo {color: #438340; font-size: 18px ; font-weight: 600;font-family: 'Open Sans', sans-serif;text-align: left;padding-bottom: 35px}

.ullodge{
    list-style-type: unset;
    text-align: left;
        list-style: inside;
}

.ullodge li  {font-weight: 300; font-size: 16px;}
.footerv4-top {
    padding: 1em 0;
    padding-top: 4em;
    background-size: cover;
    position: relative;
 
    display: inline-block;
    align-self: flex-end;
    width: 100%;
}


@font-face {
    font-family: 'Peanuts';
    src: url('Peanuts.woff2') format('woff2'),
        url('Peanuts.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Parchment MF';
    src: url('ParchmentMF.woff2') format('woff2'),
        url('ParchmentMF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.maintitlepage {font-size:63px;color:#000; font-family: 'Peanuts';text-align: center;padding-bottom: 35px}

.titlesecond {color: #438340;font-size: 26px;font-weight: bold;}

.titlethird {color: #438340;font-size: 22px;font-weight: bold;padding-top: 35px; }

.titletforth {color: #438340;font-size: 18px;font-weight: bold;padding-bottom: 15px;font-style: italic;text-align: center}

.titleyala {font-weight: 600;font-size: 18px;color: #438340;font-family: 'Open Sans', sans-serif;text-align: left}

.tableyala {text-align: left;font-size: 18px;font-weight: 300}

.green {color:#438340;font-weight: 600}

.table th, .table td {
   
    border-top: none;
}
.borderlft {border-right: 3px solid #848484;padding-right: 10px}

.padleft {    padding-left: 35px !important;}

.navbar-light .navbar-nav .nav-link {
    margin-top: 0;
    padding: 10px 5px;
    text-transform: uppercase;
}

.dropdown-item, .dropdown-item.active, .dropdown-item:active {
    background-color: rgb(45,115,57,0.5);
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
   
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
        font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
  background-color: rgb(45,115,57,0.9);
}

.dropdown-item, .dropdown-item.active, .dropdown-item:active {
     font-family: 'Open Sans', sans-serif;
    text-transform: uppercase !important;
}

.font25 {    font-size: 25px;}

.form-control {
    background-color: #fff !important;height: 50px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
    font-weight: normal;
    font-family: 'Helvetica Neue LT Std 57 Condensed';
}
textarea.form-control.clearable {
    height: 100px;
}

.btn-success {
    color: #fff;
    background-color: #098947;
    border-radius: 4px !important;
    border: none;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: uppercase;
}
.btn-danger {
    color: #fff;
    background-color: #ababab;
    background: #ababab;
    border-radius: 4px;
    border: none;
    padding-left: 2em;
    padding-right: 2em;
}

@media screen and (min-width: 991px) {
	.nav-item{
		width: 14.2%;
		margin: 0 !important;
	}
}

.testimonials .title{
	font-size: 37px;
	color: #4b8848;
	font-weight: 300;
}

.testimonials .subtitle{
	padding: 0 100px;
	font-size: 18px;
}

.testimonials .highlight{
	color: #4b8848;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center !important;
}

#testi p{
	padding: 0 70px !important;
	text-align: justify;
	font-weight: 300;
}

#testi .carousel-control{
	position: absolute;
	top: 10%;
	font-size: 50px;
	color: #4b8848;
}

#testi .carousel-control.left{
	left: 0;
}

#testi .carousel-control.right{
	right: 0;
}

ul.v4-content li a {
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-family: 'Open Sans', sans-serif !important;
}
.text-white {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
}

.bannerabout {
	background: url(../images/aboutbannerbottom.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.aboutbtm {color: #fff;font-weight: 300;padding-bottom: 35px}

.ulabout {color: #fff;font-weight: 300;list-style: unset}

.navbar-light .navbar-nav .nav-link {
    margin-top: 0;
    padding: 10px 0;
    text-transform: uppercase;
}
.nav-item {
    width: 12.4%;
    margin: 0 !important;
}

.centerdiv {  display: table;
  margin: 0 auto;}

label {    font-family: 'Open Sans', sans-serif !important;}

.agile-link-bnr {
    padding: 8px 25px;
    color: #098947;
    font-weight: unset;
     letter-spacing: unset;
    font-size: 24px;
    background: #fff;
    border: none;
    text-transform: capitalize;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif !important;
    width:290px;
}

.agile-link-bnr:hover {
    padding: 8px 25px;
    color: #fff;
    font-weight: unset;
    letter-spacing: unset;
    font-size: 24px;
    background: #098947;
    border: 2px solid #fff;
    text-transform: capitalize;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif !important;
    width: 290px;
}

.footerv4-top h3 {
    font-size: 18px;
}


@media (max-width: 768px) {
nav.navbar.navbar-expand-lg.bg-gradient-secondary {
    background: #098947 ;
}
  .navbar-expand-lg {
    width: 100% !important;
    left: 0 !important;
}  
   a.navbar-brand.text-white img {
    width: 100px;
} 
  .slidertext {
    position: absolute;
    top: 39%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    color: #fff;
    font-style: italic;
    line-height: unset;
}
    
    .font55 {font-size:25px !important}
    
    .homegrid {
    background: #e0e0e0;
    width: 245px;
    height: 245px;
    margin-bottom: 15px;
}
   .btngrid {
    background: #fff;
    font-size: 16.5px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #4b8848;
    border: none;
    height: 30px;
    margin-left: 35px;
    margin-bottom: 25px;
}
    
    .bright {border: none !important}
    
    .width100home {
    width: 102%;
    height: auto !important;
}
  
   .nav-item {
  
    margin: 0 !important;
    width: 100% !important;
} 
    
   .navbar-light .navbar-nav .nav-link {
    margin-top: 10px;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-size: 14px;
}
    
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff!important;
    background: transparent;
    border-radius: 5px;
    font-weight: bold !important;
}
.slidertext {
    position: absolute;
    top: 30% !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #fff;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
}
    
    .callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 75%;
    }
   .navbar-expand-lg {
    min-height: 50px;
} 
 .mainhead {font-family: 'Parchment MF';font-size:35px !important;padding-top:35px;padding-top: 10px;
    padding-bottom: 10px;}  
    
    .firstpara {padding-top: 35px}
    
    .padleftright {padding-left: 15px !important; padding-right: 15px!important; }
    
    .mainhead2 {font-family: 'Parchment MF';font-size:80px !important;padding-top:35px}
    
    .dropdown-item, .dropdown-item.active, .dropdown-item:active {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase !important;
    text-align: center !important;
}
   
  .dropdown-menu {
    background-color: rgb(255,255,255,0.9) !important;
    /* color: #000 !important; */
}
.dropdown-item, .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize;
}
.dropdown-item {
    color: #000 !important;
}
}

.mainhead2 {font-family: 'Parchment MF';font-size:150px;padding-top:35px}


.padleftright {padding-left: 35px; padding-right: 35px;}


.mainhead {font-family: 'Parchment MF';font-size:86px;padding-top:35px}


      .font55 {font-size:55px} 

  .bright {border-right:3px solid #4b8848}

.highlight  {text-align: center !important}

.black {color: #000}

.bottomgrid {
    font-size: 23px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    min-height: 300px;
    padding-top: 60px;
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
}
.slidertext {
    position: absolute;
    top: 70%;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #fff;
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
}


.headersoicla {width:15px}

.dropdown:hover .dropdown-menu {
    display: block;
    background-color: rgba(45,115,57,0.9);
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 1em !important;
    width: 100%;
}

   
    .btn-danger {
    text-transform: uppercase;
}

.contactdiv {
    background:#e5e5e5;padding:60px;margin-bottom: 60px;margin-top:60px
}

.contactdiv2 {
    padding:60px;margin-bottom: 60px;margin-top:60px
}


 @media (max-width:768px) { 
     
    .contactdiv {
    background:#e5e5e5;padding:15px;margin-bottom: 15px;margin-top:15px
}
 
  .contactdiv2 {
    padding:15px;margin-bottom: 15px;margin-top:15px
}
   
  .contactdiv2 {
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px ;
}
.sep {
    padding: 0.5em ;
}

.maintitlepage {
    font-size: 40px;
    color: #000;
    font-family: 'Peanuts';
    text-align: center;
    padding-bottom: 15px;
}



 }
    
    
    form {
    width: 100%;
}

.footv4-left form input[type=submit]:hover {
    background: #2D7339;
    color: #fff;
}


@media (max-width: 768px) {
.maintitlepage {
    font-size: 30px;

}

h3#other span {
    padding-left: 1px;
}

}