/*Main Css */
::selection {
	background: #68c356;
	color: #ffffff;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #68c356;
}

[class^="box-"] {
	display: none
}

[class^="box-"].showfirst {
	display: block
}

body {
	font-family: 'Circular Std';
	overflow-x: hidden;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 700;
}

*:hover,
*:focus,
* {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

a,
mn input[type="submit"],
button[type="submit"] {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	cursor: pointer;
}

p,
a {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}

p {
	line-height: 26px;
	display: block;
}

span {
	display: inline-block;
}

/* Custom Slick Css */
.slick-list {
	margin: 0 -15px;
}

.slick-slide {
	margin: 0 0px;
}

ul.slick-dots {
	padding: 50px 0 0;
	text-align: center;
}

ul.slick-dots li {
	margin: 0 20px 0 0px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0px;
	border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
	color: #ffffff;
	opacity: 1;
	font-size: 20px;
}

.slick-dots li button {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	padding: 0px;
	background: #d6d6d6;
	border: none;
	cursor: pointer;
	font-size: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-sizing: border-box;
}

.slick-dots li.slick-active button {
	background: #f3c919;
	width: 11px;
	height: 11px;
}

span.arrows {
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
	line-height: 39px;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	top: 0;
	border-radius: 0;
	background: #f7f7f7;
	color: #696969
}

span.arrows.next {
	right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
	background: transparent;
	border: none;
	border-radius: 0px;
	font-family: 'Circular Std';
	padding: 13px 9px 10px 9px;
	width: 100%;
}

::-webkit-input-placeholder {
	color: #a8a8a8;
}

::-moz-placeholder {
	color: #a8a8a8;
}

:-ms-input-placeholder {
	color: #a8a8a8;
}

:-moz-placeholder {
	color: #a8a8a8;
}

/* Custom Radio Button */
.customradio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	font-weight: 400;
	color: #ffffff;
}

.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 11px;
	width: 11px;
	border-radius: 3px;
	background-color: #e0e0e0;
}

.customradio input:checked~.checkmark {
	background: #ff6101;
}

/* Hamburger Menu */
.menu-Bar {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 22;
	display: none;
}

.menu-Bar span {
	display: block;
	height: 4px;
	width: 100%;
	background: #4c31ff;
	position: absolute;
	transition: .6s all;
	border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
	top: 0;
}

.menu-Bar span:nth-child(2) {
	top: 8px;
	transform-origin: left;
}

.menu-Bar span:nth-child(3) {
	top: 16px;
}

.menu-Bar.open span {
	background: #ffffff;
}

.menu-Bar.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
	transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 12px;
	transform-origin: right-center;
}


/* Global Css */
.over-hiddn {
	overflow: hidden;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.60);
	z-index: 4;
	display: none;
}

.padd-x {
	padding: 80px 0;
}

ul.inline-b li {
	display: inline-block;
}

ul.inline-b li+li {
	margin-left: 10px;
}

.padd-70 {
	padding: 70px 0;
}

.padd-top-70 {
	padding-top: 70px;
}

.headingstyle1 {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.headingstyle1 h2 {
	font-size: 36px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.headingstyle1 h5 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}

.headingstyle1 p {
	line-height: 26px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 35px;
}

.headingstyle1 span {
	font-size: 143px;
	color: #f9f9f9;
	font-weight: 600;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -80px;
	z-index: -1;
}

.headingstyle1 h6 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px;
	letter-spacing: 4px;
}

.btn-line {
	background: none;
	border: 0;
	box-sizing: border-box;
	padding: 20px 78px 20px 55px;
	font-family: 'Circular Std';
	color: #68c356;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-line::before,
.btn-line::after {
	content: '';
	box-sizing: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
}

.btn-line i {
	font-size: 16px;
	margin-left: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	right: 25%;
}

.draw {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	position: relative;
}

.draw::before,
.draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}

.draw::before {
	top: 0;
	left: 0;
}

.draw::after {
	bottom: 0;
	right: 0;
}

.draw:hover {
	text-decoration: none;
}

.draw:hover::before,
.draw:hover::after {
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.draw:hover::before {
	border-top-color: #7ac54f;
	border-right-color: #7ac54f;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
	border-bottom-color: #7ac54f;
	border-left-color: #7ac54f;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.btn-1 {
	position: relative;
	overflow: hidden;
	transition: background-color 0.4s ease 0s;
	z-index: 1;
	font-size: 14px;
	color: #ffffff;
	min-width: 200px;
	padding: 19px 0;
	text-align: center;
	text-transform: uppercase;
}

.btn-1::before,
.btn-1::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: rgb(124, 197, 79);
	background: -moz-linear-gradient(left, rgba(124, 197, 79, 1) 0%, rgba(52, 139, 47, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(124, 197, 79, 1) 0%, rgba(52, 139, 47, 1) 100%);
	background: linear-gradient(to right, rgba(124, 197, 79, 1) 0%, rgba(52, 139, 47, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc54f', endColorstr='#348b2f', GradientType=1);
}

.btn-1::after {
	z-index: -1;
	opacity: 0;
	background: rgb(52, 139, 47);
	background: -moz-linear-gradient(left, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
	background: linear-gradient(to right, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348b2f', endColorstr='#7cc54f', GradientType=1);
}

.btn-1:hover::after {
	opacity: 1;
}

.contact-info {
	text-align: right;
}

.contact-info ul {}

.contact-info ul li {
	display: inline-block;
	position: relative;
}

.contact-info ul li+li {
	margin-left: 15px;
}

.contact-info ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	margin: auto;
}

.contact-info ul li.first {
	padding-left: 20px;
}

.contact-info ul li.first::before {
	content: "\f879";
	font-family: "Font Awesome 5 Pro";
	color: #68c356;
}

.contact-info ul li a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

.contact-info ul li.last a {
	background: #68c356;
	border: 1px solid #68c356;
	padding: 9px 25px;
	border-radius: 2px;
}

.contact-info ul li.last a:hover {
	background: transparent;
}

.contact-info ul li a:hover {
	color: #68c356;
}

.offer-slides {
	position: absolute;
	bottom: 10%;
	right: 10%;
	width: 455px;
	z-index: 2;
}

.offer-slides ul {
	position: relative;
}

.offer-slides ul li {}

.offer-slides ul li img {
	max-width: auto;
	margin: auto;
}

.offer-slider .slick-arrow {
	position: absolute;
	background: url(../images/sprite-home.png) no-repeat;
	width: 28px;
	height: 43px;
	font-size: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none !important;
}

.offer-slider .slick-prev {
	background-position: -4px -6px;
	left: 0;
}

.offer-slider .slick-next {
	background-position: -41px -6px;
	right: 0;
}

.trusted-clients {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 530px;
	z-index: 2;
}

.trusted-clients-slider li {
	margin: 0 10px;
}

.trusted-clients-slider li img {
	max-width: 100%;
}


.concepts {
	background: url(../images/intro-bg.jpg) no-repeat center/cover;
	padding: 130px 0 250px 0;
	display: flex;
	align-items: center;
}

.concept-box {
	position: relative;
	width: 770px;
	padding: 63px 0 0 134px;
	z-index: 1;
}

.concept-box .headingstyle1 {
	text-align: left;
}

.concept-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/element-1.png) no-repeat;
	width: 626px;
	height: 538px;
	z-index: -1;
}

.concept-box h2 {
	font-size: 36px;
}

.concept-box p {}

.concept-box ul li {
	vertical-align: middle;
}

.concept-box ul li a {
	min-width: 210px;
}

.concept-box ul li.last a {
	padding: 20px 45px 20px 30px;
	border: 1px solid #68c356;
}

.concept-box ul li a i {
	right: 15%;
}


.cta-1 {
	background: url(../images/cta-1.jpg) no-repeat center/cover;
	padding: 55px 0;
}

.cta-1 .headingstyle1 h2 {
	color: #ffffff;
}

.cta-1 .headingstyle1 p {
	color: #ffffff;
}

.cta-1 ul {
	text-align: center;
	font-size: 0;
}

.cta-1 ul li {
	text-align: left;
	position: relative;
	vertical-align: middle;
}

.cta-1 ul li a {
	color: #ffffff;
	font-size: 18px;
	border: 2px solid #47b749;
	min-width: 246px;
	padding: 12px 0 12px 55px;
	transition: none;
	text-align: left;
	overflow: visible;
	position: relative;
}

.cta-1 ul li a span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.cta-1 ul li a::before {}

.cta-1 ul li a i {
	position: absolute;
	left: 20px;
	font-size: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.cta-1 ul li.first a:hover {
	border: 2px solid transparent;
}


footer {
	background: #1c1c1f;
}

.pp-port .box-port {
	padding: 10px 10px;
	border: 6px solid #e0e0e0;
	margin-bottom: 30px;
	transition: all 0.5s ease-In-out;
}

.pp-port .box-port ul {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.pp-port .box-port ul li {
	color: #444956;
	font-size: 20px;
	list-style-type: none;
}

.pp-port .box-port img {
	width: 100%;
}

.pp-port .box-port:hover {
	background: #68c356;
	border: 6px solid #68c356;
	box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.33);
}

.pp-port .box-port:hover a {
	text-decoration: none;
}

.pp-port .box-port:hover ul li {
	color: #fff;
}

.steps-main {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}

.steps-main li.active {
	background: transparent;
	border: 1px solid transparent;
	width: 32.5%;
	margin-left: -2px;
}

.steps-main li {
	background: #e0e0e0;
	width: 33.7%;
	float: left;
	border: 1px solid #a9a9a9;
	position: relative;
}

.steps-main li.active a {
	color: #fff;
	width: 410px;
}

.steps-main li a {
	position: relative;
	padding: 32px 60px;
	display: block;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 444;
}

.steps-main li.active a:before {
	content: '';
	background: url(../images/steps-active.png) no-repeat;
	width: 100%;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
	background-size: 100% 100%;
}

.steps-main li+li {
	border-left: transparent;
}

.step-2 .pp-port .box-port ul {
	display: block;
}

.step-2 .pp-port .box-port {
	text-align: center;
}

.step-2 .pp-port .box-port ul li {
	display: block;
	font-size: 26px;
}

.step-2 .pp-port .box-port ul li+li {
	font-size: 20px;
	color: #68c356;
	margin: 6px 0 0;
}

.steps-allport {
	position: relative;
	z-index: 0;
}

.step-2 .disc-por {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #444956;
	font-size: 18px;
}

.step-2 .disc-por p {
	font-size: 16px;
}

.step-2 .btn-sub a {
	position: relative;
	display: block;
	background: #68c356;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	margin: 10px 0 0;
}

.step-2 .pp-port .box-port ul li span {
	color: #444956;
	font-size: 20px;
	display: block;
	margin: 0 0 10px;
}

.step-2 .pp-port .box-port:hover .btn-sub a {
	background-color: #fff;
	color: #2d2d2d !important;
}

.step-2 .pp-port .box-port:hover * {
	color: #fff;
}

.box-projectbrief {
	border: 6px solid #e0e0e0;
	width: 100%;
	padding: 30px 30px;
	margin-top: 30px;
}

.steps-portfolio form h3 {
	font-weight: 300;
	color: #191b1e;
	font-size: 26px;
	text-align: center;
	margin: 20px 0 0;
}

.contactus-form .field {
	display: inline-block;
	width: 49.8%;
	margin: 0;
	border: 0px none;
	padding: 0;
	vertical-align: top;
}

.contactus-form .field.code {
	width: 88px;
	float: left;
}

.contactus-form .field.number {
	width: 84%;
	float: left;
}

.contactus-form .field.number input {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #acacac;
	border-left: 0px;
}

.contactus-form .field.code input {
	border-right: 0px;
}

.steps-portfolio label {
	display: block;
	padding: 10px 0;
	color: #444956;
	font-size: 18px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #acacac;
}

.contactus-form .field-wrap.clearfix+.field {
	width: 97.5%;
}

.contact-form input[type="submit"] {
	background: #68c356;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 4px;
	font-size: 19px;
	text-shadow: #000 0 1px 0px;
}

.contact-form input[type="submit"] {
	background: #68c356;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 70px 10px 60px;
	font-size: 19px;
	text-shadow: #000 0 1px 0px;
	border: 0px;
}

.steps-portfolio {
	z-index: 0;
	position: relative;
}

.btnsub-step i {
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 20px;
	top: 3px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.btnsub-step {
	display: inline-block;
	position: relative;
}

.ftr-top-section {
	text-align: center;
	padding: 0 0 50px 0;
}

.ftr-award-sec {
	background: #26262a;
	border: 1px solid #121214;
	text-align: center;
	padding: 20px 50px 13px;
}

.footer-logo img {
	width: 188px;
}

.footer-middle {
	background: #26262a;
	line-height: 2.2em;
	padding: 18px 0;
	font-size: 12px;
	line-height: 2.5em;
}

.footer-middle,
.footer-middle a {
	color: #676572;
}

.footer-middle a {
	text-decoration: underline;
}

.footer-middle a:hover {
	text-decoration: none;
	color: #fff;
}

.ftr-contact-info li {
	display: inline-block;
}

.ftr-top-section li {
	color: #676572;
	font-size: 14px;
	transition-duration: .3s;
	font-weight: 400;
}

.ftr-top-section li+li {
	margin-top: 8px;
}

.ftr-top-section li a:hover {
	color: #e2e2e2;
}

.ftr-top-section li a {
	color: #676572;
	font-size: 14px;
	transition-duration: .3s;
	font-weight: 400;
}

.ftr-contact-info {
	margin-bottom: 20px;
}

.ftr-contact-info>li+li {
	border-left: 2px solid #28282d;
}

.ftr-contact-info>li {
	padding: 0 13px 0 19px;
}

.ftr-contact-info>li>i {
	color: #68c356;
	margin-right: 2px;
}

.ftr-social-icon i {
	font-size: 19px;
	margin: 0 2px;
}

.ftr-links {
	clear: both;
	padding-top: 8px;
}

.ftr-links h4 {
	font-size: 16px;
	color: #e2e2e2;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: 300;
	margin-bottom: 13px;
	display: inline-block;
}

.guide-fpic {
	margin-right: -20px;
	margin-bottom: -40px;
}

.web-fpic {
	margin-right: -90px;
}

.green-bullets li {
	position: relative;
	padding-left: 20px;
	line-height: 1.3em;
	margin-top: 10px;
}

.green-bullets li::before {
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	background: red;
	border-radius: 20px;
	content: "";
	background: #32b96c;
}

.need-logo-sec {
	position: relative;
	background: -moz-linear-gradient(left, #7ec64d 0%, #32b96c 65%, #32b96c 100%);
	background: -webkit-linear-gradient(left, #7ec64d 0%, #32b96c 65%, #32b96c 100%);
	background: linear-gradient(to right, #7ec64d 0%, #32b96c 65%, #32b96c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec64d', endColorstr='#32b96c', GradientType=1);
	overflow: hidden;
}

section.need-logo {
	overflow: hidden;
}

.need-logo-sec:before {
	background: url(../images/logo101-img2.png) no-repeat;
	width: 1352px;
	height: 722px;
	display: block;
	content: "";
	position: absolute;
	left: -10%;
	top: 18%;
}

.need-website-sec:before {
	background: url(../images/web101-img2.png) no-repeat;
	width: 733px;
	height: 400px;
	left: -2% !important;
	top: 12%;
}

.need-brand-sec:before {
	background: url(../images/brand101-img2.png) no-repeat;
	width: 770px;
	height: 527px;
	left: -5% !important;
	top: -20%;
}

.extra-features h4 {
	font-size: 24px;
	color: #32b96c;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Titillium Web', sans-serif;
	margin: 0 0 20px;
}

.extra-features p {
	font-size: 14px;
}

.extra-features>div {
	padding: 20px 15px;
}

.industry-portf img {
	width: 100%;
}

.industry-portf img {
	padding: 10px 0;
}

.industry-portf1 .col-lg-4.active {
	display: inline-block;
}

.industry-portf1 .col-lg-4 {
	display: none;
}

select#industryswitch {
	padding: 7px 10px;
}

.disclaimer {
	padding: 15px 0;
}

.disclaimer h6 {
	color: #676572;
	font-size: 10px;
	margin: 0;
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: all 0.4s ease-in;
}

.disclaimer h6::before {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-size: 8px;
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.disclaimer h6:hover {
	color: #ffffff;
}

.disclaimer p {
	color: #676572;
	font-size: 10px;
	margin: 0;
	line-height: 1.4em;
	margin-top: 5px;
}

.disclaimer h6.active {
	color: #ffffff;
}

.disclaimer h6.active::before {
	content: "\f068";
}


.industry {
	background: #f8f8f8;
	padding: 70px 0 50px 0;
}

.industry .list {
	text-align: center;
}

.industry h2 {
	color: #3c3c40;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}

.industry h2::before {
	content: '';
	position: absolute;
	background: #ececec;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.testimonial {
	background: url(../images/testimonialbox-bg.png) center center;
	background-size: cover;
	padding: 70px 0;
}

.testi-box {
	background: #313036;
	padding: 20px 20px 30px 60px;
	color: #fff;
	font-size: 14px;
	position: relative;
	font-weight: 300;
	text-align: left;
	height: 188px;
	line-height: 20px;
}

.testi-box::before {
	background: url(../images/sprite-home.png) no-repeat -10px -73px;
	width: 22px;
	height: 16px;
	position: absolute;
	top: 24px;
	left: 24px;
	content: "";
}

.testi-box::after {
	display: block;
	content: "\f0d7";
	font-family: "Font Awesome 5";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	position: absolute;
	bottom: -15px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 29px;
	color: #313036;
}

.testi-author {
	text-align: center;
}

.testi-author img {
	border-radius: 65px;
	width: 79px;
	height: 79px;
	margin: 30px auto 0;
	border: 1px solid #ccc;
}

.testimonial .col-lg-4:hover .testi-box {
	background: #7ec64d;
	background: -moz-linear-gradient(left, #7ec64d 0%, #32b96c 65%, #32b96c 100%);
	background: -webkit-linear-gradient(left, #7ec64d 0%, #32b96c 65%, #32b96c 100%);
	background: linear-gradient(to right, #7ec64d 0%, #32b96c 65%, #32b96c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec64d', endColorstr='#32b96c', GradientType=1);
}

.testimonial .col-lg-4:hover .testi-box:after {
	color: #44bc65;
}

.testi-slider {
	overflow: hidden;
}

.testi-slider,
.testi-slider .slick-dots {
	text-align: center;
	padding-top: 35px;
	clear: both;
}

.testi-slider .slick-dots button {
	display: none;
}

.testi-slider .slick-dots li {
	width: 45px;
	height: 5px;
	background: #ccc;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.testi-slider .slick-dots .slick-active {
	background: #32b96c;
}


.our-packages {
	padding: 70px 0;
	text-align: center;
}

.packages-details {
	border-radius: 6px;
	border: 1px solid #010101;
	padding: 30px 20px 25px;
	margin-bottom: 30px;
	background: #ffffff;
}

.packages-details h4 {
	font-size: 26px;
	color: #1c1b27;
	font-weight: bold;
	line-height: 32px;
	text-transform: capitalize;
	padding-left: 0;
}

.packages-details h6 {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin: 8px 0 17px 0;
}

.packages-details h2 {
	font-size: 44px;
	font-weight: bold;
	color: #2f2e2e;
	margin-bottom: 17px;
}

.packages-details a.order,
.packages-details .red-btn {
	width: 198px;
	height: 56px;
	line-height: 56px;
	background: #ff0000;
	border: 1px solid #ff0000;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border-radius: 3px;
	display: table;
	margin: 20px auto 0;
}

.packages-details a.order:hover,
.packages-details .red-btn:hover {
	background: transparent;
	color: #ff0000;
}

.pck-dtles {
	margin-bottom: 20px;
	padding-bottom: 7px;
	height: 187px;
	overflow-y: scroll;
}

.pck-dtles::-webkit-scrollbar {
	width: 5px;
	background-color: #ffffff;
}

.pck-dtles::-webkit-scrollbar-button:start:decrement,
.pck-dtles::-webkit-scrollbar-button:end:increment {
	display: none;
}

.pck-dtles::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}

.pck-dtles::-webkit-scrollbar-thumb:vertical {
	border-radius: 10px;
	background-color: #d9d9d9;
}

.pck-dtles li {
	font-weight: 500;
	font-size: 14px;
	color: #525252;
	line-height: normal;
	margin: 0 0 11px 0;
}

.pck-dtles li strong {
	font-weight: 600;
}

.chat-nmbr {
	padding-top: 15px;
	text-align: center;
	border-top: 2px solid #d5d5d5;
}

.chat-nmbr li {
	display: inline-block;
	margin: 0 15px;
}

.chat-nmbr li+li a i {
	transform: rotate(93deg);
}

.packages-list {
	text-align: center;
	margin-bottom: 40px;
}

.packages-list ul {
	position: relative;
	background: #efefef;
	font-size: 0;
	padding: 8px 0;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
}

.packages-list ul li {
	display: inline-block;
	position: relative;
}

.packages-list ul li::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -85px -39px;
	width: 30px;
	height: 26px;
	z-index: 2;
}

.packages-list ul li.active::before,
.packages-list ul li:hover::before {
	filter: brightness(0) invert(1);
}

.packages-list ul li:nth-child(2)::before {
	background-position: -123px -39px;
}

.packages-list ul li:nth-child(3)::before {
	background-position: -166px -39px;
}

.packages-list ul li:nth-child(4)::before {
	background-position: -206px -38px;
}

.packages-list ul li:nth-child(5)::before {
	background-position: -240px -37px;
}

.packages-list ul li:nth-child(6)::before {
	background-position: -280px -38px;
}

.packages-list ul li+li {
	margin-left: 10px;
}

.packages-list ul li a {
	min-width: 181px;
	padding: 16px 0;
	border-radius: 2px;
}

.packages-list ul li a {
	position: relative;
	overflow: hidden;
	transition: background-color 0.4s ease 0s;
	z-index: 1;
	font-size: 14px;
	color: #68c356;
	text-align: center;
	padding-left: 30px;
	text-transform: uppercase;
}

.packages-list ul li.active a,
.packages-list ul li a:hover {
	color: #ffffff;
}

.packages-list ul li.active a::before,
.packages-list ul li.active a::after,
.packages-list ul li a:hover::before,
.packages-list ul li a:hover::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: rgb(124, 197, 79);
	background: -moz-linear-gradient(left, rgba(124, 197, 79, 1) 0%, rgba(52, 139, 47, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(124, 197, 79, 1) 0%, rgba(52, 139, 47, 1) 100%);
	background: linear-gradient(to right, rgba(124, 197, 79, 1) 0%, rgba(52, 139, 47, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc54f', endColorstr='#348b2f', GradientType=1);
}

.packages-list ul li.active a::after {
	z-index: -1;
	opacity: 0;
	background: rgb(52, 139, 47);
	background: -moz-linear-gradient(left, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
	background: linear-gradient(to right, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348b2f', endColorstr='#7cc54f', GradientType=1);
}

.packages-list ul li a:hover::after {
	opacity: 1;
}

.packages-slider .slick-slide.slick-current .packages-details {
	border: 1px solid #68c356;
}

.packages-slider ul.slick-dots {
	padding: 0;
}

.packages-slider ul.slick-dots li {}

.packages-slider ul.slick-dots li button {
	width: 16px;
	height: 16px;
	border-radius: 25px;
	border: 1px solid #bebebe;
	background: transparent;
}

.packages-slider ul.slick-dots li.slick-active button {
	background: #bebebe;
}

.our-porfolio {
	padding: 80px 0 0;
}

.our-porfolio .row .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.portfolio-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
}

.portfolio-box img {
	width: 100%;
	display: block;
	height: 361px;
}

.hovereffect {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(111, 183, 52, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in;
}

.hovereffect a {
	color: #fefefe;
	font-size: 16px;
	font-weight: 600;
	border: 3px solid #ffffff;
	min-width: 207px;
	text-align: center;
	padding: 25px 0;
	text-transform: uppercase;
}

.portfolio-box:hover .hovereffect {
	opacity: 1;
}

.cta-2 {
	position: relative;
	background: url(../images/cta-2.jpg) no-repeat center/cover;
	padding: 50px 0;
}

.cta-2 .cta-description {
	text-align: center;
}

.cta-2 .cta-description h5 {
	font-size: 18px;
	color: #47b749;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 7px;
}

.cta-2 .cta-description h2 {
	font-size: 39px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 7px;
}

.cta-2 .cta-description p {
	color: #ffffff;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
}

.cta-2 .cta-description ul {
	font-size: 0;
	margin-bottom: 25px;
}

.cta-2 .cta-description ul li {
	vertical-align: middle;
}

.cta-2 .cta-description ul li a {
	border: 1px solid #68c356;
	padding: 20px 53px 20px 53px;
}

.cta-2 .cta-description ul li a:hover {
	border: 1px solid transparent;
}

.cta-2 .cta-description a.dicuss-with-us {
	font-size: 12px;
	color: #47b749;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.cta-2 .cta-description a.dicuss-with-us:hover {
	color: #ffffff;
}

.stats {
	background: url(../images/stats-bg.jpg) no-repeat center/cover;
	padding: 70px 0;
}

.stats .headingstyle1 h5 {
	color: #47b749;
	font-size: 16px;
}

.stats .headingstyle1 h2 {
	color: #2e2e2e;
	text-transform: capitalize;
}

.stats-box {
	text-align: center;
}

.stats-box ul {
	font-size: 0;
	text-align: center;
}

.stats-box ul li {
	display: inline-block;
	margin-bottom: 20px;
}

.stats-box ul li+li {
	margin-left: 40px;
	padding-left: 40px;
}

.stats-box ul li h3 {
	font-size: 72px;
	color: #47b749;
	font-weight: 800;
	margin-bottom: 0;
}

.stats-box ul li p {
	font-size: 16px;
	color: #2e2e2e;
	text-transform: uppercase;
	margin-top: 0;
}

.stats-box p {
	font-size: 22px;
	color: #2e2e2e;
	margin-top: 15px;
}

.our-process {
	background: url(../images/procees-bg.jpg) no-repeat center/cover;
}

.our-process .row .col-md-3+.col-md-3 .process-box::before {
	content: '';
	position: absolute;
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -90px -5px;
	width: 32px;
	height: 16px;
	left: -40px;
	top: 40px;
}

.process-box {
	position: relative;
	text-align: center;
	cursor: pointer;
}

.process-box a {
	width: 105px;
	height: 105px;
	border: 1px solid #dddfe1;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}

.process-box a i {
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -7px -136px;
	width: 40px;
	height: 40px;
}

.process-box a i.ic2 {
	background-position: -59px -136px;
}

.process-box a i.ic3 {
	background-position: -121px -138px;
}

.process-box a i.ic4 {
	background-position: -181px -141px;
}

.process-box h4 {
	margin: 20px 0 10px 0;
	font-size: 20px;
	color: #47b749;
}

.process-box p {
	font-size: 15px;
	color: #6e6e6e;
	line-height: 20px;
	font-weight: 400;
}

.process-box:hover a {
	-webkit-box-shadow: -6px 6px 19px 0px rgba(179, 255, 182, 1);
	-moz-box-shadow: -6px 6px 19px 0px rgba(179, 255, 182, 1);
	box-shadow: -6px 6px 19px 0px rgba(179, 255, 182, 1);
}

.call-to-action {
	border: 1px solid #dcdcdc;
	width: 1065px;
	margin: auto;
	margin-top: 50px;
}

.call-to-action ul {
	text-align: center;
	padding: 31px 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.call-to-action ul li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	width: 33.33333%;
}

.call-to-action ul li+li {
	padding-left: 37px;
}

.call-to-action ul li+li::after {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	background: #e2e2e2;
	width: 2px;
	height: 100%;
}

.call-to-action ul li p {
	font-size: 17px;
	color: #303030;
	line-height: normal;
}

.call-to-action ul li a {
	font-size: 20px;
	color: #3c3c40;
}

.call-to-action ul li a span {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #3c3c40;
}

.call-to-action ul li a:hover {
	color: #68c356;
}

.call-to-action ul li.first {
	padding-left: 0;
}

.call-to-action ul li:nth-child(2) {
	padding-left: 30px;
}

.call-to-action ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 32px;
	color: #6e6e6e;
}

.call-to-action ul li:nth-child(2)::before {
	content: "\f3cd";
	font-family: "Font Awesome 5";
}

.call-to-action ul li:nth-child(3)::before {
	content: "\f0e0";
	font-family: "Font Awesome 5";
}

.how-we-work {
	position: relative;
}

.how-we-work .headingstyle1 {
	margin-bottom: 60px;
}

.how-list ul {
	text-align: center;
}

.how-list ul li {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}

.how-list ul li+li {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}

.how-list ul li i {
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -8px -304px;
	display: block;
	width: 102px;
	height: 102px;
	margin: auto;
}

.how-list ul li i.ic2 {
	background-position: -128px -302px;
}

.how-list ul li i.ic3 {
	background-position: -256px -306px;
}

.how-list ul li i.ic4 {
	background-position: -381px -304px;
}

.how-list ul li i.ic5 {
	background-position: -500px -307px;
}

.how-list ul li h6 {
	font-size: 20px;
	color: #303030;
	margin: 15px 0;
	line-height: normal;
}

.bundle-package {
	padding: 85px 0 0;
	background: url(../images/bundle-bg.jpg) no-repeat center/cover;
}

.bundle-package .headingstyle1 {
	margin-bottom: 50px;
}

.bundle-package .headingstyle1 h5 {
	color: #ffffff;
}

.bundle-package .headingstyle1 p {
	color: #ffffff;
}

.border-bundle {
	position: relative;
	padding: 60px 0 60px 60px;
}

.border-bundle::before {
	content: '';
	position: absolute;
	background: url(../images/border-bundle.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: auto;
}

.border-bundle::after {
	content: '';
	position: absolute;
	background: url(../images/bundle-seal.png) no-repeat;
	right: -100px;
	top: -80px;
	width: 217px;
	height: 202px;
}

.bundle-list {
	margin-bottom: 35px;
}

.bundle-list h5 {
	font-size: 22px;
	color: #47b749;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.bundle-list ul {
	font-size: 0;
}

.bundle-list ul li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
}

.bundle-list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #47b749;
	width: 5px;
	height: 5px;
	border-radius: 25px;
}

.bundle-list .package-price {}

.bundle-list .package-price li {
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
	font-size: 0;
}

.bundle-list .package-price li::before {
	display: none;
}

.bundle-list .package-price a.price {
	position: relative;
	font-size: 32px;
	color: #ffa500;
	padding: 21px 0 21px 20px;
}

.bundle-list .package-price a.price::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ach-price.png) no-repeat;
	width: 177px;
	height: 93px;
}

.bundle-list .package-price a.price span {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.40);
	font-weight: 300;
	text-decoration: line-through;
}

.bundle-list .package-price a.order-now {
	background: #151515;
	border: 1px solid #44ac46;
	color: #ffffff;
	font-size: 18px;
	min-width: 165px;
	padding: 15px 0 15px 25px;
}

.bundle-list .package-price a.order-now i {
	margin-left: 5px;
}

.bundle-list .package-price a.order-now span {
	display: block;
	font-size: 14px;
	font-weight: 300;
}

.bundle-list .package-price li.last {
	margin-left: 60px;
}

.bundle-list .package-price a.order-now:hover {
	background: transparent;
}

.popup {}

.popup .popup-box {
	overflow: hidden;
	padding: 40px 0 40px 20px;
}

.popup .popup-box .img-wrapper img {
	display: block;
	/* width: 100%; */
}

.popup-close {
	position: absolute;
	font-size: 20px;
	background: #FFF;
	color: #7ac337;
	right: -10px;
	top: -10px;
	border: 1px solid #7ac337;
	border-radius: 41px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.popup-box .popup-header-new {
	position: relative;
}

.popup-box .popup-bdy-new {
	padding: 0 70px 0 0;
}

.popup-box .popup-bdy-new .frmicon-box-1 {
	position: relative;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 0;
}

.popup-box .popup-bdy-new label {
	font-size: 13px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 3px;
	line-height: 12px;
	display: block;
	max-width: 100%;
}

.popup-box .popup-bdy-new input,
.popup-box .popup-bdy-new select {
	background: transparent;
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 13px;
	padding: 5px 0;
	border-bottom: 2px solid #a8a8a8;
}

.popup-box .popup-bdy-new .popup-btn {
	display: inline-block;
	background: #7ac337;
	padding: 12px 0;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 20px;
	font-size: 14px;
	color: #FFF;
	min-width: 127px;
}

.popup-box .popup-bdy-new .phonecode #countrycode,
.phonecode #popupcountrycode,
.phonecode #animationcountrycode {
	width: 12%;
	float: left;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.popup-box .popup-bdy-new .phonecode #phoneNum,
.phonecode #phoneNum2,
.phonecode #phoneNum3 {
	width: 88% !important;
	float: left;
}

.popup-box .popup-bdy-new select#popupformcountry {
	padding-left: 25px;
}

.popup-header-new h3 {
	font-size: 32px;
	font-weight: 700;
	color: #76c137;
	margin: 0;
	text-transform: capitalize;
}

.popup-header-new p {
	font-size: 23px;
	color: #000000;
	margin-bottom: 25px;
	text-transform: capitalize;
	font-weight: 600;
}

.packages-details.recommended {
	position: relative;
	overflow: hidden;
}

.packages-details.recommended::before {
	content: "BEST SELLER";
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 10px;
	text-indent: 20px;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 35px;
	width: 180px;
	background-color: red;
	position: absolute;
	border: 2px solid #b70000;
	box-shadow: 2px 1px 5px 0px #b7b7b7;
	right: -70px;
}

.pricing-popup-box {
	display: none;
	width: 400px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 388px;
	margin: auto;
	z-index: 5;
}

.types-of {
	text-align: center;
	margin-bottom: 20px;
}

.types-of img {
	margin: auto;
}

.types-of h4 {
	font-size: 18px;
	color: #2e2e2e;
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	display: block;
}

.types-of p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
}

.btn-inner-header {
	min-width: 176px;
	color: #68c356;
	border: 1px solid #68c356;
	text-align: center;
	padding: 15px 0;
}

.btn-inner-header:hover {
	background: #68c356;
	color: #ffffff;
}

.btn-inner-header i {
	display: inline-block;
	margin-left: 5px;
}

.for-animation-banner .banner-sec {
	min-height: auto;
	height: 100vh;
}

.for-animation-banner .banner-pic {
	height: 100vh;
}

.for-animation-banner .ban-txt h1 {
	color: #ffffff;
}

.for-animation-banner .ban-txt h4 {
	color: #ffffff;
}

.for-animation-banner .ban-txt ul li {
	color: #ffffff;
}

.comboPackageSec {
	padding: 70px 0;
	background: url(../images/bg-banner_1.jpg) no-repeat top center/cover;
}

.comboPackageSec .color-white {
	color: #fff !important;
}

.comboPackageSec .headingstyle1 {
	margin-bottom: 60px;
}

.comboPackageList {
	font-size: 0px;
	display: block;
}

.comboPackageList>li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px;
}

.comboPackageList>li:first-child {
	padding-left: 0px;
}

.comboPackageList>li:last-child {
	padding-right: 0px;
}

.packageTxt {
	margin-bottom: 25px;
}

.packageTxt h6 {
	font-size: 16px;
	color: #ffdf00;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: normal;
	text-transform: uppercase;
}

.packageTxt h6 span {
	font-size: 10px;
	display: block;
	margin-top: 10px;
}

.packageTxt ul li {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
}

.comboTxt {
	text-align: center;
}

.comboTxt img {
	margin-bottom: 50px;
}

.comboTxt h6 {
	font-size: 24px;
	font-weight: bold;
	color: #ffdf00;
	margin-bottom: 30px;
}

.comboTxt p,
.comboTxt a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 25px;
}

.comboTxt a {
	margin-bottom: 0px;
}

.comboTxt a.priceBtn {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 235px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	background: #ffdf00;
	border: 1px solid #ffdf00;
}

.comboTxt a.priceBtn:hover {
	background: transparent;
	color: #ffdf00;
}

.comboTxt a:hover {
	color: #ffdf00;
}


.ftr-award-sec {
	background: #26262a;
	border: 1px solid #121214;
	text-align: center;
	padding: 20px 50px 13px;
}

.ftr-award-sec h3 {
	font-size: 30px;
	color: #818182;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	border-bottom: 1px dashed #3b3b40;
	display: inline-block;
	padding-bottom: 10px;
}

.ftr-award-sec ul li {
	display: inline-block;
	margin: 0 33px;
	vertical-align: middle;
}

.ftr-award-sec ul li svg {
	width: 110px;
}

.ftr-award-sec ul li+li svg {
	width: 140px;
}

.ftr-btm-section {
	background: #26262a;
	line-height: 2.2em;
	padding: 18px 0;
	font-size: 12px;
	line-height: 2.5em;
}

.ftr-btm-section,
.ftr-btm-section a {
	color: #676572;
}

.ftr-btm-section a {
	text-decoration: underline;
}

.ftr-btm-section a:hover {
	text-decoration: none;
	color: #fff;
}

.ftr-contact-info li {
	display: inline-block;
}

.ftr-top-section li,
.ftr-top-section li a {
	color: #676572;
	font-size: 14px;
}

.ftr-top-section li a:hover {
	color: #e2e2e2;
}

.ftr-logo {
	margin: 20px 0 25px;
}

.ftr-contact-info {
	margin-bottom: 20px;
}

.ftr-contact-info>li+li {
	border-left: 2px solid #28282d;
}

.ftr-contact-info>li {
	padding: 0 13px 0 19px;
}

.ftr-contact-info>li>i {
	color: #68c356;
	margin-right: 2px;
}

.ftr-social-icon i {
	font-size: 19px;
	margin: 0 2px;
}

.ftr-links {
	clear: both;
	padding-top: 8px;
}

.ftr-links h4 {
	font-size: 16px;
	color: #e2e2e2;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: 300;
	margin-bottom: 13px;
	display: inline-block;
}

.disclaimer-sec {
	padding: 15px 0;
}

.disclaimer-sec p {
	color: #676572;
	font-size: 10px;
	margin: 0;
	line-height: 1.4em;
}



/* POPUP CSS */
.popup-layout {
	position: fixed;
	background: #000000d1;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.popup-layout .popup-inner {
	width: 400px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 388px;
	margin: auto;
}

.popup-header h3 {
	font-family: 'Titillium Web', sans-serif;
	display: block;
	font-size: 36px;
	font-weight: 400;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	min-height: 40px;
}

.popup-header {
	text-align: center;
	background: #68c356;
	padding: 20px 10px;
	position: relative;
}

.popup-bdy {
	background: #f5f5f5;
	padding: 20px 30px 30px;
}

.popup-header h3 span {
	display: none;
}

.popup-header p span {
	font-weight: 600;
}

.popup-header p span sup {
	top: -5px;
}

.popup-header p {
	font-size: 25px;
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 7px 10px 0;
	text-transform: capitalize;
	line-height: 22px;
	border-radius: 20px 20px 0 0;
	min-height: 29px;
}

.popup-layout .popup-inner input,
.popup-layout .popup-inner select {
	background: transparent;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 10px 9px;
}

.popup-layout .popup-inner button {
	width: 100%;
	padding: 10px 9px;
	border: none;
}

.popup-layout select {
	height: 42px;
	border-radius: 0;
	border: 0;
}

.popup-btn {
	display: block;
	background: #68c356;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	transition-duration: .3s;
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-duration: 1s;
	animation-fill-mode: both;
	transition-duration: .3s;
	padding: 12px;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 20px;
	font-size: 20px;
	color: #FFF;
}

.popup-close {
	position: absolute;
	font-size: 20px;
	background: #ffffff;
	color: #68c356;
	right: -10px;
	top: -10px;
	border-radius: 40px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.phonecode {
	padding-left: 44px;
}

.phonecode #countrycode,
.phonecode #popupcountrycode {
	width: 18%;
	float: left;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.phonecode #phoneNum,
.phonecode #phoneNum2 {
	width: 82% !important;
	float: left;
}

.flag-num {
	padding-left: 20px;
}


.thankyou-popup {
	width: 400px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 388px;
	margin: auto;
	display: none;
	z-index: 5;
}

.thankyou-popup .close-popup {
	position: absolute;
	font-size: 20px;
	background: #ffffff;
	color: #f58e01;
	right: -10px;
	top: -10px;
	border-radius: 40px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.frmicon-box {
	position: relative;
	min-height: 44px;
	border: 1px solid #bab7cc;
	padding: 0 12px 0 43px;
	background: #fff;
	border-radius: 10px;
	margin-top: 4px;
}

.field-icon {
	position: absolute;
	top: 13px;
	left: 18px;
}

.name-icon {
	background: url(../images/sprite.png) no-repeat -10px -9px;
	width: 16px;
	height: 18px;
}

.email-icon {
	background: url(../images/sprite.png) no-repeat -45px -11px;
	width: 19px;
	height: 15px;
}

.phone-icon {
	background: url(../images/sprite.png) no-repeat -85px -10px;
	width: 10px;
	height: 17px;
	left: 22px;
}

.services-icon {
	background: url(../images/sprite.png) no-repeat -116px -10px;
	width: 19px;
	height: 16px;
}

.concept-sec {
	background: url(../images/inno-concept-bg.png) center right no-repeat;
	overflow: hidden;
	position: relative;
	padding-bottom: 190px !important;
}

.concept-sec:before {
	background: url(../images/inno-man.png);
	width: 1352px;
	height: 722px;
	display: block;
	content: "";
	position: absolute;
	left: -35%;
	bottom: 0px;
}


/* LP CSS */
.conList {
	font-size: 0px;
	display: block;
	text-align: right;
}

.conList>li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

.conList>li.first {
	padding-left: 0px;
}

.conList>li.last {
	padding-right: 0px;
}

.conList>li a.phone {
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
}

.conList>li:hover a.phone {
	color: rgb(124, 197, 79);
}

.conList>li a.phone i {
	transform: rotate(90deg);
	margin-right: 7px;
	color: rgb(124, 197, 79);
	font-size: 13px;
}

.bannerSection {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding: 150px 0 30px;
	height: auto;
}


.mn-h1 {
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	line-height: 64px;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.61);
	margin-bottom: 10px;
}

.bannerSection p {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 15px;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.61);
}

.checkList {
	display: block;
	margin-bottom: 20px;
}

.checkList>li {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	padding-left: 25px;
	position: relative;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.61);
}

.checkList>li:before {
	content: "\f00c";
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 15px;
	color: #fff;
	font-family: "Font Awesome 5"
}

.checkList>li.last {
	margin-bottom: 0px;
}

.btn {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	outline: none;
	border-radius: 0px;
	border: none;
	padding: 10px 30px;
	text-transform: uppercase;
}

.grad-1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: background-color 0.3s ease 0s;
}

.grad-1:before,
.grad-1:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: var(--clr-primary);
	/* background: -moz-linear-gradient(90deg, rgba(124, 197, 79, 1) 0%, rgba(53, 139, 48, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(124, 197, 79, 1) 0%, rgba(53, 139, 48, 1) 100%);
    background: linear-gradient(90deg, rgba(124, 197, 79, 1) 0%, rgba(53, 139, 48, 1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cc54f", endColorstr="#358b30", GradientType=1);
}

.grad-1:after {
	z-index: -1;
	opacity: 0;
	/* background: rgb(52, 139, 47);
    background: -moz-linear-gradient(90deg, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%);
    background: linear-gradient(90deg, rgba(52, 139, 47, 1) 0%, rgba(124, 197, 79, 1) 100%); */
	background: var(--clr-primary);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#348b2f", endColorstr="#7cc54f", GradientType=1);
}

.grad-1:hover:after {
	opacity: 1;
}

.bannerSection .btn {
	padding: 15px 30px;
	margin-bottom: 20px;
	background: #d32c41 !important;
	color: #fff !important;
	;
	border: 2px solid #d32c41 !important;
	;
}

.bannerSection .btn:hover {
	background: transparent !important;
	;
	color: #d32c41 !important;
	;
}

.bannerSection .btn:before,
.bannerSection .btn:after {
	display: none;
}


.bannerSection .para1 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}

.logosList {
	font-size: 0px;
	display: block;
	text-align: right;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px;
}

.logosList>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	width: 21.8%;
}

.logosList>li.last {
	margin-right: 0px;
}

.headForm {
	background: rgba(0, 0, 0, 0.85);
	padding: 40px 50px;
	border-radius: 18px;
	width: 420px;
	display: inline-block;
}

.headForm h4 {
	font-size: 28px;
	color: #7adb3e;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 38px;
}

.headForm p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

.headForm span {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.3);
}

.field {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.field input,
.field textarea {
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	border: 1px solid #3c3c3e;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	color: #ffffff;
	width: 100%;
}

.field textarea {
	height: 90px;
	padding: 20px;
	line-height: normal;
	resize: none;
}

.field-btn {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.field-btn input.btn {
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background: rgb(124, 197, 79);
	background: -moz-linear-gradient(90deg, rgba(124, 197, 79, 1) 0%, rgba(53, 139, 48, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(124, 197, 79, 1) 0%, rgba(53, 139, 48, 1) 100%);
	background: linear-gradient(90deg, rgba(124, 197, 79, 1) 0%, rgba(53, 139, 48, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cc54f", endColorstr="#358b30", GradientType=1);
}


.packageList>li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 31.9%;
	margin-bottom: 60px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	margin-bottom: 30px;
}

.packageList>li:nth-child(3n) {
	margin-right: 0px;
}

.pkg-head img {
	position: absolute;
	left: 0px;
	top: 0;
}

.recommended {
	position: absolute;
	top: -30px;
	width: 100%;
	padding: 8px 0;
	background: #c10000;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.background {
	background: #76C137;
	padding: 13px;
	border-radius: 10px;
}

.packageBox {
	padding: 0;
	background: #fff;
	text-align: left;
	position: relative;
}

.packageBox h5 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.packageBox h5 sup {
	font-size: 22px;
}

.packageBox h5 span {
	font-size: 19px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	text-decoration: line-through;
	text-decoration-color: red;
	margin: 0;
}

.packageBox h5 span.decimal {
	margin-bottom: 27px;
}

.pkg-head {
	background: var(--clr-primary);
	no-repeat top center/cover;
	height: 124px;
	width: 100%;
	padding: 30px 0;
	line-height: normal;
}

.pkgBody {
	padding: 15px 25px;
}

.pkgBody p {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #5c5c5c;
	margin-bottom: 15px;
	display: none;
}

.paraList {
	height: 185px;
	overflow: auto;
	margin: 10px 0;
}

.pkgFooter {
	padding: 20px 30px;
	border-top: 2px solid #f1f1f1;
}

.liveChat {
	font-size: 0;
	display: block;
	margin-bottom: 15px;
}

.liveChat>li {
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	box-shadow: none;
	margin: 0;
}

.liveChat>li.first {
	width: 100px;
}

.liveChat>li.last {
	text-align: right;
}

.liveChat>li.last i {
	transform: rotate(90deg);
}

.liveChat>li a {
	font-size: 13px;
}

.liveChat>li:hover a {
	color: #56b323;
}

ul.paraList li {
	position: relative;
	padding-left: 20px;
	font-weight: 400;
	color: #140028;
	font-size: 13px;
	box-shadow: none;
}

ul.paraList li:before {
	position: absolute;
	left: 0px;
	top: 1px;
	color: #878787;
	font-weight: 600;
	font-size: 13px;
	font-family: "Font Awesome 5";
	content: "\f00c";
}

ul.paraList li {
	margin: 0 0 12px;
	line-height: 1.3em;
}

ul.paraList li strong {
	color: #e00000;
}

.packageBox .btn {
	width: 100%;
	color: #fff;
}

ul.paraList li.last {
	margin-bottom: 0px;
}

.bundle-package .headingstyle1 h2 {
	color: #47b749;
	font-size: 44px;
	line-height: normal;
}

.mobile-nav {
	display: none;
}

/* Web header Css */

header {
	position: fixed;
	width: 100%;
	padding: 13px 0;
	transition: all 0.4s ease-in;
	z-index: 2;
	top: 0;
	background: transparent;
}

header.sticky-header {
	background: #fff;
	padding: 7px 0;
	z-index: 3;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.logo {
	padding-left: 20px;
}

header .logo a {
	display: block;
}

header .logo a.white-logo {
	display: block;
}

header.sticky-header .logo a {
	display: block;
}

header.sticky-header .logo a.white-logo {
	display: block;
}

header.sticky-header .logo a {
	display: block;
}


header.sticky-header {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9;
	padding: 10px 0;
}

/* header.sticky-header .conList>li a.phone{color: #222;}
header.sticky-header .conList>li:hover a.phone{ color: rgb(124,197,79); } */


header.sticky-header .logo {
	display: block;
}

header.sticky-header .white-logo {
	display: none
}

/* header.sticky-header .top-nav > ul li a, header.sticky-header .hdr-cont-box li a {
    color: #222;
} */

.top-nav {
	text-align: center;
}

.top-nav>ul,
.hdr-cont-box ul {
	margin: 0;
}

.top-nav>ul,
.hdr-cont-box ul {
	margin: 0;
}

/* .top-nav > ul li a {
    font-size: 13px;
    color: #fff;
    padding: 15px 0px;
    display: block;
} */



.top-nav>ul li a.btn-drpdwn {
	display: none;
}

.top-nav>ul li+li {
	margin-left: 8px;
}

.top-nav>ul>li {
	display: inline-block;
	position: relative;
}

.top-nav ul>li>ul.dropdown {
	display: block !important;
	visibility: hidden;
	opacity: 0;
}

.dropdown-parent>a:after {
	background: url(../images/sprite.png) no-repeat -4px -41px;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
}

.dropdown-parent>a {
	position: relative;
	padding-right: 11px !important;
}

.top-nav ul>li>ul.dropdown {
	position: absolute;
	left: 0px;
	top: 130%;
	width: 250px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #fff;
	border-top: 3px solid #089616;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.top-nav ul>li>ul.dropdown li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(101, 101, 101, 0.15);
	padding: 0;
	margin-left: 0;
}

.top-nav ul>li>ul.dropdown li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 22px;
	font-weight: 400;
	font-size: 15px;
	color: #1a1c24 !important;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.hdr-cont-box {
	float: right;
	margin-bottom: 0;
}

.hdr-cont-box li {
	display: inline-block;
	margin-right: 25px;
}

.hdr-cont-box li a {
	font-size: 13px;
	color: #fff;
	padding: 15px 0px;
	display: block;
}

.hdr-cont-box li i {
	color: #68c356;
	margin-right: 4px;
}

.top-nav ul>li.dropdown-parent:hover ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.top-nav ul>li>ul.dropdown li:hover a {
	color: #ffffff !important;
	background-color: #60be5c;
}

.logo img {
	width: 130px;
	margin-top: 10px;
}

.regionPortSec .col-md-3 {
	display: none;
}


@media (max-width: 1200px) {
	.menu-link {
		position: absolute;
		font-size: 1.5em;
		z-index: 10;
	}

	.menu-link:link,
	.menu-link:visited {
		color: #fff;
		background: rgb(71, 183, 73);
		border-radius: 4px;
		padding: 0.2em .4em;
		position: fixed;
		right: 15px;
		top: 15px;
		font-size: 25px;
	}

	.menu-link.open {
		background: #000;
	}

	.mobile-nav {
		display: inherit;
	}

	.hdr-cont-box li a {
		padding: 10px 0;
	}

	.top-nav,
	.req-btn {
		display: none;
	}

	.panel.open {
		left: 0px;
		height: 100%;
	}

	.panel {
		background: #171719;
		z-index: 9999;
		position: fixed;
		left: -15.625em;
		width: 15.625em;
	}

	.panel {
		background: #565656;
		z-index: 9999;
		position: fixed;
		left: -15.625em;
		width: 15.625em;
	}

	.panel a {
		display: block;
		border-bottom: 2px solid #333;
		padding: 1em;
	}

	.panel a {
		display: block;
		border-bottom: 1px solid #676666;
		padding: 12px 10px;
		font-size: 11px;
	}

	.panel a:link,
	.panel a:visited {
		color: #fff;
	}

	.panel a:link,
	.panel a:visited {
		color: #fff;
	}

	.dropdown-parent>a:after {
		right: 15px;
		display: none;
	}

	.hdr-cont-box {
		display: none;
	}

	.mobile-nav div#menu {
		overflow-x: auto;
	}

	li.dropdown-parent {
		position: relative;
	}

	a.btn-drpdwn {
		position: absolute;
		right: 0px;
		top: 0px;
		border: 0px;
		background: #464646;
		font-size: 18px;
		padding: 8px 20px 8px !important;
	}

	ul.dropdown {
		display: none;
	}

	ul.dropdown li a {
		padding: 10px 20px;
		font-size: 11px;
	}

	a.btn-drpdwn:before {
		content: "\f107";
		font-family: "Font Awesome 5";
	}

	a.btn-drpdwn.caret-up {
		transform: rotate(180deg);
		-webkit-transition: all 0.4s ease-In-out;
		-moz-transition: all 0.4s ease-In-out;
		-o-transition: all 0.4s ease-In-out;
		transition: all 0.4s ease-In-out;
	}

	header {
		padding: 10px 0;
		background: #000;
	}



}



@media (max-width: 823px) {
	.stats-box ul li {
		display: block;
		margin-bottom: 24px;
	}

	.packages-details a.order,
	.packages-details .red-btn {
		width: 100%;
	}

	.how-list ul li h6 {
		font-size: 15px;
	}

	.how-list ul li {
		display: inline-block;
		width: 49%;
	}

	.packages-list ul li {
		display: inline-block;
		width: 49%;
		overflow: hidden;
	}

	.packages-list ul li+li {
		margin-left: 0;
	}

	.cta-2 .cta-description ul li a {
		width: 100%;
		font-size: 17px;
	}

	.process-box {
		margin-bottom: 25px;
	}

	.packages-list ul li a {
		font-size: 13px;
		text-align: left;
		padding-left: 39px;
	}

	.packages-list ul {
		padding: 6px 0;
	}

	.packages-list ul li::before {
		left: 10px;
	}

	.cta-1 ul li a {
		width: 100%;
	}

	.concept-box ul li a {
		width: 100%;
		font-size: 18px;
	}

	ul.inline-b li {
		display: block;
	}

	.concept-box .headingstyle1 {
		text-align: center;
	}

	.banner-xs p br {
		display: none;
	}

	.headingstyle1 h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.headingstyle1 p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.headingstyle1 p br,
	.headingstyle1 h2 br {
		display: none;
	}

	.padd-x {
		padding: 40px 0;
	}

	.banner-home {
		height: auto;
		padding-top: 110px;
	}

	.banner-home .banner-xs h1 {
		font-size: 41px;
		line-height: 1.15em;
		margin-bottom: 21px;
	}

	.banner-home .banner-xs h1 br {
		display: none;
	}

	.banner-home .video-area {
		display: none;
	}

	.banner-home::before {
		display: none;
	}

	.trusted-clients,
	.offer-slides,
	.hdr-cont-box {
		display: none;
	}

	.concepts {
		padding: 40px 0;
		background: #ffffff;
	}

	.concept-box .headingstyle1 h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.concept-box p {
		font-size: 16px;
	}

	.concept-box {
		padding: 0;
		width: 100%;
	}

	.concept-box::before {
		display: none;
	}

	ul.inline-b {
		text-align: center;
	}

	ul.inline-b li+li {
		margin-left: 0;
		margin-top: 5px;
	}

	.pricing-popup-box {
		width: 90%;
	}

	.thankyou-popup {
		width: 90%;
	}

	.popup-header h3 {
		font-size: 28px;
		min-height: auto;
		line-height: 1em;
	}

	.popup-header p {
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 0;
	}

	.popup-bdy {
		padding: 15px 15px 23px;
	}

	.popup-close {
		right: 0;
		top: -27px;
		left: 0;
		margin: 0 auto;
		border: 5px solid;
		width: 40px;
		height: 40px;
	}

	.cta-1 .headingstyle1 p br {
		display: none;
	}

	.our-packages {
		padding: 40px 0;
	}

	.packages-slider ul.slick-dots li {
		margin: 0 15px 0 0;
	}

	.packages-slider ul.slick-dots li button {
		box-shadow: none;
		width: 13px;
		height: 13px;
	}


	.bundle-package {
		padding: 40px 0;
	}

	.border-bundle {
		padding: 10px 0 10px 10px;
	}

	.border-bundle::before,
	.border-bundle::after {
		display: none;
	}

	.bundle-list .package-price li {
		display: inline-block;
		min-width: 110px;
	}

	.bundle-list .package-price li.last {
		margin-left: 0;
	}

	.our-porfolio .row .col-md-3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.our-porfolio .portfolio-box {
		margin-bottom: 10px;
	}

	.cta-2 {
		padding: 40px 0;
	}

	.cta-2 .cta-description h2 {
		font-size: 28px;
	}

	.cta-2 .cta-description p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.cta-2 .cta-description p br {
		display: none;
	}

	.stats {
		padding: 40px 0;
	}

	.stats-box ul li+li {
		padding-left: 0;
		margin-left: 0;
	}

	.stats-box p {
		font-size: 16px;
	}

	.stats-box p br {
		display: none;
	}

	.our-process .row .col-md-3+.col-md-3 .process-box::before {
		display: none;
	}

	.call-to-action {
		width: 100%;
	}

	.call-to-action ul {
		padding: 20px 0 20px 10px;
		display: block;
	}

	.call-to-action ul li {
		width: 100%;
	}

	.call-to-action ul li+li {
		margin-top: 15px;
	}

	.call-to-action ul li a {
		font-size: 18px;
	}

	.how-list ul li+li {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}

	.testimonial {
		padding: 0 0 40px 0;
	}

	.testimonial .headingstyle1 h2 {
		font-size: 22px;
	}

	.testimonial .headingstyle1 p {
		font-size: 16px;
	}

	.testimonial .testi-slider {
		padding-top: 0;
	}

	.ftr-contact-info>li+li {
		border-left: none;
	}

	.ftr-links h4 {
		display: block;
	}

	.conList {
		text-align: center;
	}

	.mn-h1 {
		font-size: 24px;
		line-height: normal;
	}

	.bannerSection p {
		font-size: 18px;
		line-height: normal;
	}

	.headForm {
		padding: 20px;
		width: 100%;
		margin: 20px 0;
	}

	.bannerSection .para1 {
		font-size: 15px;
		line-height: normal;
	}

	.spacebr br+br {
		display: none;
	}

	.logosList {
		text-align: left;
	}

	.logosList>li {
		width: auto;
		margin: 0 0 20px;
	}

	.logosList>li.last {
		margin: 0 0 0px;
	}

	.bannerSection .para1 {
		margin-bottom: 15px;
	}

	.slick-slide {
		margin: 0 15px;
	}

	.slick-list {
		margin: 0 -15px;
	}

	.headForm h4 {
		font-size: 22px;
		line-height: normal;
	}

	.container {
		width: 100%;
	}

	.field textarea {
		height: 110px;
	}

	.field-btn input.btn {
		font-size: 16px;
	}

	.our-porfolio {
		padding: 40px 0;
	}

	.packageList>li {
		width: 100%;
		margin-right: 0px;
		margin: 0 0 30px;
	}

	.bundle-package .headingstyle1 h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.headingstyle1 h6 {
		font-size: 16px;
		line-height: 26px;
	}

	.bundle-package .headingstyle1 {
		margin-bottom: 30px;
	}

	.bundle-list {
		margin-bottom: 20px;
	}

	.cta-2 .cta-description h5 {
		margin-bottom: 15px;
	}

	.call-to-action {
		margin-top: 20px
	}

	.ftr-btm-section .text-right {
		text-align: center;
	}

	.ftr-btm-section .text-right img {
		margin-top: 15px;
	}

	.ftr-btm-section a {
		font-size: 15px;
	}

	.industry h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.stats-box ul li h3 {
		font-size: 50px;
	}

	.packageBox .btn {
		width: 100%;
		padding: 15px 0;
		font-size: 17px;
	}

	.packageBox h5 {
		font-size: 26px;
	}

	.packageBox h5 sup {
		font-size: 20px;
	}

	.logo img {
		margin-top: 0px;
	}



}