::selection {
  background: #f15c22 !important;
  color: #fff !important;
}

.hidden,
.hidden-box{
	display:none !important;
}
.box-calculator  {
    border-left: 1px solid #e5e5e5;
}
.cost-calculator.btQuoteBooking .help-cost-ico{
	    display: inline-block;
    margin: 0 0 0 8px;
    color: #f15c22;
    font-size: 16px;
    cursor:pointer;
}
.cost-calculator.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{
	background: #f15c22; 
}
.cost-calculator.btQuoteBooking .btContactNext{
	border: #f15c22 2px solid;
  color: #f15c22;
}
.cost-calculator.btQuoteBooking .ui-slider .ui-slider-handle{
   top: -16px;
	background: #f15c22 !important;
	border:0 !important;
}
.cost-calculator.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-active,
.cost-calculator.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover{
	box-shadow: none;
}
.cost-calculator.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    background: #f15c22;
}

.cost-calculator.btQuoteBooking .btQuoteSubtotal {
    margin: 0 0 20px;
    font-weight: bold;
    padding: 0;
    text-align: right;
    color: #FFF;
    background: #67696a;
    border-radius: 50px;
    line-height: 1.8;
    display: flex;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: stretch;
    align-items: stretch;
    float: none;
}
.cost-calculator.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
    font-size: 20px;
    padding-top: 6px;
}
.cost-calculator.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
    font-weight: bold;
    line-height: 2.3;
    font-size: 22px;
    display: inline-block;
    background: rgba(0,0,0,0.25);
    width: auto;
    border-radius: 100px;
    padding: 0 16px;
}
.cost-calculator.btQuoteBooking h3{
    border-bottom: 1px solid #bdbdbd;
    color: #0c0c0c;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 25px;
}
.cost-calculator.btQuoteBooking .btQuoteSlider {
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
        border: 1px solid rgba(34,34,34,.25);
    -webkit-box-shadow: 0 10px 30px rgb(34 34 34 / 7%);
    box-shadow: 0 10px 30px rgb(34 34 34 / 7%);
    background: #fff;
        transition: all 380ms ease;
    border-radius: 50px;
}
.cost-calculator.btQuoteBooking .btQuoteSlider:hover,
.cost-calculator.btQuoteBooking .btQuoteSlider.ui-state-hover,
.cost-calculator.btQuoteBooking .btQuoteSlider.ui-state-active{
    -webkit-box-shadow: 0 7.5px 15px rgb(34 34 34 / 20%);
    box-shadow: 0 7.5px 15px rgb(34 34 34 / 20%);
}
.cost-calculator.btQuoteBooking .btQuoteItem label{
    margin: 8px 0 0 -270px;
    width: 280px;
		color: #333;
}
.cost-calculator.btQuoteBooking .btQuoteItem {
    padding: 0 0 0 280px;
    position: relative;
}
.cost-calculator.btQuoteBooking .btQuoteItemDescription{
    display: none;
    position: absolute;
    left: 10px;
    top: 32px;
    font-size: 13px;
    font-style: italic;
    width: 200px;
    background: #fff;
    color: #67696a;
    position: absolute;
    margin-left: 40px;
    margin-top: -49px;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.5;
    opacity: 1;
    box-shadow: 0 0 21px #42424236;
    z-index: 3;
}
/*
.cost-calculator.btQuoteBooking .btQuoteItemDescription:before{
	content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
}*/
.cost-calculator.btQuoteBooking .form-group input,
.cost-calculator.btQuoteBooking textarea{
	  padding:10px 20px;
	  border-radius:50px;
	    border: 1px solid rgba(34,34,34,.25);
    -webkit-box-shadow: 0 20px 30px rgb(34 34 34 / 7%);
    box-shadow: 0 20px 30px rgb(34 34 34 / 7%);
    color: #181818!important;
}
.cost-calculator.btQuoteBooking  label{
    width:100%;
    height: 50px;
}
.cost-calculator.btQuoteBooking textarea{
    width:100%;
		max-height:170px;
		padding:15px 20px;
	  border-radius:40px;
}
.cost-calculator.btQuoteBooking input[type="submit"]{
    font-family: inherit;
    margin: 20px 0 0 30px;
    line-height: 2.25;
    border-radius: 50px;
		border: #f15c22 2px solid;
    color: #f15c22;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    padding:0px 20px 0 20px;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    filter: alpha(opacity=0);
    transform: translate(250px,0);
    white-space: nowrap;
}
.cost-calculator.btQuoteBooking input[type="submit"]:hover,
.cost-calculator.btQuoteBooking input[type="submit"]:active,
.cost-calculator.btQuoteBooking input[type="submit"]:focus{
		background: #f15c22;
    color: #fff;
}

.appilo-main .box-cost h3{
    font-weight: 300;
    font-size: 27px;
    color:#f15c22 !important;
}



#table-price .list-item > li > i{
    margin-top: -3px;
}
#table-price .info-help{
    display: inline-block;
    position:relative;
    cursor:pointer;
}
#table-price .info-help span{
	display:none;
}
#table-price .info-help:hover span{
    display: block;
    padding: 5px 10px;
    width: 170px;
    font-size: 12px;
    position: absolute;
    background: #fff;
    color: #333;
    z-index: 15;
    top: -100%;
    right: -170px;
    box-shadow: 0 0 15px #b5b5b5;
}
#table-price .info-help .info-ico{
	color: #e3e3e3;
  display: inline-block;
  margin: -3px 0 0 5px;
}
#table-price .list-item{
	padding-left: 4px;
  padding-right: 4px;
}
#table-price .list-item > li {
    border-bottom: 1px solid #e8e6e6;
    padding: 8px 0;
}
.new-demo-badge{
	display:none;
}
	
.appilo-main {
	font-family: 'Poppins';
	color: #656565;
	font-size: 14px;
	line-height: 27px
}

.appilo-main a:hover,
.appilo-main a:visited,
.appilo-main a:focus,
.appilo-main a:active {
	text-decoration: none!important;
	outline: none!important
}

.appilo-main .container {
	-webkit-transition: none;
	transition: none
}
.appilo-footer .subscribe-section .wpcf7-submit{
    background: #fff !important;
    color: #333 !important;
}

@media (min-width:1200px) {
	.appilo-main .container {
		padding-left: 0;
		padding-right: 0
	}
}

/*POPUP DEMANDE ESSAI*/
#popmake-2286 .pum-title{
		color: #F15C22;
    font-family: "Poppins", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 48px;
    margin-top: -18px;
}
#popmake-2286 .popmake-close{
    background: #f15c22;
    margin: 12px 15px 0 0;
}
#popmake-2286 .wpcf7-submit{
    cursor: pointer;
    background: #F15C22;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    letter-spacing: 1.5px;
    margin-bottom: -10px;
}
#popmake-2286 .form-group{
    margin:0;
}
#popmake-2286 label{
    width: 100%;
    font-weight: 400;
}
#popmake-2286 input,
#popmake-2286 textarea{
    border: 1px solid #cbcbcb;
    font-size: 15px;
    padding: 5px;
    margin: 0 0 10px;
    width: 100%;
    max-height:150px;
} 
 
 
.sec-pad {
	padding: 120px 0
}

.p0 {
	padding: 0!important
}

.pt0 {
	padding-top: 0!important
}

.pt70 {
	padding-top: 70px!important
}

.pb0 {
	padding-bottom: 0!important
}

.mb80 {
	margin-bottom: 80px!important
}

.gray-bg {
	background: #F4F9FD
}

.appilo-main [class^="flaticon-"]:before,
.appilo-main [class*=" flaticon-"]:before,
.appilo-main [class^="flaticon-"]:after,
.appilo-main [class*=" flaticon-"]:after {
	margin-left: 0;
	font-size: inherit
}

.appilo-sec-title {
	margin-bottom: 80px
}

.appilo-sec-title h2,
.appilo-sec-title p {
	margin: 0
}
/*body .elementor-27 h2.elementor-heading-title*/
h2{
	color: #F15C22 !important;
	    font-size: 32px !important;
    line-height: 48px !important;
}
.appilo-sec-title h2 {
	font-size: 32px;
	color: #170B35;
	font-weight: 600
}

.appilo-sec-title p {
	font-size: 16px;
	line-height: 26px;
	color: #656565;
	margin-top: 20px
}

.appilo-thm-btn {
	display: inline-block;
	border: none;
	outline: none;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 28px;
	padding: 15px 29px;
	position: relative
}

.appilo-thm-btn:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 28px;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.appilo-thm-btn:hover {
	color: #190A32
}

.appilo-thm-btn:hover:before {
	opacity: 1
}

.appilo-thm-btn>span {
	position: relative
}

.appilo-thm-btn.borderd {
	color: #190A32
}

.appilo-thm-btn.borderd:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 28px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.appilo-thm-btn.borderd:hover {
	color: #fff
}

.appilo-thm-btn.borderd:hover:before {
	opacity: 0
}

.separator {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: rgba(83, 82, 83, .15)
}

.separator.full-width {
	max-width: 100%
}

.separator.no-border {
	background-color: transparent
}

.separator.mt135 {
	margin-top: 135px
}

.separator.mb135 {
	margin-bottom: 135px
}

.separator.mt115 {
	margin-top: 115px
}

.separator.mb115 {
	margin-bottom: 115px
}

.separator.mt100 {
	margin-top: 100px
}

.separator.mb100 {
	margin-bottom: 100px
}

.separator.mt90 {
	margin-top: 90px
}

.separator.mb90 {
	margin-bottom: 90px
}

.appilo-scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	color: #fff;
	font-size: 17px;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	-webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
	box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.appilo-preloader {
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999
}

.appilo-preloader .spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.home-page-one {
	position: absolute;
	top: 0
}

.home-page-one .navbar-brand {
	padding-top: 0
}

.home-page-one .navbar {
	padding: 0
}

.home-page-one .navbar-nav {
	display: inline-block
}

.home-page-one .navbar-nav li {
	display: inline-block
}

.home-page-one .navbar-nav ul {
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	top: 5px;
	float: right
}

.home-page-one .navbar-nav .nav-link {
	font-size: 15px;
	letter-spacing: .01em;
	position: relative;
	display: inline-block;
	color: #FFF;
	text-transform: capitalize;
	padding-left: 20px!important;
	padding-right: 15px!important;
	padding-bottom: 30px;
	font-weight: 600;
	padding-top: 0
}
.home-page-one .navbar-nav li:last-child .nav-link{
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 3px;
	margin: 0 -5px 0 4px;
}
.home-page-one .navbar-nav li:last-child .nav-link:hover{
	background: #fff;
	color: #333;
}
.home-page-one.menu-bg-overlay .navbar-nav li:last-child .nav-link{
    background: #f15c22;
    color: #fff !important;
    border-color: #f15c22;
}
.home-page-one.menu-bg-overlay .navbar-nav li:last-child .nav-link:hover{
    background: #fff;
    color: #f15c22 !important;
    border-color: #fff;
}
.home-page-one .navbar-nav li:last-child .nav-link:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: inline-block;
	content: "\f007";
	padding-right: 13px;
	margin-left: -5px;
}

.home-page-one .navbar-nav .nav-link.active {
	opacity: 1;
	color: #2e1d12
}

.home-page-one .nav-wrapper {
	height: 100%
}

.home-page-one .sign-up-btn {
		margin-left: 25px;
    margin-top: -26px;
    margin-right: 23px;
}

.home-page-one .sign-up-btn a {
	border: none;
	outline: none;
	background: #fff;
	color: #190A32;
	font-weight: 600;
	font-size: 15px;
	border-radius: 18px;
	display: inline-block;
	padding: 4.5px 21.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.home-page-one .sign-up-btn a:hover {
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	color: #fff
}
.home-page-one .sign-up-btn a:hover{
	background:#333 !important;
	color:#fff !important;
}
.home-page-one.menu-bg-overlay .sign-up-btn a:hover{
	background:#ff6700 !important;
	color:#fff !important;
}
.home-page-one {
	position: relative
}

.appilo-menu {
	right: 0;
	left: 0;
	top: 30px;
	z-index: 1030;
	margin: 0 auto;
	max-width: 1170px;
	position: absolute
}

.home-page-one.menu-bg-overlay {
	background-color: #30353a;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 999999;
	padding: 10px 0;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link {
	top: 5px
}

.home-page-one.menu-bg-overlay .appilo-menu {
	top: 15px
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link.active {
	color: #f15c22 !important;
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link:hover:not(.active) {
	color: #F3Ac1E
}
.home-page-one.menu-bg-overlay .navbar-nav .nav-link:focus {
	color: #F3Ac1E
}

.home-page-one .default-logo {
		max-width: 250px;
		width:220px;
    margin-left: -8px;
    float: left;
} 
.home-page-one .stick-logo {
		display: none;
		width:203px;
		margin: -6px 0 12px 24px;
}
@media (max-width:1118px) {
	.home-page-one .default-logo{
	    max-width: 210px;
	}
	.home-page-one.menu-bg-overlay .stick-logo {
	    max-width: 210px;
    margin: -6px 0 12px 0px;
	}
	#menu-item-2247 a{
		    width: 35px;
    height: 35px;
    padding: 4px;
    overflow: hidden;
    border-radius: 35px;
    margin: 1px 0 -12px;
    float: left;
    display: inline-block;
	}
	#menu-item-2247 .nav-link:before {
		padding-right: 23px;
    margin-left: -9px;
	}
}
@media (max-width:991px) {
	.blog-list .container {
	    max-width: inherit; 
	}
	.how-app-work-section .container img.circled-img {
		left: 70% !important;
    top: 30% !important;
	}
	.how-app-work-section .col-md-6:last-child{
    width: 100% !important;
    max-width: inherit;
    float: left;
    flex: inherit;
    position: absolute;
    top: -100px;
	}
}






.home-page-one.menu-bg-overlay .default-logo {
	display: none
}

.home-page-one.menu-bg-overlay .stick-logo {
	display: block
}
.home-page-one .navbar-custom,
.home-page-one .mr-auto {
    margin-top: -10px;
}
.home-page-one .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 15px;
	z-index: 1000;
	float: left;
	min-width: 200px;
	padding: 0 0;
	text-align: left;
	list-style: none;
	display: block;
	background-color: #F4F4F6;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0;
	visibility: hidden;
	border: none;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease
}

.home-page-one .navbar-expand-lg .navbar-nav .dropdown-menu ul {
	padding: 0
}

.home-page-one .navbar-expand-lg .navbar-nav .dropdown-menu li a {
	font-size: 15px;
	color: #2d2d2d;
	padding: 8px 0;
	display: block;
	line-height: 26px;
	padding-left: 27px;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.home-page-one.menu-bg-overlay .sign-up-btn {
	margin-bottom: -10px
}

.home-page-one .navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.home-page-one .navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
	background: #f15c22;
	color: #fff;
	position: relative
}

.home-page-one .navbar-collapse .dropdown {
	position: relative
}

.home-page-one .navbar-collapse .dropdown li {
	list-style: none;
	display: block
}

.home-page-one .dropdown-btn {
	display: none
}

.banner-static {
	background: #fff url(../img/slider-bg.jpg) 90% top no-repeat;
	padding-top: 190px;
	overflow: hidden;
	background-size: cover
}

@media (max-width:1366px) {
	.banner-static {
		background: #fff url(../img/slider-bg.jpg) center top no-repeat;
		background-size: cover
	}
}

.banner-static .banner-content {
	padding-top: 140px
}

.banner-static .banner-content h3 {
	margin: 0;
	color: #190A32;
	font-size: 42px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 11px
}

.banner-static .banner-content p {
	margin: 0;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 54px
}

.banner-static .banner-content .appilo-thm-btn+.appilo-thm-btn {
	margin-left: 15px
}

.banner-static .banner-content .appilo-thm-btn {
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.banner-static .banner-content .appilo-thm-btn:hover {
	color: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.banner-static .banner-content .appilo-thm-btn:hover:before {
	opacity: 0
}

.banner-static .banner-content .appilo-thm-btn.borderd {
	-webkit-box-shadow: none;
	box-shadow: none
}

.banner-static .banner-content .appilo-thm-btn.borderd:hover {
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.banner-static .banner-content .appilo-thm-btn.borderd:hover:before {
	opacity: 0
}

.banner-static .banner-moc-box>img {
	position: relative;
	left: 175px;
	max-width: inherit
}

.fun-fact .single-fun-fact {
	text-align: center
}

.fun-fact .single-fun-fact p {
	color: #656565;
	font-size: 18px;
	font-weight: 600;
	margin: 0
}

.fun-fact .single-fun-fact span.counter {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 200!important;
	font-size: 53px
}

.fun-fact .separator {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: rgba(83, 82, 83, .15);
	margin-top: 70px
}

.app-features .single-app-features i {
	padding-top: 8px;
	color: #666;
	font-size: 45px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	line-height: 1
}

.app-features .single-app-features h3,
.app-features .single-app-features p {
	margin: 0
}

.app-features .single-app-features h3 {
	font-size: 20px;
	font-weight: 500;
	color: #f04402;
	margin-top: 17px;
	margin-bottom: 17px
}

.app-features .single-app-features p {
	letter-spacing: .01em;
	color: #656565;
	margin-bottom: 50px
}

.app-features .single-app-features .line {
	width: 100%;
	height: 4px;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.app-features .single-app-features:hover i {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.app-features .single-app-features:hover .line {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.app-features .center .single-app-features i {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.app-features .center .single-app-features .line {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.app-features .owl-theme .owl-nav {
	margin: 0
}

.app-features .owl-theme .owl-nav [class*=owl-] {
	background: #E9E8E8;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	line-height: 38px;
	font-size: 14px;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.app-features .owl-theme .owl-nav [class*=owl-] i {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 14px;
	cursor: pointer
}

.app-features .owl-theme .owl-nav .owl-prev {
	left: 0
}

.app-features .owl-theme .owl-nav .owl-next {
	right: 0
}

.features-style-one .feature-style-content {
	padding-top: 50px
}

.features-style-one .feature-style-content.pl40 {
	padding-left: 40px
}

.features-style-one .feature-style-content>i {
	font-size: 45px;
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1
}

.features-style-one .feature-style-content h3 {
	margin: 0;
	color: #f7941d;
	font-size: 32px;
	line-height: 48px;
	margin-top: 25px;
	margin-bottom: 20px
}

.features-style-one .feature-style-content p {
	font-size: 16px;
	line-height: 27px;
	color: #656565;
	letter-spacing: .01em;
	margin: 0;
	margin-bottom: 20px
}

.features-style-one .feature-style-content a.more {
	font-size: 16px;
	font-weight: 600;
	color: #f15c22;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.features-style-one .feature-style-content a.more i {
	margin-left: 5px;
	vertical-align: middle
}

.features-style-one .feature-style-content a.more:hover {
	color: #d43297
}

.features-style-one img.has-dropshadow,
#responsive-section .col-md-6 > img{
	-webkit-box-shadow: 0 16px 43px rgba(135, 48, 48, .24);
	box-shadow: 0 16px 43px rgba(135, 48, 48, .24)
}

.appilo-video-box {
	background: #D9378B url(../img/video-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	position: relative;
	padding: 126px 0
}

.appilo-video-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(61, 30, 130, .67)
}

.appilo-video-box .container {
	position: relative
}

.appilo-video-box h3 {
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 50px
}

.appilo-video-box a.video-btn {
	width: 109px;
	height: 109px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	text-align: center;
	display: inline-block;
	line-height: 109px;
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.appilo-video-box a.video-btn i {
	display: inline-block;
	vertical-align: middle;
	width: 84px;
	height: 84px;
	color: #fff;
	font-size: 20px;
	line-height: 84px;
	border-radius: 50%;
	background: #D9378B
}

.pricing-section .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: middle
}

.pricing-section .switch input {
	display: none
}

.pricing-section .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	-webkit-transition: .4s;
	transition: .4s
}

.pricing-section .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

.pricing-section .switch.on .slider {
	background: #f3ac1e;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f3ac1e), color-stop(100%, #f15c22));
	background: -webkit-gradient(linear, left top, right top, from(#f3ac1e), to(#f15c22));
	background: linear-gradient(to right, #f3ac1e 0%, #f15c22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3ac1e', endColorstr='#f15c22', GradientType=1)
}

.pricing-section .switch.off .slider {
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1)
}

.pricing-section input:focus+.slider {
	-webkit-box-shadow: 0 0 1px #2196F3;
	box-shadow: 0 0 1px #2196F3
}

.pricing-section .switch.off .slider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px)
}

.pricing-section .slider.round {
	border-radius: 34px
}

.pricing-section .slider.round:before {
	border-radius: 50%
}

.pricing-section ul.switch-toggler-list {
	margin-bottom: 40px;
	display: flex;
	justify-content: center
}

.pricing-section ul.switch-toggler-list li a {
	font-size: 18px;
	font-weight: 600;
	color: #323232;
	padding-left: 10px;
	padding-right: 10px;
	display: block
}

.pricing-section ul.switch-toggler-list li.active a {
	color: #989898
}

.pricing-section .pricing-row {
	padding-top: 20px
}

.pricing-section .single-pricing {
	position: relative;
	background: #E8E6E6;
	border-radius: 15px
}

.pricing-section .single-pricing:before {
	content: '';
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 15px
}

.pricing-section .single-pricing .inner {
	position: relative;
	padding-bottom: 45px;
	padding-top: 45px
}

.pricing-section .single-pricing h3,
.pricing-section .single-pricing p,
.pricing-section .single-pricing ul,
.pricing-section .single-pricing li {
	margin: 0;
	padding: 0;
	list-style: none
}

.pricing-section .single-pricing h3.title {
	font-size: 24px;
	color: #170B35;
	font-weight: 600
}

.pricing-section .single-pricing p.price {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 53px;
	font-weight: 200!important;
	line-height: 1em;
	margin-bottom: 20px;
	margin-top: 20px
}

.pricing-section .single-pricing p.price-label {
	font-size: 18px;
	font-weight: 600;
	color: #656565
}

.pricing-section .single-pricing ul.list-item {
	margin-top: 45px
}

.pricing-section .single-pricing ul.list-item li {
	font-size: 14px;
	color: #170B35;
	font-weight: 500
}

.pricing-section .single-pricing ul.list-item li i {
	vertical-align: middle;
	margin-right: 5px
}

.pricing-section .single-pricing ul.list-item li i.fa-check {
	color: #12CE32
}

.pricing-section .single-pricing ul.list-item li i.fa-times {
	color: #FF0302
}

.pricing-section .single-pricing a.appilo-thm-btn {
	padding: 15px 57px;
	margin-top: 35px
}

.pricing-section .single-pricing a.appilo-thm-btn:hover {
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.pricing-section .single-pricing.popular {
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	margin-top: -20px
}

.pricing-section .single-pricing.popular .inner {
	padding-top: 65px;
	padding-bottom: 65px
}

.pricing-section .single-pricing.popular .appilo-thm-btn {
	color: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.pricing-section .single-pricing.popular .appilo-thm-btn:before {
	opacity: 0
}

.pricing-section .tabed-content #year,
.pricing-section .tabed-content #month {
	display: none
}

.intigration-section .intigration-content {
	padding-top: 40px
}

.intigration-section h3 {
	margin: 0;
	color: #813b00;
	font-size: 32px;
	line-height: 48px;
	margin-top: 25px;
	margin-bottom: 20px
}
.intigration-section p {
	font-size: 16px;
	line-height: 27px;
	color: #656565;
	letter-spacing: .01em;
	margin: 0;
	margin-bottom: 20px
}

.intigration-section a.more {
	color: #f15c22;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.intigration-section a.more i {
	margin-left: 5px;
	vertical-align: middle
}

.intigration-section a.more:hover {
	color: #d43297
}

.intigration-section .intigration-img-box {
	position: relative;
	display: block;
	min-height: 360px
}

.intigration-section .intigration-img-box img {
	position: absolute;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 20px
}

.intigration-section .intigration-img-box img:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.intigration-section .intigration-img-box img:nth-child(1) {
	top: 0;
	right: 185px
}

.intigration-section .intigration-img-box img:nth-child(2) {
	top: 48px;
	right: 60px
}

.intigration-section .intigration-img-box img:nth-child(3) {
	top: 170px;
	right: 350px
}

.intigration-section .intigration-img-box img:nth-child(4) {
	top: 196px;
	right: 200px
}

.intigration-section .intigration-img-box img:nth-child(5) {
	bottom: 0;
	right: 0
}

.blog-style-one .single-blog-post:hover .img-box img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-style-one .single-blog-post:hover .img-box:after {
	opacity: 1
}

.blog-style-one .single-blog-post .img-box {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.blog-style-one .single-blog-post .img-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-style-one .single-blog-post .img-box>img {
	border-radius: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p,
.blog-style-one .single-blog-post .text-box ul,
.blog-style-one .single-blog-post .text-box li {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-style-one .single-blog-post .text-box ul.meta-info {
	margin-top: 40px;
	margin-bottom: 15px
}

.blog-style-one .single-blog-post .text-box ul.meta-info li {
	display: inline-block;
	vertical-align: middle
}

.blog-style-one .single-blog-post .text-box ul.meta-info li:after {
	content: '';
	width: 5px;
	height: 5px;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle
}

.blog-style-one .single-blog-post .text-box ul.meta-info li:last-child:after {
	display: none
}

.blog-style-one .single-blog-post .text-box ul.meta-info li a {
	display: inline-block;
	vertical-align: middle;
	color: #656565;
	font-size: 16px
}

.blog-style-one .single-blog-post .text-box h3 {
	font-size: 20px;
	font-weight: 500;
	color: #813b00;
	line-height: 30px;
	margin-bottom: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-style-one .single-blog-post .text-box h3:hover {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.blog-style-one .single-blog-post .text-box p {
	color: #656565;
	margin-bottom: 15px
}

.blog-style-one .single-blog-post .text-box a.read-more {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 40px
}

.blog-style-one .single-blog-post .text-box a.read-more i {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 5px;
	vertical-align: middle
}

.blog-style-one .single-blog-post .text-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-style-one .single-blog-post:hover .text-box:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.blog-style-one .center .single-blog-post .text-box:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.blog-style-one .owl-theme .owl-nav {
	margin: 0
}

.blog-style-one .owl-theme .owl-nav [class*=owl-] {
	background: #E9E8E8;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	line-height: 38px;
	font-size: 14px;
	position: absolute;
	top: 18%
}

.blog-style-one .owl-theme .owl-nav [class*=owl-] i {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 14px;
	cursor: pointer
}

.blog-style-one .owl-theme .owl-nav .owl-prev {
	left: -19px
}

.blog-style-one .owl-theme .owl-nav .owl-next {
	right: -19px
}

.blog-style-two .single-blog-post-style-two+.single-blog-post-style-two {
	margin-top: 80px
}

.blog-style-two .single-blog-post-style-two .img-box {
	position: relative
}

.blog-style-two .single-blog-post-style-two .img-box>img {
	width: 100%
}

.blog-style-two .single-blog-post-style-two .img-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 1, 1, .2)
}

.blog-style-two .single-blog-post-style-two .text-box {
	padding-top: 30px
}

.blog-style-two .single-blog-post-style-two .text-box a.date {
	color: #CD3498;
	font-size: 16px;
	font-weight: 600
}

.blog-style-two .single-blog-post-style-two .text-box h3 {
	font-size: 20px;
	color: #170B35;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px
}

.blog-style-two .single-blog-post-style-two .text-box p {
	font-size: 16px;
	line-height: 28px;
	color: #656565;
	letter-spacing: .01em;
	margin: 0
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info {
	border-top: 1px solid #E3E3E3;
	padding-top: 20px;
	margin-top: 20px
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a,
.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
	display: inline-block;
	vertical-align: middle;
	color: #929191;
	font-size: 15px;
	letter-spacing: .01em
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
	margin-left: 10px;
	margin-right: 10px
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more {
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	position: relative;
	display: inline-block;
	padding: 13px 35px;
	font-weight: 600;
	margin-top: 20px
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more>span {
	position: relative
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 28px;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
	color: #170B35;
	-webkit-box-shadow: 0 18px 37px rgba(212, 104, 50, .2);
	box-shadow: 0 18px 37px rgba(212, 104, 50, .2)
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover:before {
	opacity: 1
}

.blog-style-two .blog-post-pagination {
	margin-top: 80px
}

.blog-style-two .blog-post-pagination a {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	line-height: 38px;
	color: #170B35;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #CBCACA;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-style-two .blog-post-pagination a+a {
	margin-left: 10px
}

.blog-style-two .blog-post-pagination a.active,
.blog-style-two .blog-post-pagination a:hover {
	border-color: #cd339a;
	color: #fff;
	background: #cd339a
}

.blog-details-page .has-right-sidebar {
	padding-right: 120px
}

.blog-details-page .single-blog-post-style-two .text-box {
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 100px
}

.blog-details-page .single-blog-post-style-two .text-box a {
	color: #0C7FE9
}

.blog-details-page .single-blog-post-style-two .text-box h3 {
	margin: 0;
	margin-bottom: 15px
}

.blog-details-page .single-blog-post-style-two .text-box .meta-info {
	border: none;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px
}

.blog-details-page .single-blog-post-style-two .text-box .qoute {
	padding: 25px 0;
	padding-left: 30px;
	border-left: 7px solid #cd339a
}

.blog-details-page .single-blog-post-style-two .text-box .qoute p {
	font-size: 18px;
	color: #656565;
	font-style: italic;
	line-height: 30px
}

.blog-details-page .single-blog-post-style-two .text-box .qoute h3 {
	font-size: 16px;
	color: #813b00;
	font-weight: 600;
	margin: 0;
	margin-top: 10px
}

.blog-details-page .single-blog-post-style-two .text-box .qoute span {
	color: #929191;
	font-size: 15px;
	display: inline-block;
	margin-top: 5px
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul,
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li:last-child {
	margin-right: 0
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a {
	display: block;
	border: 1px solid #E0E0E0;
	padding: 4px 19.5px;
	font-size: 15px;
	color: #929191;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a:hover {
	color: #fff;
	border-color: #CC3498;
	background: #CC3498
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li.labled {
	color: #813b00;
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px
}

.blog-details-page .single-blog-post-style-two .text-box .social-box h4 {
	color: #813b00;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul,
.blog-details-page .single-blog-post-style-two .text-box .social-box li {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li {
	display: inline-block;
	vertical-align: middle
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li+li {
	margin-left: 10px
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.facebook a {
	background: #3B5996
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.twitter a {
	background: #21A0F0
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.google a {
	background: #D63C32
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.pinterest a {
	background: #BC0A1B
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.email a {
	background: #7A8184
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a {
	display: block;
	background: #7A8184;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	padding: 4px 17px
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a i {
	margin-right: 10px
}

.blog-details-page .title-blog-details-page {
	margin-bottom: 35px
}

.blog-details-page .title-blog-details-page h3 {
	margin: 0;
	color: #813b00;
	font-size: 24px;
	font-weight: 600
}

.blog-details-page .single-recent-post {
	margin-bottom: 80px
}

.blog-details-page .single-recent-post .text-box {
	padding-left: 15px;
	padding-top: 20px
}

.blog-details-page .single-recent-post .text-box h3 {
	margin: 0;
	color: #813b00;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .01em;
	font-weight: 600;
	margin-bottom: 5px
}

.blog-details-page .single-recent-post .text-box a.date {
	color: #929191;
	font-size: 15px;
	display: block
}

.blog-details-page .comment-box-wrapper {
	margin-bottom: 80px
}

.blog-details-page .comment-box-wrapper .single-comment-box+.single-comment-box {
	margin-top: 30px
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
	display: table-cell;
	vertical-align: top
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
	width: 75px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
	padding-left: 20px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
	margin: 0
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
	display: block;
	line-height: 1em;
	color: #929191;
	font-weight: 500;
	font-size: 15px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
	font-size: 16px;
	color: #813b00;
	font-weight: 600;
	margin-bottom: 15px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
	font-size: 16px;
	color: #656565;
	line-height: 28px;
	margin-top: 15px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
	color: #813b00;
	font-size: 15px;
	font-weight: 500
}

.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
	padding-left: 100px
}

.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
	padding-left: 200px
}

@media (max-width:736px) {
	.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
		padding-left: 0
	}
	.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
		padding-left: 0
	}
}

.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
	border: none;
	outline: none;
	width: 100%;
	height: 46px;
	border: 1px solid #E0E0E0;
	padding-left: 45px;
	display: block
}

.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
	background: rgba(255, 0, 0, .5)
}

.blog-details-page .comment-form label.error {
	display: none!important
}

.blog-details-page .comment-form input {
	margin-bottom: 10px
}

.blog-details-page .comment-form textarea {
	height: 116px;
	margin-top: 0;
	padding-top: 10px
}

.blog-details-page .comment-form button.appilo-thm-btn {
	margin-top: 40px;
	padding: 13px 40px
}

.blog-details-page .comment-form button.appilo-thm-btn:hover {
	-webkit-box-shadow: 0 18px 37px rgba(212, 104, 50, .2);
	box-shadow: 0 18px 37px rgba(212, 104, 50, .2)
}

.appilo-footer {
	background: transparent url(../img/footer-bg.png) center top no-repeat;
	background-size: cover
}

.appilo-footer .subscribe-section {
	padding-top: 120px;
	padding-bottom: 90px
}

.appilo-footer .subscribe-section .appilo-sec-title {
	margin-bottom: 70px
}

.appilo-footer .subscribe-section .subscribe-form {
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	border-radius: 60px;
	padding: 34px 35px;
	padding-left: 70px;
	-webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
	box-shadow: 0 23px 42px rgba(0, 0, 0, .2)
}

.appilo-footer .subscribe-section .subscribe-form .left-content {
	position: relative;
	padding: 13px 0;
	padding-left: 45px
}

.appilo-footer .subscribe-section .subscribe-form i.fa-envelope {
	font-size: 24px;
	color: #EAE9EC;
	display: inline-block;
	vertical-align: middle;
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}

.appilo-footer .subscribe-section .subscribe-form input {
	background-color: transparent;
	border: none;
	outline: none;
	color: #EAE9EC;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #EAE9EC;
	width: 100%;
	max-width: 330px;
	float: left
}

.appilo-footer .subscribe-section .subscribe-form input::-webkit-input-placeholder {
	color: #EAE9EC
}

.appilo-footer .subscribe-section .subscribe-form input::-moz-placeholder {
	color: #EAE9EC
}

.appilo-footer .subscribe-section .subscribe-form input:-ms-input-placeholder {
	color: #EAE9EC
}

.appilo-footer .subscribe-section .subscribe-form input:-moz-placeholder {
	color: #EAE9EC
}

.appilo-footer .subscribe-section .subscribe-form button[type=submit] {
	background: #fff
}

.appilo-footer .subscribe-section .subscribe-form button[type=submit] span {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.appilo-footer .subscribe-section .subscribe-form button[type=submit]:hover {
	background: #0E0F1F
}

.appilo-footer .subscribe-section .subscribe-form button[type=submit]:hover:before {
	opacity: 0
}

.appilo-footer .subscribe-section .subscribe-form button[type=submit]:hover span {
	background: none;
	background-clip: none;
	-webkit-text-fill-color: #fff;
	color: #fff
}

.appilo-footer .appilo-footer-widget-wrapper {
	padding-bottom: 80px
}

.appilo-footer .appilo-footer-widget .title {
	margin-bottom: 34px
}

.appilo-footer .appilo-footer-widget .title h3 {
	margin: 0;
	color: #1A0A37;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px
}

.appilo-footer .appilo-footer-widget p {
	color: #1A0A37;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	font-weight: 500
}

.appilo-footer .appilo-footer-widget .social a {
	color: #8B8B8B;
	font-size: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.appilo-footer .appilo-footer-widget .social a+a {
	margin-left: 20px
}

.appilo-footer .appilo-footer-widget .social a:hover {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.appilo-footer .appilo-footer-widget .about-widget p {
	margin-top: 25px;
	margin-bottom: 15px
}

.appilo-footer .appilo-footer-widget .contact-widget p {
	color: #656565
}

.appilo-footer .appilo-footer-widget .contact-widget p span {
	color: #170B35;
	font-weight: 500;
	padding-right: 10px
}

.appilo-footer .appilo-footer-widget .contact-widget p+p {
	margin-top: 5px
}

.appilo-footer .appilo-footer-widget .menu {
	padding-right: 52px
}

.appilo-footer .appilo-footer-widget .menu li a {
	color: #656565;
	font-size: 14px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-weight: 500
}

.appilo-footer .appilo-footer-widget .menu li a:hover {
	color: #4D07A0
}

.appilo-footer-widget .menu li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

.appilo-footer-widget .menu {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.appilo-footer .appilo-footer-widget .tweets-widget .single-tweet p {
	margin: 0;
	color: #656565;
	letter-spacing: .01em;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px
}

.appilo-footer .appilo-footer-widget .tweets-widget .single-tweet p i {
	color: #1692F8;
	margin-right: 10px
}

.appilo-footer .appilo-footer-widget.tweets-widget .single-tweet>a {
	color: #4D07A0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: .025em
}

.appilo-footer .appilo-footer-widget .tweets-widget .owl-theme .owl-nav {
	margin-top: 5px;
	text-align: left
}

.appilo-footer .appilo-footer-widget .tweets-widget .owl-theme .owl-nav [class*=owl-] {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f15c22;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.appilo-footer .appilo-footer-widget .tweets-widget .owl-theme .owl-nav [class*=owl-] i {
	margin: 0;
	padding: 0
}

.appilo-footer .appilo-footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-]:hover {
	background: rgba(107, 64, 191, .5)
}

.appilo-footer .appilo-footer-widget .tweets-widget .owl-theme .owl-nav [class*=owl-next] {
	margin-left: 10px
}

.appilo-footer .appilo-footer-widget .tweets-widget .owl-theme .owl-nav [class*=owl-next] i {
	position: relative;
	left: 1px
}

.footer-bottom .footer-copyright {
	width: 100%;
	display: table;
	padding: 26px 0;
	border-top: 1px solid #d2d1d2
}

.footer-bottom .left-content p span.sep {
	display: inline-block;
	vertical-align: middle
}

.footer-bottom .left-content p a {
	color: #656565;
	display: inline-block;
	border-bottom: 1px solid #656565;
	line-height: 1em;
	vertical-align: middle
}

.footer-bottom .right-content p,
.footer-bottom .left-content p {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #383838;
	letter-spacing: .025em
}

.inner-banner {
	position: relative;
	background: #000 url(../img/inner-banner-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 240px;
	padding-bottom: 120px
}

.inner-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	opacity: .79
}

.inner-banner .container {
	position: relative
}

.inner-banner h3 {
	font-size: 36px;
	color: #FFF;
	font-weight: 600;
	margin: 0
}

.inner-banner h3 span {
	color: #000
}

.inner-banner .breadcumb {
	line-height: 1em;
	margin-top: 25px
}

.inner-banner .breadcumb a,
.inner-banner .breadcumb i,
.inner-banner .breadcumb span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em
}

.inner-banner .breadcumb a {
	color: #000;
	font-family: 'Poppins';
	font-size: 16px
}

.inner-banner .breadcumb i {
	color: #FFF;
	font-size: 13px;
	margin-left: 7px;
	margin-right: 7px
}

.inner-banner .breadcumb span {
	color: #FFF;
	font-family: 'Poppins';
	font-size: 16px
}

.has-right-sidebar {
	padding-right: 45px
}

.sidebar .single-sidebar+.single-sidebar {
	margin-top: 45px
}

.sidebar .single-sidebar .title {
	margin-bottom: 30px
}

.sidebar .single-sidebar .title h3 {
	margin: 0;
	color: #813b00;
	font-size: 22px;
	font-weight: 600
}

.sidebar .single-sidebar .title h3:after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 2px;
	background: #CD3498;
	margin-left: 10px
}

.sidebar .single-sidebar.search-widget {
	background: #cd339a
}

.sidebar .single-sidebar.search-widget form {
	position: relative;
	height: 54px
}

.sidebar .single-sidebar.search-widget form input {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	border: none;
	outline: none;
	background-color: transparent;
	letter-spacing: .05em
}

.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
	color: #fff
}

.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
	color: #fff
}

.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
	color: #fff
}

.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
	color: #fff
}

.sidebar .single-sidebar.search-widget form button {
	background-color: transparent;
	outline: none;
	border: none;
	color: #FFF;
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar .single-sidebar.category-widget ul.category-list,
.sidebar .single-sidebar.category-widget ul.category-list li {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar .single-sidebar.category-widget ul.category-list li+li {
	border-top: 1px solid #E0E0E0;
	padding-top: 10px;
	margin-top: 10px
}

.sidebar .single-sidebar.category-widget ul.category-list li a {
	color: #7D7D7D;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
	color: #CD339A
}

.sidebar .single-sidebar.category-widget ul.category-list li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 0
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
	margin-top: 20px
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
	margin: 0;
	color: #813b00;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .01em;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
	color: #CD339A
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
	color: #929191;
	font-size: 15px;
	line-height: 1em;
	display: inline-block;
	font-weight: 500
}

.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar .single-sidebar.tags-widget ul.tags-list {
	margin-left: -5px;
	margin-right: -5px
}

.sidebar .single-sidebar.tags-widget ul.tags-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	margin-bottom: 10px
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a {
	display: block;
	border: 1px solid #E0E0E0;
	color: #929191;
	font-size: 15px;
	line-height: 1em;
	font-weight: 500;
	padding: 10px 19px;
	-webkit-transition: all .4s;
	transition: all .4s
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
	color: #fff;
	border-color: #CC3498;
	background: #CC3498
}

.testimonials-style-one .container {
	max-width: 970px;
	padding: 49px 0 0;
	position: relative
}

.testimonials-style-one .container>img.testi-thumb {
	position: absolute;
	top: 0;
	left: 0
}

.testimonials-style-one .title {
	margin-bottom: 15px
}

.testimonials-style-one .title h3 {
	margin: 0;
	color: #170B35;
	font-size: 32px;
	line-height: 48px;
	font-weight: 600;
	padding-left: 35px
}

.single-testimonial {
	padding-top: 10px
}

.single-testimonial .img-box,
.single-testimonial .text-box {
	display: table-cell;
	vertical-align: top
}

.single-testimonial .img-box {
	width: 450px;
	margin-bottom: 30px
}

.single-testimonial .img-box img {
	max-width: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 18px;
	-webkit-box-shadow: 0 15px 33.6px rgba(212, 104, 50, .3);
	box-shadow: 0 15px 33.6px rgba(212, 104, 50, .3);
	border-radius: 50%
}

.single-testimonial .text-box img {
	max-width: none;
	width: auto
}

.single-testimonial .text-box p {
	font-size: 18px;
	color: #656565;
	line-height: 26px;
	letter-spacing: .01em;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 20px
}

.single-testimonial .text-box h3 {
	margin: 0;
	color: #170B35;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.single-testimonial .text-box span {
	color: #f15c22;
	font-size: 16px
}

.testimonials-slider .bx-wrapper {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 0
}

.testimonials-slider .bx-wrapper ul.slider {
	padding: 0;
	margin: 0
}

.testimonials-slider .bx-wrapper .bx-controls-direction {
	text-align: center
}

.testimonials-slider .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	background-image: none;
	color: #f15c22;
	font-size: 27px;
	position: relative;
	top: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
	color: #d43297
}

.testimonials-slider .bx-wrapper .bx-prev {
	left: 0;
	margin-right: 25px
}

.testimonials-slider .bx-wrapper .bx-next {
	right: 0
}

#testimonials-slider-pager a.pager-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99
}

#testimonials-slider-pager a.pager-item:nth-child(1) {
	top: 92%;
	left: 33%
}

#testimonials-slider-pager a.pager-item:nth-child(2) {
	top: 94%;
	left: 18%
}

#testimonials-slider-pager a.pager-item:nth-child(3) {
	top: 74%;
	left: 2%
}

#testimonials-slider-pager a.pager-item:nth-child(4) {
	top: 36%;
	left: 0
}

#testimonials-slider-pager a.pager-item:nth-child(5) {
	top: 18%;
	left: 11%
}

#testimonials-slider-pager a.pager-item:nth-child(6) {
	top: 9%;
	left: 25%
}
.contact-widget{
	padding:25px 0 0 0;
}
.box-calculator .btQuoteBooking .btQuoteSlider {
  margin-left: 5%;
  width: 90%;
}
.privacy-policy .separator{
	display:none;
}
.privacy-policy .inner-banner .container{
	display:none;
}
body.privacy-policy .inner-banner{
    padding: 45px;
    background: #f15c22 !important;
}
body.privacy-policy .inner-banner:before{
}
body.privacy-policy h3{
    font-size: 20px;
    color: #f15c22;
}
@media (max-width:1024px) {
	body .home-page-one .navbar-light .navbar-toggler {
	    color: rgb(255 255 255);
	    border-color: transparent;
	    margin: -20px 0 0 0;
	    font-size: 25px;
	    outline:0;
	}
	
	body #container-calculator .elementor-icon-box-icon,
	body #container-calculator .elementor-icon-box-content{
    	text-align: center;
	}
	body #container-calculator .elementor-widget:not(.elementor-widget-icon-box).elementor-widget-container span{
		padding: 0 10px !important;
    text-align: center !important;
	}
	body #container-calculator .elementor-widget-text-editor span{
		padding: 0 10px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: inherit !important;
	}
	body .cost-calculator.btQuoteBooking .btQuoteItem {
    	padding: 0 ;
	}
	body .cost-calculator.btQuoteBooking .btQuoteItem label {
	    margin: 0;
	    width: 100%;
	}
	.box-calculator .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
    float: left;
    width: 50%;
    flex: 50%;
    max-width: inherit;
    margin: 0;
    padding-right: 20px;
    display: inline-block;
	}
	.cost-calculator.btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
	.cost-calculator.btQuoteBooking .btQuoteSubtotal,
	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext, .btQuoteBooking .btQuoteBookingForm .btContactNext{
    width:110%;
    margin-left:-5%;
    flex: 0 1 110%
  }
  .cost-calculator.btQuoteBooking .btQuoteBookingForm .btContactNext {
    margin-bottom: -40px;
	}
	.cost-calculator.btQuoteBooking .cost_without_tax{
    color: #f27421;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 12px;
 }
  .cost-calculator.btQuoteBooking .btQuoteBookingForm button[type="submit"]{
    float: none;
    display: inline-block;
    /* margin: 10px 0 -20px 50%; */
    transform: inherit;
    flex: 0 0 81%;
    width: 78%;
    height: 53px;
    margin-left: 10%;
	}
  .cost-calculator.btQuoteBooking .btQuoteBookingForm {
    margin: 0;
	}
	.box-calculator .btQuoteBooking .btQuoteTotalText {
    font-size: 20px;
    line-height: 22px;
    width: 215px;
    display: block;
	}
	.box-calculator .currencyAfter .btQuoteTotalCurrency {
    width: 30px;
    padding: 5px 20px 0 0;
    text-align: left;
	}
	.box-calculator{
		border:none;
	}
	.box-calculator .elementor-widget-container {
    padding: 0 15px !important;
	}
}
@media (max-width:768px) {
	.home-page-one .navbar-custom, .home-page-one .mr-auto {
    margin-top: 0;
 }
	#testimonials-slider-pager {
			display: none
	}
	.appilo-menu {
    top: 10px;
	}
	body.appilo-main h2,
	body.appilo-main h3{
    font-size: 25px !important;
    line-height: 38px !important;
	}
	body .app-features .owl-theme .owl-nav .owl-prev {
		  left: -20px;
		  top: 20%;
	}
	body .app-features .owl-theme .owl-nav .owl-next {
	    right: -20px;
	    top: 20%;
	}
	.sign-up-btn{
		display:none;
	}
	.blog-style-two > .container > .row > .col-xs-12{
			padding-left: 5px;
			padding-right: 5px;
	}
	body .home-page-one .navbar-nav li {
    display: inline-block;
    width: 100%;
  }
	#menu-item-2247 > a {
	    width: 42%;
	    height: 40px;
	    padding: 4px;
	    overflow: inherit;
	    border-radius: 35px;
	    margin: -9px 0 14px 17px;
	    float: left;
	    display: inline-block;
	}
	#menu-item-2247 div.sign-up-btn {
		position: relative;
    float: right;
    width: 41%;
    margin-left: 2%;
    margin-right: -9%;
    top:20px;
 	}
	#menu-item-2247 div.sign-up-btn a {
    width: 100%;
    height: 39px;
    padding: 6px 10px 5px 10px;
    margin-top: -3px;
	}
	body #how-it-works,
	body #service,
	body #pricing,
	body #agenda{
			padding-top: 0px;
			padding-bottom: 0;
	}
	body #agenda .col-md-6:last-child{
		    padding-top: 40px;
	}
	body #agenda .col-md-6:last-child .feature-style-content{
		    padding-bottom: 0px;
	}
	body .how-app-work-section .how-app-work-content-wrap {
	    padding-left: 0; 
	    margin-top: 15px; 
	}
	body .how-app-work-section .title h3 {
	    margin: 0;
	    color: #F04402;
	    font-size: 32px;
	    font-weight: 600;
	    float: none;
	    margin: 0;
	    text-align: center;
	    width: auto;
	}
	body .how-app-work-section .col-md-6 {
			width: 100% !important;
	    float: inherit;
	    max-width: inherit !important;
	}
	body .how-app-work-section .bx-wrapper .slide-item img {
    border-radius: 0;
	}
	body .how-app-work-section .col-md-6:last-child{
		    top: 0;
	    float: none;
	    position: relative;
	}
	#agenda-section {
    padding: 60px 0px 10px 0px;
    background: #f7f7f7;
    margin-top: 70px;
    margin-bottom: 40px;
	}
	body .how-app-work-section .bx-wrapper{
      background: none;
	}
	body .how-app-work-section .bx-viewport{
      overflow: hidden!important; 
	    margin-left: -18px;
	    margin-top: 3px;
	}
	body .how-app-work-section .container img.circled-img{
    top: -20% !important;
    width: 120%;
    left: -10% !important;
    transform: inherit;
	}
	body .how-app-work-slider-wrapper .bx-wrapper{
		margin: 7px 0 0 17px;
	}
	body .how-app-work-slider-wrapper .bx-wrapper .bx-controls-direction a {
    top: 70%;
    z-index:99;
  }
	body .how-app-work-slider-wrapper .slide{
		width:100%;
	}
	body .how-app-work-slider-wrapper .slide-item img{
		height:100%;
	}
	body .appilo-footer .subscribe-section .wpcf7 {
    border-radius: 30px;
    padding: 14px 25px 10px;
	}
	body .appilo-footer .subscribe-section .wpcf7 .right-content{
	    float: none !important;
	    margin: 55px 0 -20px 0;
	}
}
	.popmake.pum-responsive p{
    text-align: center;
    margin: 0 auto;
	}
@media (max-width:450px) {
	.popmake.pum-responsive input, 
	.popmake.pum-responsive textarea {
	}
	.popmake.pum-responsive{width:100%;max-width:inherit;min-width:inherit !important;}
	.up{display:none !important}
	.cost-calculator.btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
	.cost-calculator.btQuoteBooking .btQuoteSubtotal,
	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext, .btQuoteBooking .btQuoteBookingForm .btContactNext{
    width:116%;
    margin-left:-8%;
    flex: 0 1 116%
  }
	.box-calculator .btQuoteBooking .btQuoteTotalText {
    font-size: 18px;
    line-height: 20px;
    width: 170px;
    display: block;
	}
	#menu-item-2247{
    padding-bottom:50px;
	}
	#menu-item-2247 > a{
    width: 80%;
	}
	#menu-item-2247 div.sign-up-btn {
		position: relative;
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    top: 30px;
    right: inherit;
    left: 17px;
	}
}

.appilo-screenshot-slider .app-secreenshots .appilo-sec-title {
	margin-bottom: 70px
}

.appilo-screenshot-slider .swiper-slider-area .container {
	position: relative
}

.appilo-screenshot-slider .swiper-wrapper {
	height: 630px!important;
	width: 320px
}

.appilo-screenshot-slider .row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
	position: relative
}

.appilo-screenshot-slider .swiper-slide.swiper-slide-active {
	border-radius: 115px
}

.appilo-screenshot-slider .swiper-slide {
	background: no-repeat;
	background-position: center center
}

.appilo-screenshot-slider .screen-mobile-image {
	background-image: url(../img/iphone-moc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 645px;
	left: calc(50% + 0.5px);
	position: absolute;
	top: 24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 301px;
	z-index: 2;
	-webkit-box-shadow: 0 23px 42px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 23px 42px 0 rgba(0, 0, 0, .2);
	border-radius: 40px
}

.appilo-screenshot-slider .swiper-slide.swiper-slide-active {
	background-size: auto;
	background: no-repeat;
	background-position: center center
}

.appilo-screenshot-slider .swiper-wrapper {
	padding: 30px 0 40px
}
.app-features .owl-theme .owl-nav [class*=owl-] {
    background: #ff6700;
}
.app-features .owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    margin: -4px 0 0 0px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 98%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.how-app-work-section .title {
	margin-bottom: 40px
}

.how-app-work-section .title h3 {
	margin: 0;
	color: #F04402;
	font-size: 32px;
	font-weight: 600;
	float: left;
	margin: -70px 0 20px -100px;
	width: 510px;
}

#responsive-section .feature-style-content{
	background: url(../img/responsive-design.png) no-repeat center center;
    background-size: 70px;
    background-position: 0px 0px;
    padding-top: 80px;
} 
#responsive-section .feature-style-content > i{
	display:none;
}
.how-app-work-section .how-app-work-content-wrap {
	padding-left: 85px
}

.how-app-work-section .how-app-work-content {
	padding-top: 30px;
	padding-bottom: 45px;
	margin-bottom: 40px;
	position: relative
}

.how-app-work-section .how-app-work-content:before {
	content: '';
	width: 2px;
	height: 100%;
	background: url(../img/gradient-sep.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 45px;
	
}

.how-app-work-section .single-how-app-work {
	padding-left: 10px
}

.how-app-work-section .single-how-app-work+.single-how-app-work {
	margin-top: 60px
}

.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
	display: table-cell;
	vertical-align: middle
}

.how-app-work-section .single-how-app-work .icon-box .inner {
	width: 74px;
	height: 74px;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	position: relative;
	border-radius: 50%;
	text-align: center
}

.how-app-work-section .single-how-app-work .icon-box .inner:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.how-app-work-section .single-how-app-work .icon-box .inner i {
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 74px;
	font-size: 44px;
	position: relative
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover {
	-webkit-box-shadow: 0 18px 37px rgba(212, 101, 50, .2);
	box-shadow: 0 18px 37px rgba(212, 104, 50, .2)
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
	color: #fff;
	-webkit-text-fill-color: #fff
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
	opacity: 0
}

.how-app-work-section .single-how-app-work .icon-box .active .inner {
	-webkit-box-shadow: 0 18px 37px rgba(212, 104, 50, .2);
	box-shadow: 0 18px 37px rgba(212, 104, 50, .2)
}

.how-app-work-section .single-how-app-work .icon-box .active .inner i {
	color: #fff;
	-webkit-text-fill-color: #fff
}

.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
	opacity: 0
}

.how-app-work-section .single-how-app-work .text-box {
	padding-left: 40px
}

.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
	margin: 0
}

.how-app-work-section .single-how-app-work .text-box h4 {
	font-size: 20px;
	color: #f15c22;
	font-weight: 500
}

.how-app-work-section .single-how-app-work .text-box p {
	font-size: 14px;
	line-height: 27px;
	color: #656565;
	margin-top: 10px
}

.how-app-work-section .download-btn {
	display: inline-block;
	vertical-align: middle;
	background: #f15c22;
	background: -webkit-gradient(left top, right top, color-stop(0%, #f15c22), color-stop(98%, #f3ac1e), color-stop(100%, #f3ac1e));
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c22', endColorstr='#f3ac1e', GradientType=1);
	position: relative;
	padding: 12px 0;
	padding-left: 80px;
	border-radius: 28px;
	padding-right: 40px
}

.how-app-work-section .download-btn:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 28px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.how-app-work-section .download-btn i {
	font-size: 30px;
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 35px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.how-app-work-section .download-btn span.inner {
	position: relative;
	display: block
}

.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#f15c22), color-stop(98%, #f3ac1e), to(#f3ac1e));
	background: linear-gradient(to right, #f15c22 0%, #f3ac1e 98%, #f3ac1e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.how-app-work-section .download-btn span.avail {
	font-size: 12.5px
}

.how-app-work-section .download-btn span.store-name {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 5px
}

.how-app-work-section .download-btn.active,
.how-app-work-section .download-btn:hover {
	-webkit-box-shadow: 0 15px 30px rgba(212, 104, 50, .27);
	box-shadow: 0 15px 30px rgba(212, 104, 50, .27)
}

.how-app-work-section .download-btn.active:before,
.how-app-work-section .download-btn:hover:before {
	opacity: 0
}

.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name,
.how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
	color: #fff;
	-webkit-text-fill-color: #fff
}

.how-app-work-section .download-btn.active {
	margin-right: 15px
}
.how-app-work-section .col-md-6{
    width: 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
.how-app-work-section .col-md-6.how-app-work-slider-content{
width: 49%;
    flex: 0 0 57%;
    max-width: 56%;
    margin-top: 8%;
}
.how-app-work-section .how-app-work-slider-wrapper {
		position: relative;
    width: 680px;
    height: 655px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}

.how-app-work-section .how-app-work-screen-mobile-image {
    background-image: url(../img/fature-moc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 575px;
    /* left: calc(50% + 0.5px); */
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(0%);
    width: 684px;
    z-index: 2;
}

.how-app-work-section .bx-wrapper {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    height: 417px;
    overflow: hidden;
}

.how-app-work-section .bx-wrapper .slide-item {
	text-align: center
}

.how-app-work-section .bx-wrapper .slide-item img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px
}

.how-app-work-section .pager-item {
	display: block
}
.how-app-work-section .pager-item[data-slide-index="select-project"] .inner i:before{
	    font-size: 32px !important;
    margin-left: 1px !important;
    margin-top: 1px !important;
    float: left;
}

.how-app-work-section .pager-item+.pager-item {
	margin-top: 60px
}

.how-app-work-section .pager-item.active .icon-box .inner:before {
	opacity: 0
}

.how-app-work-section .pager-item.active .icon-box .inner i {
	color: #fff;
	-webkit-text-fill-color: #fff
}

.how-app-work-section .how-app-work-slider-content {
	position: relative
}

.how-app-work-section .how-app-work-slider-content img.circled-img {
	position: absolute;
	top: 38%;
	left: 53%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: fit-content
}

.how-app-work-section .bx-viewport {
	overflow: visible!important
}

.appilo-main .topapp-screenshot-slider .swiper-slide.swiper-slide-active {
	background-size: 100% 99%
}

.app-res-main-navigation li .dropdown-menu li {
	margin-left: 0 !important;
}