* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-family: 'Khula', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

button {
	cursor: pointer;
	border: none;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

body {
	font-family: 'Khula', sans-serif;
	background: #FFFFFF;
	font-size: 100%;
	color: #000;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
}

input {
	background: #fff;
	border: 1px solid #E67868;
	width: auto;
	height: 45px;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}

textarea {
	background: #FFF;
	border: 1px solid #E67868;
	width: auto;
	height: auto;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*input[type=text]:focus{
	background:#DDF5FF;
	border:1px solid #AEE9FF;
}*/
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=text] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=checkbox] {
	vertical-align: top;
}

input[type=radio] {
	height: auto;
	vertical-align: top;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0 none;
	max-width: 100%;
}

a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.clearfix {
	clear: both;
	/*content:" "; never use this property error in opera*/
	display: block;
	font-size: inherit;
	height: 0;
	line-height: 0;
}

h1 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 56px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 130%;
}

h2 {
	float: left;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}

h3 {
	float: left;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}

h4 {
	float: left;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #DD4326;
	line-height: 120%;
}

h5 {
	float: left;
	width: 100%;
	font-family: 'Khula', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 120%;
}

h6 {
	float: left;
	width: 100%;
	font-family: 'Khula', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #DD4326;
	line-height: 120%;
}

p {
	float: left;
	width: 100%;
	font-family: 'Khula', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	line-height: 180%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/*-------------------Index Page Start-----------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	height: auto;
}

#section,
#footer {
	/* margin: 0 auto;
    max-width: 1620px;
    width: auto;*/
}

#footer {
	width: 100%;
	float: left;
}

.header {
	float: left;
	width: 100%;
}

#header {
	float: left;
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 99;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
}

#header.unofixed .header_top {
	background-color: #FFF;
	padding: 10px 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.header_top {
	float: left;
	width: 100%;
	padding-top: 27px;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
}

.header_main {
	float: left;
	width: 100%;
}

.logo {
	float: left;
	width: 199px;
	height: 62px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
}

.logo a {
	float: left;
	width: 100%;
	height: auto;
}

.logo a img {
	display: block;
	width: auto;
	height: auto;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
}

#header.unofixed .logo {
	height: 52px;
	padding-top: 5px;
}

#header.unofixed .nav_main ul li a.freecon_btn {
	border: 1px solid #DD4327;
}

#header.unofixed .nav_main ul li a.freecon_btn:hover {
	background: #DD4327;
	color: #fff;
	border: 1px solid transparent;
}

.header_right {
	float: right;
	width: auto;
}

.nav {
	float: left;
	width: auto;
	height: auto;
	position: relative;
}

.nav_main {
	float: left;
	width: auto;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	padding-top: 10px;
}

.nav_main ul {
	float: left;
	width: 100%;
	height: auto;
}

.nav_main ul.second {
	display: none;
}

.nav_main ul li {
	float: left;
	width: auto;
	position: relative;
}

.nav_main ul li.con_res {
	display: none;
}

.nav_main ul li a {
	float: left;
	width: auto;
	height: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 120%;
	text-decoration: none;
	padding: 8px 33px 0 0;
	text-transform: capitalize;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul li a.freecon_btn {
	background: #fff;
	float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	color: #DC4127;
	border: 1px solid #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
}

#header.unofixed .nav_main ul li a {
	color: #2C2F33;
}

.nav_main ul li:hover a,
.nav_main ul li a.active {
	color: #000000;
}

#header.unofixed .nav_main ul li:hover a,
#header.unofixed .nav_main ul li a.active {
	color: #DD4327;
}

.nav_main ul li:hover ul.sub_nav {
	visibility: visible;
	opacity: 1;
}

ul.sub_nav {
	background-color: #FFF;
	width: 230px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 60px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.nav_main ul li .sub_nav li {
	width: 100%;
	height: auto;
}

.nav_main ul li .sub_nav li a {
	float: left;
	background: none;
	width: 84%;
	height: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	line-height: 140%;
	text-decoration: none;
	padding: 12px 8%;
	text-transform: uppercase;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul li .sub_nav li a:hover,
.nav_main ul li .sub_nav li a.active {
	background: #B7A264;
	color: #FFF;
}

#header.unofixed ul.sub_nav {
	top: 50px;
}

#header.unofixed .nav_main ul li .sub_nav li a {
	height: auto;
	line-height: inherit;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
	display: none;
	width: 72px;
	height: 22px;
	position: absolute;
	right: 16px;
	top: 22px;
}

.nav-toggle {
	position: absolute;
	top: 0;
	right: 22px;
	z-index: 999999;
	padding: 5px 24px 13px 0;
	cursor: pointer;
}

.nav-toggle:focus {
	outline: none;
}

.nav-toggle.active .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(45deg);
	transform: translateY(7px) translateX(0) rotate(45deg);
	background: #FFFFFF;
}

.nav-toggle.active .middle {
	opacity: 0;
	background: #FFF;
}

.nav-toggle.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
	background: #FFFFFF;
}

.nav-toggle span {
	background: #FFFFFF;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: all .55s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.nav-toggle span:nth-of-type(2) {
	top: 5px;
}

.nav-toggle span:nth-of-type(3) {
	top: 12px;
}

#header.unofixed .nav-toggle span {
	background: #1f2226;
}

#header.unofixed .nav-toggle.active .top,
#header.unofixed .nav-toggle.active .bottom {
	background: #1f2226;
}

/*-----------------res-nav-end-------------------*/
#section {
	float: left;
	width: 100%;
	height: auto;
}

.main_banner {
	background: rgba(224, 85, 61, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224, 85, 61, 1)), color-stop(100%, rgba(202, 53, 73, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0553d', endColorstr='#ca3549', GradientType=1);
	float: left;
	height: 640px;
	width: 100%;
	overflow: hidden;
}

.new_hero {
	float: left;
	height: 44.792vw;
	width: 100%;
	overflow: hidden;
	background-color: #67C0EA;
	position: relative;
}

.new_hero .banner {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 37vw;
	padding: 0 !important;
	background-size: contain !important;
}

.hero-main {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 0;
}

.hero-main:before {
	background: rgba(103, 192, 234, 0);
	background: -moz-linear-gradient(top, rgba(103, 192, 234, 0) 0%, rgba(23, 117, 164, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103, 192, 234, 0)), color-stop(100%, rgba(23, 117, 164, 1)));
	background: -webkit-linear-gradient(top, rgba(103, 192, 234, 0) 0%, rgba(23, 117, 164, 1) 100%);
	background: -o-linear-gradient(top, rgba(103, 192, 234, 0) 0%, rgba(23, 117, 164, 1) 100%);
	background: -ms-linear-gradient(top, rgba(103, 192, 234, 0) 0%, rgba(23, 117, 164, 1) 100%);
	background: linear-gradient(to bottom, rgba(103, 192, 234, 0) 0%, rgba(23, 117, 164, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c0ea', endColorstr='#1775a4', GradientType=0);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25vw;
	content: '';
}

.hero-main .banner_con {
	width: 48%;
	text-align: left;
}

.hero-main .banner_con h1 {
	font-size: 42px;
}

.hero-main .banner_con span {
	font-weight: 400;
	line-height: 160%;
}

.hero-main .banner_btmtxt {
	padding-top: 70px;
}

.banner {
	background: url(../images/banner_bg.png) no-repeat center 95px;
	float: left;
	width: 100%;
	height: auto;
	padding: 216px 0 242px;
}

.banner_con {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.banner_con span {
	float: left;
	width: 100%;
	padding-top: 15px;
	font-family: 'Khula', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	line-height: 120%;
}

.banner_btmtxt {
	float: right;
	padding-top: 185px;
}

.banner_btmtxt h4 {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	color: #ffffff;
}

.banner_btmtxt h4 span {
	font-family: 'Dancing Script', cursive;
	color: #FFFF00;
}

.we_provide_raw {
	background: url(../images/service_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	text-align: center;
	overflow: hidden;
}

.we_provide_main {
	float: left;
	width: 100%;
}

.title {
	float: left;
	width: 100%;
}

.we_provide_service {
	float: left;
	width: 100%;
	height: auto;
}

.we_provide_service_main {
	float: left;
	width: 100%
}

.we_provide_service_main ul {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.we_provide_service_main ul li {
	background: #ffffff;
	float: none;
	width: 23.7%;
	height: auto;
	min-height: 260px;
	margin: 60px 0.5% 0 !important;
	text-align: center;
	display: inline-block;
	box-shadow: 0 0 3px #dcdcdc;
	-webkit-box-shadow: 0 0 3px #dcdcdc;
	-moz-box-shadow: 0 0 3px #dcdcdc;
	position: relative;
	vertical-align: top;
}

.we_provide_service_main ul li a {
	float: left;
	width: 100%;
	padding: 30px 12px 20px;
	box-sizing: border-box;
}

.we_provide_service_main ul li:hover {
	box-shadow: 0 0 4px #c1c1c1;
	-webkit-box-shadow: 0 0 4px #c1c1c1;
	-moz-box-shadow: 0 0 4px #c1c1c1;
	position: relative;
}

.we_provide_service_main ul li:hover .service_des h5 {
	color: #DD4327;
}

.service_con {
	float: left;
	width: 100%;
	height: auto;
}

.service_ico {
	width: 90px;
	height: 90px;
	padding: 5px;
	margin: 0 auto;
	line-height: 90px;
	display: inline-block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	box-shadow: 0 0 2px #7f7f7f;
	-webkit-box-shadow: 0 0 2px #7f7f7f;
	-moz-box-shadow: 0 0 2px #7f7f7f;
	position: relative;
}

.service_bg {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
}

.service_des {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.service_des p {
	padding-top: 10px;
	color: #545454;
	line-height: 160%;
}

.service_des span {
	width: auto;
	display: inline-block;
	padding-top: 10px;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 120%;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
}

.service_des span:hover {
	color: #DD4327;
}

.we_provide_service_main ul li.strategy .service_bg {
	background: url(../images/strategy-development.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.report .service_bg {
	background: url(../images/report-auditing.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.seo .service_bg {
	background: url(../images/seo.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.lead .service_bg {
	background: url(../images/lead-generation.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.pay_per .service_bg {
	background: url(../images/pay-per-click-advertising.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.content .service_bg {
	background: url(../images/content.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.mobile .service_bg {
	background: url(../images/mobile-app-marketing.svg) no-repeat center center #F5F5F5;
}

.we_provide_service_main ul li.strategy:hover .service_bg {
	background: url(../images/strategy-development-sec.svg) no-repeat center center #DD4327;
}

.we_provide_service_main ul li.report:hover .service_bg {
	background: url(../images/report-auditing-sec.svg) no-repeat center center #DD4327;
}

.we_provide_service_main ul li.seo:hover .service_bg {
	background: url(../images/seo-sec.svg) no-repeat center center #DD4327;
}

.we_provide_service_main ul li.lead:hover .service_bg {
	background: url(../images/lead-generation-sec.svg) no-repeat center center #DD4327;
}

.we_provide_service_main ul li.pay_per:hover .service_bg {
	background: url(../images/pay-per-click-advertising-sec.svg) no-repeat center center #DD4327;
}

.we_provide_service_main ul li.content:hover .service_bg {
	background: url(../images/content-sec.svg) no-repeat center center #DD4327 !important;
}

.we_provide_service_main ul li.mobile:hover .service_bg {
	background: url(../images/mobile-app-marketing-sec.svg) no-repeat center center #DD4327;
}

.we_provide_service_main ul li.service_li75 {
	animation-delay: 0.4s;
}

.we_provide_service_main ul li.service_li90 {
	animation-delay: 0.6s;
}

.we_provide_service_main ul li.service_li87 {
	animation-delay: 0.8s;
}

.we_provide_service_main ul li.service_li84 {
	animation-delay: 1.0s;
}

.we_provide_service_main ul li.service_li81 {
	animation-delay: 0.4s;
}

.we_provide_service_main ul li.service_li78 {
	animation-delay: 0.6s;
}

.we_provide_service_main ul li.service_li72 {
	animation-delay: 0.8s;
}

.difference_raw {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}

.difference_sec_main {
	float: left;
	width: 100%;
	height: auto;
}

.difference_sec_left {
	float: right;
	width: 45%;
	height: auto;
	padding-top: 20px;
	z-index: 9;
	position: relative
}

.difference_sec_left iframe {
	width: 100% !important;
	height: 100% !important;
}

.difference_sec_left img {
	display: block;
}

.difference_sec_right {
	float: left;
	width: 50%;
	height: auto;
	position: relative;
}

.difference_sec_right:after {
	background: url(../images/errow-sep.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: -30px;
	top: 0;
	width: 140px;
	height: 30px;
	content: "";
}

.difference_sec_right .title {
	width: 45% !important;
}

.video_list {
	float: left;
	width: 100%;
	height: 290px;
}

#video_slider .owl-buttons .owl-prev,
#video_slider .owl-buttons .owl-next {
	width: 30px;
	height: 30px;
	top: 120px;
}

#video_slider .owl-buttons .owl-prev {
	background: url(../images/errow-prev.svg) no-repeat left;
	left: -30px;
}

#video_slider .owl-buttons .owl-next {
	background: url(../images/errow-next.svg) no-repeat right;
	right: -30px;
}

#video_slider.owl-carousel {
	overflow: inherit;
}

.google_img {
	float: right;
	width: auto;
	height: auto;
}

.difference_con {
	float: left;
	width: 100%;
}

.difference_con p {
	padding-top: 12px;
}

.difference_con a img {
	display: block;
}

.we_help_raw {
	background: #f4f4f4;
	float: left;
	padding: 90px 0 0;
	text-align: center;
	width: 100%;
}

.half_round {
	background: #F4F4F4;
	float: left;
	width: 113px;
	height: 113px;
	margin: -125px 0 0 70px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.half_round img {
	width: 58px;
	height: 58px;
	padding-top: 12px;
	display: inline-block;
}

.we_help_main {
	float: left;
	width: 100%;
}

.we_help_con {
	float: left;
	width: 100%;
	padding-top: 85px;
}

.we_help_con_raw {
	float: left;
	width: 100%;
	padding-bottom: 115px;
}

.we_help_con_raw.last {
	padding-bottom: 103px;
}

.we_help_con_left {
	float: left;
	width: 20%;
	padding: 20px 0 0 15%;
	height: auto;
}

.we_help_con_right {
	background: url(../images/we-help-sep.svg) no-repeat left;
	float: left;
	width: 42%;
	height: auto;
	padding-left: 7%;
	margin-left: 4%;
	text-align: left;
}

.we_help_des_main {
	float: left;
	width: 100%;
}

.we_help_des_main p {
	padding-top: 20px;
	font-size: 20px;
	line-height: 160%;
}

.we_help_des_main a {
	float: left;
	width: auto;
	padding-top: 10px;
	color: #333333;
	font-family: "Khula", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}

.we_help_des_main a:hover {
	color: #dd4326;
}

.clients_raw {
	float: left;
	height: auto;
	padding: 65px 0 50px;
	text-align: center;
	width: 100%;
}

.clients_main {
	float: left;
	width: 100%;
}

.clients_main h2 {
	font-size: 32px;
}

.our_clients {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0 0 0;
}

.owl-carousel {
	display: block !important;
	position: relative;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: pan-y;
}

#clients_logoslider .owl-buttons .owl-prev {
	width: 15px;
	height: 27px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(../images/errow-prev.svg) no-repeat left;
	position: absolute;
	left: 0;
	top: -20px;
}

#clients_logoslider .owl-buttons .owl-next {
	width: 15px;
	height: 27px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(../images/errow-next.svg) no-repeat left;
	position: absolute;
	right: 0;
	top: -20px;
}

.clients_logoimg {
	float: left;
	width: 100%;
}

/*.clients_logoimg {
	float:left;
	width:99.6%;
	text-align:center;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;	
}
*/
.clients_logoimg img {
	vertical-align: middle;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.clients_logoimg img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}

.located_raw {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../images/located_across_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	text-align: center;
}

.located_bg {
	background: rgba(0, 0, 0, 1);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
	float: left;
	width: 100%;
	height: auto;
	padding: 60px 0 240px;
}

.locatedbtm_bg {
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
	float: left;
	width: 100%;
	height: auto;
	padding: 45px 0;
	margin-top: 110px;
}

.located_raw h2 {
	color: #FFF;
}

.located_raw h6 {
	color: #FFF;
}

.consultation_raw {
	float: left;
	width: 100%;
	background-color: #585858;
	background: rgba(219, 78, 63, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(219, 78, 63, 1) 0%, rgba(206, 58, 70, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(219, 78, 63, 1)), color-stop(100%, rgba(206, 58, 70, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(219, 78, 63, 1) 0%, rgba(206, 58, 70, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(219, 78, 63, 1) 0%, rgba(206, 58, 70, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(219, 78, 63, 1) 0%, rgba(206, 58, 70, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(219, 78, 63, 1) 0%, rgba(206, 58, 70, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db4e3f', endColorstr='#ce3a46', GradientType=1);
	height: auto;
	padding: 60px 0;
	text-align: center;
	height: auto;
}

.consultation_raw h2 {
	color: #FFF;
}

.consultation_raw h6 {
	color: #FFF;
}

.form_con {
	float: left;
	width: 82%;
	padding: 50px 9% 0;
}

.formcon_in {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.formcon_in .txt_box {
	background: none;
	float: left;
	width: 91.2%;
	padding: 0 4%;
	margin-right: 0;
}

.formcon_in .txt_box.phone {
	margin-right: 0;
}

.formcon_in .txt_mes {
	background: none;
	float: left;
	height: 60px;
	padding: 10px 1%;
	width: 97.8%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}

.submit_btn,
.start_btn {
	background: #801E20 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-family: "Khula", sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	padding: 0 70px;
	position: relative;
	transition: all 0.25s ease 0s;
	width: auto;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
	border: none;
	cursor: pointer;
}

.submit_btn:hover {
	background: #701B1D;
}

/*------------------Slider Start-------------------*/
#owl-slider .owl-item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-pagination {
	display: none;
}

#slider {
	float: left;
	width: 100%;
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

.owl-theme .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	z-index: 1;
	left: 0;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 40px;
	height: 5px;
	margin: 5px 7px;
	background: #FFF;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #254976;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: block !important;
	position: relative;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	float: left;
	max-height: 920px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-out;
	-moz-transition: height 500ms ease-out;
	-ms-transition: height 500ms ease-out;
	-o-transition: height 500ms ease-out;
	transition: height 500ms ease-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {

	cursor: pointer;
}

.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(../images/slider-leftarrow.svg) no-repeat left;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.8;
	position: absolute;
	left: 3%;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/slider-rightarrow.svg) no-repeat right;
	right: 3%;
	left: auto;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-buttons {
	float: left;
	width: 100%;
	position: relative;
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

/*------------------Slider End-------------------*/
/*-------------------Index Page end-----------------------------*/
/*-------------------Footer Start-----------------------------*/
.footer {
	background: #262626;
	float: left;
	width: 100%;
	height: auto;
	padding: 37px 0 22px;
}

.footer_main {
	float: left;
	width: 100%;
	height: auto;
}

.contact_raw {
	float: left;
	width: 17%;
	height: auto;
	margin-left: 4%;
}

.contact_raw h6 {
	font-size: 15px;
	line-height: 150%;
	color: #dddddd;
}

.contact_raw p {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 150%;
}

.contact_raw a {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 150%;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
}

.contact_raw a:hover {
	color: #ffffff;
}

.contact_raw.address {
	background: url(../images/location.svg) no-repeat left 5px;
	padding-left: 32px;
	margin-left: 0;
}

.contact_raw.phone {
	background: url(../images/phone.svg) no-repeat left 8px;
	width: auto;
	padding-left: 40px;
}

.contact_raw.fax {
	background: url(../images/fax.svg) no-repeat left 10px;
	width: auto;
	padding-left: 40px;
}

.contact_raw.mail {
	background: url(../images/mail.svg) no-repeat left 10px;
	width: auto;
	padding-left: 38px;
}

.footer_social {
	float: right;
	width: auto;
	height: auto;
}

.footer_btm {
	float: left;
	width: 100%;
	height: auto;
	border-top: 1px solid #333333;
	margin-top: 25px;
}

.footer_menu {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 15px;
}

.footer_menu_main {
	float: left;
	width: 80%;
	height: auto;
}

.footer_menu_main ul {
	float: leftl;
	width: 100%;
}

.footer_menu_main ul li {
	float: left;
	width: auto;
	height: auto;
	margin-right: 30px;
}

.footer_menu_main ul li a {
	float: left;
	width: auto;
	height: auto;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 120%;
}

.footer_menu_main ul li a:hover,
.footer_menu_main ul li a.active {
	color: #FFF;
}

.copy_right {
	float: right;
	width: auto;
	height: auto;
}

.copy_right p {
	font-size: 13px;
	color: #999;
}

.copy_right p span {
	font-weight: 600;
	color: #ffffff;
}

.social_link {
	float: right;
	width: auto;
	height: auto;
}

.social_link ul {
	float: left;
	width: 100%;
	height: auto;
}

.social_link ul li {
	float: left;
	width: auto;
	height: auto;
	margin-right: 20px;
}

.social_link ul li.last {
	margin-right: 0;
}

.social_link ul li a {
	border: 1px solid #666666;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
}

.social_link ul li a img {
	vertical-align: middle;
}

.social_link ul li a:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}

/*-------------------Footer end-----------------------------*/

/*-------------------inner page start-----------------------------*/
/*----------------------Client-page-start--------------------*/
.main_banner.inner {
	height: 310px;
}

.main_banner.inner .banner {
	background: none;
	padding: 135px 0 0 0;
}

.client_inner_main {
	background: #ffffff;
	float: left;
	width: 100%;
	padding: 60px 0 90px;
}

.part_logo_main {
	float: left;
	width: 100%;
	height: auto;
}

.part_logo_main ul {
	float: left;
	width: 100%;
}

.part_logo_main ul li {
	background: #ffffff;
	float: left;
	width: 18.8%;
	height: 137px;
	line-height: 137px;
	text-align: center;
	margin: 20px 1.5% 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #d0d0d0;
	-webkit-border-radius: 0 0 5px #d0d0d0;
	-moz-border-radius: 0 0 5px #d0d0d0;
	position: relative;
}

ul.client_logo li img {
	vertical-align: middle;
}

.part_logo_main ul li.last {
	margin-right: 0;
}

.part_logo_main ul li a {
	float: left;
	width: 100%;
	height: 100%;
}

.part_logo_main ul li a img {
	vertical-align: middle;
}

.getyour_raw {
	background: rgba(224, 85, 61, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224, 85, 61, 1)), color-stop(100%, rgba(202, 53, 73, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0553d', endColorstr='#ca3549', GradientType=1);
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0;
}

.getyour_con {
	float: left;
	width: 78%;
	padding: 0 11%;
}

.getyour_con h3 {
	width: auto;
	padding-top: 5px;
	font-size: 28px;
	color: #ffffff;
}

.getyour_con a.submit_btn {
	float: left;
	padding: 0 45px;
	margin: 0 0 0 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

/*----------------------Client-page-end--------------------*/
/*----------------------About-page-start--------------------*/
.about_raw {
	background: #FFFFFF;
	float: left;
	width: 100%;
	padding: 60px 0 30px;
}

.about_raw_con {
	float: left;
	width: 100%;
}

.about_con_left {
	float: left;
	width: 65%;
	height: auto;
}

.left_con {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.left_con p {
	padding-top: 20px;
}

.testimonials_right {
	background: #ffffff;
	float: right;
	width: 22%;
	padding: 30px 2% 20px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	box-shadow: 0 0 10px #dcdcdc;
	-webkit-box-shadow: 0 0 10px #dcdcdc;
	-moz-box-shadow: 0 0 10px #dcdcdc;
}

.testimonial_con {
	float: left;
	width: 100%;
}

.testimonial_con h4 {
	background: url(../images/testi-quote.svg) no-repeat center bottom;
	padding-bottom: 60px;
	font-size: 22px;
	color: #333333;
}

.testi_review {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 15px;
}

.review_con {
	float: left;
	width: 100%
}

.review_con p {
	font-weight: 600;
	color: #444444;
	line-height: 160%;
}

.reviewer_name {
	background: url(../images/testi-sep.svg) no-repeat top;
	float: left;
	width: 80%;
	height: auto;
	padding: 19px 10% 0;
	margin-top: 15px;
	text-align: center;
}

.reviewer_name span {
	float: left;
	width: 100%;
	font-family: 'Khula', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	line-height: 160%;
}

#inner_testi.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/testi-prev.svg) no-repeat left;
	width: 15px;
	height: 15px;
	left: 0;
	top: 0;
}

#inner_testi.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/testi-next.svg) no-repeat right;
	width: 15px;
	height: 15px;
	right: 0;
	top: 0;
}

#inner_testi.owl-theme .owl-controls {
	top: inherit;
	bottom: 20px;
}

#inner_testi.owl-theme .owl-controls .owl-buttons {
	height: 15px;
}

.clients_raw.inner {
	background: #f4f4f4;
}

/*----------------------About-page-end--------------------*/
/*----------------------what-we-page-start--------------------*/
.what_we_raw {
	background: #ffffff;
	float: left;
	width: 100%;
	height: auto;
	padding: 70px 0;
}

.what_we_con {
	float: left;
	width: 100%;
}

.what_we_con p {
	padding-top: 20px;
}

.what_we_bg {
	background: url(../images/what-we-do-bg.jpg) no-repeat center center;
	background-size: cover;
	float: left;
	width: 100%;
	height: 490px;
}

.what_we_btm_raw {
	background: #ffffff;
	float: left;
	width: 100%;
	padding-top: 70px;
}

.what_we_btm_con {
	float: left;
	width: 100%;
	text-align: center;
}

.what_we_btm_con span {
	float: left;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 400;
	color: #888888;
	line-height: 120%;
}

.what_we_btm_con h2 {
	color: #555555;
	line-height: 180%;
}

.what_we_btm_con h3 {
	font-size: 30px;
}

.what_we_btm_con p {
	padding-top: 45px;
}

.what_we_btm_con p.sec {
	padding: 0;
	font-weight: 600;
	color: #333333;
}

.what_we_btm_con a {
	background: #DD4327;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	margin-top: 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.what_we_main {
	background: #ffffff;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.what_we_main_con {
	float: left;
	width: 100%;
}

.what_we_main_con ul {
	float: left;
	width: 100%;
}

.what_we_main_con ul li {
	background: #ffffff;
	float: left;
	width: 30.5%;
	height: auto;
	margin: 70px 4.2% 0 0;
}

.what_we_main_con ul li.last {
	margin-right: 0;
}

.wha_we_box {
	float: left;
	width: 100%;
	height: auto;
}

.what_we_service {
	float: left;
	width: 92%;
	height: auto;
	padding: 40px 2% 20px 6%;
}

.what_we_ico {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.what_we_ico img {
	vertical-align: middle;
}

.what_we_ser_con {
	float: left;
	width: 100%;
	padding: 40px 0 25px;
}

.what_we_ser_con p {
	padding-top: 10px;
	line-height: 160%;
}

.what_we_service span {
	background: url(../images/service-more.svg) no-repeat right;
	float: right;
	width: 30px;
	height: 8px;
	opacity: 0;
	margin-right: 15px;
}

.btm_sep {
	background: #E9E9E9;
	float: left;
	width: 100%;
	height: 8px;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	position: relative;
}

.what_we_main_con li:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px #bfbfbf;
	-webkit-box-shadow: 0 0 8px #bfbfbf;
	-moz-box-shadow: 0 0 8px #bfbfbf;
	position: relative;
}

.what_we_main_con li:hover .btm_sep {
	opacity: 0;
}

.what_we_main_con li:hover .what_we_service span {
	opacity: 1;
}

/*----------------------what-we-page-end--------------------*/
/*----------------------who-we-page-start--------------------*/
.who_we_we_help_raw {
	background: #ffffff;
	float: left;
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.who_we_help_con {
	float: left;
	width: 100%;
}

.who_we_left {
	float: left;
	width: 73%;
	height: auto;
}

.will_you {
	float: left;
	width: 100%;
	height: auto;
}

.will_you_left {
	background: #ffffff;
	border: 1px solid #D6D6D6;
	float: left;
	width: 28%;
	padding: 0.5%;
	height: auto;
}

.will_you_left img {
	width: 100%;
	height: 100%;
	display: block;
}

.will_you_con {
	float: left;
	width: 61%;
	padding-left: 6%;
}

.will_you_con p {
	padding-top: 20px;
}

.who_we_btm_con {
	float: left;
	width: 90%;
	height: auto;
	padding-top: 20px
}

.who_we_con_raw {
	float: left;
	widows: 100%;
	padding-top: 50px
}

.who_we_con_raw h4 {
	color: #333333;
}

.who_we_con_raw ul {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.who_we_con_raw ul li {
	float: left;
	width: 98%;
	height: auto;
	padding-top: 10px;
}

.who_we_con_raw ul li p {
	background: url(../images/right-mark.svg) no-repeat left 8px;
	float: left;
	width: auto;
	padding-left: 30px;
}

.who_we_con_raw p.sec {
	padding-top: 25px;
}

/*----------------------who-we-page-end--------------------*/
/*----------------------Blog-page-start--------------------*/
.blog_raw {
	background: #ffffff;
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 0 60px;
}

.blog_main {
	float: left;
	width: 100%;
}

.blog_left {
	float: left;
	width: 62%;
	height: auto;
}

.main_blog {
	float: left;
	width: 99.8%;
	height: auto;
	margin-top: 50px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}

.main_blog_top {
	background: #F4F4F4;
	float: left;
	width: 94%;
	padding: 20px 3% 10px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	position: relative;
}

.blog_date {
	background: #DD4327;
	float: left;
	width: 65px;
	height: 65px;
	line-height: 10px;
	text-align: center;
	font-family: 'Khula', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
}

.blog_date span {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 13px;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
}

.blog_title {
	float: left;
	width: 78%;
	padding-left: 3%;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color: #333333;
	line-height: 130%;
	text-transform: uppercase;
}

.main_blog_btm {
	float: left;
	width: 92%;
	height: auto;
	padding: 30px 4%;
}

.blog_img {
	background: #ffffff;
	float: left;
	width: 46.8%;
	height: auto;
	padding: 0.5%;
	border: 1px solid #D6D6D6;
}

.blog_img img {
	display: block;
}

.blog_des {
	float: left;
	width: 46%;
	padding-left: 5%;
}

.blog_des p {
	color: #444444;
	line-height: 160%;
	padding-bottom: 25px;
}

.blog_des a {
	background: rgba(224, 85, 61, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224, 85, 61, 1)), color-stop(100%, rgba(202, 53, 73, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0553d', endColorstr='#ca3549', GradientType=1);
	float: left;
	width: auto;
	height: 40px;
	padding: 0 35px;
	line-height: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
}

.blog_right {
	background: #fff;
	float: right;
	width: 30%;
	padding: 50px 0 0 0;
}

.featured_post_raw {
	background: url(../images/post-sep.png) no-repeat bottom;
	float: left;
	width: 87%;
	height: auto;
	padding: 0 0 40px 13%;
}

.featured_post_raw h4 {
	font-size: 22px;
}

.featu_post_img {
	background: #ffffff;
	float: left;
	width: 95%;
	height: auto;
	padding: 2%;
	margin-top: 15px;
	border: 1px solid #D6D6D6;
}

.featu_post_img img {
	display: block;
}

.post_date {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.post_date span {
	background: url(../images/calendar.svg) no-repeat left;
	padding-left: 25px;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #DD4327;
	line-height: 140%;
}

.post_date p {
	padding-top: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

.recent_post_raw {
	float: left;
	width: 87%;
	height: auto;
	padding: 45px 0 0 13%;
}

.recent_post_raw h4 {
	font-size: 22px;
}

.recent_post_raw ul {
	float: left;
	width: 100%;
}

.recent_post_raw ul li {
	float: left;
	width: 100%;
	padding-top: 25px;
}

.rece_post_img {
	background: #ffffff;
	float: left;
	width: 25.3%;
	height: auto;
	padding: 1.5%;
	border: 1px solid #D6D6D6;
}

.rece_post_img img {
	display: block;
}

.rece_post_des {
	float: left;
	width: 66%;
	height: auto;
	padding-left: 5%;
}

.rece_post_des span {
	background: url(../images/calendar.svg) no-repeat left;
	padding-left: 25px;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #DD4327;
	line-height: 140%;
}

.rece_post_des p {
	padding-top: 5px;
	color: #444444;
	line-height: 120%;
}

.search_by {
	float: left;
	width: 87%;
	padding: 45px 0 0 13%;
}

.search_by_main {
	background: #ffffff;
	border: 1px solid #D6D6D6;
	float: left;
	width: 85.6%;
	padding: 25px 7%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}

.search_by_main h4 {
	font-size: 22px;
}

.search_by_main ul {
	float: left;
	width: 100%;
	padding-top: 10px
}

.search_by_main ul li {
	float: left;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
	margin: 10px 10px 0 0;
	border: 1px solid #E8E8E8;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

/*----------------------Blog-page-start--------------------*/
/*----------------------Pay-per-click-page-start--------------------*/
.main_banner.inner.sub {
	height: 550px;
}

.main_banner.inner.sub .banner {
	padding: 150px 0 0 0;
}

.banner_con_left {
	float: left;
	width: 65%;
	padding-top: 70px;
	text-align: left;
}

.banner_con_left span {
	font-size: 20px;
}

.banner_right {
	float: right;
	width: auto;
	height: auto;
}

.banner_right img {
	display: block;
}

.payper_click_raw {
	background: #ffffff;
	float: left;
	width: 100%;
	padding: 60px 0;
}

.payper_click_con {
	float: left;
	width: 100%;
}

.payper_click_left {
	float: left;
	width: 61.8%;
	height: auto;
}

.payper_click_left p {
	color: #444444;
	padding-top: 25px;
}

.payper_click_left a {
	background: rgba(224, 85, 61, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224, 85, 61, 1)), color-stop(100%, rgba(202, 53, 73, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(224, 85, 61, 1) 0%, rgba(202, 53, 73, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0553d', endColorstr='#ca3549', GradientType=1);
	float: left;
	width: auto;
	height: 40px;
	padding: 0 30px;
	margin-top: 35px;
	line-height: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	behavior: url(PIE.htc);
	position: relative;
}

.payper_click_right {
	background: #f4f4f4 none repeat scroll 0 0;
	float: right;
	width: 30%;
}

.right_service_main {
	float: left;
	width: 100%;
}

.right_service_main ul {
	float: left;
	width: 100%;
}

.right_service_main ul.right li {
	background: url(../images/post-sep.png) no-repeat bottom #f4f4f4;
	float: left;
	width: 90%;
	padding: 10px 0 10px 10%;
}

.right_service_main ul li.last {
	background: none;
}

.right_service_main ul li a {
	float: left;
	width: 100%;
	display: block;
}

.service_list {
	float: left;
	width: 100%;
}

.service_list h6 {
	float: left;
	width: auto;
	padding: 5px 0 0 8%;
	color: #333333;
}

.service_list span {
	float: left;
	width: 32px;
	height: 32px;
}

.service_list span.strategy {
	background: url(../images/strategy-development.svg) no-repeat left;
	background-size: 32px;
}

.service_list span.report {
	background: url(../images/report-auditing.svg) no-repeat left;
	background-size: 23px;
}

.service_list span.seo {
	background: url(../images/seo.svg) no-repeat left;
	background-size: 32px;
}

.service_list span.lead {
	background: url(../images/lead-generation.svg) no-repeat left;
	background-size: 32px;
}

.service_list span.pay {
	background: url(../images/pay-per-click-advertising.svg) no-repeat left;
	background-size: 32px;
}

.service_list span.content {
	background: url(../images/content.svg) no-repeat left;
	background-size: 23px;
}

.service_list span.retarget {
	background: url(../images/retarget.svg) no-repeat left;
	background-size: 32px;
}

.service_list span.mobile {
	background: url(../images/mobile-app-marketing.svg) no-repeat left;
	background-size: 18px;
}

.right_service_main ul li:hover,
.right_service_main ul li.active {
	background: rgba(251, 231, 225, 1);
	background: -moz-linear-gradient(left, rgba(251, 231, 225, 1) 0%, rgba(244, 244, 244, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251, 231, 225, 1)), color-stop(100%, rgba(244, 244, 244, 0)));
	background: -webkit-linear-gradient(left, rgba(251, 231, 225, 1) 0%, rgba(244, 244, 244, 0) 100%);
	background: -o-linear-gradient(left, rgba(251, 231, 225, 1) 0%, rgba(244, 244, 244, 0) 100%);
	background: -ms-linear-gradient(left, rgba(251, 231, 225, 1) 0%, rgba(244, 244, 244, 0) 100%);
	background: linear-gradient(to right, rgba(251, 231, 225, 1) 0%, rgba(244, 244, 244, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe7e1', endColorstr='#f4f4f4', GradientType=1);
}

.right_service_main ul li:hover .service_list h6,
.right_service_main ul li.active .service_list h6 {
	color: #DD4327;
}

.right_service_main ul li:hover .service_list span.strategy,
.right_service_main ul li.active .service_list span.strategy {
	background: url(../images/strategy-development-sm.svg) no-repeat left;
	background-size: 32px;
}

.right_service_main ul li:hover .service_list span.report,
.right_service_main ul li.active .service_list span.report {
	background: url(../images/report-auditing-sm.svg) no-repeat left;
	background-size: 23px;
}

.right_service_main ul li:hover .service_list span.seo,
.right_service_main ul li.active .service_list span.seo {
	background: url(../images/seo-sm.svg) no-repeat left;
	background-size: 32px;
}

.right_service_main ul li:hover .service_list span.lead,
.right_service_main ul li.active .service_list span.lead {
	background: url(../images/lead-generation-sm.svg) no-repeat left;
	background-size: 32px;
}

.right_service_main ul li:hover .service_list span.pay,
.right_service_main ul li.active .service_list span.pay {
	background: url(../images/pay-per-click-advertising-sm.svg) no-repeat left;
	background-size: 32px;
}

.right_service_main ul li:hover .service_list span.content,
.right_service_main ul li.active .service_list span.content {
	background: url(../images/content-sm.svg) no-repeat left;
	background-size: 23px;
}

.right_service_main ul li:hover .service_list span.retarget,
.right_service_main ul li.active .service_list span.retarget {
	background: url(../images/retarget-sm.svg) no-repeat left;
	background-size: 32px;
}

.right_service_main ul li:hover .service_list span.mobile,
.right_service_main ul li.active .service_list span.mobile {
	background: url(../images/mobile-app-marketing-sm.svg) no-repeat left;
	background-size: 18px;
}


/*----------------------Pay-per-click-page-end--------------------*/
/*-------------------Contact-Page-Start-----------------------------*/
.contact_sec {
	background: #ffffff;
	float: left;
	width: 100%;
	height: auto;
	padding: 80px 0;
}

.contact_main {
	float: left;
	width: 100%;
	height: auto;
}

.contact_left {
	float: left;
	width: 66%;
	height: auto;
	position: relative;
}

.contact_left h4 {
	padding-bottom: 12px;
	border-bottom: 1px dashed #E4E4E4;
	color: #333333;
}

.contact_l_main {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.getin_form {
	float: left;
	width: 100%;
	height: auto;
}

.con_raw {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.con_txtbox {
	border-color: #d6d6d6;
	float: left;
	width: 95.3%;
	padding: 0 2%;
	margin-right: 0;
	font-size: 16px;
	color: #333333;
}

.con_txtbox.last {
	margin-right: 0;
}

.txt_area {
	float: left;
	width: 95.7%;
	height: 100px;
	border-color: #d6d6d6;
	padding: 15px 2%;
	font-size: 16px;
	color: #333333;
}

.getin_form .submit_btn {
	float: right;
}

.contact_left.right {
	float: right;
	width: 25%;
	height: auto;
}

.contact_address {
	float: left;
	width: 100%;
	height: auto;
}

.cont_add_raw {
	float: left;
	width: 80%;
	padding-left: 38px;
}

.cont_add p {
	line-height: 160%;
}

.cont_add_raw.address {
	background: url(../images/location_icon.svg) no-repeat left 4px;
	margin-top: 50px;
}

.cont_add_raw a {
	float: left;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 160%;
}

.cont_add_raw.phone {
	background: url(../images/phone_icon.svg) no-repeat left 4px;
	margin-top: 30px;
}

.cont_add_raw.fax {
	background: url(../images/fax_icon.svg) no-repeat left 4px;
	margin-top: 30px;
}

.cont_add_raw.email {
	background: url(../images/email_icon.svg) no-repeat left 6px;
	margin-top: 30px;
}

.map {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.map iframe {
	float: left;
	width: 100%;
	height: 500px;
}

/*-------------------Contact-Page-End-----------------------------*/
/*---------------blog-more-page-start-----------*/
.blog_des_more {
	float: left;
	width: 92%;
	height: auto;
	padding: 30px 4%;
}

.blog_des_more p {
	padding: 10px 0;
	line-height: 160%;
}

.blog_des_more img {
	width: 100%;
	padding: 20px 0;
	display: block;
}

.blog_des_more h5 {
	background: url(../images/right-mark.svg) no-repeat left 20px;
	width: auto;
	padding: 15px 0 0 25px;
	text-transform: uppercase;
}

.blog_des_more p span {
	font-weight: 600;
	color: #333333
}

.blog_des_more a {
	font-weight: 600;
	color: #333333
}

.blog_des_more ul {
	float: left;
	width: 100%;
}

.blog_des_more ul li {
	background: url(../images/right-mark.svg) no-repeat left 17px;
	float: left;
	width: 95%;
	padding: 10px 0 0 30px;
	font-family: "Khula", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	line-height: 160%;
}

/*---------------blog-more-page-end-----------*/
/*-------------------inner page end-----------------------------*/
.top_form .wrapper {
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	position: relative;
}

.top_form.form_open .wrapper {
	margin-top: 500px;
}

.top_form .header {
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}

.top_form .consultation_raw {
	background: #801E20;
	position: fixed;
	top: 0;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	z-index: -1;
}

.top_form.form_open .consultation_raw {
	z-index: 9;
}

.submit_btn.top {
	background: none;
	border: 1px solid #e67868;
}

.submit_btn.top:hover {
	background: #701B1D;
	border: 1px solid #701B1D;
}

.title {
	stroke-dasharray: 388;
	stroke-dashoffset: 388;
	transition-duration: 15s;
}

.feel_ico.animate .title {
	stroke-dashoffset: 0;
}

/*Thanx formate*/
.thanx_main {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 96%;
	padding: 20px 2%;
	margin-top: 15px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(PIE.htc);
	position: relative;
}

.thnx_left {
	background: url(../images/correct.png) no-repeat center #F8C701;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	behavior: url(PIE.htc);
	position: relative;
}

.thnx_right {
	float: left;
	width: 75%;
	padding-left: 4%;
	text-align: left;
}

.thnx_right h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
}

.thnx_right p {
	padding-top: 10px;
	line-height: 140%;
}

/*-----------------------*/
.service_all ul {
	float: left;
	width: 100%;
}

.service_all ul li {
	background: url(../images/right-mark.svg) no-repeat left 20px;
	float: left;
	width: 98%;
	height: auto;
	padding: 10px 0 0 30px;
	font-family: 'Khula', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	line-height: 180%;
}

/*----------404-page-Start-----------*/
.not_found {
	background: #ffffff;
	float: left;
	width: 100%;
	padding: 75px 0;
	text-align: center;
}

.not_found_main {
	float: left;
	width: 100%;
}

.not_found_main h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	font-weight: 700;
	color: #dd4326;
}

.not_found_main p {
	padding-top: 10px;
	font-size: 30px;
	color: #333333;
	line-height: 140%;
}

/*--------------404-page-End-----*/
ul.services_all li {
	background: url(../images/right-mark.svg) no-repeat left 17px;
	float: left;
	width: 95%;
	padding: 10px 0 0 30px;
	font-family: "Khula", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	line-height: 160%;
}

/*--------------8-feb-2017 Start-----*/
.storie_raw {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.storie_con {
	float: left;
	width: 100%;
	text-align: center;
}

#storie_slider {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#storie_slider.owl-carousel {
	overflow: inherit;
}

.storie_box {
	float: left;
	width: 96%;
	margin: 0 2%;
	position: relative;
}

.storie_hover {
	background: rgba(0, 0, 0, 0.80);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
}

.storie_detiles {
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 120%;
	text-align: center;
}

.storie_box:hover .storie_hover {
	opacity: 1;
	visibility: visible;
}

.storie_box img {
	float: left;
	width: 100%;
	height: 100%;
}

.storie_detiles img {
	float: none;
	width: auto;
	height: auto;
}

.storie_hover a {
	background: none;
	color: #ffffff;
	display: inline-block;
	font-family: "Khula", sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	line-height: 40px;
	margin-top: 10px;
	padding: 0 30px;
	position: relative;
	transition: all 0.25s ease 0s;
	width: auto;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
	border: 1px solid #FFF;
	cursor: pointer;
}

.storie_hover a:hover {
	background: #D13F45;
	border: 1px solid #D13F45;
}

#storie_slider .owl-buttons .owl-prev {
	width: 15px;
	height: 27px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(../images/errow-prev.svg) no-repeat left;
	position: absolute;
	left: -20px;
	top: -20px;
}

#storie_slider .owl-buttons .owl-next {
	width: 15px;
	height: 27px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(../images/errow-next.svg) no-repeat left;
	position: absolute;
	right: -20px;
	top: -20px;
}

.part_logo_main h4 {
	color: #333333;
}

.inner_stori {
	background-color: #FFF;
	float: left;
	width: 100%;
	padding: 70px 0 0 0;
}

.inrstory_con {
	float: left;
	width: 100%;
}

.inrstory_con ul {
	float: left;
	width: 100%;
}

.inrstory_con ul li {
	float: left;
	width: 24.2%;
	margin: 10px 10px 0 0;
}

.inrstory_con .storie_box {
	margin: 0;
	width: 100%;
}

.inrstory_con ul li.last {
	margin-right: 0;
}

.stori_detail {
	background-color: #FFF;
	float: left;
	width: 100%;
	padding: 80px 0;
}

.strdtl_con {
	float: left;
	width: 100%;
}

.strdtl_baner {
	float: left;
	width: 100%;
	position: relative;
}

.strdtl_logo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.strdtl_logo span {
	float: left;
	width: auto;
	margin: 86px 0 0 60px;
}

.strdtl_in {
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}

.strdtl_left {
	float: left;
	width: 65%;
}

.strdtl_left h4 {
	color: #333333;
}

.strdtl_left p {
	padding: 25px 0 0 0;
}

.strdtl_right {
	background: #ffffff;
	float: right;
	width: 22%;
	padding: 30px 2% 20px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	box-shadow: 0 0 10px #dcdcdc;
	-webkit-box-shadow: 0 0 10px #dcdcdc;
	-moz-box-shadow: 0 0 10px #dcdcdc;
}

.strdtl_right span {
	float: left;
	width: 100%;
	text-align: center;
	float: left;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #444444;
	line-height: 120%;
	text-transform: uppercase;
}

.strdtl_right span.big_txt {
	color: #DC3F26;
	font-size: 64px;
	padding: 5px 0 0 0;
}

.strdtl_right h2 {
	font-family: "Khula", sans-serif;
	font-weight: 300;
	line-height: 110%;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

.strdtl_right h2 span {
	font-weight: 600;
	color: #DC3F26;
	font-family: "Khula", sans-serif;
}

.strdtl_right p {
	float: left;
	width: 100%;
	font-family: "Khula", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

.strdtl_thumb {
	float: left;
	width: 100%;
}

.strdtl_thumb ul {
	float: left;
	width: 100%;
}

.strdtl_thumb ul li {
	float: left;
	width: 18.6%;
	margin: 80px 20px 0 0;
}

.strdtl_thumb ul li.last {
	margin-right: 0;
}

.strdtl_thumb ul li img {
	float: left;
	width: 100%;
	height: 100%;
}


/*--------------8-feb-2017 End-----*/


/*--------------3-nov-2018 End-----*/


.tracking_details {
	background: #ffffff;
	float: left;
	width: 100%;
}

.tacking_type {
	background: #F4F4F4;
	border-bottom: 1px solid #dddddd;
	float: left;
	width: 100%;
	padding: 25px 0;
	position: sticky;
	top: 76px;
	z-index: 99;
}

.tacking_type ul {
	float: left;
	width: 100%;
	text-align: center;
}

.tacking_type ul li {
	display: inline-block;
	width: auto;
	padding: 0 3%;
}

.tacking_type ul li a {
	float: left;
	width: auto;
	font-weight: 600;
	color: #333;
	font-size: 18px;
	padding: 6px 0 0;
	position: relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	text-transform: capitalize;
}

.tacking_type ul li a:hover:before,
.tacking_type ul li a.current:before {
	transform: scale(1);
}

.tacking_type ul li a:before {
	background: #333;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	transform: scale(0);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	transform-origin: center;
}

.trackingmain {
	float: left;
	overflow: hidden;
	width: 100%;
}

.trackingwrap {
	float: left;
	width: 100%;
	padding: 70px 0;
	position: relative;
}

.trackingwrap .textwrap {
	float: left;
	width: 60%;
}

.trackingwrap .textwrap h2 {
	text-transform: capitalize;
}

.trackingwrap .textwrap p {
	padding-top: 20px;
}

.trackingwrap .imagewrap {
	float: right;
	width: 40%;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
}

.trackingwrap .imagewrap img {
	display: inline-block;
}

.trackingwrap .textwrap .start_btn {
	padding: 0 40px;
	text-transform: uppercase;
	line-height: 54px;
}

.trackingwrap:nth-child(even) {
	background: #F4F4F4;
}

.trackingwrap:nth-child(even):before {
	left: -100vw;
}

.trackingwrap:nth-child(even):after {
	right: -100vw;
}

.trackingwrap:nth-child(even):before,
.trackingwrap:nth-child(even):after {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	background: #F4F4F4;
	content: "";
}

.trackingwrap:nth-child(even) .imagewrap {
	float: left;
}

.trackingwrap:nth-child(even) .textwrap {
	float: right;
}



/*Landing Page*/

.page-template-landing-page #header {
	position: inherit;
	padding: 30px 0;
}

.page-template-landing-page #header.unofixed .logo {
	height: auto;
	padding-top: 0;
}

.page-template-landing-page .logo img {
	float: left;
}

.call-btn {
	float: right;
	padding: 7px 0;
}

.call-btn a {
	width: 240px;
	float: left;
	padding-left: 60px;
	box-sizing: border-box;
	font-family: 'Gordita-Bold';
	font-size: 24px;
	line-height: 120%;
	color: #1F1F1F;
	position: relative;
}

.call-btn a span {
	width: 100%;
	float: left;
	color: #DC3F26;
	font-size: 14px;
	font-family: 'Gordita-Medium';
	line-height: 120%;
	margin-bottom: 4px;
}

.call-btn i {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-color: #DC4227;
	position: absolute;
	top: 2px;
	left: 0;
	background-image: url(../images/ic-call.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
}

.call-btn i:before {
	content: '';
	background-color: #B1331D;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: -1;
}

.landing_banner {
	width: 100%;
	float: left;
	min-height: 700px;
	position: relative;
	margin-bottom: 80px;
}

.landing_banner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	left: 0;
	top: 0;
}

.landing-banner-wrap {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 780px;
	margin-bottom: -80px;
	display: flex;
	align-items: flex-end;
}

.landing-banner-wrap .left-box {
	width: 62%;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 80px;
}

.landing-banner-wrap .left-box h1 {
	font-family: 'Gordita-Black';
	font-weight: normal;
	margin-bottom: 15px;
}

.landing-banner-wrap .left-box h4 {
	font-family: 'Gordita-Regular';
	font-weight: normal;
	color: #ffffff;
	font-style: italic;
	margin-bottom: 60px;
}

.landing-btn {
	display: inline-block;
	padding: 22px 70px 22px 20px;
	background-color: #DC4227;
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 1px;
	font-family: 'Gordita-Medium';
	font-weight: normal;
	border-radius: 3px;
	position: relative;
	box-shadow: 0 3px 0px 0px #9E2F1B;
	transition: all 0.3s;
	box-sizing: border-box;
}

.landing-btn:hover {
	background-color: #c73b22;
}

.landing-btn i {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-image: url(../images/landing-btn-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #9E2F1B;
}

.landing-banner-wrap .right-box {
	width: 37%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.border {
	width: 108px;
	height: 2px;
	background-image: url(../images/landing-border-img.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin: 25px 0;
	border: none;
}

.landing-banner-wrap .right-box h3 {
	font-family: 'Gordita-Medium';
}

.landing-banner-wrap .right-box p {
	color: #DC3F26;
	font-family: 'Gordita-Medium';
	line-height: 120%;
}

.landing-banner-wrap .gform_wrapper {
	margin: 0px;
}

.landing-banner-wrap .gform_wrapper .gform_body ul {
	float: left;
	width: 100%;
	margin-top: 15px !important;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	padding: 0 !important;
	border: none;
	background-color: transparent;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100% - 0px) !important;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li:first-child {
	margin-top: 0px;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container {
	margin: 0px !important;
	width: 100%;
	float: left;
}

.landing-banner-wrap .gform_wrapper .validation_message {
	display: none;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container input {
	margin: 0px !important;
	background-color: #FBFBFB !important;
	color: #333333;
	padding: 15px 20px !important;
	height: 60px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	box-shadow: none;
	line-height: 120%;
	font-size: 16px !important;
	font-family: 'Gordita-Regular' !important;
	font-weight: 400;
	float: left;
	width: 100%;
	background-color: transparent;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container input::-webkit-input-placeholder,
.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container .textarea::-webkit-input-placeholder {
	color: #666666 !important;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container input:-ms-input-placeholder,
.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container .textarea:-ms-input-placeholder {
	color: #666666 !important;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container input::placeholder,
.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container .textarea::placeholder {
	color: #666666 !important;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	box-shadow: none;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li .ginput_container .textarea {
	height: 140px;
	margin: 0px !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 20px;
	line-height: 120%;
	font-size: 16px !important;
	font-family: 'Gordita-Regular' !important;
	border: 1px solid #DDDDDD;
	background-color: #FBFBFB;
	margin-bottom: 0px !important;
	float: left;
	width: 100%;
	color: #333333;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li.gfield_error .ginput_container .textarea {
	border: 1px solid #790000;
}

.landing-banner-wrap .gform_wrapper .gform_body ul li label {
	display: none;
}

.landing-banner-wrap .gform_wrapper .gform_footer {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.landing-banner-wrap .gform_wrapper .gform_footer .gform_button {
	float: left;
	width: 100%;
	padding: 20px 20px;
	color: #ffffff;
	height: auto;
	border: none;
	box-sizing: border-box !important;
	background-color: #DC4227;
	box-shadow: 0 3px 0px 0px #9E2F1B;
	font-size: 14px;
	line-height: 120% !important;
	font-family: 'Gordita-Medium';
	font-weight: normal;
	position: relative;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
	-moz-transition: all 0.25s ease-in 0s;
	margin-top: 20px;
	cursor: pointer;
}

.landing-banner-wrap .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #c73b22;
}

.landing-banner-wrap .gform_wrapper div.validation_error {
	border: none;
	padding: 10px;
	background-color: #dc4328;
	color: #ffffff;
	font-family: 'Gordita-Regular';
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	border-radius: 5px;
	margin: 20px 0 0px;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.landing-banner-wrap .instruction.validation_message {
	display: block;
	background-color: transparent;
	padding: 10px 0 0;
}

.landing-banner-wrap div#gform_confirmation_message_2 {
	width: 100%;
	float: left;
	padding: 10px 20px;
	background-color: #84b333;
	color: #ffffff;
	font-family: 'Gordita-Regular';
	font-size: 14px;
	line-height: 160%;
	box-sizing: border-box;
	margin: 30px 0 0;
	border-radius: 5px;
}

.landing-about-wrap {
	width: 100%;
	float: left;
	padding: 60px 0 100px;
	text-align: center;
}

.landing-about-wrap h6 {
	margin-bottom: 40px
}

.landing-about-wrap h6 span {
	text-transform: uppercase;
	color: #DC4227;
	letter-spacing: 2px;
	font-family: 'Gordita-Medium';
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.landing-about-wrap h6 span:before,
.landing-about-wrap h6 span:after {
	content: '';
	background-image: url(../images/landing-border-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 108px;
	height: 3px;
	position: absolute;
	top: 9px;

}

.landing-about-wrap h6 span:before {
	left: -120px;
	background-position: right -16px center;
}

.landing-about-wrap h6 span:after {
	right: -120px;
	background-position: left -16px center;
}

.landing-about-wrap p {
	font-size: 22px;
	line-height: 200%;
	font-family: 'Gordita-Regular';
	color: #212121;
	padding: 0 2%;
	box-sizing: border-box;
}

.about-text-wrap {
	width: 100%;
	float: left;
}

.landing-footer .footer {
	background: #020606;
	padding: 60px 0;
}

.landing-footer .footer .left-box {
	width: 50%;
	float: left;
}

.landing-footer .footer .right-box {
	width: 50%;
	float: right;
}

.landing-footer .footer .social_link {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.landing-footer .footer .social_link ul li {
	margin-right: 15px;
}

.landing-footer .footer .social_link ul li:last-child {
	margin-right: 0px;
}

.landing-footer .footer .social_link ul li a {
	border: 1px solid rgba(255, 255, 255, 0.15);
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #ffffff;
}

.landing-footer .footer .copy_right {
	width: 100%;
	float: left;
}

.landing-footer .footer .copy_right p {
	color: #666666;
	font-family: 'Gordita-Regular';
}

.landing-footer .footer .copy_right p span {
	font-family: 'Gordita-Medium';
}

.landing-footer .contact-landing {
	width: auto;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}

.landing-footer .contact-landing.phone {
	width: 44%;
}

.landing-footer .contact-landing.mail {
	width: 56%;
	padding-right: 0px;
}

.landing-footer .contact-landing.address {
	width: 100%;
	padding-right: 0px;
	margin-top: 20px;
}

.landing-footer .contact-landing h6 {
	color: #DC4227;
	font-size: 14px;
	font-family: 'Gordita-Regular';
	margin-bottom: 10px;
}

.landing-footer .contact-landing a {
	font-family: 'Gordita-Medium';
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
	transition: all 0.3s;
}

.landing-footer .contact-landing a:hover {
	color: #AAAAAA;
}

.landing-footer .contact-landing p {
	color: #A6A6A6;
	font-size: 14px;
	font-family: 'Gordita-Regular';
}

.landing-footer .contact-landing p br {
	display: none;
}

.landing-footer .contact-landing .address-link {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	padding-right: 20px;
	background-image: url(../images/address-link-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #DC4227;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Gordita-Medium';
	font-weight: normal;
	margin-top: 4px;
}

.landing-footer .contact-landing .address-link:hover {
	padding-right: 25px;
	color: #DC4227;
}

.landing-marketing-wrap {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}

.landing-marketing-wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.55);
}

.landing-marketing-wrap .left-box h2 {
	font-family: 'Gordita-Bold';
	font-size: 50px;
	font-weight: normal;
	line-height: 130%;
	color: #ffffff;
}

.landing-marketing-wrap p {
	color: #ffffff;
	font-family: 'Gordita-Regular';
}

.landing-marketing-wrap .left-box p {
	margin-top: 5px;
	margin-bottom: 50px;
}

.landing-marketing-wrap .left-box .border {
	background-position: left -20px center;
}

.landing-marketing-wrap .left-box {
	width: 39%;
	display: inline-block;
	vertical-align: top;
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}

.landing-marketing-wrap .right-box {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding-left: 100px;
	box-sizing: border-box;
}

.landing-marketing-wrap .right-box ul {
	padding-top: 40px;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

.landing-marketing-wrap .right-box ul li {
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 30px 25px;
	width: 100%;
	float: left;
	border-radius: 3px;
	box-sizing: border-box;
}

.landing-marketing-wrap .right-box ul li:last-child {
	margin-bottom: 0px;
}

.landing-marketing-wrap .right-box ul li .icon {
	width: 115px;
	height: 115px;
	position: relative;
	text-align: center;
	border-radius: 100%;
	background-color: #EEEEEE;
	float: left;
}

.landing-marketing-wrap .right-box ul li .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.landing-marketing-wrap .right-box ul li .text {
	width: calc(100% - 115px);
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
}

.landing-marketing-wrap .right-box ul li .text h5 {
	font-family: 'Gordita-Medium';
	color: #212121;
	font-weight: normal;
	margin-bottom: 10px;
}

.landing-marketing-wrap .right-box ul li .text p {
	font-size: 16px;
	color: #212121;
}

.landing-products-wrap {
	text-align: center;
	width: 100%;
	float: left;
}

.title-wrap {
	width: 100%;
	float: left;
}

.title-wrap h2 {
	font-family: 'Gordita-Medium';
	font-weight: normal;
}

.title-wrap p {
	font-family: 'Gordita-Regular';
}

.title-wrap .border {
	margin-top: 15px;
}

.landing-products-wrap ul {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.landing-products-wrap ul li {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}

.landing-products-wrap ul li .icon {
	width: 100px;
	height: 100px;
	position: relative;
	text-align: center;
	border-radius: 100%;
	background-color: #EEEEEE;
	display: inline-block;
	margin-bottom: 25px;
}

.landing-products-wrap ul li .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.landing-products-wrap ul li h6 {
	font-family: 'Gordita-Medium';
	color: #1F1F1F;
	font-weight: normal;
}

.page-template-landing-page .pdgtb80 {
	padding: 80px 0;
}

.landing-services-wrap {
	width: 100%;
	float: left;
	background-color: #F2F2F2;
}

.landing-services-wrap .title-wrap {
	text-align: center;
}

.landing-services-wrap ul {
	width: 100%;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
}

.landing-services-wrap ul li:nth-child(odd) {
	margin-right: 20px;
}

.landing-services-wrap ul li:nth-child(even) {
	margin-left: 20px;
}

.landing-services-wrap ul li:nth-child(2n+1) {
	clear: both;
}

.landing-services-wrap ul li {
	width: calc(50% - 20px);
	float: left;
	margin-top: 40px;
	box-sizing: border-box;
	display: flex;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	min-height: 380px;
}

.landing-services-wrap ul li .img-box {
	width: 44%;
	float: left;
}

.landing-services-wrap ul li .img-box img {
	width: 100%;
	float: left;
	height: 100%;
	object-fit: cover;
}

.landing-services-wrap ul li .text-box {
	width: 56%;
	float: left;
	padding: 30px 25px;
	box-sizing: border-box;
}

.landing-services-wrap ul li .text-box h4 {
	font-size: 22px;
	font-family: 'Gordita-Bold';
	color: #1F1F1F;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
	font-weight: normal;
}

.landing-services-wrap ul li .text-box h4:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #DC4227;
	left: 0;
	bottom: 0;
}

.landing-services-wrap ul li .text-box p {
	font-family: 'Gordita-Regular';
	font-size: 16px;
	color: #1F1F1F;
}

.landing-cta-wrap {
	width: 100%;
	float: left;
	background: #9e2f1b;
	background: -moz-linear-gradient(left, #9e2f1b 0%, #dc4227 100%);
	background: -webkit-linear-gradient(left, #9e2f1b 0%, #dc4227 100%);
	background: linear-gradient(to right, #9e2f1b 0%, #dc4227 100%);
	text-align: center;
}

.landing-cta-wrap h2 {
	color: #ffffff;
	margin-bottom: 40px;
	font-family: 'Gordita-Medium';
	font-weight: normal;
	line-height: 130%;
}

.landing-cta-wrap .landing-btn {
	background-color: #ffffff;
	color: #C13A22;
}


/*.page-template-calculator .nav_main ul li a {
    color: #2C2F33;
}
.page-template-calculator .nav_main ul li a.freecon_btn {
    color: #ffffff;
    background-color: #DC4127;
}*/
.calculator-wrapper {
	width: 100%;
	float: left;
	/*padding: 89px 0 60px !important;*/
	padding: 60px 0 !important;
}

.calculator-wrapper .container {
	position: relative;
}

.calculator-wrapper .cp_cff_elegant #fbuilder .fform span {
	display: none !important;
}

.calculator-wrapper .product-image {
	position: absolute;
	width: 32%;
	right: 0;
	top: 90px;
	text-align: center;
	float: left;
}

.calculator-wrapper .product-image img {
	max-height: 280px;
}

.calculator-wrapper .cp_cff_elegant {
	padding: 0px;
}

.calculator-wrapper #fbuilder .pbreak {
	width: calc(100% + 30px);
	float: left;
	margin: 0 -15px;
}

.calculator-wrapper #fbuilder .fform {
	width: 100%;
	float: left;
	padding: 6px 0;
}

.calculator-wrapper #fbuilder .fields {
	width: calc(33.33% - 30px);
	float: left;
	padding: 8px 0px !important;
	margin: 0 15px;
	clear: initial !important;
}

.calculator-wrapper #fbuilder .fields:nth-child(2),
.calculator-wrapper #fbuilder .fields:nth-child(4),
.calculator-wrapper #fbuilder .fields:nth-child(6),
.calculator-wrapper #fbuilder .fields:nth-child(8) {
	clear: both !important;
}

.calculator-wrapper div#field_1-9.section_breaks {
	display: none !important;
}

.calculator-wrapper .cp_cff_elegant #fbuilder .fields.section_breaks {
	width: calc(100% - 30px);
	padding: 8px 0px 4px !important;
}

.calculator-wrapper #fbuilder .field {
	width: 100% !important;
	color: rgb(81, 62, 43) !important;
	padding: 0 10px !important;
}

.calculator-wrapper #field_1-11,
.calculator-wrapper #field_1-12,
.calculator-wrapper #field_1-13,
.calculator-wrapper #field_1-14,
.calculator-wrapper #field_1-15,
.calculator-wrapper #field_1-16,
.calculator-wrapper #field_1-17,
.calculator-wrapper #field_1-18,
.calculator-wrapper #field_1-19,
.calculator-wrapper #field_1-20 {
	width: calc(50% - 30px) !important;
}



/* recovery landing */

.page-template-recovery-landing-php .container {
	max-width: 1400px;
}

.ptb-8 {
	padding: 80px 0;
}

#header.recovery-header {
	background-color: #fff
}

.recovery-header.unofixed {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.recovery-header .header-main .logo {
	height: auto !important;
	padding: 0 !important;
}

.recovery-header .header-main {
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: space-between;
	padding-left: 60px;
	position: relative;
	overflow: hidden;
}

.recovery-header .header-main .head-right {
	float: right;
	width: auto;
	display: flex;
}

.recovery-header .header-main .head-right .nav-main {
	float: left;
	width: auto;
	display: flex;
	align-items: center;
}

.recovery-header .header-main .head-right .nav-main ul {
	float: left;
	width: 100%;
	margin: 0;
}

.recovery-header .header-main .head-right .nav-main ul li {
	float: left;
	width: auto;
	margin-right: 90px;
}

.recovery-header .header-main .head-right .nav-main ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	line-height: 120%;
}

.recovery-header .header-main .head-right .head-cta {
	float: left;
	width: auto;
	text-align: center;
	background-color: #801E20;
	padding: 15px;
	max-width: 340px;
}

.recovery-header .header-main .head-right .head-cta span {
	float: left;
	width: 100%;
	padding: 5px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 120%;
}

.recovery-header .header-main .head-right .head-cta a {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 120%;
	text-decoration: none !important;
	transition: all 0.5s ease 0s;
}

.recovery-banner {
	background-size: cover !important;
	background-position: 50% 50% !important;
	display: flex;
	height: 650px;
	text-align: center;
	align-items: center;
	position: relative;
	z-index: 9;
	margin-top: 100px;
}

.recovery-banner:before {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0.7;
	z-index: -9;
}

.recovery-banner h1 {
	font-size: 48px;
	font-weight: 700;
}

.recovery-banner a {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 120%;
	margin-top: 40px;
	color: #fff;
	display: inline-block;
	text-decoration-color: #DD4327 !important;
	text-decoration-thickness: 5px !important;
	text-decoration: underline;
}

.service-wrapper {
	width: 100%;
	float: left;
	z-index: 9;
	position: relative;
	padding-bottom: 80px;
	margin-top: -80px;
	overflow: hidden;
}

.service-wrapper .service-wrap {
	width: 100%;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
	display: flex;
}

.service-wrapper .service-box {
	width: 33.33%;
	float: left;
	border-right: 1px solid #EBEBEB;
}

.service-wrapper .service-box:last-child {
	border-right: 0px solid #EBEBEB;
}

.service-wrapper .service-box h5 {
	width: 100%;
	float: left;
	padding: 35px 30px;
	border-bottom: 1px solid #EBEBEB;
	color: #262626;
	font-size: 28px;
	font-weight: 700;
}

.service-wrapper .service-box ul {
	width: 100%;
	float: left;
	padding: 30px 30px 40px;
}

.service-wrapper .service-box ul li {
	width: 100%;
	float: left;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	line-height: 160%;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}

.service-wrapper .service-box ul li:last-child {
	margin-bottom: 0px;
}

.service-wrapper .service-box ul li:after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #801E20;
	border-radius: 100%;
	left: 0;
	top: 8px;
	position: absolute;
}

.consultation-wrapper {
	float: left;
	width: 100%;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	position: relative;
	z-index: 9;
}

.consultation-wrapper:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-color: rgba(128, 30, 32, 0.81);
	z-index: -9;
}

.consultation-wrapper h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 54px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.form-wrap {
	float: left;
	width: 100%;
	padding: 30px 30px 0;
}

.form-wrap .gform_wrapper {
	float: left;
	width: 100%;
	margin: 0 !important;
	display: block !important;
}

.form-wrap .gform_wrapper .gfield_label {
	display: none !important;
}

.form-wrap .gform_wrapper ul li.gfield {
	clear: inherit !important;
	float: left;
	width: 32.3% !important;
	margin: 20px 1.5% 0 0 !important;
	padding: 0 !important;
}

.form-wrap .gform_wrapper ul li.gfield input,
.form-wrap .gform_wrapper ul li.gfield textarea {
	width: 100% !important;
	height: 80px;
	padding: 0 50px 0 20px !important;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #999;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.form-wrap .gform_wrapper ul li.gfield input:focus,
.form-wrap .gform_wrapper ul li.gfield textarea:focus {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-color: #BC832C;
}

.form-wrap .gform_wrapper ul li.gfield textarea {
	height: 160px;
	padding: 15px !important;
}

.form-wrap .gform_wrapper ul li.gfield#field_6_1 input {
	background: #fff url(../images/ic-name.svg) no-repeat right 20px center;
}

.form-wrap .gform_wrapper ul li.gfield#field_6_2 input {
	background: #fff url(../images/ic-email.svg) no-repeat right 20px center;
}

.form-wrap .gform_wrapper ul li.gfield#field_6_3 input {
	background: #fff url(../images/ic-call.svg) no-repeat right 20px center;
}

.form-wrap .gform_wrapper ul li.gfield#field_6_4 textarea {
	background: #fff url(../images/ic-masseage.svg) no-repeat right 20px center;
}

.form-wrap .gform_wrapper ul li.gfield#field_6_4 {
	width: 100% !important;
	margin-right: 0 !important;
}

.form-wrap .gform_wrapper ul li.gfield:nth-child(3n) {
	margin-right: 0 !important;
}

.form-wrap .gform_wrapper ul li.gfield.gfield_error {
	background: transparent !important;
	border: none !important;
}

.form-wrap .gform_wrapper .gform_footer {
	float: left;
	text-align: center;
	padding: 0 !important;
	margin: 20px 0 0 !important;
}

.form-wrap .gform_wrapper .gform_footer input[type=submit] {
	background-color: #fff;
	height: 80px;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	min-width: 300px;
	border-radius: 100px;
	font-size: 18px;
	color: #7F1E1F;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
	justify-content: center;
	text-transform: uppercase;
}

.form-wrap .gform_wrapper .validation_error {
	display: inline-block;
	background-color: #ebdada;
	border: none !important;
	padding: 15px !important;
	font-size: 16px !important;
	line-height: 120%;
	font-weight: 500 !important;
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.product-wrapper,
.product-wrapper .product-list {
	float: left;
	width: 100%;
}

.product-wrapper h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #262626;
	line-height: 160%;
}

.product-wrapper .product-list {
	margin: 80px 0 60px;
}

.product-wrapper .product-list ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-wrapper .product-list li {
	float: left;
	width: 25%;
}

.product-wrapper .product-list li:nth-last-child(-n+3) .product-box {
	border-bottom: none;
}

.product-wrapper .product-list li:nth-child(4n) .product-box {
	border-right: none;
}

.product-wrapper .product-box {
	float: left;
	width: 100%;
	height: 100%;
	padding: 35px 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: all 0.5s ease 0s;
}

.product-wrapper .product-box h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #262626;
	font-weight: 600;
	line-height: 160%;
	margin: 20px 0 0;
}

.product-wrapper .product-box .product-con {
	float: left;
	width: 100%;
}

.product-wrapper .product-box i {
	width: auto;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-wrapper .product-box i svg {
	fill: #9B9B9B;
	transition: all 0.5s ease 0s;
}

.product-wrapper .product-box p {
	margin: 0;
}

.product-wrapper .product-box:hover i svg {
	fill: #801E20;
}

.product-wrapper .product-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.product-wrapper p {
	font-size: 24px;
	padding: 0 6%;
}

.product-wrapper p b,
.product-wrapper p strong,
.product-wrapper p a {
	color: #7F1E1F;
	font-weight: 600;
}

.cta-wrapper {
	background: rgba(165, 39, 43, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(165, 39, 43, 1) 0%, rgba(128, 30, 32, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(165, 39, 43, 1)), color-stop(100%, rgba(128, 30, 32, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(165, 39, 43, 1) 0%, rgba(128, 30, 32, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(165, 39, 43, 1) 0%, rgba(128, 30, 32, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(165, 39, 43, 1) 0%, rgba(128, 30, 32, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(165, 39, 43, 1) 0%, rgba(128, 30, 32, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5272b', endColorstr='#801e20', GradientType=1);

	float: left;
	width: 100%;
	display: flex;
	height: 375px;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 9;
}

.cta-wrapper:before {
	background: url(https://connectionmarketing.net/wp-content/uploads/2021/10/cta-background-logo1.svg) no-repeat center;
	width: 320px;
	height: 320px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -9;
}

.cta-wrapper h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 68px;
	font-weight: 700;
	color: #fff;
}

.cta-wrapper .btn-main {
	background-color: #fff;
	height: 70px;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	min-width: 300px;
	border-radius: 100px;
	font-size: 18px;
	color: #7F1E1F;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
	justify-content: center;
	text-transform: uppercase;
}



.footer.recovery-footer {
	padding: 70px 0 0;
	background-color: #010603;
}

.footer.recovery-footer .footer-top {
	float: left;
	width: 100%;
	padding: 0 30px;
}

.footer.recovery-footer .footer-left-col {
	float: left;
	width: auto;
	text-align: center;
}

.footer.recovery-footer .footer-left-col .social_link {
	float: none;
	display: inline-block;
	margin-top: 30px;
}

.footer.recovery-footer .footer-nav {
	float: left;
	width: auto;
	padding: 0 210px;
}

.footer.recovery-footer .footer-nav ul {
	margin: 0;
}

.footer.recovery-footer .footer-nav ul li {
	float: left;
	width: auto;
	clear: both;
	margin: 30px 0 0;
}

.footer.recovery-footer .footer-nav ul li:first-child {
	margin-top: 0;
}

.footer.recovery-footer .footer-nav ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 120%;
}

.footer.recovery-footer .contact-info {
	float: left;
	width: 45%;
}

.footer.recovery-footer .contact-info ul {
	display: flex;
	flex-wrap: wrap;
}

.footer.recovery-footer .contact-info li {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

.footer.recovery-footer .contact-info .contact_raw {
	width: 100%;
	margin: 0 !important;
	padding-left: 30px !important;
}

.footer.recovery-footer .contact-info .contact_raw p,
.footer.recovery-footer .contact-info .contact_raw a {
	color: #fff;
	line-height: 150%;
}

.footer.recovery-footer .contact-info .contact_raw.phone a,
.footer.recovery-footer .contact-info .contact_raw.fax a {
	font-size: 16px;
}

.footer.recovery-footer .copy_right {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	float: left;
	width: 100%;
	text-align: center;
	margin: 60px 0 0;
	padding: 20px 0;
}

.footer.recovery-footer .copy_right p {
	margin: 0;
}

.client-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.client-wrapper .client-left {
	border: 1px solid black;
}


/* recovery landing */


/* feedbacks css */

.slider p{
	padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 50px;
    margin-bottom: 0px; 
    width: auto; 
}





/*
font-family:'Gordita-Regular';
font-family:'Gordita-Medium';
font-family:'Gordita-Bold';
font-family:'Gordita-Black';
*/

/*Landing Page*/