
@import 'reset.css';
@import 'all.min.css';
@import 'jquery.rprogessbar.min.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Oswald:wght@400;700&amp;display=swap');

body
{
	font-family: 'Open Sans', sans-serif;
}

:root {
	--color-dark: #212121;
	--color-white: #ffffff;
	--theme-color:#05bc37;
	--yellow-color:#fddc00;
	--color-red-dark: #D32F2F;
	--color-red-light: #F44336;
	--color-gray-light: #f1f1f1;
	--color-gray-dark: #727272;
}

a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 auto;
	font-size: 16px;
	color: var(--color-gray-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: var(--color-dark);
	text-transform: capitalize;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn {
	display: inline-block;
	border-radius: 3px;
	background-color: var(--theme-color);
	color: var(--color-white);
	padding: 15px 25px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-transform: uppercase;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--color-dark);
	z-index: 102;
}

#openmenu,
#closemenu {
	color: var(--color-white);
	font-size: 30px;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: none;
}

.clickhere {
    font-size: 20px;
    color: var(--theme-color);
    font-weight: bold;
    text-decoration: none;
}

#closemenu {
	float: right;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.btn:hover {
    background-color: var(--theme-color);
	color: #ffffff;
}

.top-ctor {
    display: table;
    margin: 0 0 0 auto;
}
.tfn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tfn_grp {
    background: #05bc37;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px;
}
.tfn_grp .tfn_grp_1 {
    background: #ffffff;
    border-radius: 50%;
    width: 35px;
	height: 35px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
}
.tfn_grp a.tfn_no {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
.tfn_grp_1 .bi-telephone
{
	-webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
    display: block;
}
@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}
.Gquote a.GTlink {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
	border: 2px solid #05bc37;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    padding: 15px 25px;
}

.res-request,
.res {
	display: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.res-request .error,
.res .error {
	color: var(--color-red-light);
	font-weight: bold;
}

.res-request .send,
.res .send {
	color: var(--color-white);
}


header {
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
	min-height: 800px;
	position: relative;
}

.header-top {
	background-color: rgba(33, 33, 33, 0.8);
	color: var(--color-white);
	padding: 20px 0px;
}

.header-top-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-address p i {
	margin-right: 10px;
}

.header-social li {
	margin-left: 10px;
}

.header-social li a {
	color: var(--color-white);
}



.header-bottom {
	padding: 20px 0px;
}

.wrapper-logo-menu {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-logo-menu a {
	text-decoration: none;
}

#logo img {
	max-width: 100%;
	display: block;
	max-width: 300px;
}

.menu li {
	float: left;
	margin-left: 30px;
}

.menu li a {
	color: var(--color-white);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	text-transform: capitalize;
}



.wrapper-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--color-white);
}

.wrapper-header-content h1 {
	font-size: 73px;
	margin-bottom: 20px;
	line-height: 90px;
	color: var(--color-white);
}
.wrapper-header-content p {
	font-size: 20px;
	color: var(--color-white);
}

.wrapper-header-content .btn {
	margin-top: 30px;
}



#about {
	position: relative;
	padding-bottom: 100px;
	padding-top: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
}

.wrapper-info {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-info-phone {
	background-color: var(--color-white);
}

.wrapper-info-request {
	background-color: var(--color-dark);
}

.wrapper-info-phone,
.wrapper-info-request {
	padding: 40px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	border-radius: 3px;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.wrapper-info h2 {
	font-size: 35px;
	margin-bottom: 15px;
}

.wrapper-info-request h2 {
	color: var(--color-white);
}

.wrapper-info-phone .flex-row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-info-phone .flex-row i {
	font-size: 50px;
	color: var(--color-dark);
	margin-right: 30px;
}

.wrapper-info-phone .flex-row a {
	display: inline-block;
	font-size: 35px;
	margin-top: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: var(--theme-color);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}



.wrapper-about {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 1400px;
}

.wrapper-about-content {
	width: 55%;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-about-img {
	width: 45%;
	overflow: hidden;
	position: relative;
}

.experience {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 30px;
	background-color: var(--color-dark);
	text-align: center;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.experience p {
	color: var(--color-white);
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}

#video-aboutus {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--color-red-light);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 50px;
}


.wrapper-about-img img {
	height: 100%;
	display: block;
	max-width: 100%;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	border-radius: 3px;
}

.wrapper-about-content h2 {
	font-size: 60px;
	margin-bottom: 30px;
}

.wrapper-about-content p {
	line-height: 1.5;
	margin-bottom: 20px;
	color: #000000;
	font-size: 20px;
}
.wrapper-info-phone p {
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000000;
	font-size: 20px;
}

.wrapper-progressbar {
	margin-top: 50px;
}

.wrapper-progressbar p {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: var(--color-dark);
	margin-bottom: 0px;
}

.wrapper-progressbar .percentCount {
	margin-top: -33px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: var(--color-dark);
	font-size: 16px;
}


/**************************************
*
*         EDGE
*
***************************************/


.edge {
	background-color: var(--color-dark);
	padding-top: 30px;
	padding-bottom: 30px;
}

.wrapper-edge {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-edge {
	width: 25%;
	padding:10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.single-edge h3 {
	color: var(--color-white);
	margin-bottom:10px;
	font-size: 20px;
}

.single-edge img {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%;
}


/**************************************
*
*         SERVICES
*
***************************************/


#services {
	background-color: var(--color-gray-light);
}
.services
{
	background-color: var(--color-gray-light);
	padding: 60px 0;
}
.services h2 {
	font-size: 60px;
	margin-bottom: 20px;
}
.services p {
	font-size: 20px;
	margin-bottom: 30px;
	color: var(--color-dark);
	font-weight: 600;
}

.wrapper-services {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-services article {
	width: calc(33.333333% - 20px);
	margin: 10px;
	background-color: var(--color-white);
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.wrapper-services article:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wrapper-services article img {
	width: 64px;
	height: 64px;
	display: block;
	margin-right: 20px;
}

.wrapper-services article h3 {
	margin-bottom: 20px;
	font-size: 25px;
}

.wrapper-services article p {
	line-height: 1.5;
}


/**************************************
*
*         PRICING 
*
***************************************/


#pricing {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
}

#pricing h2 {
	color: var(--color-white);
	font-size: 60px;
	margin-bottom: 30px;
}

.wrapper-pricing-list ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	background-color: var(--color-dark);
}

.wrapper-pricing-list ul li {
	margin: 20px;
}

.wrapper-pricing-list ul li a {
	display: inline-block;
	text-decoration: none;
	color: var(--color-white);
	font-size: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.wrapper-pricing-list ul li a:hover,
.wrapper-pricing-list ul li .active {
	color: var(--theme-color);
}

.wrapper-pricing-content .single-pricing-content:not(:first-child) {
	display: none;
}

.pricing-item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-white);
	font-size: 18px;
	border-bottom: 1px solid var(--color-gray-dark);
}

.pricing-item span {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}


/**************************************
*
*         GALLERY 
*
***************************************/


#gallery {
	background-color: var(--color-dark);
}

#gallery h2 {
	font-size: 60px;
	margin-bottom: 30px;
	color: var(--color-white);
}

.wrapper-gallery {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-gallery>a {
	display: block;
	text-decoration: none;
	width: 33.333333%;
	position: relative;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	overflow: hidden;
}

.wrapper-gallery>a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.5);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-gallery>a .overlay i {
	color: var(--color-white);
	font-size: 20px;
}

.wrapper-gallery>a img {
	display: block;
	width: 100%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-gallery>a:hover .overlay {
	opacity: 1;
}

.wrapper-gallery>a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}


/**************************************
*
*         TESTIMONIALS 
*
***************************************/
.testimonials
{
	background-color: var(--color-gray-light);
    padding: 60px 0;
}

#testimonials h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

.item p {
	line-height: 1.5;
}

.wrapper-author {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.wrapper-author img {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	margin-right: 20px;
}

.wrapper-author h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.wrapper-author p {
	color: var(--color-red-light);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--theme-color);
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	margin: 5px 7px;
	background: var(--yellow-color);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 0px;
}


/**************************************
*
*         CONTACT 
*
***************************************/


#contact {
	padding-top: 60px;
	background-color: var(--color-dark);
}

#contact h2 {
	font-size: 60px;
	margin-bottom: 50px;
	color: var(--color-white);
}

.wrapper-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.contact-info {
	width: 40%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-form {
	width: 60%;
}

.wrapper-single-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: start;
}

.wrapper-single-contact h3 {
	color: var(--color-white);
	font-size: 20px;
	margin-bottom: 20px;
}

.wrapper-single-contact i {
	margin-right: 20px;
	font-size: 30px;
	color: var(--theme-color);
}

.wrapper-single-contact p {
	color: var(--color-white);
	line-height: 1.5;
}

.wrapper-single-contact p a {
	color: var(--color-white);
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-single-contact p a:hover {
	color: var(--theme-color);
}

.contact-form p {
	margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 25px;
	border: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var(--color-dark);
	border-radius: 3px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.contact-form input:focus,
.contact-form textarea:focus {
	background-color: var(--color-gray-light);
}

.contact-form textarea {
	height: 150px;
}

.contact-form button {
	outline: none;
	border: none;
	cursor: pointer;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input p {
	width: 48%;
}

.wrapper-map {
	padding-top: 50px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
}

.wrapper-copyright {
	padding-top: 50px;
	padding-bottom: 50px;
	color: var(--color-white);
	font-size: 14px;
}

.wrapper-copyright a {
	color: var(--color-white);
}


/**************************************
*
*         APPOINTMENT
*
***************************************/


#wrapper-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.8);
	display: none;
	z-index: 2000;
	overflow: auto;
}

.popup-content {
	width: 100%;
	max-width: 600px;
	background-color: var(--color-dark);
	position: absolute;
	top: 10px;
	left: 50%;
	font-family: 'Open Sans', sans-serif;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

.popup-content #closepopup {
	float: right;
	font-size: 30px;
	color: var(--color-white);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.popup-content #closepopup:hover {
	color: var(--color-red-light);
}

.popup-content h6 {
	clear: both;
	color: var(--color-white);
	margin-bottom: 30px;
	font-size: 25px;
}

.popup-content p {
	margin-bottom: 20px;
}

.popup-content input {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 25px;
	border: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var(--color-dark);
	border-radius: 3px;
}

.popup-content input::-webkit-input-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.popup-content input::-moz-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.popup-content input:-ms-input-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.popup-content input::-ms-input-placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.popup-content input::placeholder {
	color: var(--color-gray-dark);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.popup-content input:focus {
	background-color: var(--color-gray-light);
}

.popup-content button {
	outline: none;
	border: none;
	cursor: pointer;
}

.bg-light {
    background-color: #ffffff;
    padding: 60px 0;
}
.partner_grp {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.add-brand {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	max-width: 100%;
	height: auto;
}
.title h3 {
    font-weight: bold;
    text-align: center;
    font-size: 45px;
	padding-bottom: 30px;
}
.home_copy {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.home_copy h2 {
    font-weight: bold;
    color: #000000;
    font-size: 35px;
    line-height: 45px;
}
.home_copy h4 {
    font-weight: bold;
    color: #000000;
    font-size: 28px;
	margin: 25px 0 0;
}
.home_copy h5 {
    font-weight: bold;
    color: #000000;
    font-size: 23px;
	line-height: 35px;
	margin: 25px 0 0;
}
.home_copy p {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.choose_list {
    position: relative;
    margin:25px 20px 10px;
}
.choose_list li {
    color: #000000;
    font-size: 20px;
    list-style: none;
    margin-left: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.choose_list li:before {
    color:var(--theme-color);
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-left: -30px;
    position: absolute;
}
.home-img {
    position: relative;
    overflow: hidden;
    border-radius: 100px 0 100px 100px;
}
.home-img img {
    overflow: hidden;
	max-width: 100%;
}
.call_grp {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 10px;
    align-items: center;
	margin-top: 20px;
}
.callbox {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #ffffff;
    max-width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.callbox p, span {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 0;
	line-height: 32px;
}
.callbox a {
    font-size: 20px;
    color:var(--theme-color);
    font-weight: bold;
    text-decoration: none;
}
.call_text
{
	padding-left: 10px;
}
.call_imfo_text
{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
}
.call_imfo_text strong
{
	font-weight:800;
}
.rise-shake {
  animation: jump-shaking 0.83s infinite;
}
@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-9px) }
  35% { transform: translateY(-9px) rotate(17deg) }
  55% { transform: translateY(-9px) rotate(-17deg) }
  65% { transform: translateY(-9px) rotate(17deg) }
  75% { transform: translateY(-9px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.cta_sec
{
	background: var(--color-dark);
	padding: 60px 0;
}
.cta_sec_text h2
{
	color: #ffffff;
	font-size: 40px;
	padding: 10px 0;
}
.cta_sec_text p
{
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
}
.cta_sec_text ul
{
	margin: 20px 0 20px 20px;
}
.cta_sec_text ul li
{
	color: #ffffff;
	font-size: 18px;
	list-style: disc;
	line-height: 32px;
}
.Q_form_wrap {
    position: relative;
    background: #f9f9f9;
    padding: 20px;
}
.Q_form_wrap h3 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:20px;
    line-height: 30px;
	padding-top: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control.inpt_box
{
	border-radius: 0px;
	padding: 10px 10px;
	line-height: 30px;
	/* appearance: auto; */
}
.cta-btn2 {
    background: #05bc37;
    color: #fff;
	border-radius: 3px;
    width: 100%;
    font-size:18px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	transition: all ease 0.3s;
	font-weight: 600;
	padding: 14px 20px;
}
.choose_us {
    position: relative;
    padding: 60px 0;
	background-color:var(--color-white);
}
.why_us_copy {
    position: relative;
    padding: 0 0 0;
}
.why_us_copy h2 {
    font-size:40px;
    font-weight: bold;
    margin: 0 0 35px;
	color:#000000;
}
.ser_listed_group {
    display: flex;
    align-items: center;
    margin: 0 0 1.5rem;
}
.ser_listed_group .ser_icon {
    position: relative;
    margin-right: 15px;
}
.ser_listed_group .ser_icon div {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 40px;
    color: #fff;
    background:var(--theme-color);
    text-align: center;
    border: 2px solid #ffffff;
    transition: box-shadow .3s ease, background .3s ease;
}
.ser_listed_group .ser_text {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
	line-height: 28px;
}
.why_us_image-box {
    position: relative;
    text-align: center;
}
.why_us_image-box img {
    border-radius: 100px;
    max-width: 100%;
}
select::placeholder {
  font-weight: 700;
}

select::-ms-input-placeholder { 
  font-weight: 700;
}

.chat_widget {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 999;
	display: flex;
	align-items: center;
}
.chat_widget span.wtext {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 10px 0 0 10px;
    color: #000000;
}
.whatsup_call img {
    width: 50px;
}
.btn-theme-2
{
	background-color: var(--yellow-color) !important;
	color: #000000 !important;
}

#popupOverlay {
position: fixed;
top: 0;
left: 0;
padding: 20px 15px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none; /* Hidden by default */
justify-content: center;
align-items: center;
z-index: 99999;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}

#popupBox {
background: #fff;
padding: 10px;
border-radius: 10px;
max-width: 700px;
margin: 0 auto 0;
text-align: center;
overflow-y: auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
position: relative;
overflow: hidden;
}

.popupimg
{
	position: relative;
}
.popupimg::before
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
}
.popupimg img
{
	max-width: 100%;
	border-radius: 12px;
}
.popup_call
{
	position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 20px;
}

.popup_call a.btn-theme-2
{
	padding:6px 20px;
	font-weight: bold;
}

.popup-btn {
padding: 14px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
}
.accept-btn {
    background-color:var(--theme-color);
    color: white;
}