/*
Theme Name: Hills &amp; Heights Developer
Author: GO4Digital Solution
Description: This Theme is a simple and responsive WordPress theme designed for Hills & Heights Developer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thesimplest
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #4d4d4d;
	background: #fff;
	overflow-x: hidden;
	font-family: "Source Sans 3", serif;
	font-optical-sizing: auto;
	font-style: normal;

}
#scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    color: var(--color-white);
    background: #28a745;
    border-radius: 100%;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 99
}

#scroll-to-top i {
    color: #ffffff;
}

ul:not(.browser-default)>li {
	list-style-type: none
}

a {
	color: #00035c;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: 0
}

a:hover {
	color: #00035c;
	outline: none !important;
	text-decoration: none !important
}

a:focus {
	outline: none !important;
	text-decoration: none !important
}

p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 28px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans 3", serif;
	font-optical-sizing: auto;
}

section {
	padding: 0;
	margin: 0
}

.no-bdr {
	border: none !important
}

.no-bg {
	background: none !important
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #03356b
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #03356b
}

img::-moz-selection {
	color: #fff;
	background: 0
}

img::selection {
	color: #fff;
	background: 0
}


.container {
	max-width: 1200px;
	width: 85%;
}

..navbar-toggler {background: #fff;
  z-index: 99;}


nav {
	margin: 0;
	padding: 0 1rem !important;
	width: 100%; 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16) !important
}


nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0 0 18px 0 rgba(222, 222, 222, 0.75);
	box-shadow: 0 0 18px 0 rgba(222, 222, 222, 0.75);
	padding: 0;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

nav a.navbar-brand {
	padding: 0px;
	display: block;
	height: 57px;
	position:relative;
	z-index:9;
}

nav a.navbar-brand img {
	max-width: 185px
}

nav ul {
	padding: 0 !important
}

nav ul li {
	position: relative
}

nav ul>li>a {
	margin: 10px 5px;
	padding: 8px 10px !important;
	font-size: 14px;
	color: #474747;
	text-transform: capitalize;
	font-weight: 500
}

.num_btn {
	background-color: #92b304;
	color: #fff !important;
	font-weight: 600;
	border-radius: 30px !important;
	padding: 8px 25px !important;
}

nav ul>li ul li a {
	margin: 0 !important;
	display: block;
	padding: 10px 10px !important
}

nav ul>li ul li a:hover {
	padding-left: 20px !important
}

nav ul li a.active,
nav ul li.nav-item:hover a.nav-link {
	color: #000;
	background: #fff
}



.main-hero {
	width: 100%;
	position: relative;
}

.main-hero .slider-caption {
	position: absolute;
	top: 60%;
	width: 100%;
	z-index: 9;
	text-align: center;
}

.main-hero .owl-item:before {
	content: "";
	background: rgba(0, 0, 0, 0.12);
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
}

.main-hero .slider-caption h1 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 40px;
	line-height: 26px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 1px #999;
}

.home-carousel .owl-dots {
	margin-top: 0px;
	display: block !important;
	text-align: center;
	position: absolute;
	bottom: 10px;
	z-index: 9;
	width: 100%
}

.owl-dots {
	margin-top: 20px;
	display: block !important;
	text-align: center;
	z-index: 9;
	width: 100%
}

.owl-dot {
	margin: 0 3px;
	background: #415969;
	width: 24px;
	height: 10px;
	display: inline-block;
	border-radius: 5px
}

.owl-dot.active {
	background: #a0acb4
}

.main-hero .carousel-bdr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 9;
}

.title {
	margin: 0 0 30px;
	padding: 0;
	position: relative
}


h2.title {
	margin: 0 0 40px;
	padding: 0;
	color: #000;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize
}
h2.title:before {
    content: "";
    background: #e84a1e;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.title h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize
}

.title p {
	margin: 0;
	padding: 0;
	color: #000 !important;
	font-size: 18px
}


.btn-2 {
	padding: 6px 20px;
	background-color: #fff;
	color: #92b304;
	position: relative;
	z-index: 3;
	border-radius: 20px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden
}

.btn-2 span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px
}

.btn-2:before,
.btn-2:after {
	content: "";
	width: 0;
	height: 100%;
	background: #92b304;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	z-index: 1;
	opacity: .4
}

.btn-2:after {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	background: #92b304;
	opacity: 1
}

.btn-2:hover:after {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s
}

.btn-2:hover {
	border-color: #92b304;
	color: #fff
}

.nbdr:before {
	display: none !important
}

.mAbout-sectoin {
	padding: 50px 0;
}

.fProperties-sectoin {
	padding: 50px 0;
	background-color: #f7f8f9;
}

.nav-pills {
	text-align: center;
	justify-content: center;
}

.nav-pills .show {
	font-size: 26px;
	font-weight: 600;
	padding: 5px;
	cursor: pointer;
	color: #000;
}

.nav-pills li:first-child .show {
	position: relative;
	padding-right: 30px;
}

.nav-pills li:first-child .show:after {
	position: absolute;
	top: 11px;
	right: 11px;
	background: #000;
	height: 20px;
	width: 3px;
	content: '';
}

.nav-pills .show.active {
	color: #dcb14b;
}

.project-card,
.project-card * {
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.project-card {
	margin: 15px;
	padding: 0px;
	position: relative;
	background: #fff;
	box-shadow: 0 2px 10px #ddd;

}

.project-card figure {
	position: relative;
	margin: 0;
}


.project-card:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 10px #ddd;
	box-shadow: 0 2px 10px #ddd
}

.project-desc {
	padding: 10px;
}

.project-name {
	font-size: 22px;
	color: #dcb14b;
}

.project-location {
	color: #555;
	font-size: 16px;
}

.project-info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 5px 0;
	display: flex;
}

.project-info span {
	width: 50%;
	text-align: left;
}

.priceInfo {
	font-weight: 600;
	color: 000;
}


.btn-3 {
	padding: 3px 10px;
	background-color: #dcb14b;
	color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 6px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden
}

.btn-3 span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	font-size: 14px
}

.btn-3:before,
.btn-3:after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	z-index: 1;
	opacity: .4
}

.btn-3:after {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	background: #fff;
	opacity: 1
}

.btn-3:hover:before,
.btn-3:hover:after {
	width: 100%
}

.btn-3:hover:after {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s
}

.btn-3:hover {
	border-color: #dcb14b;
	color: #dcb14b
}



.call-section {
	margin: 0;
	padding: 60px 0;
	background: url(../img/bg.png);
	background-size: cover;
	position: relative;
}

.call-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: color(srgb 0.57 0.7 0.02 / 0.32);
	width: 100%;
	height: 100%;
}

.call-section h2 {
	color: #fff;
	margin-bottom: 40px;
	font-weight: normal;
	position: relative;
	z-index: 4;
}

.call-section .btn-2 {
	margin-right: 10px;
}

.call-section .btn-2 span {
	color: #000 !important;
}

.call-section .btn span {
	padding: 10px 0px !important;
	font-size: 22px !important;
}

.btn-4 {
	padding: 5px 30px;
	background-color: #dcb14b;
	color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 20px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden
}

.btn-4 span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	font-size: 14px
}

.btn-4:before,
.btn-4:after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	z-index: 1;
	opacity: .4
}

.btn-4:after {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	background: #fff;
	opacity: 1
}

.btn-4:hover:before,
.btn-4:hover:after {
	width: 100%
}

.btn-4:hover:after {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s
}

.btn-4:hover {
	border-color: #dcb14b;
	color: #dcb14b
}

.fLocations-section {
	padding: 50px 0;
}

.fl-card,
.fl-card * {
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.fl-card {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #fff;
	box-shadow: 0 2px 10px #ddd;

}

.fl-card:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 10px #ddd;
	box-shadow: 0 2px 10px #ddd
}

.fl-card img {
	width: 100%;
}

.fl-card figure {
	margin: 0;
}

.fl-card-content {
	padding: 10px;
	position: relative;
	background-color: #dcb14b;
}

.fl-card-content h3 {
	font-size: 18px;
	color: #fff;
}

.fl-card-content:before {
	content: "";
	position: absolute;
	width: 0;
	left: 0;
	height: 0;
	bottom: 100%;
	border-bottom: 30px solid #dcb14b;
	border-right: 263px solid transparent;
}


.faq-section {
	margin: 0;
	padding: 60px 0;
	background: #f4f7fb;
}

.faq-section .card {
	margin-bottom: 30px;
	border: none;
	box-shadow: 0px 10px 15px 2px rgba(77, 77, 77, 0.2);
}

.faq-section .card-header {
	padding: 15px 20px;
	font-size: 14px;
	cursor: pointer;
}

.faq-section p {margin-bottom:0}


.usp-sec { margin: 0; padding: 70px 0 50px;}
.usp-sec h2 { margin-bottom: 40px;}

.usp-box {margin: 0 0 30px; padding: 40px 5px; border-radius: 4px; box-shadow: 0 0 5px #ddd; text-align: center;     -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;}
.usp-box h3 { margin: 0 ; padding: 10px 0 0 ; color: #343434; font-size: 18px; font-weight: bold;}
.usp-box:hover { box-shadow: 0px 4px 7px #999;}
.usp-box:hover h3 {color: #f44336;}
.usp-box:hover img{ animation: pulse 400ms ease-in-out;}
.usp-box img {width: auto !important;}
@keyframes pulse{0%{-webkit-transform:scale(1); transform:scale(1);}
50%{-webkit-transform:scale(1.08); transform:scale(1.08);}
100%{-webkit-transform:scale(1); transform:scale(1);}}

.team_item {
	padding: 15px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.team_item:last-child {
	border-bottom: none;
}

.team_item,
.team_item * {
	transition: all 1s
}

.team_item figure {
	margin: 0 0 30px;
	position: relative;
	overflow: hidden;
	height: 290px;
	min-width: 290px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 100%;
}

.team_item img {
	height: 280px;
	width: 280px;
	border-radius: 100%
}

.team_item:hover {
	transform: translateY(-10px)
}

.team_desc {
	padding: 15px 20px 15px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}


.team_desc h3 {
	font-size: 24px;
	font-weight: 600;
	color: #dc0d15;
	text-transform: capitalize
}

.team_item:hover h3 {
	color: #000
}

.team_desc p strong {
	text-transform: uppercase
}

.team_item:hover p strong {
	color: #dc0d15
}


.default {
	margin: 0;
	padding: 0 0 30px;
}

.default li {
	position: relative;
	font-size: 14px;
	padding-bottom: 8px;
	padding-left: 25px;
}

.default li:before {
	position: absolute;
	left: 0;
	font-size: 18px;
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #3296fa;
	content: '\f192';
}

.faq-section .card-header.collapsed {
	background-color: rgba(0, 0, 0, .03);
	color: #000;
}

.faq-section .card-header {
	background-color: #92b304;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}



.btn-1 {
	padding: 5px 30px;
	background-color: #92b304;
	color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 20px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden
}

.btn-1 span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	font-size: 14px
}

.btn-1:before,
.btn-1:after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	z-index: 1;
	opacity: .4
}

.btn-1:after {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	background: #fff;
	opacity: 1
}

.btn-1:hover:before,
.btn-1:hover:after {
	width: 100%
}

.btn-1:hover:after {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s
}

.btn-1:hover {
	border-color: #92b304;
	color: #92b304
}


.Testimonials {
	padding: 50px 0;
	background-color: #f7f8f9;
}

.testimonial-card {
	background-color: #fff;
	text-align: center;
	padding: 30px;
}

.testimonial-card figure {
	margin: 0 auto 20px;
	width: 60px;
	height: 60px;
}

.testimonial-card figure img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-card i.fa {
	color: #fb971d;
}

.testimonial-card h4 {
	color: #92b304;
	font-size: 16px;
}

.testimonial-card h4 span {
	color: #333;
	display: block;
}

.oVision-section {
	padding: 50px 0;
	background: url(../img/about-us-m.jpg)top right no-repeat;
}
.pslogo{position: sticky;
  top: 0;
  z-index: 9;}

footer {
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
	background: url(../img/bg.png) no-repeat;
	position: relative;
	background-size: cover;
}

footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: color(srgb 0 0 0 / 0.83);
	width: 100%;
	height: 100%;
}

footer .container {
	position: relative;
	z-index: 2;
}

footer h2 {
	margin: 60px 0 15px;
	padding: 0;
	color: #ddd;
	font-size: 20px;
	font-weight: bold
}

footer p {
	margin-bottom: 5px;
	font-size: 14px
}

footer p span {
	color: #dcb14b
}

footer p,
footer p a {
	color: #aaa
}

footer ul {
	margin: 0;
	padding: 0;
	width: 100%
}

footer ul li {
	margin: 0;
	padding: 0;
	display: block;
	color: #aaa;
	font-size: 14px
}

footer ul li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	color: #aaa;
	font-size: 14px
}

footer ul.flink li a {
	position: relative;
	padding-left: 20px
}


footer ul.flink li a:before {
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

footer ul li a:hover {
	color: #fff
}
footer ul.fsocial {
	display: flex;
	justify-content: space-between;
	padding-left: 0px
}
footer ul.fsocial a {display:block; color:#aaa;font-size: 20px;}
footer ul.fsocial a svg {width: 20px;height: 20px;fill: #aaa;}
footer ul.fsocial a:hover svg {fill:#fff}
.wtsapp {
  position: fixed;
  transition: all .5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  bottom: 20px;
  left: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 48px;
  -webkit-animation: bounce 4s infinite alternate;;
  animation: bounce 4s infinite alternate;;
}.wtsapp::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
}
@keyframes bounce{
0%{transform:translateY(0)}
12.5%{transform:translateY(0)}
25%{transform:translateY(0)}
50%{transform:translateY(-15px)}
62.5%{transform:translateY(0)}
75%{transform:translateY(-15px)}
100%{transform:translateY(0)}
}
@keyframes pulse-border{
0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}
100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}
}
.fbottm {
	margin: 30px 0 0;
	border-top: 1px solid #666;
	padding: 15px 0 10px;
	width: 100%;
	text-align: center;
	display: flex;
  justify-content: space-between;
}

.fbottm p,
.fbottm p a {
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 13px;
	font-weight: 300
}

.fbottm p i,
.fbottm p a:hover {
	color: #fff
}

.no_bdr:before {
	display: none;
}


.page-title {
	margin: 30px 0 20px;
	color: #000;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize
}

.about-3sec {
	margin: 50px 0 50px;
	padding: 500px 0 0;
	position: relative
}

.about-3sec:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 500px;
	background-image: url(../img/about-us2.jpg);
	background-size: cover !important
}

.about-3sec .container {
	margin-top: -150px;
	text-align: center
}

.about-3sec .container .om-box {
	padding: 40px;
	background-color: #92b304
}

.about-3sec .container .ov-box {
	padding: 40px;
	background-image: url(../img/work-1.jpg);
	background-size: contain
}

.about-3sec .container .cv-box {
	padding: 40px;
	background-color: #92b304
}

.about-3sec .container * {
	color: #fff;
	margin-bottom: 0
}

.about-3sec .container h3 {
	margin-bottom: 20px
}

.m_auto.title:before {
	margin: 0 auto
}

.ullist {
	margin: 0;
	padding: 0
}

.ullist li {
	margin: 0;
	padding: 5px 5px 5px 20px;
	position: relative;
	font-size: 14px
}

.ullist li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ollist {
	margin: 0;
	padding: 0 0 0 20px
}

.ollist li {
	margin: 0;
	padding: 5px 5px 5px 0;
	position: relative;
	font-size: 14px
}  
.heading {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.195;
	color: #92b304
}

.contact-form label {
	color: #676767;
	margin-bottom: 5px
}

.contact-form .col-12 {
	margin-bottom: 25px
}

.contact-form .form-control,
.custom-select {
	background-color: #f4f7fc;
	color: #4d4d4d;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	border-radius: 2px;
	padding: 7px 10px;
	width: 100%
}

.contact-form .form-control:focus {
	background: #fff
}

.contact-form .your-name,
.contact-form .your-phone {
	margin-right: 4%
}
@media(min-width:992px) {

.or2 {order: 2;}
.contact-form .your-name, .contact-form .your-phone {
    margin-right: 4%;
}
.contact-form .your-name, .contact-form .your-email, .contact-form .your-phone, .contact-form .your-subject {
    width: 48%;
    float: left;
    margin-bottom: 35px;
}
}

@media(max-width:991.98px) {

	.contact-form .your-name, .contact-form .your-phone {margin-right: 0;}

	.navbar-nav.nav.ml-auto {
		position: fixed;
		right: -300px;
		background: #f5f5f5;
		height: 100%;
		width: 280px;
		z-index: 9999;
		top: 0px;
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		padding-bottom: 100px;
		overflow: auto;
		box-shadow: -4px 0px 21px #ddd;
	}

	.navbar-nav.nav.ml-auto.pullnav {
		right: 0;
	}

	.navbar-default .nav.navbar-right {
		margin: 0;
		overflow: auto;
		height: 100%;
	}

	.navbar-nav.nav.ml-auto li {
		float: left;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #999;
	}

	.navbar-nav.nav.ml-auto li a {
		margin: 0;
		padding: 10px 20px !important;
		display: block; 
	}
.navbar-nav.nav.ml-auto > li:hover > a,.navbar-nav.nav.ml-auto > li:focus > a {color:#fff;background-color: #92b304;}
	body.pull2 {
		overflow: hidden;
		position: relative;
	}

	body.pull2:before {
		content: "";
		background: rgba(0, 0, 0, 0.72);
		position: absolute;
		z-index: 99;
		height: 100%;
		width: 100%;
	}


	.carousel-item img {
		max-width: 100%;
	}

.navbar-nav.nav.ml-auto li ul.dropdown-menu {float: inherit; width: 100%;
    border-radius: 0;
    box-shadow: none;margin: 0;
    border: none;
    background: #fff;}
.navbar-nav.nav.ml-auto li ul.dropdown-menu li:last-child {border-bottom: 0px solid #444;}
	
.oVision-section {background-position: 173% 0;background-size: contain;}

}

@media(min-width:992px) {
	.dropdown-menu {
		margin: 0px;
		display: none;
		padding: 10px !important;
		min-width: 200px;
		width: 100%;
		position: absolute;
		left: 0;
		border-radius: 0;
		box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
		border: none;
	}

	.navbar-nav > li:hover .dropdown-menu {
		display: block;
	}

	.dropdown2 .dropdown-menu {
		padding-right: 0 !important;
		min-width: 120px !important
	}

	.dropdown-menu>li {
		position: relative;
	}

	.dropdown-menu ul {
		position: absolute;
		left: 100%;
		top: -10px;
		background-color: #fff;
		box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
		display: none;
		padding: 10px !important;
		min-width: 200px;
	}

	.dropdown-menu>li:hover ul {
		display: block;
	}
}

@media(max-width:991.98px) { .navbar-nav > li i.fa{position: absolute;
  right: 0;
  padding: 11px 25px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  display: block;
  }
}

@media(max-width:767.98px) {

	.container {
		max-width: 1200px;
		width: 99%;
	}
 

	.title h2,
	.page-title,
	.title {
		font-size: 24px
	}

}

@media only screen and (max-width: 575px) {

	.num_btn {
padding: 3px 14px !important;
    font-size: 22px;
    border-radius: 6px !important;
	}
.num_btn span {display:none}
.owl-carousel .owl-item img { 
  object-fit: cover;
  min-height: 230px;
}
.testimonial-card img { min-height: auto !important;}
.main-hero .slider-caption h1 {font-size:30px}
 .call-section .btn span {font-size: 16px !important;}
 
.oVision-section {background-size: 0;}
.fbottm {display:block}
footer ul.fsocial {justify-content: center;}
footer ul.fsocial li a {  padding: 10px 20px;}
}

@media(max-width:479.98px) {
	footer ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer ul li {
		width: 50%
	}
footer ul.fsocial li {
  width: auto;
}
	.main-hero .sl_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.main-hero .btn-2 span {
		font-size: 11px
	}

	.main-hero .btn-2 {
		padding: 3px 11px
	}

	.title h2,
	.page-title,
	.title {
		font-size: 20px
	}

}
.cp_ul {
  margin: 0;
  padding: 0;
}
.cp_ul li {
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 14px;
  position: relative;
}

.cp_ul li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #329632;
  font-size: 18px;
}