@import
	url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i)
	;

@import url(font-awesome.css);

@import url(flaticon.css);

@import url(hover.css);

@import url(owl.css);

@import url(slick.css);

@import url(jquery-ui.css);

@import url(jquery.fancybox.css);

@import url(back-to-top.css);

.btn-style-one, .theme-btn {
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.centered, .scroll-to-top {
	text-align: center
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}

body {
	font-size: 15px;
	color: #2d2b2b;
	line-height: 1.8em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: Rubik, sans-serif
}

.text-danger, .theme_color, a {
	color: #d84315
}

body.scrollhidden {
	overflow: hidden
}

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

a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 400;
	margin: 0;
	background: 0 0;
	line-height: 1.6em;
	font-family: Poppins, sans-serif
}

.text, button, input, p, select, textarea {
	font-family: Rubik, sans-serif
}

.m-t-20 {
	margin-top: 20px
}

.m-t-30 {
	margin-top: 30px
}

.m-b-20 {
	margin-bottom: 20px
}

.nomargin {
	margin: 0 !important
}

textarea {
	overflow: hidden
}

.text, p {
	position: relative;
	line-height: 1.8em
}

.page-wrapper section {
	position: relative;
	z-index: 5;
	background-color: #fff !important
}

.strike-through {
	text-decoration: line-through
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.list-style-one, .list-style-two, .page-wrapper {
	position: relative
}

.page-wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 300px
}

.grey-bg {
	background-color: #f8f8f8
}

.list-style-two {
	padding: 0;
	text-align: center;
	margin: 0
}

.list-style-two div {
	position: relative;
	padding-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.list-style-two p {
	color: #2d2b2b;
	font-size: 10px;
	font-weight: 700
}

.list-style-two img {
	margin-bottom: 10px;
}

li, ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	color: #2d2b2b;
	font-size: 14px;
	font-weight: 400
}

.list-style-one li:before {
	position: absolute;
	content: '\f00c';
	left: 0;
	top: 2px;
	color: #d84315;
	font-size: 18px;
	font-family: FontAwesome
}

.btn-style-one, .btn-style-three {
	font-family: Poppins, sans-serif
}

.btn-style-one {
	position: relative;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background: #d84315;
	padding: 4px 26px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #d84315
}

.btn-style-one .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 4px
}

.btn-style-three, .btn-style-two {
	position: relative;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	padding: 9px 42px;
	border-radius: 50px;
	display: inline-block;
	text-transform: uppercase
}

.btn-style-one:focus, .btn-style-one:hover, .btn-style-one:visited {
	color: #d84315;
	border-color: #d84315;
	background: #fff
}

.btn-style-two {
	color: #231f20;
	background: #f2f2f2;
	border: 2px solid #f2f2f2
}

.btn-style-two:hover {
	color: #fff;
	border-color: #d84315;
	background: #d84315
}

.btn-style-three {
	color: #fff;
	background: #231f20;
	border: 2px solid #231f20
}

.btn-style-three:hover {
	color: #231f20;
	background: 0 0
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg)
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.fancybox-next span, .fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center
}

.fancybox-next span:before, .fancybox-prev span:before {
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top: 0;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, .4) !important;
	color: #fff;
	visibility: visible;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.social-icon-one, .social-icon-one li, .social-icon-two,
	.social-icon-two li {
	position: relative
}

.main-header .nav-outer .outer-box .talk, .main-menu .navigation>li>a,
	.main-menu .navigation>li>ul {
	font-family: Poppins, sans-serif
}

.social-icon-one li a, .social-icon-two li a {
	position: relative;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.fancybox-next span:before {
	content: '\f178'
}

.fancybox-prev span:before {
	content: '\f177'
}

.fancybox-next:hover span:before, .fancybox-prev:hover span:before {
	background-color: #fff !important;
	color: #000
}

.fancybox-type-image .fancybox-close {
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, .5) !important
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000 !important
}

.fancybox-type-image .fancybox-skin {
	padding: 0 !important
}

.social-icon-one li {
	margin-right: 15px;
	display: inline-block
}

.social-icon-one li a {
	color: #fff;
	transition: all .3s ease
}

.social-icon-one li a:hover {
	color: #d84315
}

.social-icon-two li {
	margin-right: 12px;
	display: inline-block
}

.main-header .header-top .top-left .links li:last-child:after,
	.main-header.header-style-five:before, .main-header.header-style-four:before,
	.main-header.header-style-three:before, .main-header.header-style-two:before
	{
	display: none
}

.social-icon-two li a {
	color: #2d2b2b;
	transition: all .3s ease
}

.social-icon-two li a:hover {
	color: #d84315
}

.scroll-to-top {
	position: fixed;
	bottom: 60px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 32px;
	z-index: 99999;
	cursor: pointer;
	border-radius: 50px;
	background: #d84315;
	display: none;
	border: 2px solid #d84315;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header, .main-header:before {
	position: absolute;
	left: 0;
	width: 100%
}

.scroll-to-top:hover {
	color: #fff;
	background: #d84315
}

.main-header {
	top: 0;
	z-index: 999;
	background: #fff
}

.main-header:before {
	content: '';
	bottom: 0;
	height: 1px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
}

.header-style-five, .header-style-four {
	box-shadow: none
}

.main-header .header-top {
	position: relative;
	background: #f4f4f4;
	color: #fff
}

.header-style-one .header-top .top-outer {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header-style-three .header-top .top-outer {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 10px 0
}

.main-header .header-top .top-left .links {
	position: relative;
	float: left
}

.main-header .header-top .top-left .links li {
	position: relative;
	float: left;
	margin-right: 20px;
	color: #fff;
	padding-right: 20px
}

.main-header .header-top .top-left .links li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	height: 15px;
	border-right: 1px solid #c3c3c3
}

.main-header .header-top .top-left ul li:last-child {
	margin-right: 0;
	padding-right: 0
}

.main-header .header-top .top-left .links li .icon {
	position: relative;
	top: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-right: 10px
}

.main-header .header-top .top-left .links li strong {
	font-weight: 500
}

.main-header .header-top .top-left .links li a {
	position: relative;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.main-header .header-top .top-left .links li a:hover {
	color: #fff
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 16px 0
}

.main-header .header-top .top-right ul li {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	float: left;
	padding-right: 15px;
	line-height: 1em;
	margin-right: 14px;
	border-right: 1px solid #c3c3c3
}

.main-header .header-top .top-right ul li span {
	position: relative;
	margin: 0 5px
}

.main-header .header-top .top-right ul li:first-child a {
	text-decoration: underline
}

.main-header .header-top .top-right ul li:first-child a span {
	text-decoration: none !important
}

.main-header .header-top .top-right ul li a {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.main-header .language .dropdown-menu>li>a, .main-header .main-box {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.main-header .header-top .top-right ul li a .icon {
	position: relative;
	margin-right: 12px;
	color: #fff
}

.main-header .header-top .top-right ul li a:hover {
	color: #fff
}

.main-header .header-top .top-right ul li:last-child {
	border: 0;
	margin-right: 0;
	padding-right: 0
}

.main-menu .navigation>li:last-child>ul {
	left: auto;
	right: 0
}

.main-header .language .flag-img {
	position: relative;
	margin-right: 10px;
	top: -2px
}

.main-header .language .dropdown-menu {
	top: 100%;
	left: 0;
	width: 180px;
	border-radius: 0;
	margin-top: 14px;
	background-color: #222;
	border: none;
	padding: 0;
	border-top: 3px solid #d84315
}

.main-header .language>a {
	padding: 0;
	background: 0 0 !important;
	border: 0
}

.main-header language a:hover {
	background: 0 0
}

.main-header .language .dropdown-menu>li {
	padding-right: 0 !important;
	margin: 0 !important;
	float: none;
	width: 100%;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .language .dropdown-menu>li:last-child {
	border-bottom: none
}

.main-header .language .dropdown-menu>li>a {
	padding: 6px 20px !important;
	color: #fff !important;
	text-align: left;
	transition: all .3s ease
}

.main-header .language .dropdown-menu>li>a:hover {
	color: #fff !important;
	background-color: #d84315
}

.main-header .main-box {
	position: relative;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	transition: all .3s ease
}

.main-header .main-box .outer-container {
	position: relative
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0;
	z-index: 10;
	width: 270px
}

.main-header.fixed-header .main-box .logo-box {
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header.fixed-header .nav-outer .search-box-outer {
	margin-top: -10px
}

.main-header .nav-toggler {
	position: relative;
	right: 0;
	width: 44px;
	height: 46px;
	top: 50%;
	margin-top: 0;
	display: block;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ddd
}

.main-header .nav-toggler button {
	position: relative;
	left: 12px;
	display: block;
	color: #444;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	background: 0 0;
	font-weight: 600
}

.main-header .nav-outer {
	position: relative;
	float: right
}

.main-header .nav-outer .outer-box {
	position: relative;
	float: right;
	margin-left: 35px;
	margin-top: 14px
}

.header-style-four .nav-outer .outer-box {
	margin-top: 48px
}

.main-header .nav-outer .outer-box .talk {
	position: relative;
	color: #d84315;
	font-weight: 700;
	font-size: 14px;
	float: left;
	margin-top: -10px;
	margin-left: 35px;
	display: inline-block;
	text-transform: uppercase
}

.main-header .nav-outer .outer-box .btn-style-one {
	color: #d84315;
	background: #fff
}

.main-header .nav-outer .outer-box .btn-style-one .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 4px
}

.main-header .nav-outer .outer-box .btn-style-one:hover {
	color: #fff;
	border-color: #d84315;
	background: #d84315
}

.main-header .nav-outer .outer-box .talk .icon {
	position: relative;
	display: inline-block;
	margin-right: 10px
}

.main-header .nav-outer .search-box-outer {
	position: relative;
	right: 0;
	top: 50%;
	float: left;
	margin-top: -10px;
	color: #000
}

.main-header .search-box-btn {
	position: relative;
	display: block;
	color: #252525;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: 0 0;
	text-align: right;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-header .header-top .top-right .search-box-btn {
	top: 2px
}

.main-header .search-box-outer .dropdown-menu {
	top: 30px;
	right: 0;
	padding: 0;
	width: 280px;
	border-radius: 0;
	border-top: 3px solid #d84315
}

.main-header .search-box-outer .dropdown-menu>li {
	padding: 0;
	border: none;
	background: 0 0
}

.main-header .search-panel .form-container {
	padding: 25px 20px
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0
}

.main-header .search-panel input[type=password], .main-header .search-panel input[type=search],
	.main-header .search-panel input[type=text], .main-header .search-panel select
	{
	display: block;
	width: 100%;
	height: 40px;
	color: #000;
	line-height: 24px;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 15px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.header-style-four .main-menu .navigation>li>a:before, .main-menu {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.main-header .search-panel input:focus, .main-header .search-panel select:focus
	{
	border-color: #d84315
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555;
	font-size: 12px;
	background: 0 0;
	cursor: pointer
}

.header-style-two {
	position: relative
}

.header-style-three, .header-style-three .header-top, .header-style-two .header-top
	{
	position: relative;
	background-color: #d84315
}

.header-style-five .main-menu .navigation>li>a, .header-style-three .header-top .top-left .links li a,
	.header-style-three .header-top .top-left .links li strong,
	.header-style-three .header-top .top-right ul li a, .header-style-three .search-box-btn,
	.header-style-two .header-top .top-left .links li a, .header-style-two .header-top .top-left .links li strong,
	.header-style-two .header-top .top-right ul li a, .header-style-two .search-box-btn
	{
	color: #fff
}

.header-style-three .header-top .top-left .links li:after,
	.header-style-three .header-top .top-right ul li, .header-style-two .header-top .top-left .links li:after,
	.header-style-two .header-top .top-right ul li {
	border-color: #fff
}

.header-style-five .main-box {
	background-color: rgba(255, 255, 255, .08)
}

.header-style-four .main-menu .navigation>li:after, .header-style-four .main-menu .navigation>li:before
	{
	display: none
}

.header-style-four .main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	opacity: 0;
	border-radius: 0;
	background-color: #d84315;
	transition: all .3s ease
}

.header-style-four .main-menu .navigation>li.current a::before,
	.header-style-four .main-menu .navigation>li:hover>a::before {
	opacity: 1;
	width: 100%
}

.main-menu {
	position: relative;
	float: left;
	transition: all .3s ease
}

.main-menu .navbar-collapse {
	padding: 0
}

.main-menu .navigation {
	position: relative;
	margin: 0
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 0;
	margin-left: 25px
}

.main-menu .navigation>li:after, .main-menu .navigation>li:before {
	position: absolute;
	left: 50%;
	background-color: #d84315;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	content: '';
	opacity: 0
}

.main-menu .navigation>li:after {
	bottom: 0;
	width: 1px;
	height: 20px;
	transition: all .3s ease
}

.main-menu .navigation>li:before {
	bottom: 15px;
	width: 7px;
	height: 7px;
	margin-left: -3px;
	border-radius: 50%;
	transition: all .3s ease
}

.main-menu .navigation>li.current::after, .main-menu .navigation>li.current::before,
	.main-menu .navigation>li:hover::after, .main-menu .navigation>li:hover::before
	{
	opacity: 1
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 20px 0;
	color: #1d1d1d;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.header-style-three .main-menu .navigation>li>a {
	color: #fff
}

.sticky-header .main-menu .navigation>li>a {
	padding: 5px 0
}

.main-menu .navigation>li.current>a, .main-menu .navigation>li:hover>a {
	color: #d84315 !important;
	opacity: 1
}

.main-menu .navigation>li.current>a:before, .main-menu .navigation>li:hover>a:before
	{
	width: 100%
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 290px;
	z-index: 100;
	display: none;
	padding: 5px 18px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	border-bottom: 2px solid #d84315
}

.main-menu .navigation>li>ul:before {
	position: absolute;
	content: '';
	left: 0;
	top: -12px;
	width: 100%;
	height: 12px
}

.main-menu .navigation>li>ul>li, .main-menu .navigation>li>ul>li>a {
	position: relative;
	transition: all .5s ease;
	text-transform: capitalize;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}

.main-menu .navigation>li>ul>li {
	width: 100%;
	border-bottom: 1px solid #f2f2f2
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
	display: block;
	padding: 13px 0;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #2d2b2b;
	text-align: left
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after, .main-menu .navigation>li>ul>li:hover>a
	{
	color: #d84315
}

.main-menu .navigation>li>ul>li:hover {
	border-color: #d84315
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 15px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	z-index: 5
}

.main-menu .navigation>li>ul>li>ul, .main-slider h2 {
	font-family: Poppins, sans-serif
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 107%;
	top: 0;
	width: 290px;
	z-index: 100;
	display: none;
	padding: 5px 18px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px
		rgba(0, 0, 0, .05);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	border-bottom: 2px solid #d84315
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 13px 0;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #2d2b2b;
	text-align: left;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #d84315
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 110%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header .header-upper {
	position: relative;
	background: #fff;
	z-index: 5;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.case-block .inner-box .image-box .image, .main-header .info-box .icon-box
	{
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%
}

.main-header .header-upper .logo-outer {
	position: relative;
	z-index: 25;
	padding: 18px 0
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 30px
}

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 23px;
	font-size: 13px;
	color: #2d2b2b;
	text-align: left;
	padding: 0 22px 0 36px;
	border-right: 1px solid rgba(110, 106, 102, .5)
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0;
	top: -5px;
	color: #919191;
	font-size: 24px;
	text-align: left;
	line-height: 1em;
	transition: all .3s ease
}

.main-header .info-box li {
	position: relative;
	line-height: 20px;
	color: #242424;
	font-size: 18px;
	font-weight: 600
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	background: #fff;
	z-index: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.main-header .sticky-header .right-col, .main-slider, .main-slider .text,
	.sec-title, .sec-title h2 {
	position: relative
}

.sticky-header .logo {
	padding: 14px 0 15px
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-op-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1)
}

.main-header .sticky-header .main-menu .navigation>li {
	margin-right: 0;
	margin-left: 30px;
	padding-top: 16px
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #333
}

.main-slider h2, .main-slider h2 span {
	color: #231f20;
	font-weight: 700;
	position: relative;
	text-transform: uppercase
}

.main-header .sticky-header .main-menu .navigation>li:after,
	.main-header .sticky-header .main-menu .navigation>li:before {
	display: none
}

.main-slider {
	z-index: 10
}

.main-slider .tp-caption {
	z-index: 5 !important
}

.main-slider .tp-dottedoverlay {
	background: 0 0 !important
}

.main-slider .btns-box .theme-btn {
	margin-right: 28px;
	margin-bottom: 10px
}

.main-slider h2 {
	font-size: 17px;
	line-height: 1.5em;
	display: inline-block
}

.main-slider h2 span {
	top: -14px;
	font-size: 80px;
	float: left;
	line-height: 1.2em;
	margin-right: 20px
}

.main-slider .text {
	font-size: 18px;
	font-weight: 400;
	color: #2d2b2b;
	line-height: 1.4em;
	font-family: Rubik, sans-serif
}

.featured-block .lower-box .lower-inner h3 a, .office-widget .office-info ul li a,
	.office-widget .office-info ul li strong, .price-block .inner-box .off,
	.price-block .inner-box .price, .score-section .lower-box .progress-column .contact,
	.score-section .lower-box .progress-column .inner-text, .services-block .inner-box .read-more,
	.testimonial-block .inner-box .continue {
	font-family: Poppins, sans-serif
}

.main-slider .text.light, .main-slider h2.light, .main-slider h2.light span
	{
	color: #fff
}

.main-slider .tp-bannertimer, .main-slider .tp-bullets {
	display: none !important
}

.sec-title {
	margin-bottom: 40px
}

.sec-title.centered h2 {
	padding: 0 60px 18px
}

.sec-title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #231f20;
	line-height: 1.2em;
	padding: 0 0 18px;
	display: inline-block;
	margin-bottom: 35px;
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1
}

.sec-title h2:after, .sec-title h2:before {
	position: absolute;
	left: 50%;
	content: ''
}

.sec-title h2:before {
	bottom: -24px;
	width: 29px;
	height: 30px;
	margin-left: -15px;
	background: url(../images/icons/separater.png) no-repeat
}

.sec-title.grey h2:before {
	width: 34px;
	bottom: -26px;
	margin-left: -18px;
	background: url(../images/icons/separater-2.jpg) no-repeat
}

.sec-title h2:after {
	bottom: -9px;
	margin-left: -9px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #d84315
}

.sec-title .text {
	position: relative;
	color: #2d2b2b;
	font-size: 18px;
	font-weight: 400
}

.sec-title.centered .text {
	max-width: 750px;
	margin: 0 auto
}

.sec-title.centered .separator {
	margin: 0 auto
}

.sec-title.light h2 {
	color: #fff;
	border-color: rgba(255, 255, 255, .05)
}

.sec-title.light h2:before {
	bottom: -26px;
	background: url(../images/icons/separater-1.png) no-repeat
}

.featured-section {
	position: relative;
	background: 0 0 !important
}

.featured-section .inner-container {
	position: relative;
	margin-top: -118px;
	z-index: 99
}

.featured-block {
	position: relative;
	padding: 0
}

.featured-block .inner-box {
	position: relative;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box .upper-box {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 20px 25px 22px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	-moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.featured-block .inner-box:hover .upper-box {
	opacity: 1;
	visibility: visible
}

.featured-block .inner-box .upper-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 15px
}

.featured-block .inner-box .upper-box .read-more {
	position: relative;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .inner-box .upper-box .read-more:hover {
	color: #d84315
}

.featured-block .inner-box .upper-box .read-more .icon {
	margin-right: 8px
}

.featured-block .lower-box {
	position: relative;
	padding: 25px 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner {
	position: relative;
	padding-left: 72px;
	padding-top: 7px;
	min-height: 64px
}

.featured-block .inner-box:hover .lower-box {
	padding-left: 20px
}

.featured-block .lower-box .lower-inner .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px
}

.featured-block .lower-box .lower-inner h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 600
}

.featured-block .lower-box .lower-inner h3 a {
	position: relative;
	color: #12d06c;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner h3 a:hover {
	color: #d84315
}

.featured-block .lower-box .lower-inner .title {
	position: relative;
	color: #d84315;
	font-size: 16px;
	font-weight: 400
}

.pattern {
	background: url(../images/background/pattern-bg.jpg)
}

.services-section {
	position: relative;
	padding: 60px 0;
	z-index: 99999
}

.services-block {
	position: relative;
	margin-bottom: 30px
}

.services-block .inner-box {
	position: relative;
	padding: 30px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	-moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	background: url(../images/background/pattern-1.png) no-repeat
}

.services-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 170px;
	height: 100%;
	display: block;
	background-color: #f7f7f7;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-block .inner-box:hover::before {
	width: 100%
}

.services-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 15px
}

.services-block .inner-box .icon-box img {
	width: auto
}

.services-block .inner-box h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px
}

.services-block .inner-box h3 a {
	position: relative;
	color: #231f20;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-block .inner-box:hover .read-more {
	color: #231f20
}

.services-block .inner-box .read-more:hover, .services-block .inner-box h3 a:hover
	{
	color: #d84315
}

.services-block .inner-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 15px;
	min-height: 135px
}

.services-block .inner-box .read-more {
	position: relative;
	color: #d9d9d9;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-block .inner-box .read-more .icon {
	position: relative;
	margin-right: 10px
}

.services-section .owl-nav {
	display: block;
	position: absolute;
	top: -35px;
	right: 0
}

.services-section .owl-prev {
	position: absolute;
	right: 30px;
	height: 30px;
	width: 30px;
	color: #ccc;
	border-radius: 50%;
	border: 2px solid #ccc;
	transition: .5s
}

.services-section .owl-prev:hover {
	background: #d84315;
	color: #fff;
	border: 2px solid #d84315;
	transform: scale(1.1)
}

.services-section .owl-prev span {
	position: absolute;
	left: 7px;
	top: -1px;
	font-size: 24px
}

.services-section .owl-next span {
	position: absolute;
	left: 10px;
	font-size: 24px;
	top: -1px
}

.services-section .owl-dots {
	position: relative;
	text-align: center
}

.services-section .owl-next {
	position: absolute;
	height: 30px;
	right: -10px;
	width: 30px;
	color: #ccc;
	border-radius: 50%;
	border: 2px solid #ccc;
	transition: .5s
}

.services-section .owl-next:hover {
	background: #d84315;
	color: #fff;
	border: 2px solid #d84315;
	transform: scale(1.1)
}

.services-section .owl-dots .owl-dot {
	position: relative;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #dedede;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-section .owl-dots .owl-dot.active, .services-section .owl-dots .owl-dot:hover
	{
	position: relative;
	width: 22px;
	height: 8px;
	border-radius: 10px;
	background-color: #d84315
}

.score-section {
	position: relative;
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover
}

.score-section .upper-box {
	position: relative
}

.score-section .upper-box .sec-title {
	position: relative;
	margin-bottom: 20px
}

.score-section .upper-box .text-column {
	position: relative
}

.score-section .upper-box .text-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 25px
}

.score-section .lower-box {
	position: relative
}

.score-section .lower-box .form-column {
	position: relative;
	margin-bottom: 40px
}

.score-section .lower-box .form-column .inner-column {
	position: relative;
	padding: 35px 25px;
	border: 2px solid rgba(255, 255, 255, .2);
	color: #ececec
}

.score-section .lower-box .form-column .inner-column .form-box {
	position: relative
}

.score-section .lower-box .form-column .inner-column .form-box:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: rgba(255, 255, 255, .2)
}

.score-section .lower-box .progress-column .inner {
	position: relative;
	left: 20px;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .15)
}

.score-section .lower-box .progress-column .inner-column {
	position: relative
}

.score-section .lower-box .progress-column .inner-box {
	position: relative;
	display: block
}

.score-section .lower-box .progress-column {
	position: relative;
	text-align: center;
	background: 0 0;
	border-radius: 50%
}

.score-section .lower-box .progress-column .inner-text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	display: block;
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
	color: #fff
}

.score-section .lower-box .progress-column .contact {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-top: 25px;
	margin-left: 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.score-section .lower-box .progress-column .contact:hover {
	color: #d84315
}

.score-form, .score-section .lower-box .video-column {
	position: relative
}

.score-form .form-group {
	position: relative;
	margin-bottom: 30px
}

.score-form input[type=email], .score-form input[type=text], .score-form textarea
	{
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 22px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	background: 0 0;
	border: 2px solid rgba(255, 255, 255, .2);
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.score-form input[type=email]:focus, .score-form input[type=text]:focus,
	.score-form textarea:focus {
	border-color: #d84315
}

.score-form .theme-btn {
	margin-top: 5px;
	padding: 9px 44px
}

.video-box {
	position: relative
}

.video-box .image {
	position: relative;
	overflow: hidden
}

.video-box .image img {
	position: relative;
	width: 100%
}

.video-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.video-box .overlay-box:hover {
	background: rgba(0, 0, 0, .2)
}

.video-box .overlay-box .icon {
	position: absolute;
	width: 74px;
	height: 74px;
	top: 50%;
	left: 50%;
	margin-left: -37px;
	margin-top: -37px;
	z-index: 99;
	color: #fff;
	background: url(../images/icons/play-icon.png) center center no-repeat;
	font-weight: 700;
	font-size: 22px;
	display: block;
	text-align: center;
	border-radius: 50%
}

.featured-block-two .inner-box h3, .video-box h3 {
	font-size: 18px;
	font-weight: 700;
	position: relative
}

.video-box h3 {
	padding: 12px 0;
	color: #d84315;
	text-align: center;
	background-color: #fff
}

.video-box.style-two h3 {
	background-color: #f2f2f2;
	padding: 7px 0
}

.featured-section-two {
	position: relative;
	padding: 85px 0 90px;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover
}

.featured-section-two .inner-container {
	position: relative;
	padding: 40px 30px 0;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
	-moz-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
	box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1)
}

.featured-block-two {
	position: relative;
	padding: 0 0 40px;
	border-right: 1px solid #f2f2f2
}

.featured-block-two:nth-child(3n+0) {
	border-right: 0
}

.featured-block-two:nth-child(4) .inner-box, .featured-block-two:nth-child(5) .inner-box,
	.featured-block-two:nth-child(6) .inner-box {
	border-bottom: 0;
	padding-bottom: 0
}

.featured-block-two .inner-box {
	position: relative;
	text-align: center;
	padding: 0 30px 40px;
	border-bottom: 1px solid #f2f2f2
}

.featured-block-two .inner-box .icon-box {
	position: relative;
	margin-bottom: 15px
}

.featured-block-two .inner-box h3 {
	color: #231f20;
	line-height: 1.4em;
	margin-bottom: 10px
}

.featured-block-two .inner-box h3 a {
	position: relative;
	color: #231f20;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.featured-block-two .inner-box h3 a:hover {
	color: #d84315
}

.featured-block-two .inner-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.8em
}

.featured-block-two .inner-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	background-color: #fff;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.featured-block-two .inner-box:hover .overlay-box {
	opacity: 1
}

.featured-block-two .inner-box .overlay-inner {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -63px;
	width: 100%;
	display: block;
	vertical-align: middle
}

.featured-block-two .inner-box .overlay-inner .overlay-icon-box {
	position: relative;
	margin-bottom: 15px
}

.marketing-section {
	position: relative;
	padding: 60px 0;
	background-color: #f4f4f4 !important
}

.marketing-section .image-column {
	position: relative;
	margin-bottom: 30px
}

.marketing-section .image-column .image {
	position: relative;
	padding-right: 30px
}

.marketing-section .image-column .image img {
	position: relative;
	max-width: 100%;
	display: block
}

.marketing-section .content-column, .marketing-section .content-column .inner-column
	{
	position: relative
}

.marketing-section .content-column h2 {
	position: relative;
	font-weight: 600;
	color: #231f20;
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase
}

.marketing-section .content-column h2 span {
	color: #d84315
}

.market-content {
	position: relative
}

.market-content .content-inner {
	position: relative;
	padding-left: 100px
}

.market-content .content-inner .content-number {
	position: absolute;
	left: 0;
	top: 0;
	color: #e1e1e1;
	font-size: 100px;
	line-height: 1em;
	font-weight: 400
}

.market-content .content-inner h3 {
	position: relative;
	color: #d84315;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px
}

.content-inner .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 30px
}

.featured-block-three {
	position: relative
}

.featured-block-three .featured-inner {
	position: relative;
	padding-left: 95px;
	min-height: 64px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6
}

.featured-block-three:last-child .featured-inner {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}

.featured-block-three .featured-inner .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px
}

.featured-block-three .featured-inner h4 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 8px
}

.featured-block-three .featured-inner .featured-text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400
}

.marketing-section .content-column .owl-dots {
	display: none
}

.marketing-section .content-column .owl-nav {
	position: relative
}

.marketing-section .content-column .owl-nav .owl-next,
	.marketing-section .content-column .owl-nav .owl-prev {
	position: relative;
	color: #231f20;
	font-size: 18px;
	margin-right: 15px;
	font-weight: 700;
	display: inline-block;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.marketing-section .content-column .owl-nav .owl-next:hover,
	.marketing-section .content-column .owl-nav .owl-prev:hover {
	color: #ff4901
}

.case-section {
	position: relative;
	padding: 90px 0
}

.case-block, .case-block .inner-box {
	position: relative
}

.case-block .inner-box .image-box {
	position: relative;
	margin-bottom: 30px
}

.case-block .inner-box .image-box .image {
	position: relative;
	padding: 10px;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 5px 5px 0 rgba(240, 240, 240, 1);
	-moz-box-shadow: 0 5px 5px 0 rgba(240, 240, 240, 1);
	box-shadow: 0 5px 5px 0 rgba(240, 240, 240, 1);
	transition: all .3s ease
}

.case-block .inner-box .image-box .image p {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 10px;
	right: 10px;
	border-top: 1px solid #dcd6d6;
	background: #fff;
	padding: 5px 0
}

.case-block .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.case-block .inner-box:hover .image {
	background-color: #d8d8d8
}

.case-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.case-block .inner-box:hover .image .overlay-box {
	opacity: 1
}

.case-block .inner-box .image .overlay-box .theme-btn {
	padding: 9px 34px;
	top: 50%;
	margin-top: -24px
}

.case-block .inner-box .content-box {
	position: relative;
	padding: 25px 28px;
	background-color: #f4f4f4
}

.case-block .inner-box .content-box:before {
	position: absolute;
	left: 150px;
	top: -20px;
	content: '';
	border-bottom: 22px solid #f4f4f4;
	border-left: 18px solid transparent
}

.case-block .inner-box .content-box .options {
	position: relative
}

.case-block .inner-box .content-box .options li {
	position: relative;
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #e7e7e7
}

.case-block .inner-box .content-box .options li:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.case-block .inner-box .content-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 22px;
	margin-bottom: 15px
}

.case-block .inner-box .content-box .read-more {
	position: relative;
	color: #231f20;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.case-block .inner-box .content-box .read-more:hover, .case-block .inner-box:hover .content-box .read-more
	{
	color: #d84315
}

.case-block .inner-box .content-box .read-more .icon {
	position: relative;
	font-weight: 700;
	margin-right: 10px
}

.case-block.alternate .inner-box .content-box {
	margin-bottom: 50px
}

.case-block.alternate .inner-box .content-box:before {
	border-top: 22px solid #f4f4f4;
	border-right: 18px solid transparent;
	border-bottom: none;
	border-left: none;
	bottom: -20px;
	top: auto
}

.case-block.alternate .inner-box .image-box {
	margin-bottom: 0
}

.case-section .btn-box .theme-btn {
	padding: 9px 48px
}

.testimonial-section {
	position: relative;
	padding: 60px 0;
	background-color: #231f20
}

.testimonial-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.testimonial-section .title-column .inner-column {
	position: relative;
	padding-top: 90px
}

.testimonial-section .title-column h2 {
	position: relative;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4em
}

.testimonial-section .testimonial-column {
	position: relative
}

.testimonial-section .testimonial-column .owl-dots {
	position: relative;
	display: none
}

.testimonial-section .testimonial-column .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0
}

.testimonial-section .testimonial-column .owl-nav .owl-next,
	.testimonial-section .testimonial-column .owl-nav .owl-prev {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	font-size: 28px;
	border-radius: 50%;
	display: inline-block;
	color: rgba(255, 255, 255, .5);
	margin-left: 10px;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	border: 3px solid rgba(255, 255, 255, .5)
}

.testimonial-section .testimonial-column .owl-nav .owl-next:hover,
	.testimonial-section .testimonial-column .owl-nav .owl-prev:hover {
	background-color: #d84315;
	border-color: #d84315;
	color: #231f20
}

.testimonial-block, .testimonial-block .inner-box {
	position: relative
}

.testimonial-block .inner-box .quote-icon {
	position: relative;
	color: #fff;
	font-size: 50px;
	margin-bottom: 25px
}

.testimonial-block .inner-box .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 22px
}

.testimonial-block .inner-box .continue {
	position: relative;
	color: #d84315;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.testimonial-block .inner-box .continue:hover {
	color: #fff
}

.testimonial-block .inner-box .continue .icon {
	margin-right: 10px
}

.testimonial-block .inner-box .author-info {
	position: relative
}

.testimonial-block .inner-box .author-info .author-inner {
	position: relative;
	padding-left: 0;
	padding-top: 8px;
	min-height: 75px
}

.testimonial-block .inner-box .author-info .author-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-block .inner-box .author-info .author-inner h3 {
	position: relative;
	color: #fff;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: capitalize
}

.testimonial-block .inner-box .author-info .author-inner .designation {
	position: relative;
	color: #d84315;
	font-size: 16px;
	font-weight: 400
}

.price-section {
	position: relative;
	padding: 85px 0 50px
}

.price-section.style-two {
	padding-top: 10px
}

.price-section .inner-container {
	background-color: #231f20;
	padding: 45px 0 40px;
	margin-bottom: 40px
}

.price-block {
	position: relative;
	margin-bottom: 40px;
	padding: 0
}

.price-block .inner-box {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 40px 15px 50px;
	border: 1px solid #f2f2f2;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.price-block .inner-box .off, .price-block .inner-box .ribbon {
	position: absolute;
	color: #fff;
	background-color: #d84315;
	font-weight: 700
}

.price-block .inner-box .off {
	right: 20px;
	top: 20px;
	z-index: 1;
	font-size: 14px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	line-height: 1.4em;
	text-align: center;
	padding-top: 10px
}

.price-block .inner-box .ribbon {
	right: -24px;
	top: 11px;
	font-size: 8px;
	padding: 0 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.price-block .inner-box:hover, .price-block.active .inner-box {
	border-color: #d84315;
	-webkit-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
	-moz-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
	box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1)
}

.price-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 30px
}

.price-block .inner-box h2 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase
}

.price-block .inner-box ul {
	position: relative;
	margin-bottom: 30px
}

.price-block .inner-box ul li {
	position: relative;
	color: #848484;
	font-size: 14px;
	margin-bottom: 8px
}

.price-block .inner-box .price {
	position: relative;
	font-size: 54px;
	font-weight: 600;
	color: #d84315;
	line-height: 1em;
	margin-bottom: 25px
}

.price-block .inner-box .price sup {
	position: relative;
	font-size: 28px
}

.price-block .inner-box .price span {
	position: relative;
	color: #d84315;
	font-size: 14px
}

.price-block .inner-box:hover .theme-btn {
	color: #fff;
	border-color: #d84315;
	background: #d84315
}

.price-block.alternate .inner-box {
	border: none;
	padding: 0;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.price-block.alternate:last-child .inner-box {
	border: none
}

.price-block.alternate .inner-box:hover {
	box-shadow: none
}

.price-block.alternate .inner-box h2 {
	color: #fff
}

.price-block.alternate .inner-box .theme-btn {
	background-color: #fff
}

.price-block.alternate .inner-box:hover .theme-btn {
	background-color: #d84315
}

.partners-section {
	position: relative;
	padding: 60px 0 40px;
	background-color: #f2f2f2 !important
}

.partners-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.partners-section .title-column .inner-column {
	position: relative
}

.partners-section .title-column h2 {
	position: relative;
	color: #231f20;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 15px;
	text-transform: uppercase
}

.partners-section .title-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 25px
}

.partners-section .title-column .inner-column .theme-btn {
	padding: 9px 30px
}

.partners-section .partners-column, .partners-section .partners-column .inner-column
	{
	position: relative
}

.partner-block {
	position: relative;
	margin-bottom: 30px
}

.partner-block .inner-box .client-img, .partner-block .inner-box .text {
	margin-bottom: 25px;
	position: relative
}

.partner-block .inner-box {
	position: relative
}

.partner-block .inner-box .text {
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.8em
}

.partner-block .inner-box .read-more {
	position: relative;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.partner-block .inner-box .read-more .icon {
	position: relative;
	margin-right: 8px
}

.partner-block .inner-box .read-more:hover {
	color: #d84315
}

.main-footer {
	position: relative;
	background-color: #231f20;
	z-index: 10
}

.main-footer .widgets-section {
	position: relative;
	padding: 65px 0 40px
}

.main-footer .footer-title, .main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px
}

.main-footer .footer-title h2 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 18px;
	text-transform: uppercase
}

.main-footer .footer-title h2:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #d84315
}

.footer-list, .main-footer .links-widget {
	position: relative
}

.footer-list li {
	position: relative;
	margin-bottom: 8px
}

.footer-list li:last-child {
	margin-bottom: 0
}

.footer-list li a {
	position: relative;
	color: #bbb;
	font-size: 14px;
	font-weight: 400;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.footer-list li a:hover {
	color: #fff;
	text-decoration: underline
}

.subscribe-widget, .subscribe-widget .widget-content {
	position: relative
}

.subscribe-widget .widget-content .text {
	position: relative;
	color: #fff;
	line-height: 1.8em;
	font-size: 16px;
	margin-bottom: 20px
}

.main-footer .subscribe-widget .subscribe-form {
	margin-bottom: 20px
}

.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.main-footer .subscribe-widget .form-group input[type=email],
	.main-footer .subscribe-widget .form-group input[type=text] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 0;
	height: 48px;
	font-size: 15px;
	color: #fff;
	background: 0 0;
	font-weight: 400;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .subscribe-widget .form-group button {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
	color: #d84315;
	background: 0 0
}

.bottom-parallax .about-section, .page-title {
	background-repeat: no-repeat;
	background-position: center bottom
}

.office-widget .office-info, .office-widget .office-info ul {
	position: relative
}

.office-widget .office-info ul li {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 10px
}

.office-widget .office-info ul li strong {
	font-size: 18px;
	color: #fff;
	font-weight: 700
}

.office-widget .office-info ul li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline
}

.office-widget .owl-nav {
	display: none
}

.office-widget .owl-dots {
	position: relative
}

.office-widget .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #fe4800;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.office-widget .owl-dots .owl-dot.active, .office-widget .owl-dots .owl-dot:hover
	{
	background-color: #d84315
}

.main-footer .copyright {
	position: relative;
	padding: 20px 15px;
	text-align: center;
	color: #231f20;
	font-size: 14px;
	background-color: #f2f2f2;
	font-family: Rubik, sans-serif
}

.main-footer .copyright a {
	position: relative;
	color: #d84315
}

.bottom-parallax {
	position: relative;
	height: 250px;
	z-index: 0
}

.bottom-parallax .about-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 30px 0;
	min-height: 250px;
	background-color: #d84315;
	background-size: cover
}

.bottom-parallax .about-section .inner {
	position: relative;
	max-width: 570px;
	margin: 0 auto
}

.bottom-parallax .about-section h2 {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6em;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase
}

.page-title {
	position: relative;
	background-size: cover;
	padding: 90px 0
}

.page-title h1 {
	position: relative;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-transform: capitalize
}

.page-title .title {
	position: relative;
	color: #cbcbcb;
	font-size: 18px;
	font-weight: 400
}

.page-title .page-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	color: #272727;
	z-index: 1;
	background: rgba(0, 0, 0, .25)
}

.page-info .inner-container {
	position: relative
}

.page-info h2 {
	font-size: 16px;
	color: #272727;
	line-height: 24px;
	font-weight: 700
}

.page-info .bread-crumb {
	position: relative;
	font-size: 15px;
	padding: 18px 0 17px
}

.page-info .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-right: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize
}

.mission-section .image-column .owl-nav, .page-info .bread-crumb li:last-child:after
	{
	display: none
}

.page-info .bread-crumb li:last-child {
	margin-right: 0
}

.page-info .bread-crumb li:after {
	content: '\f105';
	top: -1px;
	font-family: FontAwesome;
	position: absolute;
	right: -16px;
	width: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #fff
}

.page-info .bread-crumb li a {
	color: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.page-info .bread-crumb li a:hover {
	color: #d84315
}

.viznu-services-bg {
	background: url(../images/background/services.png) top center no-repeat;
	background-size: cover
}

.mission-section {
	position: relative;
	padding: 90px 0 30px
}

.mission-section .inner-container {
	position: relative;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat
}

.mission-section .inner-container:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 55%;
	height: 100%;
	background: url(../images/resource/mission-1.png) no-repeat
}

.mission-section .inner-container .content-column, .mission-section .inner-container .image-column
	{
	position: relative
}

.mission-section .inner-container .image-column .inner-column {
	position: relative;
	padding: 45px 0
}

.mission-section .inner-container .image-column .inner-column .content {
	position: relative;
	padding: 30px;
	z-index: 9;
	float: right;
	max-width: 370px;
	width: 100%;
	margin-right: -180px;
	background-color: #fff
}

.mission-section .inner-container .image-column .inner-column .title {
	position: relative
}

.mission-section .inner-container .image-column .inner-column .title .title-inner
	{
	position: relative;
	padding-left: 65px;
	padding-bottom: 25px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f2f2f2
}

.mission-section .inner-container .image-column .title .title-inner .image
	{
	position: absolute;
	left: 0;
	top: 0
}

.mission-section .inner-container .image-column .inner-column .title h2
	{
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.mission-section .image-column .inner-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 22px
}

.mission-section .image-column .inner-column .more {
	position: relative;
	color: #231f20;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.mission-section .image-column .inner-column .more:hover {
	color: #d84315
}

.mission-section .image-column .inner-column .more .icon {
	margin-right: 8px
}

.mission-section .image-column .owl-dots {
	position: relative;
	text-align: right
}

.mission-section .image-column .owl-dots .owl-dot {
	position: relative;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #dedede;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.mission-section .image-column .owl-dots .owl-dot.active,
	.mission-section .image-column .owl-dots .owl-dot:hover {
	position: relative;
	width: 22px;
	height: 8px;
	border-radius: 10px;
	background-color: #d84315
}

.we-are-section {
	position: relative;
	padding: 30px 0 50px
}

.we-are-section .content-column {
	position: relative;
	margin-bottom: 40px
}

.we-are-section .content-column .inner-column {
	position: relative
}

.we-are-section .content-column .inner-column h2 {
	position: relative;
	color: #231f20;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 25px;
	text-transform: uppercase
}

.we-are-section .content-column .inner-column .bold-text {
	position: relative;
	color: #d84315;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 700;
	margin-bottom: 20px
}

.we-are-section .content-column .inner-column .bold-text:before {
	position: absolute;
	content: '\f195';
	left: 0;
	top: 0;
	color: #d84315;
	font-size: 60px;
	line-height: 1em;
	opacity: .1;
	font-family: Flaticon
}

.monthy-block .inner-box .month, .services-section-three .inner-box .read-more,
	.services-section-three .inner-box h3 {
	font-weight: 700;
	font-family: Poppins, sans-serif
}

.we-are-section .content-column .inner-column .text {
	position: relative;
	margin-bottom: 28px
}

.we-are-section .content-column .inner-column .text p {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 16px
}

.we-are-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0
}

.we-are-section .content-column .inner-column .theme-btn {
	padding: 9px 40px
}

.we-are-section .carousel-column {
	position: relative
}

.we-are-section .carousel-column .inner-column {
	position: relative;
	padding: 80px 0 60px
}

.we-are-section .carousel-column .inner-column:before {
	position: absolute;
	content: '';
	left: 92px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #e6e6e6
}

.monthy-block {
	position: relative;
	padding-bottom: 30px
}

.monthy-block:last-child {
	padding-bottom: 0
}

.monthy-block .inner-box {
	position: relative;
	padding-left: 140px
}

.monthy-block .inner-box .month {
	position: absolute;
	left: 0;
	top: 4px;
	width: 70px;
	color: #848484;
	font-size: 14px;
	text-transform: uppercase
}

.monthy-block .inner-box .month .dott {
	position: absolute;
	content: '';
	right: -28px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #231f20
}

.monthy-block .inner-box .month .dott:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
	background-color: rgba(15, 19, 65, .5)
}

.monthy-block .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: capitalize
}

.monthy-block .inner-box h3 a {
	position: relative;
	color: #231f20;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.monthy-block .inner-box h3 a:hover {
	color: #d84315
}

.monthy-block .inner-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em
}

.we-are-section .carousel-column .slick-next, .we-are-section .carousel-column .slick-prev
	{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
	line-height: 26px;
	margin-left: -50px;
	color: #e6e6e6;
	font-size: 18px;
	display: block;
	text-indent: 0
}

.we-are-section .carousel-column .slick-prev {
	left: 128px;
	top: -85px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.we-are-section .carousel-column .slick-next {
	left: 78px;
	bottom: -70px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.we-are-section .carousel-column .slick-arrow.slick-next {
	margin-left: 0
}

.we-are-section .carousel-column .slick-arrow.slick-next:hover,
	.we-are-section .carousel-column .slick-arrow.slick-prev:hover {
	color: #fff;
	border-color: #d84315;
	background-color: #d84315
}

.services-section-two {
	position: relative;
	padding: 80px 0 50px;
	background-color: #231f20
}

.services-section-three {
	position: relative;
	margin-bottom: 40px
}

.services-section-three .inner-box {
	position: relative;
	padding: 35px 25px;
	border: 1px solid rgba(255, 255, 255, .1)
}

.services-section-three .inner-box h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 5px
}

.services-section-three .inner-box h3 a {
	position: relative;
	color: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-section-three .inner-box h3 a:hover {
	color: #d84315
}

.services-section-three .inner-box .title {
	position: relative;
	color: #d84315;
	font-size: 16px
}

.services-section-three .inner-box .image {
	text-align: center;
	margin: 20px 0
}

.services-section-three .inner-box .text {
	position: relative;
	color: #c7c7c7;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px
}

.services-section-three .inner-box .read-more {
	position: relative;
	color: #d9d9d9;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-section-three .inner-box .read-more .icon {
	position: relative;
	margin-right: 10px
}

.services-section-three .inner-box .read-more:hover {
	color: #d84315
}

.marketing-section-two {
	position: relative;
	text-align: center;
	padding: 60px 0;
	background: bottom center no-repeat #fff;
	background-size: contain
}

.marketing-section-two .steps-blocks {
	position: relative
}

.marketing-section-two .theme-btn {
	padding: 9px 33px
}

.step-block {
	position: relative;
	margin-bottom: 30px
}

.step-block .inner-box {
	position: relative;
	text-align: center
}

.step-block .inner-box .icon-box {
	position: relative;
	width: 128px;
	height: 128px;
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 50%
}

.step-block .inner-box h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 4px
}

.step-block .inner-box h3 a {
	position: relative;
	color: #231f20;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.step-block .inner-box h3 a:hover {
	color: #d84315
}

.step-block .inner-box .step-number {
	position: relative;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 400
}

.marketing-section-two h3 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 18px;
	text-transform: uppercase
}

.marketing-section-two h3 span {
	color: #d84315
}

.team-section {
	position: relative;
	padding: 80px 0 50px
}

.team-block {
	position: relative;
	margin-bottom: 30px
}

.team-block .inner-box {
	position: relative;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.team-block .inner-box:hover {
	position: relative;
	-webkit-box-shadow: 0 4px 5px 0 rgba(242, 242, 242, 1);
	-moz-box-shadow: 0 4px 5px 0 rgba(242, 242, 242, 1);
	box-shadow: 0 4px 5px 0 rgba(242, 242, 242, 1)
}

.team-block .inner-box .image {
	position: relative
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.error-section .go-back, .error-section .inner-section {
	display: inline-block;
	position: relative;
	text-align: center
}

.team-block .inner-box .lower-content-box {
	position: relative;
	padding: 22px 25px 20px;
	border: 1px solid #f2f2f2
}

.team-block .inner-box .lower-content-box .designation {
	position: relative;
	color: #d84315;
	font-size: 16px;
	margin-bottom: 2px
}

.team-block .inner-box .lower-content-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #231f20;
	margin-bottom: 10px
}

.error-section {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 300px 0 150px;
	background-color: #231f20
}

.error-section .inner-section {
	border-radius: 50%;
	padding: 100px 30px;
	background: url(../images/resource/error-img.png) center center
		no-repeat rgba(255, 255, 255, .05)
}

.error-section .inner-section h1 {
	position: relative;
	color: #d84315;
	font-size: 200px;
	line-height: 1em;
	font-weight: 700;
	font-family: Hind, sans-serif
}

.error-section .inner-section h2, .time-counter .time-countdown .counter-column
	{
	font-family: Rubik, sans-serif;
	text-transform: uppercase
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-top: -10px
}

.error-section .inner-section .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 40px
}

.error-section .go-back {
	color: #d84315;
	font-size: 16px;
	font-weight: 400;
	margin-top: 18px
}

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%
}

.error-search-form .form-group input[type=search], .error-search-form .form-group input[type=text]
	{
	position: relative;
	line-height: 28px;
	background: #fff;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 10px 50px 10px 20px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.error-search-form .form-group input:focus {
	border-color: #f60
}

.error-search-form .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 100%;
	background: #d84315;
	font-weight: 400
}

.comming-soon-section {
	position: relative;
	text-align: center;
	padding: 75px 0;
	background-color: #231f20
}

.comming-soon-section .logo-box {
	position: relative;
	margin-bottom: 20px
}

.comming-soon-section h2 {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6em
}

.comming-soon-section .text {
	position: relative;
	color: #2d2b2b;
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 18px;
	margin-bottom: 35px
}

.comming-soon-section .copyright {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 25px
}

.time-counter {
	position: relative;
	margin-bottom: 60px;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.time-counter .time-countdown {
	position: relative
}

.time-counter .time-countdown .counter-column {
	position: relative;
	padding: 0 90px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	font-weight: 400
}

.time-counter .time-countdown .counter-column:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, .1)
}

.time-counter .time-countdown .counter-column:last-child::after {
	display: none
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 1em;
	padding: 0 0 20px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

.emailed-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto 30px;
	width: 100%
}

.emailed-form .form-group input[type=email], .emailed-form .form-group input[type=text]
	{
	position: relative;
	line-height: 28px;
	background: #fff;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 10px 50px 10px 20px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.emailed-form .form-group input:focus {
	border-color: #f60
}

.emailed-form .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 100%;
	background: #d84315;
	font-weight: 400
}

.contact-section {
	position: relative;
	padding: 30px 0
}

.contact-section .contact-form-column {
	position: relative;
	margin-bottom: 40px
}

.contact-section .contact-form-column .inner-column {
	position: relative;
	padding: 30px 25px 10px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1);
	-moz-box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1);
	box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1)
}

.blog-single .inner-box, .featured-section-three.alternate {
	-webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	-moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.contact-section .contact-form-column h2 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.contact-section .contact-form-column h2:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: #dedede
}

.contact-section .contact-form-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 28px
}

.contact-form {
	position: relative
}

.contact-form .form-group {
	margin-bottom: 30px
}

.contact-form input[type=email], .contact-form input[type=password],
	.contact-form input[type=tel], .contact-form input[type=text],
	.contact-form select, .contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 10px 20px;
	font-weight: 300;
	border: 1px solid #f2f2f2;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.contact-form textarea {
	height: 140px;
	resize: none
}

@media only screen and (max-width:767px) {
	.contact-form textarea {
		height: 80px
	}
	.contact-form input[type=email], .contact-form input[type=password],
		.contact-form input[type=tel], .contact-form input[type=text],
		.contact-form select {
		height: 45px;
		font-size: 14px;
		padding: 10px
	}
}

.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus
	{
	border-color: #ff5400
}

.contact-form button {
	width: 100%;
	margin-top: 10px;
	padding: 11px 26px
}

.contact-form input.error, .contact-form select.error, .contact-form textarea.error
	{
	border-color: red !important
}

.contact-form label.error {
	line-height: 24px;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: red;
	font-weight: 500
}

.contact-section .contact-info-column {
	position: relative
}

.contact-section .contact-info-column .inner-column {
	position: relative;
	border: 1px solid #f2f2f2
}

.contact-section .contact-info-column .inner-column .upper-box {
	position: relative;
	padding: 35px 15px;
	background-color: #f4f4f4
}

.info-slide {
	position: relative
}

.info-slide .image {
	position: relative;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 15px
}

.info-slide .inner {
	position: relative;
	text-align: center
}

.info-slide .inner h3 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.info-slide .inner .title {
	position: relative;
	color: #d84315;
	font-size: 16px;
	font-weight: 400
}

.info-slide .inner .emailed {
	position: relative;
	color: #555;
	font-size: 16px;
	margin-top: 8px
}

.info-slide .inner .emailed span {
	font-weight: 700;
	color: #231f20
}

.contact-section .contact-info-column .owl-dots {
	display: none
}

.contact-section .contact-info-column .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -12px
}

.contact-section .contact-info-column .owl-nav .owl-next,
	.contact-section .contact-info-column .owl-nav .owl-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	color: #dedede;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #dedede;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.info-list, .info-list li {
	position: relative
}

.contact-section .contact-info-column .owl-nav .owl-prev span:before {
	content: '\f104';
	font-family: FontAwesome
}

.contact-section .contact-info-column .owl-nav .owl-next span:before {
	content: '\f105';
	font-family: FontAwesome
}

.contact-section .contact-info-column .owl-nav .owl-next {
	right: 0
}

.contact-section .contact-info-column .owl-nav .owl-next:hover,
	.contact-section .contact-info-column .owl-nav .owl-prev:hover {
	color: #f4f4f4;
	border-color: #d84315;
	background-color: #d84315
}

.contact-section .contact-info-column .inner-column .lower-box {
	position: relative;
	padding: 25px 28px
}

.info-list li {
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	padding-left: 45px;
	line-height: 1.8em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2
}

.info-list li:last-child {
	border: none;
	margin: 0;
	padding-bottom: 0
}

.info-list li strong {
	color: #231f20;
	font-size: 16px;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

.info-list li .icon {
	position: absolute;
	left: 0;
	top: 8px;
	line-height: 1em
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212
}

.map-canvas {
	height: 480px
}

.quote-section {
	position: relative;
	padding: 90px 0 50px
}

.quote-section .quote-info-column {
	position: relative;
	margin-bottom: 40px
}

.quote-section .quote-info-column .inner-column {
	position: relative;
	padding: 32px 32px 45px;
	background-color: #f4f4f4
}

.quote-section .quote-info-column .inner-column h2 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px
}

.quote-section .quote-info-column .inner-column h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	margin-top: 20px;
	padding-top: 28px;
	margin-bottom: 25px;
	border-top: 1px solid #e6e6e6
}

.quote-section .quote-info-column .form-group {
	position: relative;
	margin-bottom: 8px
}

.quote-section .quote-info-column .form-group .select-box {
	position: relative;
	margin-bottom: 0
}

.quote-section .quote-info-column .form-group .select-box label {
	position: relative;
	font-size: 15px;
	color: #2d2b2b;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 35px;
	line-height: 1em
}

.quote-section .quote-info-column .form-group .select-box input[type=checkbox]
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	visibility: hidden;
	background-color: #fff
}

.quote-section .quote-info-column .form-group .select-box .default-check
	{
	position: absolute;
	left: 0;
	top: -2px;
	width: 19px;
	height: 19px;
	border-radius: 4px;
	background-color: #f4f4f4;
	border: 1px solid #cfcfcf
}

.quote-section .quote-info-column .form-group .select-box .check-icon {
	position: absolute;
	content: '\f00c';
	left: 0;
	top: -2px;
	width: 19px;
	height: 19px;
	color: #d84315;
	z-index: 99;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	opacity: 0;
	font-family: FontAwesome
}

.quote-section .quote-info-column .form-group .select-box input[type=checkbox]:checked+label .check-icon
	{
	opacity: 1
}

.quote-form {
	position: relative
}

.quote-form .form-group {
	position: relative;
	margin-bottom: 30px
}

.quote-form.style-two .form-group {
	margin-bottom: 20px
}

.quote-form.style-two .form-group textarea {
	height: 120px
}

.quote-form.style-two .form-group input[type=email], .quote-form.style-two .form-group input[type=password],
	.quote-form.style-two .form-group input[type=text] {
	height: 50px;
	line-height: 28px
}

.quote-form.style-two .form-group .ui-selectmenu-button.ui-button {
	height: 50px
}

.quote-form input[type=email], .quote-form input[type=password],
	.quote-form input[type=tel], .quote-form input[type=text], .quote-form textarea
	{
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 10px 20px;
	font-weight: 300;
	border: 1px solid #f2f2f2;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.quote-form textarea {
	height: 225px;
	resize: none
}

.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus
	{
	border-color: #ff5400
}

.quote-form button {
	width: 100%;
	padding: 11px 26px
}

.quote-section .quote-form-column {
	position: relative
}

.quote-section .quote-form-column .inner-column {
	position: relative;
	padding: 40px 30px 15px;
	border: 1px solid #f2f2f2
}

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 55px;
	padding: 10px 20px;
	line-height: 33px;
	color: #333;
	border-radius: 0;
	border: 1px solid #f2f2f2;
	background: #fff
}

.form-group .ui-button .ui-icon {
	background: 0 0;
	position: relative;
	top: 4px;
	text-indent: 0;
	color: #888
}

.form-group .ui-button .ui-icon:before {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	right: 0;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #333;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	z-index: 5
}

.price-block-two .inner-box .off, .price-block-two .inner-box .price,
	.ui-widget.ui-widget-content {
	font-family: Poppins, sans-serif
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item:last-child {
	border: none
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background: #d84315;
	border-color: #d84315
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px
}

.ui-menu-item:hover {
	background-color: #17519d
}

.mobile-section {
	position: relative;
	padding: 70px 0 90px;
	background-color: #f2f2f2
}

.mobile-section .inner-container {
	position: relative;
	background-color: #fff
}

.mobile-section .inner-container .image-column, .mobile-section .inner-container .image-column .image
	{
	position: relative
}

.mobile-section .inner-container .image-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.mobile-section .inner-container .form-column {
	position: relative
}

.mobile-section .inner-container .form-column .inner-column {
	position: relative;
	padding: 80px 30px 60px 15px
}

.mobile-section .inner-container .form-column h2 {
	position: relative;
	color: #231f20;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 4px
}

.mobile-section .inner-container .form-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	margin-bottom: 28px
}

.mobile-form {
	margin-bottom: 20px
}

.mobile-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.mobile-form .form-group input[type=email], .mobile-form .form-group input[type=text]
	{
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	height: 50px;
	font-size: 15px;
	color: #000;
	background: #f2f2f2;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.mobile-form .form-group button {
	position: relative;
	padding: 9px 44px;
	margin-top: 30px
}

.testimonial-page-section {
	position: relative;
	padding: 90px 0 50px
}

.testimonial-block-two {
	position: relative;
	margin-bottom: 40px
}

.testimonial-block-two .inner-box {
	position: relative
}

.testimonial-block-two .inner-box .upper-box {
	position: relative;
	padding: 34px 25px 30px;
	background-color: #f4f4f4
}

.testimonial-block-two .inner-box .upper-box:before {
	position: absolute;
	content: '';
	left: 50px;
	bottom: -30px;
	border-top: 30px solid #f4f4f4;
	border-right: 25px solid transparent
}

.testimonial-block-two .inner-box .upper-box .quote-icon {
	position: relative;
	color: #dedede;
	font-size: 46px;
	line-height: 1em;
	margin-bottom: 10px
}

.testimonial-block-two .inner-box .upper-box .text {
	position: relative;
	color: #231f20;
	font-size: 24px;
	line-height: 1.5em
}

.testimonial-block-two .inner-box .lower-box {
	position: relative;
	margin-top: 55px
}

.testimonial-block-two .inner-box .lower-box .lower-inner {
	position: relative;
	padding-left: 95px;
	min-height: 75px;
	padding-top: 12px
}

.testimonial-block-two .inner-box .lower-box .lower-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-block-two .inner-box .lower-box .lower-inner h3 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 4px
}

.testimonial-block-two .inner-box .lower-box .lower-inner .designation {
	position: relative;
	color: #d84315;
	font-size: 16px
}

.analysis-section {
	position: relative;
	padding: 90px 0 50px
}

.analysis-section .form-column {
	position: relative;
	margin-bottom: 40px
}

.analysis-section .form-column .inner-column {
	position: relative;
	padding: 40px 28px 15px;
	border: 2px solid #f2f2f2
}

.analysis-form {
	position: relative
}

.analysis-form .form-group {
	position: relative;
	margin-bottom: 30px
}

.analysis-form input[type=email], .analysis-form input[type=text],
	.analysis-form textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 22px;
	height: 50px;
	color: #000;
	font-size: 16px;
	background: 0 0;
	border: 2px solid #f2f2f2;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.analysis-form input[type=email]:focus, .analysis-form input[type=text]:focus,
	.analysis-form textarea:focus {
	border-color: #d84315
}

.analysis-form .theme-btn {
	margin-top: 5px;
	padding: 9px 44px
}

.featured-section-three {
	position: relative;
	padding-top: 150px;
	padding-bottom: 30px
}

.featured-section-three.alternate {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 80px;
	box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.featured-section-three:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background-color: #f4f4f4
}

.price-header-box {
	position: relative;
	min-width: 1000px
}

.price-block-two {
	position: relative;
	float: left;
	width: 16.58%;
	padding: 0;
	min-height: 2px;
	margin-bottom: -56px
}

.price-block-two .btn-style-two {
	padding: 2px 20px;
	line-height: 29px;
	font-weight: 500
}

.price-block-two.empty-block {
	margin-bottom: 0
}

.price-block-two .inner-box {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	padding: 20px 15px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.price-block-two .inner-box h2 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase
}

.price-block-two .inner-box .off, .price-block-two .inner-box .ribbon {
	position: absolute;
	font-weight: 700;
	color: #fff;
	background-color: #d84315
}

.price-block-two .inner-box .off {
	right: 20px;
	top: 20px;
	z-index: 1;
	font-size: 14px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	line-height: 1.4em;
	text-align: center;
	padding-top: 10px
}

.price-block-two .inner-box .ribbon {
	right: -24px;
	top: 11px;
	font-size: 8px;
	padding: 0 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.price-block-two .inner-box:hover, .price-block-two.active .inner-box {
	border-color: #d84315;
	-webkit-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
	-moz-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
	box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1)
}

.price-block-two .inner-box .icon-box {
	position: relative;
	margin-bottom: 25px
}

.price-block-two .inner-box .price {
	position: relative;
	font-size: 34px;
	font-weight: 600;
	color: #d84315;
	line-height: 1em;
	margin-bottom: 10px
}

.price-block-two .inner-box .price sup {
	position: relative;
	font-size: 18px;
	margin-right: 8px
}

.price-block-two .inner-box .pr-month {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	font-weight: 700;
	margin-top: 6px;
	margin-bottom: 20px;
	text-transform: capitalize
}

.price-block-two .inner-box:hover .theme-btn {
	color: #fff;
	border-color: #d84315;
	background: #d84315
}

.price-table-section {
	position: relative;
	overflow-x: auto
}

.price-table-section .price-list {
	position: relative;
	min-width: 1000px
}

.price-table-section .price-list li {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	width: 16.5%;
	display: block;
	float: left;
	min-height: 55px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 55px;
	border: 1px solid #f2f2f2
}

.price-table-section .price-list li span {
	font-size: 12px
}

.price-table-section .price-list li.price-title {
	position: relative;
	color: #848484;
	font-size: 14px;
	font-weight: 400;
	padding: 13px 10px;
	text-align: left;
	line-height: 28px;
	background-color: #f4f4f4
}

.price-table-section .price-list li.price-title.active {
	color: #fff;
	background-color: #231f20
}

.price-table-section .price-list li .check {
	color: #33b27b;
	font-size: 18px
}

.price-table-section .price-list li .cross {
	color: #ed4b4b;
	font-size: 18px
}

.blog-page-section {
	position: relative;
	padding: 90px 0 50px
}

.news-block {
	position: relative;
	margin-bottom: 40px
}

.news-block .inner-box {
	position: relative;
	display: block;
	border: 1px solid #f2f2f2;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.news-block .inner-box:hover {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.news-block .inner-box .image {
	position: relative
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.news-block .inner-box .lower-content {
	position: relative;
	top: 0;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	background-color: #fff
}

.news-block .inner-box:hover .lower-content {
	top: -60px
}

.news-block .inner-box .lower-content .upper {
	position: relative;
	padding: 18px 28px
}

.news-block .inner-box .lower-content .post-date {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	font-weight: 500;
	padding-left: 28px
}

.news-block .inner-box .lower-content .post-date:before {
	position: absolute;
	content: '\f073';
	left: 0;
	top: 3px;
	color: silver;
	font-size: 18px;
	line-height: 1em;
	font-family: FontAwesome;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.news-block .inner-box:hover .lower-content .post-date:before {
	color: #d84315
}

.news-block .inner-box .lower-content h3 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px
}

.news-block .inner-box .lower-content h3 a {
	position: relative;
	color: #231f20;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.news-block .inner-box .lower-content h3 a:hover {
	color: #d84315
}

.news-block .inner-box .lower-content .more {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -60px;
	opacity: 0;
	visibility: hidden
}

.news-block .inner-box:hover .lower-content .more {
	opacity: 1;
	visibility: visible;
	transition: all .6s ease .3s;
	-moz-transition: all .6s ease .3s;
	-webkit-transition: all .6s ease .3s;
	-ms-transition: all .6s ease .3s;
	-o-transition: all .6s ease .3s
}

.news-block .inner-box .lower-content .read-more {
	position: relative;
	color: #231f20;
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding: 15px 0;
	margin: 0 28px;
	text-transform: uppercase;
	border-top: 1px solid #f2f2f2;
	font-family: Poppins, sans-serif;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.news-block .inner-box .lower-content .read-more span {
	margin-right: 10px;
	font-size: 16px
}

.news-block .inner-box .lower-content .read-more:hover {
	color: #d84315
}

.sidebar-page-container {
	position: relative;
	overflow: hidden;
	padding: 80px 0 40px
}

.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side
	{
	margin-bottom: 40px
}

.sidebar-page-container .sidebar-side .with-border {
	padding-left: 30px
}

.sidebar-page-container .sidebar-side .with-border:before {
	position: absolute;
	content: '';
	left: 15px;
	top: -200px;
	width: 1px;
	height: 5000px;
	background-color: #f0f0f0
}

.sidebar-widget {
	position: relative;
	margin-bottom: 45px
}

.sidebar-title {
	position: relative;
	margin-bottom: 25px
}

.sidebar-title h2 {
	font-size: 18px;
	color: #231f20;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0
}

.sidebar .search-box .form-group input[type=search], .sidebar .search-box .form-group input[type=text]
	{
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #f2f2f2;
	background: 0 0;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	color: #2d2b2b;
	font-weight: 400;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 14px;
	top: 10px;
	height: 28px;
	width: 30px;
	font-size: 14px;
	color: #222;
	line-height: 100%;
	background: 0 0;
	display: inline-block;
	font-weight: 400;
	text-align: right;
	border-left: 1px solid #f2f2f2
}

.blog-cat {
	position: relative;
	padding: 20px 25px;
	border: 1px solid #eee;
	border-left-color: #d84315
}

.blog-cat li {
	position: relative;
	margin-bottom: 15px
}

.blog-cat li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-bottom: 12px;
	color: #2d2b2b;
	padding-left: 25px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.blog-cat li a:after, .blog-cat li a:before {
	position: absolute;
	content: '';
	left: 0
}

.blog-cat li a:after {
	bottom: 0;
	width: 80px;
	height: 1px;
	background-color: #eee;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.blog-cat li a:hover::after {
	width: 100%;
	background-color: #d84315
}

.blog-cat li:last-child {
	margin-bottom: 0
}

.comment-block, .recent-comments .sidebar-title {
	margin-bottom: 40px
}

.blog-cat li:last-child a {
	border: 0
}

.blog-cat li a span {
	float: right
}

.blog-cat li a:before {
	top: 9px;
	width: 8px;
	height: 8px;
	background-color: #f6f6f6;
	border: 1px solid #e5e5e5;
	font-family: FontAwesome;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.blog-cat li a:hover {
	color: #d84315
}

.blog-cat li a:hover::before {
	border-color: rgba(255, 72, 0, .2);
	background-color: #d84315
}

.comment-block {
	position: relative
}

.comment-block .inner {
	position: relative;
	padding: 36px 20px 20px;
	border: 1px solid #f2f2f2
}

.comment-block .inner .date {
	position: absolute;
	left: 22px;
	top: -15px;
	font-size: 14px;
	color: #231f20;
	padding: 1px 12px;
	font-weight: 400;
	background-color: #f6f6f6
}

.comment-block .inner .content {
	position: relative;
	padding-left: 70px
}

.comment-block .inner .content .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px
}

.comment-block .inner .content h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 3px
}

.comment-block .inner .content h3 a {
	color: #231f20;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.comment-block .inner .content h3 a:hover {
	color: #d84315
}

.comment-block .inner .content .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px
}

.comment-block .inner .content .reply-btn {
	position: absolute;
	right: 0;
	top: 10px;
	color: #231f20;
	font-size: 18px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.comment-block .inner .content .reply-btn:hover {
	color: #d84315
}

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666;
	padding: 0 0 0 108px;
	min-height: 110px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0;
	min-height: 90px;
	border: 0
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: .7
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.sidebar .popular-posts .post .post-thumb .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-color: rgba(255, 72, 0, .8);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.sidebar .popular-posts .post:hover .post-thumb .overlay {
	opacity: 1
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	color: #231f20;
	line-height: 1.7em;
	text-transform: capitalize;
	font-family: Poppins, sans-serif
}

.sidebar .popular-posts .post .text a {
	color: #222;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.sidebar .popular-posts .post a, .sidebar .popular-posts .post a:hover {
	color: #d84315
}

.sidebar .popular-posts .post-info {
	position: relative;
	font-size: 16px;
	color: #2d2b2b;
	padding-left: 22px;
	font-weight: 400
}

.sidebar .popular-posts .post-info:before {
	position: absolute;
	content: '\f073';
	left: 0;
	top: 0;
	color: #d84315;
	font-size: 14px;
	font-family: FontAwesome
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 2px 12px;
	margin: 0 6px 10px 0;
	color: #2d2b2b;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	background: 0 0;
	font-weight: 400;
	border: 1px solid #f0f0f0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.sidebar .popular-tags a:hover {
	color: #fff;
	border-color: #d84315;
	background-color: #d84315
}

.news-block-two {
	position: relative;
	margin-bottom: 50px
}

.news-block-two .inner-box, .news-block-two .inner-box .image {
	position: relative
}

.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.news-block-two .inner-box .lower-content {
	position: relative;
	padding: 25px;
	border: 1px solid #f2f2f2
}

.news-block-two .inner-box .lower-content .post-date {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 8px
}

.news-block-two .inner-box .lower-content .post-date:before {
	position: absolute;
	content: '\f073';
	left: 0;
	top: 3px;
	color: silver;
	font-size: 18px;
	line-height: 1em;
	font-family: FontAwesome;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.news-block-two .inner-box .lower-content h3 {
	position: relative;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.5em;
	margin-bottom: 18px
}

.news-block-two .inner-box .lower-content h3 a {
	position: relative;
	color: #231f20;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

.blog-cat-two li a, .styled-pagination li a {
	transition: all .5s ease;
	font-family: Poppins, sans-serif
}

.news-block-two .inner-box .lower-content h3 a:hover {
	color: #d84315
}

.news-block-two .inner-box .lower-content .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em
}

.styled-pagination {
	position: relative;
	padding-top: 10px
}

.styled-pagination ul {
	position: relative;
	display: inline-block
}

.styled-pagination li {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px 10px 0
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 48px;
	height: 50px;
	font-size: 18px;
	min-width: 50px;
	color: #2d2b2b;
	font-weight: 700;
	text-align: center;
	background: 0 0;
	border-radius: 50%;
	border: 1px solid #f4f4f4;
	text-transform: capitalize;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease
}

.styled-pagination li a.active, .styled-pagination li a:hover {
	color: #fff;
	border-color: #d84315;
	background-color: #d84315
}

.blog-single {
	position: relative
}

.blog-single .inner-box {
	position: relative;
	margin-bottom: 70px;
	box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.blog-single .inner-box .image {
	position: relative
}

.blog-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.blog-single .inner-box .lower-content {
	position: relative;
	padding: 25px;
	border: 1px solid #f2f2f2
}

.blog-single .inner-box .lower-content .post-meta {
	position: relative
}

.blog-single .inner-box .lower-content .post-meta li {
	position: relative;
	color: #2d2b2b;
	font-size: 14px;
	margin-right: 18px;
	margin-bottom: 6px;
	display: inline-block
}

.blog-single .inner-box .lower-content .post-meta li .icon {
	position: relative;
	margin-right: 8px;
	color: #d84315
}

.blog-single .inner-box .lower-content h3 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 20px
}

.blog-single .inner-box .lower-content .text {
	position: relative
}

.blog-single .inner-box .lower-content .text p {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 18px
}

.blog-single .inner-box .lower-content .text blockquote {
	position: relative;
	border: none;
	text-align: center;
	padding: 35px 30px;
	margin-bottom: 40px;
	margin-top: 30px;
	background-color: #f6f6f6
}

.blog-single .inner-box .lower-content .text blockquote .blockquote-text
	{
	position: relative;
	z-index: 1;
	font-size: 18px;
	color: #2d2b2b;
	line-height: 1.8em;
	font-weight: 400
}

.blog-single .inner-box .lower-content .text blockquote .quote-icon {
	position: absolute;
	left: 50%;
	top: 20px;
	line-height: 1em;
	color: #fff;
	font-size: 120px;
	text-align: center;
	margin-left: -45px
}

.blog-single .inner-box .lower-content .text blockquote .quote-info {
	position: relative;
	display: inline-block;
	padding: 12px 70px 0;
	margin-top: 20px;
	border-top: 1px solid #e8e8e8
}

.blog-single .inner-box .lower-content .text blockquote .quote-info h4 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700
}

.blog-single .inner-box .lower-content .text blockquote .quote-info .quote-desination
	{
	position: relative;
	color: #d84315;
	font-size: 16px
}

.blog-single .post-share-options {
	position: relative;
	margin-top: 40px;
	padding: 0
}

.blog-single .post-share-options .post-share-inner {
	border-top: 1px solid #f4f4f4;
	padding-top: 20px
}

.blog-single .post-share-options .info-links {
	position: relative
}

.blog-single .post-share-options .info-links li {
	position: relative;
	margin-right: 20px;
	display: inline-block
}

.blog-single .post-share-options .info-links li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #231f20;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	line-height: 34px;
	margin-right: 10px;
	background-color: #f4f4f4
}

.blog-single .post-share-options .tags span {
	font-size: 16px;
	color: #231f20;
	font-weight: 700;
	margin-right: 8px;
	font-family: Poppins, sans-serif
}

.blog-single .post-share-options .tags a {
	position: relative;
	color: #d84315;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize
}

.blog-single .post-share-options .tags {
	position: relative;
	color: #d84315;
	font-size: 16px;
	font-weight: 400;
	margin-top: 3px
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 25px
}

.sidebar-page-container .group-title h2 {
	position: relative;
	font-size: 20px;
	color: #231f20;
	font-weight: 700;
	text-transform: uppercase
}

.author-box {
	position: relative;
	margin-bottom: 60px
}

.author-box .author-comment {
	position: relative;
	padding: 30px 0 25px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2
}

.author-box .author-comment .inner {
	position: relative;
	padding-left: 110px
}

.author-box .author-comment .inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	margin-bottom: 20px
}

.author-box .author-comment .inner h3 {
	position: relative;
	color: #231f20;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.author-box .author-comment .inner .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 10px
}

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 0;
	margin-bottom: 50px
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #eb5310
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
	margin-left: 30px
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0 0 0 80px
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa
	{
	display: inline-block;
	color: #d84315;
	font-size: 14px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 60px;
	display: block
}

.sidebar-page-container .comments-area .comment-info {
	position: relative;
	color: #231f20;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #2d2b2b;
	font-size: 16px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0
}

.comment-form {
	position: relative
}

.comment-form .group-title {
	margin-bottom: 20px
}

.comment-form .rating-box {
	position: relative;
	margin-bottom: 20px
}

.comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #2d2b2b;
	margin-bottom: 10px
}

.comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ebebeb
}

.comment-form .rating-box .rating:last-child {
	border: 0
}

.comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 2px;
	display: inline-block
}

.comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 12px;
	display: inline-block
}

.comment-form .rating-box .rating a:hover {
	color: #d84315
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 15px
}

.comment-form .form-group label {
	position: relative;
	color: #727272;
	font-size: 16px;
	font-weight: 400
}

.comment-form .form-group:last-child {
	margin-bottom: 0
}

.comment-form .form-group input[type=email], .comment-form .form-group input[type=password],
	.comment-form .form-group input[type=tel], .comment-form .form-group input[type=text],
	.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.comment-form .form-group input[type=email]:focus, .comment-form .form-group input[type=password]:focus,
	.comment-form .form-group input[type=tel]:focus, .comment-form .form-group input[type=text]:focus,
	.comment-form .form-group select:focus, .comment-form .form-group textarea:focus
	{
	border-color: #d84315
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #d6d6d6;
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: #fff;
	resize: none;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.case-block-two .inner-box, .case-block-two .inner-box .image {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	position: relative
}

.comment-form button {
	position: relative;
	margin-top: 20px;
	padding: 9px 33px
}

.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus
	{
	border-color: #f06529
}

.case-modern-section, .case-page-section {
	position: relative;
	padding: 90px 0
}

.case-block-two {
	position: relative;
	margin-bottom: 40px
}

.case-block-two .inner-box {
	transition: all .3s ease
}

.case-block-two .inner-box:hover {
	-webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	-moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.case-block-two .inner-box .image {
	padding: 20px 20px 0;
	background-color: #f4f4f4;
	transition: all .3s ease
}

.case-block-two .inner-box .image .overlay-box, .case-block-two .inner-box .lower-box h3 a
	{
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.case-block-two .inner-box:hover .image {
	background-color: #10d55d
}

.case-block-two.alternate .inner-box .image {
	background-color: #e6e6e6
}

.case-block-two.alternate .inner-box:hover .image {
	background-color: #d84315
}

.case-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.case-block-two .inner-box .image .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	opacity: 0;
	transition: all .3s ease
}

.case-block-two .inner-box:hover .image .overlay-box {
	opacity: 1
}

.case-block-two .inner-box .image .overlay-box .theme-btn {
	padding: 9px 34px;
	top: 50%;
	margin-top: -24px
}

.case-block-two .inner-box .lower-box {
	position: relative;
	padding: 22px 20px;
	background-color: #fff;
	border: 1px solid #f4f4f4
}

.case-block-two .inner-box .lower-box h3 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px
}

.case-block-two .inner-box .lower-box h3 a {
	position: relative;
	color: #231f20;
	transition: all .3s ease
}

.case-block-two .inner-box .lower-box h3 a:hover {
	color: #d84315
}

.case-block-two .inner-box .lower-box .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px
}

.case-banner h2, .case-info-section .title-column .inner-column h2 {
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
	text-transform: uppercase
}

.case-block-two .inner-box .lower-box .read-more {
	position: relative;
	color: #231f20;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.case-block-two .inner-box .lower-box .read-more .icon {
	margin-right: 8px
}

.case-block-two .inner-box .lower-box .read-more:hover, .case-block-two .inner-box:hover .lower-box .read-more
	{
	color: #d84315
}

.case-banner {
	position: relative;
	text-align: center;
	padding: 250px 0 0;
	background-size: cover;
	background-repeat: no-repeat
}

.case-challenge-section, .case-goal-section, .case-single-section {
	padding-top: 60px;
	position: relative
}

.case-banner h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 12px
}

.case-banner .text {
	position: relative;
	color: #fff;
	max-width: 700px;
	margin: 0 auto 45px
}

.case-info-section {
	position: relative
}

.case-info-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.case-info-section .title-column .inner-column {
	position: relative
}

.case-info-section .title-column .inner-column h2 {
	color: #231f20
}

.case-info-section .content-column {
	position: relative
}

.case-info-section .content-column .inner-column {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #f2f2f2
}

.case-info-section .content-column .inner-column .text {
	position: relative
}

.case-info-section .content-column .inner-column .text p {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 20px
}

.info-category {
	position: relative
}

.info-category li {
	position: relative;
	margin-bottom: 15px;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400
}

.case-goal-section .image-column .image, .case-goal-section .title-column
	{
	margin-bottom: 40px;
	position: relative
}

.info-category li .title {
	position: relative;
	color: #231f20;
	font-weight: 700;
	font-size: 16px;
	margin-right: 5px;
	font-family: Poppins, sans-serif
}

.info-category li .fa {
	color: #d84315
}

.case-goal-section .title-column h2 {
	position: relative;
	font-weight: 700;
	color: #231f20;
	line-height: 1.4em;
	text-transform: uppercase
}

.case-goal-section .image-column {
	position: relative
}

.case-goal-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.case-goal-section .content-column {
	position: relative
}

.case-goal-section .content-column .inner-column {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2
}

.case-goal-section .content-column h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7em;
	margin-bottom: 22px
}

.case-challenge-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.case-challenge-section .title-column h2 {
	position: relative;
	font-weight: 700;
	color: #231f20;
	line-height: 1.4em;
	text-transform: uppercase
}

.case-challenge-section .content-column {
	position: relative
}

.case-challenge-section .content-column .inner-column {
	position: relative;
	padding: 0 0 50px;
	border-bottom: 1px solid #f2f2f2
}

.case-challenge-section .content-column .inner-column .owl-nav {
	display: none
}

.case-challenge-section .content-column .inner-column .owl-dots {
	position: relative;
	text-align: center
}

.case-challenge-section .content-column .inner-column .owl-dots .owl-dot
	{
	position: relative;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #dedede;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.case-challenge-section .content-column .inner-column .owl-dots .owl-dot.active,
	.case-challenge-section .content-column .inner-column .owl-dots .owl-dot:hover
	{
	position: relative;
	width: 22px;
	height: 8px;
	border-radius: 10px;
	background-color: #d84315
}

.case-challenge-section .content-column .inner-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 30px
}

.challenge-block {
	position: relative;
	margin-bottom: 30px
}

.challenge-block .inner-block {
	position: relative;
	text-align: center;
	padding: 45px 15px 35px;
	background-color: #f4f4f4
}

.challenge-block .inner-block .percent-box {
	position: relative
}

.challenge-block .inner-block .percent-box .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -32px
}

.challenge-block .inner-block h3 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 8px;
	margin-top: 8px
}

.challenge-block .inner-block .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px
}

.case-solutions-section {
	position: relative;
	padding-top: 60px
}

.case-solutions-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.case-solutions-section .title-column h2 {
	position: relative;
	font-weight: 700;
	color: #231f20;
	line-height: 1.4em;
	text-transform: uppercase
}

.case-solutions-section .content-column {
	position: relative
}

.case-solutions-section .content-column .inner-column {
	position: relative;
	padding: 0 0 30px;
	border-bottom: 1px solid #f2f2f2
}

.case-solutions-section .content-column .inner-column .image-column .image
	{
	margin-bottom: 30px
}

.case-solutions-section .content-column .inner-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 35px
}

.solution-icon-block {
	position: relative;
	margin-bottom: 36px
}

.solution-icon-block .solution-inner {
	position: relative
}

.solution-icon-block .solution-inner .icon-box {
	position: relative;
	margin-bottom: 15px
}

.solution-icon-block .solution-inner h3 {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700
}

.case-result-section {
	position: relative;
	padding-top: 60px
}

.case-result-section .title-column {
	position: relative;
	margin-bottom: 40px
}

.case-result-section .title-column h2 {
	position: relative;
	font-weight: 700;
	color: #231f20;
	line-height: 1.4em;
	text-transform: uppercase
}

.case-result-section .content-column {
	position: relative
}

.case-result-section .content-column .inner-column {
	position: relative;
	padding: 0 0 30px
}

.case-result-section .content-column .inner-column .chart-column .image
	{
	margin-bottom: 40px
}

.case-result-section .content-column .inner-column .text {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	color: #2d2b2b
}

.result-block {
	position: relative;
	margin-bottom: 30px
}

.result-block .block-inner {
	position: relative;
	padding-left: 80px
}

.result-block .block-inner .icon-box {
	position: absolute;
	left: 0;
	top: 10px;
	line-height: 1em
}

.result-block .block-inner .result-text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px
}

.result-block .block-inner h3 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 5px
}

.related-case-section {
	position: relative;
	padding: 85px 0 40px;
	background-color: #f4f4f4
}

.services-single-section {
	position: relative
}

.services-sidebar {
	position: relative;
	padding: 30px 0 1px 28px;
	background-color: #f4f4f4
}

.blog-cat-two {
	position: relative;
	padding: 0 18px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	-webkit-box-shadow: -2px 2px 12px 0 rgba(233, 233, 233, 1);
	-moz-box-shadow: -2px 2px 12px 0 rgba(233, 233, 233, 1);
	box-shadow: -2px 2px 12px 0 rgba(233, 233, 233, 1)
}

.blog-cat-two li {
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid #eee
}

.blog-cat-two li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: block;
	color: #231f20;
	padding: 4px 0 4px 25px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.blog-cat-two li:last-child {
	margin-bottom: 0;
	border: none
}

.blog-cat-two li a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 13px;
	width: 8px;
	height: 8px;
	background-color: #eee;
	border: 1px solid #e6e6e6;
	font-family: FontAwesome;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.blog-cat-two li a:hover, .blog-cat-two li.active a {
	color: #fff;
	padding-left: 30px;
	background-color: #231f20
}

.blog-cat-two li a:hover::before, .blog-cat-two li.active a:before {
	left: 10px;
	border-color: rgba(255, 255, 255, .5)
}

.sidebar-brochure .brochure {
	position: relative;
	color: #231f20;
	font-weight: 400;
	font-size: 16px;
	padding: 5px 20px 5px 70px;
	display: block;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-bottom: none;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.sidebar-brochure .brochure span {
	display: block;
	font-weight: 400;
	color: #2d2b2b;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.sidebar-brochure .brochure .icon {
	position: absolute;
	width: 54px;
	left: 0;
	top: 0;
	height: 65px;
	font-size: 18px;
	margin-right: 8px;
	text-align: center;
	font-weight: 400;
	line-height: 65px;
	color: #231f20;
	border-right: 1px solid #f2f2f2;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.testimonial-widget, .testimonial-widget .inner-widget,
	.testimonial-widget .inner-widget .upper-box {
	position: relative
}

.sidebar-brochure .brochure:hover {
	background-color: #d84315;
	color: #fff
}

.sidebar-brochure .brochure:hover .icon, .sidebar-brochure .brochure:hover span
	{
	color: #fff
}

.testimonial-widget .inner-widget {
	margin-right: 2px;
	padding: 25px 18px 55px;
	background-color: #fff
}

.testimonial-widget .inner-widget .upper-box .upper-inner {
	position: relative;
	padding-left: 70px;
	min-height: 78px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2
}

.testimonial-widget .inner-widget .upper-box .upper-inner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border-radius: 50%
}

.testimonial-widget .inner-widget .upper-box .upper-inner h3 {
	position: relative;
	color: #231f20;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: capitalize
}

.testimonial-widget .inner-widget .upper-box .upper-inner .location {
	position: relative;
	color: #d84315;
	font-size: 16px
}

.testimonial-widget .inner-widget .text {
	position: relative;
	color: #2d2b2b;
	font-size: 17px;
	line-height: 1.7em;
	font-style: italic
}

.testimonial-widget .owl-nav {
	display: none
}

.testimonial-widget .owl-dots {
	position: absolute;
	left: 20px;
	bottom: 20px
}

.testimonial-widget .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 5px;
	margin-right: 8px;
	display: inline-block;
	background-color: #e6e6e6;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.testimonial-widget .owl-dots .owl-dot.active, .testimonial-widget .owl-dots .owl-dot:hover
	{
	background-color: #d84315
}

.services-single {
	position: relative
}

.services-single h2 {
	position: relative;
	color: #231f20;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 30px;
	text-transform: uppercase
}

.services-single .inner-box, .services-single .inner-box .image {
	position: relative
}

.services-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.services-single .inner-box .lower-content {
	position: relative;
	padding-top: 30px
}

.services-single .inner-box .lower-content .text {
	position: relative
}

.services-single .inner-box .lower-content .text p {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 30px
}

.services-single .inner-box .lower-content .text .start-btn {
	padding: 9px 34px;
	margin-bottom: 60px
}

.services-single .inner-box .lower-content .text h3 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase
}

.services-single .inner-box .lower-content .two-column {
	position: relative
}

.services-single .inner-box .lower-content .two-column .graph-column {
	position: relative;
	margin-bottom: 40px
}

.services-single .inner-box .lower-content .two-column .graph-column .inner-column
	{
	position: relative;
	padding: 25px 18px 20px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0 4px 18px 0 rgba(247, 247, 247, 1);
	-moz-box-shadow: 0 4px 18px 0 rgba(247, 247, 247, 1);
	box-shadow: 0 4px 18px 0 rgba(247, 247, 247, 1)
}

.services-single .inner-box .lower-content .two-column .graph-column .inner-column .image img
	{
	width: auto
}

.services-single .inner-box .lower-content .two-column .graph-column .inner-column h4
	{
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize
}

.services-single .inner-box .lower-content .carousel-column .inner-column
	{
	position: relative;
	padding-top: 65px;
	padding-bottom: 40px
}

.services-single .inner-box .lower-content .carousel-column .inner-column:before
	{
	position: absolute;
	content: '';
	left: 6px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #e6e6e6
}

.services-section-four {
	position: relative;
	margin-bottom: 40px
}

.services-section-four .services-inner {
	position: relative;
	padding-left: 50px
}

.services-section-four .services-inner .dott {
	position: absolute;
	content: '';
	left: 3px;
	top: 22px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #231f20
}

.services-section-four .services-inner .dott:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
	background-color: rgba(15, 19, 65, .5)
}

.services-section-four .services-inner .icon-box {
	position: relative;
	margin-bottom: 18px
}

.services-section-four .services-inner .icon-box .icon {
	position: relative;
	line-height: 1em
}

.services-section-four .services-inner .services-heading {
	position: relative;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-transform: capitalize
}

.services-section-four .services-inner .services-text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	line-height: 1.8em
}

.services-single .inner-box .lower-content .carousel-column .slick-next,
	.services-single .inner-box .lower-content .carousel-column .slick-prev
	{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-indent: 0;
	line-height: 26px;
	margin-left: -50px;
	font-size: 18px;
	color: #e6e6e6
}

.services-single .inner-box .lower-content .carousel-column .slick-prev
	{
	left: 42px;
	top: -66px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-single .inner-box .lower-content .carousel-column .slick-next
	{
	left: -8px;
	bottom: -40px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.services-single .inner-box .lower-content .carousel-column .slick-arrow.slick-next
	{
	margin-left: 0
}

.services-single .inner-box .lower-content .carousel-column .slick-arrow.slick-next:hover,
	.services-single .inner-box .lower-content .carousel-column .slick-arrow.slick-prev:hover
	{
	color: #fff;
	border-color: #d84315;
	background-color: #d84315
}

.accordian-boxed {
	position: relative;
	margin-top: 30px
}

.accordian-boxed h3 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 28px;
	text-transform: uppercase
}

.accordion-box {
	position: relative
}

.accordion-box .block {
	position: relative;
	padding: 19px 0;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
	background-color: #fff
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	line-height: 30px;
	color: #231f20;
	font-weight: 700;
	padding: 0 10px 0 100px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	font-family: Poppins, sans-serif
}

.accordion-box .block .acc-btn.active {
	color: #d84315
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 22px;
	top: 0;
	font-size: 18px;
	color: #25baa9;
	padding-right: 20px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.accordion-box .block:after {
	position: absolute;
	content: '';
	left: 78px;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background-color: #f2f2f2
}

.accordion-box .block.active-block:after {
	background-color: #d84315
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 15px 30px 0 100px
}

.accordion-box .block .content .text {
	line-height: 1.8em;
	font-size: 16px;
	color: #848484
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0
}

.quote-two-section {
	position: relative;
	margin-top: 80px;
	padding-bottom: 90px;
	background-color: #f4f4f4 !important
}

.quote-two-section .title-column {
	position: relative;
	padding-bottom: 40px
}

.quote-two-section .title-column .inner-column {
	position: relative;
	padding-top: 95px
}

.quote-two-section .title-column h2 {
	position: relative;
	color: #231f20;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-transform: uppercase
}

.quote-two-section .title-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 18px
}

.quote-two-section .title-column .plans {
	position: relative;
	color: #d84315;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.quote-two-section .title-column .plans .arrow {
	position: relative;
	margin-right: 8px
}

.quote-two-section .form-column .inner-column {
	position: relative;
	padding: 45px;
	margin-top: -90px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
	-moz-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
	box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1)
}

.quote-two-section .form-column .inner-column .text {
	position: relative;
	color: #2d2b2b;
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 30px
}

.close-btn {
	display: none
}

.heading h3 {
	margin-bottom: 20px;
	font-weight: 700
}

.heading h4 {
	margin-bottom: 20px;
	font-weight: 500
}

.bg-gray {
	background-color: #f4f4f4 !important
}

.checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkbox .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc
}

.checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.checkbox:hover input ~.checkmark {
	border: 1px solid #ccc
}

.checkbox input:checked ~.checkmark {
	background-color: #40aa11;
	border: 1px solid #40aa11
}

.checkbox input:checked ~.checkmark:after {
	display: block
}

.checkbox-btn, .radio-btn {
	position: relative;
	padding-left: 20px
}

.checkbox-btn input[type=checkbox], .checkbox-btn input[type=radio],
	.radio-btn input[type=checkbox], .radio-btn input[type=radio] {
	position: absolute;
	opacity: 0;
	z-index: 1
}

.checkbox-btn label, .radio-btn label {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	user-select: none
}

.checkbox-btn label::after, .radio-btn label::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	margin-left: -18px;
	background-color: #fff;
	border: 2px solid #b1b1b1;
	border-radius: 3px;
	cursor: pointer
}

.checkbox-btn label::before, .radio-btn label::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 5px;
	top: 6px;
	left: 5px;
	margin-left: -18px;
	border: 2px solid #4b4948;
	border-top: none;
	border-right: none;
	background: 0 0;
	transform: rotate(-45deg);
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	z-index: 1
}

.checkbox-btn label:active::before, .radio-btn label:active::before {
	opacity: .3
}

.checkbox-btn input[type=checkbox]:checked+label, .checkbox-btn input[type=radio]:checked+label,
	.radio-btn input[type=checkbox]:checked+label, .radio-btn input[type=radio]:checked+label
	{
	color: #4b4948
}

.checkbox-btn input[type=checkbox]:checked+label::after, .checkbox-btn input[type=radio]:checked+label::after,
	.radio-btn input[type=checkbox]:checked+label::after, .radio-btn input[type=radio]:checked+label::after
	{
	border: 2px solid #4b4948
}

.checkbox-btn input[type=checkbox]:checked+label::before, .checkbox-btn input[type=radio]:checked+label::before,
	.radio-btn input[type=checkbox]:checked+label::before, .radio-btn input[type=radio]:checked+label::before
	{
	opacity: 1
}

.checkbox-btn input[type=checkbox]:disabled+label, .checkbox-btn input[type=radio]:disabled+label,
	.radio-btn input[type=checkbox]:disabled+label, .radio-btn input[type=radio]:disabled+label
	{
	color: #b1b1b1;
	cursor: default
}

.checkbox-btn input[type=checkbox]:disabled+label::after, .checkbox-btn input[type=radio]:disabled+label::after,
	.radio-btn input[type=checkbox]:disabled+label::after, .radio-btn input[type=radio]:disabled+label::after
	{
	border: 2px solid #b1b1b1;
	background-color: #fff
}

.checkbox-btn input[type=checkbox]:disabled+label::before, .checkbox-btn input[type=radio]:disabled+label::before,
	.radio-btn input[type=checkbox]:disabled+label::before, .radio-btn input[type=radio]:disabled+label::before
	{
	display: none
}

.radio-btn label::after {
	border-radius: 50%
}

.radio-btn label::before {
	width: 8px;
	height: 8px;
	border: none;
	top: 6px;
	left: 6px;
	border-radius: 50%;
	background-color: #4b4948;
	transform: rotate(0)
}

.ribbon {
	width: 500px;
	margin: 0 auto;
	height: 60px;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background: #3d79d0;
	-webkit-animation: main 250ms;
	-moz-animation: main 250ms;
	-ms-animation: main 250ms;
	animation: main 250ms
}

.ribbon h2 {
	font-size: 28px;
	line-height: 25px
}

.callback, .callback p {
	line-height: 1
}

.ribbon sup {
	font-size: 16px;
	margin-right: 8px
}

.ribbon span {
	position: absolute
}

.ribbon span:first-child, .ribbon span:nth-child(2) {
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: -1;
	border: 20px solid transparent;
	border-right-color: #043140;
	-webkit-animation: edge .5s;
	-moz-animation: edge .5s;
	-ms-animation: edge .5s;
	animation: edge .5s
}

.ribbon span:nth-child(2) {
	left: auto;
	right: -20px;
	border-right-color: transparent;
	border-left-color: #043140
}

.ribbon span:last-child, .ribbon span:nth-child(3) {
	width: 20px;
	bottom: -20px;
	left: -40px;
	z-index: -2;
	border: 30px solid #1d53c0;
	border-left-color: transparent;
	-webkit-animation: back .6s;
	-moz-animation: back .6s;
	-ms-animation: back .6s;
	animation: back .6s;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.ribbon span:last-child {
	bottom: -20px;
	left: auto;
	right: -40px;
	border: 30px solid #1d53c0;
	border-right-color: transparent;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

@
-webkit-keyframes main { 
	0%{
	-webkit-transform: scaleX(0)
	}

	100%{
	-webkit-transform	:scaleX(1)
	}
}
@
-webkit-keyframes edge { 
	0%,50%{
	-webkit-transform: scaleY(0)
	}
	
	100%{
	-webkit-transform :scaleY(1)
	}
}
@
-webkit-keyframes back { 0%,75%{
	-webkit-transform: scaleX(0)
	}
	
	100%{
	-webkit-transform	:scaleX(1)
	}
}
@
-moz-keyframes main { 0%{
	-moz-transform: scaleX(0)
	}
	
	100%{
	-moz-transform	:scaleX(1)
	}
}
@
-moz-keyframes edge { 0%,50%{
	-moz-transform: scaleY(0)
	}
	
	100%{
	-moz-transform	:scaleY(1)
	}
}
@
-moz-keyframes back { 0%,75%{
	-moz-transform: scaleX(0)
	}
	
	100%{
	-moz-transform	:scaleX(1)
	}
}
@
keyframes main { 0%{
	transform: scaleX(0)
	}
	
	100%{
	transform	:scaleX(1)
	}
}
@
keyframes edge { 0%,50%{
	transform: scaleY(0)
	}
	
	100%{
	transform	:scaleY(1)
	}
}
@
keyframes back { 0%,75%{
	transform: scaleX(0)
	}
	
	100%{
	transform :scaleX(1)
	}
}
.img_icon img {
	width: 100px;
	margin: auto
}

ul.resp-tabs-list {
	margin: 0;
	padding: 0
}

.resp-tabs-list li {
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 13px 15px;
	list-style: none;
	cursor: pointer;
	margin-bottom: 15px;
	float: left
}

.resp-tabs-list li h4 {
	font-weight: 500;
	font-size: 18px;
	color: #000
}

.resp-tabs-list li p {
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: 400
}

.resp-tabs-container {
	padding: 0;
	background-color: #fff;
	clear: left
}

.resp-tabs-container h4 {
	font-size: 22px;
	color: #d84315
}

.resp-tabs-container h5 {
	font-size: 16px;
	color: #999;
	margin-bottom: 10px
}

h2.resp-accordion {
	cursor: pointer;
	display: none
}

.resp-tab-content {
	display: none;
	padding: 15px
}

.resp-accordion-active, .resp-content-active, .resp-easy-accordion h2.resp-accordion,
	.resp-tab-content-active {
	display: block
}

.resp-tab-active {
	padding: 15px !important;
	border-bottom: none;
	background-color: #fff
}

.resp-tab-content, h2.resp-accordion {
	border: 1px solid #c1c1c1
}

h2.resp-accordion {
	font-size: 13px;
	border-top: 0 solid #c1c1c1;
	margin: 0;
	padding: 10px 15px
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: #00f
}

.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
	border: 1px solid #f1f1f1
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px !important;
	margin-bottom: 0;
	background: #fff;
	cursor: pointer;
	float: none;
	border: 1px solid #fff
}

.resp-arrow, .resp-tabs-container .btn-style-one {
	float: right
}

.resp-vtabs .resp-tabs-container {
	padding: 0;
	background-color: #fff;
	float: right;
	width: 68%;
	min-height: 250px;
	clear: none
}

.resp-vtabs .resp-tab-content {
	border: none
}

.resp-vtabs li.resp-tab-active {
	position: relative;
	box-shadow: 0 0 20px #00029;
	border-color: #d84315
}

.resp-arrow {
	width: 0;
	height: 0;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #d84315
}

h2.resp-tab-active {
	background: rgba(0, 0, 0, .02) !important
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important
}

.resp-jfit {
	width: 100%;
	margin: 0
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important
}

@media only screen and (max-width:768px) {
	.resp-tabs-container h4 {
		font-size: 16px
	}
	.resp-tabs-container .btn-style-one {
		float: none
	}
	ul.resp-tabs-list {
		display: none
	}
	h2.resp-accordion {
		display: block
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #c1c1c1
	}
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none
	}
	.resp-accordion-closed {
		display: none !important
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important
	}
}

.modal.fade .modal-dialog {
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
	top: 300px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	opacity: 1
}

.callback {
	padding: 50px;
	font-size: 38px;
	text-align: center
}

.callback input {
	margin: 20px 0;
	text-align: center;
	font-size: 22px !important;
	color: #000 !important
}

.c-modal-panel {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}

.c-modal-container {
	width: 600px;
	background: #fff;
	border-radius: 5px;
	margin: 150px auto 0;
	position: fixed;
	left: 0;
	right: 0;
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .3)
}

.c-modal-header {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f6754c;
	color: #fff;
	padding: 10px;
	position: relative
}

.c-modal-close {
	position: absolute;
	top: -13px;
	right: -8px;
	cursor: pointer;
	background: #d84315;
	line-height: 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 28px;
	text-align: center;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, .5);
	color: #fff
}

.c-modal-body {
	padding: 30px
}

.c-modal-body .btn {
	display: inline-block;
	padding: 7px 40px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.42857143;
	vertical-align: middle;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}

.req-demo-icon {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 99
}

@media ( max-width :600px) {
	.c-modal-container {
		width: 90%;
		margin: 40% auto 0
	}
	.callback {
		padding: 30px;
		font-size: 24px
	}
	.callback p {
		line-height: 1.5;
		text-align: center
	}
	.c-modal-close {
		line-height: 25px;
		width: 25px;
		height: 25px;
		font-size: 16px
	}
	.callback input {
		font-size: 14px !important
	}
	.req-demo-icon {
		right: 60px
	}
	.req-demo-icon img {
		width: 100px
	}
}

.menulogo {
	width: 220px;
	position: absolute;
	top: 6px;
	z-index: 99;
	padding: 0 0 0 15px
}

.pt-100 {
	padding-top: 100px
}

.pt-50 {
	padding-top: 50px
}

.pt-215 {
	padding-top: 215px
}

.pt-150 {
	padding-top: 150px
}

.cookies {
	padding: 3px 20px;
	background: rgba(0, 0, 0, .89);
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	z-index: 99999
}

.cookies p {
	margin: 4px 0 0;
	line-height: 17px;
	font-size: 13px
}

.cookies a {
	color: #ff4600;
	font-weight: 500;
	text-decoration: underline;
	font-size: 14px
}

.btngotit {
	padding: 3px 5px;
	margin: 0;
	line-height: 15px;
	background: #d8440d;
	border-radius: 2px;
	font-size: 13px
}

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

.selectdiv:after {
	content: '\f078';
	font: normal normal normal 17px/1 FontAwesome;
	color: #e2e2e2;
	right: 10px;
	height: 100%;
	padding: 17px 0 0 8px;
	border-left: 1px solid #f2f2f2;
	position: absolute;
	pointer-events: none
}

select::-ms-expand {
	display: none
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	float: right;
	padding: 0 8px;
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	background-color: #fff;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal
}

.footericon li {
	display: inline;
	margin-left: 15px;
	border-left: 1px solid #a2a2a2;
	padding-left: 15px
}

.copyright p {
	margin: 0;
	color: #d84315;
	text-align: left
}

@media only screen and (min-width:768px) {
	.contactno, .wattsupmobile {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.contactno, wattsupmobile {
		vertical-align: middle
	}
	.contactno i {
		font-size: 23px;
		font-weight: 500;
		border-right: 1px solid #a2a2a2;
		padding: 0 10px 0 0;
		line-height: 21px
	}
	@
	keyframes contact { 0%{
		transform: scale(1);
		opacity: .9;
		color: red
	}
	50%{
	transform
	
	
	
	
	:scale
	
	
	 
	
	
	(1,5);
	opacity
	
	
	
	
	:
	
	
	
	
	1;
	color
	
	
	
	
	:red
	
	


}

100%{
transform




:scale(1)




;
opacity




:




.9




;
color




:red




}
}
.red {
	-webkit-animation: contact 1s infinite;
	-moz-animation: contact 1s infinite;
	-o-animation: contact 1s infinite;
	animation: contact 1s infinite
}

}
@media only screen and (max-width:767px) {
	.wattsupmobile i {
		margin: 0 5px;
		font-size: 23px;
		font-weight: 600;
		color: #12d06d;
		border-right: 1px solid #a2a2a2;
		padding: 0 10px 0 0;
		line-height: 21px
	}
	@
	keyframes wattsup { 0%{
		transform: scale(1);
		opacity: 1;
		color: green
	}
	50%{
	transform
	
	
	
	
	:scale
	
	
	 
	
	
	(1,5);
	opacity
	
	
	
	
	:
	
	
	
	
	1;
	color
	
	
	
	
	:green
	
	


}

100%{
transform




:scale(1)




;
opacity




:




1;
color




:green




}
}
.green {
	-webkit-animation: wattsup 1s infinite;
	-moz-animation: wattsup 1s infinite;
	-o-animation: wattsup 1s infinite;
	animation: wattsup 1s infinite
}

}
.diwali {
	font-size: 50px !important;
	color: #f30000 !important;
	text-shadow: 1px 1px 1px #14a26e;
	left: -90px
}

.diwalitext {
	color: #fff !important;
	left: -90px !important
}

@media only screen and (max-width:767px) {
	.diwali {
		font-size: 30px !important;
		left: -60px
	}
	.diwalitext {
		left: -10px !important;
		max-width: 300px
	}
}

.footericon li:first-child {
	border-left: 0
}

.pricingtablephone {
	z-index: 99999999
}

.header {
	margin: 0 auto;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	padding: 15px 0
}

.sticky {
	background: #fdfdfd;
	box-shadow: 0 0 15px 0 #b1b1b1
}

.text-bottom-footer {
	text-align: left
}

.footericon {
	float: right
}

@media only screen and (max-width:767px) {
	.complaingdownloads {
		border: 1px solid #d84315;
		padding: 5px 10px;
		border-radius: 15px;
		color: #1f1a17
	}
	.footericon, .text-bottom-footer {
		text-align: center !important;
		float: none
	}
}

.wattsup i {
	font-weight: 600
}

.services-section p {
	text-align: justify
}

.contact-form-column, .contact-info-column {
	padding-top: 50px
}

.contactpage {
	display: none
}

@media only screen and (max-width:767px) {
	.boxorder {
		padding: 0;
		margin: 0;
		list-style: none;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.box1, .box2 {
		padding: 15px;
		color: #fff
	}
	.box1 {
		flex: 1 1 auto
	}
	.box2 {
		flex: 1 1 auto
	}
	.box1:nth-of-type(1) {
		order: 2
	}
	.box2:nth-of-type(2) {
		order: 1
	}
	.contactpage {
		display: block;
		position: fixed;
		bottom: 50%;
		right: -28px;
		transform: rotate(90deg);
		background: #d84315;
		padding: 0 6px;
		color: #fff;
		z-index: 99;
		font-size: 12px
	}
	.contactpage:hover {
		color: #fff
	}
	.services-section .owl-nav {
		display: block;
		position: absolute;
		top: -35px;
		right: 40%
	}
	.sec-title {
		margin-bottom: 50px
	}
	.dropdown ul a {
		background: #f3f3f3 !important
	}
}