@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto|Dosis:400,600|Lato:300,400,700,900");
html, body {
	height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}
html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #818182;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #d9534f;
}

a {
  color: #d9534f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
  color: #2f2f2f;
	font-weight: 500
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	color: #d9534f
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}
#mask {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}
.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #d9534f !important;
}
section {
  padding: 60px 0
}
section.inner {
	padding: 25px 0
}
.text-white {
	color: #fff
}
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #d9534f;
  color: #d9534f;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  color: #d9534f;
}

.btn-border-filled:hover {
  color: #d9534f;
  background-color: #ffffff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #d9534f;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-trial {
  background: #fff;
  color: #191c1e;
  padding: 5px 20px;
  margin-left: 30px;
}

.btn-trial:hover,
.btn-trial:active,
.btn-trial:focus {
  color: #d9534f;
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #d9534f;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Poppins', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.fancy-heading {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end
}
.fancy-heading .heading {
	flex: 1
}
.fancy-heading h3 {
	margin-top: 0
}
.fancy-heading p {
	font: 16px 'Poppins', sans-serif;
	color: #525252
}
.fancy-heading .action a {
	font: 16px 'Poppins', sans-serif;
	border-bottom: 2px solid rgba(217, 84, 80,.4);
	color: #d95450
}
.fancy-heading .action span.arrow {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #d95450
}
.fancy-heading .action span.lni-arrow-right {
	margin-left: 15px
}

.clear {clear: both;}
.mt0 {margin-top: 0px}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}

.mb-0 {margin-bottom: 0}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}

.padding-0 {
  padding: 0;
}
.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #d9534f;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
	bottom: 20px;
	right: 5px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	z-index: 1
}

.back-to-top i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
	-webkit-background-clip: text;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 45px;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.navbar-expand-md .navbar-nav a {
	color: #252525;
	font-size: 14px;
	padding: 5px 0px;
	margin-left: 30px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-transform: uppercase
}

.navbar-expand-md .navbar-nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav a:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav a:focus,
.navbar-expand-md .navbar-nav a:hover,
.navbar-expand-md .navbar-nav a:hover:before {
  color: #ffffff;
}
.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

#carousel-screen {
  margin-top: 15px;
}

#testimonial {
  background: url(../img/testimonial-bg.jpg) center;
	background-attachment: fixed;
  padding-bottom: 80px !important;
	position: relative
}
/* #testimonial:before { */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* left: 0; */
	/* background: rgba(0,0,0,.5); */
/* } */
#testimonials .owl-controls {
	margin: 0;
}
#testimonials .owl-controls .owl-buttons > div {
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 0;
	margin: auto 0;
	background: transparent;
	color: transparent;
	display: flex;
	align-items: center;
}
#testimonials .owl-controls .owl-buttons > div.owl-prev {
	left: -50px
}
#testimonials .owl-controls .owl-buttons > div.owl-next {
	right: -50px
}
#testimonials .owl-controls .owl-buttons > div:before {
	font: 75px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #bdbdbd;
	position: absolute;
	left: 0;
	right: 0;
}
#testimonials .owl-controls .owl-buttons > div.owl-prev:before {
	content: "\f104";	
}
#testimonials .owl-controls .owl-buttons > div.owl-next:before {
	content: "\f105";
}
.box-content {
	padding: 45px 30px 20px;
	background: #fff;
	position: relative;
	display: flex;
	margin-top: 50px;
	min-height: 190px
}
#testimonials .item  {
	padding: 0 15px
}
#testimonials .item .img-thumb {
	position: absolute;
	top: -50px;
	left: 30px;
	width: 80px
}
.dosis-17 {
	font: 17px/30px 'Dosis', sans-serif;
}
.section-title:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #fff;
}
.section-title.black:before {
	background: #2f2f2f
}
#testimonial h2 {
	margin: 0;
	color: #fff
}
.section-title {
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 25px;
}
#testimonials .owl-pagination {
	bottom: -45px
}
.testimonial-item .img-thumb img {
	border: 5px solid #fff;
	box-shadow: 0 3px 2px rgba(0,0,0,.1);
	max-width: 100%
}
.testimonial-item .content-inner {
	overflow: hidden
}
.testimonial-item .content-inner span {
  color: #a0a6ad;
}
.testimonial-item .content-inner .description {
	color: #464646;
	margin-bottom: 8px;
	font: 15px/22px 'Dosis', sans-serif
}
.testimonial-item .content-inner .author-info {
  padding: 3px 0;
	font-family:  'Dosis', sans-serif
}
.testimonial-item .content-inner .author-info .name {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	color: #d95450;
	display: block
}
.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #d9534f;
}
.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls a {
  background: #fff;
  border-radius: 30px;
  color: #191c1e !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 15 7px 0px;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
}

.controls a:hover,
.controls .active {
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  color: #fff !important;
}

/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  position: relative;
}

#carousel-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  opacity: 0.6;
}

#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 12%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
}

#carousel-area .carousel-item .carousel-caption .btn {
  margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-item .carousel-caption .btn-border {
  border-color: #fff;
  color: #fff;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #d9534f;
  font-size: 24px;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-agency .carousel-caption h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
  color: #fff;
}

#carousel-area .carousel-agency .carousel-caption p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
}

#carousel-area .carousel-agency .carousel-caption .btn {
  margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-agency .carousel-caption .btn-border {
  border-color: #fff;
  color: #fff;
}

#carousel-area .carousel-control-prev {
  left: 5%;
}

#carousel-area .carousel-control-next {
  right: 5%;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 50%;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  margin-top: -35px;
  text-shadow: none;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

.left, .right {
  cursor: pointer;
  font-size: 30px;
  color: #d9534f;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
			transition: all 0.3s
}

.form-control:focus {
  border: 1px solid #d9534f;
  outline: none;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.contact-info {
	margin: 20px 0;
	font: 16px/30px 'Dosis', sans-serif;
	position: relative;
}
.contact-info li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 30px;
	color: #818182
}
.contact-info li a {
	color: #818182
}
.contact-info li a:hover {
	color: #d9534f
}
.contact-info i {
	font-size: 19px;
	color: #d9534f;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	width: 22px;
	justify-content: center;
}
.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}
.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.contact-text .social a {
	font-size: 15px;
	margin-right: 10px;
}
#contact {
	background: #f5f5f5 url(../img/footer-bg.png) center center repeat;
	position: relative;
	padding: 8rem 0
}
.offset-top {
  margin-top: -100px;
}
.footer-social {
  margin-top: 4px;
}
.footer-social li {
  display: inline-block;
  margin-right: 15px;
}

.footer-social li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
  color: #3b5998;
}

.footer-social li .twitter:hover {
  color: #55acee;
}

.footer-social li .linkedin:hover {
  color: #007bb5;
}

.footer-social li .google-plus:hover {
  color: #dd4b39;
}

.footer-info {
	border-left: 1px solid #313c42;
	padding: 30px 0 30px 30px
}
.footer-info img {
	margin-bottom: 30px
}
.footer-info p {
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	letter-spacing: 0.03em;
	font-weight: 300;
	margin-bottom: 1.8em
}
.contactinfo-single {
	position: relative;
	padding-left: 50px;
	margin-bottom: 30px
}
.contactinfo-single i {
	width: 36px;
	height: 36px;
	color: #20bea7;
	border: 1px solid #20bea7;
	border-radius: 50px;
	text-align: center;
	padding-top: 9px;
	position: absolute;
	top: 0;
	left: 0;
}
.contactinfo-single h3 {
	color: #20bea7;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 4px 0;
	padding-top: 2px;
}
.footer-info p {
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	letter-spacing: 0.03em;
	font-weight: 300;
	margin-bottom: 1.8em;
}
.copyright {
	padding: 15px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	background: #d9534f
}
.copyright .container {
	display: flex;
	align-items: center
}
.copyright .site-info {
	flex: 1
}
.copyright .quick-link a {
	color: rgba(255,255,255,.9);
	font: 15px 'Dosis', sans-serif;
}
.copyright p {
	margin-bottom: 0;
	color: rgba(255,255,255,.9);
	font: 15px 'Dosis', sans-serif;
}
.form-control+label.error {
	color: #f00;
	font-weight: 300;
	margin: 0;
	position: relative;
	top: -12px;
	font-size: 12px
}
#contact .contact-form .form-control {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #DEDEDE;
	min-height: 35px;
	margin-bottom: 20px;
	color: #222;
	background-color: transparent;
	font: 16px 'Dosis', sans-serif;
	padding-left: 0;
	border-radius: 0
}
#contact .contact-form .form-control:focus {
	padding-left: 12px
}
#contact .contact-form button.thm-btn {
	outline: none;
	margin-top: 10px
}
.btn-subtitle {
  color: #191c1e;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}
.slider .banner_bg {
	background: url(../img/slider/left.jpg) no-repeat;
	width: 40.5%;
	background-size: cover
}
.slider .banner_bg > img { display: none }
.slider,
.slider .row,
.slider .row > div,
.slider .row > div img {
	height: 100%
}
.slider .col-sm-7 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px
}
.slider .row {
	display: flex;
	align-items: center
}
.slider-title {
	line-height: 4vw;
	font-size: 3.2vw;
	font-weight: 700
}
.slider p {
	font-size: 1.25vw;
	line-height: 2vw;
	margin: 2.5vw 0;
	font-family: 'Poppins', sans-serif;
	color: #585656;
}
.slider-button .btn {
	padding: 1vw 2.4vw;
	font-size: 1.4vw;
	text-transform: none;
	font-weight: 300
}
.mediabox {
	text-align: center
}
.content-box.box-shadow {
	padding: 6rem;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	background: #fff
}
.content-box.box-shadow p {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	margin: 32px 0;
	line-height: 30px;
	color: #797979
}
.content-box.box-shadow.formbox {
	box-shadow: 0 7px 15px rgba(0,0,0,.1);
	position: relative;
	border: 1px solid rgba(0,0,0,.05);
	padding: 4rem
}
.icon-box {
	margin: 35px 0;
	position: relative
}
.icon-box .icon {
	margin-bottom: 25px
}
.icon-box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 18px;
}
.icon-box p {
	font: 15px/30px 'Poppins', sans-serif;
	color: #757575
}
.icon-box.left-icon {
	padding-left: 85px;
}
.icon-box.left-icon .icon {
	position: absolute;
	left: 0;
	margin: 0;
	top: 15px;
}
.v-align {
	display: flex;
	align-items: center
}
.v-align .content-box {
	padding: 4rem;
}
.v-align .pull-right {
	order: 1
}
.v-align .content-box > img {
	max-width: 100%
}
#case_studies .row {
	margin-left: 2px;
	margin-right: 2px
}
.touch-slider img {
	max-width: 100%;
	border-radius: 10px
}
.touch-slider .owl-item {
	padding: 0 2px
}
.touch-slider .owl-controls {
	margin: 25px 0
}
.touch-slider .owl-controls .owl-pagination {
	position: relative;
	bottom: 0
}
.touch-slider .owl-controls .owl-pagination .owl-page {
	vertical-align: middle;
	margin: 0 2px
}
.touch-slider .owl-controls .owl-pagination .owl-page span {
	background: #f2e7e6;
	margin: 0;
	width: 12px;
	height: 12px;
	border: none;
	box-shadow: none
}
.touch-slider .owl-controls .owl-pagination .owl-page.active span {
	background: #d9534f
}
.border-top {
	border-top: 1px solid #eee;
}
.border-bottom {
	border-bottom: 1px solid #eee;
}
.bg-grey {
	background-color: #f7f9fe;
	position: relative
}
/* .bg-grey:before { */
	/* content: ""; */
	/* position: absolute; */
	/* top: -25rem; */
	/* right: 0; */
	/* bottom: -25rem; */
	/* left: 0; */
	/* background-image: url(../img/pattern.png); */
	/* background-position: top */
/* } */
.calltoAction {
	background: rgb(197,77,146);
	background: -moz-linear-gradient(left, rgba(197,77,146,1) 0%, rgba(141,74,170,1) 100%);
	background: -webkit-linear-gradient(left, rgba(197,77,146,1) 0%,rgba(141,74,170,1) 100%);
	background: linear-gradient(to right, rgba(197,77,146,1) 0%,rgba(141,74,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c54d92', endColorstr='#8d4aaa',GradientType=1 );
}
.calltoAction .box-content {
	padding: 8rem
}
section.inner-banner {
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	height: 350px;
	display: flex;
	align-items: center;
	position: relative
}
section.inner-banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 0
}
section.inner-banner .container {
	z-index: 1
}
section.inner-banner h2 {
	font-size: 40px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 10px
}
section.inner-banner p {
	font-family: Dosis;
	font-size: 18px;
	color: #fff;
	max-width: 70%;
	margin: 10px auto;
}
section.bread_crumb {
	padding: 0;
	background: #f7f9fe;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
section.bread_crumb .breadcrumb {
	margin: 0;
	background: #f7f9fe
}
section.bread_crumb .breadcrumb a {
	font-family: Dosis;
}
section.bread_crumb .breadcrumb a:not([href]):not([tabindex]) {
	color: #888
}
p.para-15 {
	font: 15px/30px 'Poppins', sans-serif;
	color: #757575;
}
p.para-17 {
	font: 17px/35px 'Poppins', sans-serif;
	color: #757575;
}
.divider {
	text-align: center
}
.check-list ul {
	font: 15px/40px 'Poppins', sans-serif;
	color: #757575;
}
.check-list ul li {
	background: url(../img/tick.png) no-repeat center left;
	padding-left: 35px;
	background-size: 18px
}
.vAlign {
	display: flex;
	align-items: center
}
/* Masonry Tiles */
.masonry-tiles h3 {
	position: relative
}
.masonry-tiles h3:before {
	content: "";
	position: absolute;
	bottom: -23px;
	left: -60px;
	height: 2px;
	background: #d9534f;
	width: 130px;
}
.masonry-tiles .tile-inner {
	min-height: 225px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,.22);
	font-family: 'Poppins', sans-serif;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.masonry-tiles .tile-inner:after,
.masonry-tiles .tile-inner:before {
	content: "";
	width: 150px;
	height: 150px;
	background: rgba(0,0,0,.03);
	position: absolute;
	z-index: -1
}
.masonry-tiles .tile-inner:before {
	top: -75px;
	left: -65px;
	border-radius: 10px 50px 10px;
	-webkit-transform: rotate(300deg);
		-moz-transform: rotate(300deg);
			transform: rotate(300deg)
}
.masonry-tiles .tile-inner:after {
	right: -65px;
	bottom: -75px;
	border-radius: 10px 50px 10px;
	-webkit-transform: rotate(-300deg);
		-moz-transform: rotate(-300deg);
			transform: rotate(-300deg)
}
.masonry-tiles div[class*="col-sm"]:nth-child(even) {
	margin-top: 8rem
}
.masonry-tiles .tile-inner strong {
	margin: 10px 0
}
.masonry-tiles .tile-inner p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}
.tile1 {
	background: rgb(255,180,178);
	background: -moz-linear-gradient(top, rgba(255,180,178,1) 1%, rgba(255,127,124,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,180,178,1) 1%,rgba(255,127,124,1) 100%);
	background: linear-gradient(to bottom, rgba(255,180,178,1) 1%,rgba(255,127,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb4b2', endColorstr='#ff7f7c',GradientType=0 );
}
.tile2 {
	background: rgb(255,220,131);
	background: -moz-linear-gradient(top, rgba(255,220,131,1) 1%, rgba(255,184,79,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,220,131,1) 1%,rgba(255,184,79,1) 100%);
	background: linear-gradient(to bottom, rgba(255,220,131,1) 1%,rgba(255,184,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc83', endColorstr='#ffb84f',GradientType=0 );
}
.tile3 {
	background: rgb(141,242,165);
	background: -moz-linear-gradient(top, rgba(141,242,165,1) 0%, rgba(86,225,110,1) 100%);
	background: -webkit-linear-gradient(top, rgba(141,242,165,1) 0%,rgba(86,225,110,1) 100%);
	background: linear-gradient(to bottom, rgba(141,242,165,1) 0%,rgba(86,225,110,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8df2a5', endColorstr='#56e16e',GradientType=0 );
}
.tile4 {
	background: rgb(135,216,255);
	background: -moz-linear-gradient(top, rgba(135,216,255,1) 0%, rgba(82,179,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(135,216,255,1) 0%,rgba(82,179,255,1) 100%);
	background: linear-gradient(to bottom, rgba(135,216,255,1) 0%,rgba(82,179,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d8ff', endColorstr='#52b3ff',GradientType=0 );
}
.tile5 {
	background: rgb(135,143,255);
	background: -moz-linear-gradient(top, rgba(135,143,255,1) 0%, rgba(86,82,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(135,143,255,1) 0%,rgba(86,82,255,1) 100%);
	background: linear-gradient(to bottom, rgba(135,143,255,1) 0%,rgba(86,82,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878fff', endColorstr='#5652ff',GradientType=0 );
}
.tile6 {
	background: rgb(255,134,239);
	background: -moz-linear-gradient(top, rgba(255,134,239,1) 0%, rgba(255,80,216,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,134,239,1) 0%,rgba(255,80,216,1) 100%);
	background: linear-gradient(to bottom, rgba(255,134,239,1) 0%,rgba(255,80,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff86ef', endColorstr='#ff50d8',GradientType=0 );
}
.masonry-tiles .col-sm-7 {
	padding: 0 8rem
}
.card-boxes {
	margin-top: 40px;
}
.card-boxes .inner {
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.card-boxes .inner.tick {
	background: url(../img/tick-big.png) no-repeat left 15px top 25px/22px;
	padding-left: 3rem
}
.card-boxes .inner .img img {
	max-width: 100%
}
.card-boxes .inner .caption {
	padding: 20px;
}
.card-boxes .inner .caption strong {
	display: block;
	font: 18px/26px 'Poppins', sans-serif;
	color: #000;
	margin-bottom: 8px
}
.card-boxes .inner .caption strong span {
	color: #d9534f
}
.card-boxes .inner .caption p {
	color: #8a8a8a
}
#particles-js {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.background-cover {
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat
}
.equalize {
	display: table;
	height: 100%;
}
.equalize > div {
	display: table-cell;
	vertical-align: middle;
	height: 100%
}
.equalize .content-box {
	padding: 5%
}

.icons-box .feature-box-5 {
	position: relative;
	padding-left: 50px;
}
.icons-box .feature-box-5 .icon {
	position: absolute;
	left: 0
}
.icon-boxes .inner {
	margin: 35px 0 0px;
	padding: 25px 15px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.08);
	transition: all .5s ease;
}
.icon-boxes .inner:hover {
	transform: scale(1.05);
}
.icon-boxes .inner p {
	line-height: 25px
}
.equalize-slider {
	display: flex;
	flex-wrap: wrap;
	background: #d9534f
}
.equalize-slider.owl-carousel .owl-wrapper {
	display: flex !important
}
.equalize-slider .owl-item > div {
	width: 100%;
	height: 100%
}
.equalize-slider .inner {
	padding: 5rem 0
}
.equalize-slider .inner h5 {
	color: #fff;
	font-size: 28px;
	line-height: 35px
}
.equalize-slider .inner p {
	color: #fff;
	margin: 25px 0;
	font: 16px/30px 'dosis', sans-serif;
	opacity: .9
}
.equalize-slider .inner :last-child {
	margin-bottom: 0
}
.color-card-boxes .box-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.color-card-boxes .box-container > div {
	margin: 15px 0	
}
.color-card-boxes .inner {
	height: 100%;
	border-radius: 5px
}
.color-card-boxes .inner .row {
	display: flex;
	align-items: center;
	height: 100%
}
.color-card-boxes .image img {
	max-width: 100%;
}
.color-card-boxes .content {
	padding: 25px;
	color: #fff;
	position: relative;
	padding-left: 45px
}
.color-card-boxes .content .count {
	position: absolute;
	left: 8px;
	font: 600 100px 'Dosis', sans-serif;
	opacity: .2;
	color: #000;
	top: -20px;
}
.color-card-boxes .content strong {
	font: 600 20px/24px 'Dosis', sans-serif;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	position: relative
}
.color-card-boxes .content p {
	color: #fff
}
.color-card-boxes .inner .row {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 2.5rem 0
}
.color-card-boxes .inner .row .content {
	padding-left: 0;
}
.color-card-boxes .inner .row .count {
	left: -35px;
}
.timeline ul {
	position: relative;
}
.timeline ul:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	border-left: 1px dashed #dd625e
}
.timeline ul li {
	padding-bottom: 25px;
}
.timeline ul .inner {
	padding: 12px 0 0 80px;
	color: #8a8a8a;
	position: relative;
	overflow: visible;
}
.timeline ul .inner p {
	color: #8a8a8a	
}
.timeline ul .inner strong {
	font: 18px/26px 'Poppins', sans-serif;
	line-height: inherit;
	margin-bottom: 12px;
	display: block;
	color: #000
}
.timeline ul .inner .icon-box {
	background: #f7f9fe;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 12px;
	border-radius: 100px;
	border: 1px solid #dd6460;
	width: 60px;
	height: 60px;
}
.timeline ul .inner .icon-box img {
	max-width: 100%
}
.features .features-icon-box {
	margin: 22px auto 0;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}
.features .features-icon-box, .features .features-icon-box::before, .features .features-icon-box::after {
	border-left: 1px solid #e74c3c;
	border-right: 1px solid #e74c3c;
	width: 64px;
	height: 36px;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}
.features .features-icon-box::before, .features .features-icon-box::after {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}
.features .features-icon-box::before {
	-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
			transform: rotate(60deg)
}
.features .features-icon-box::after {
	-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
			transform: rotate(120deg)
}
.features .features-icon-box .features-icon {
	color: #e74c3c;
	font-size: 24px;
	height: 24px;
	left: 19px;
	position: absolute;
	text-align: center;
	top: 6px;
	transition: all 0.3s ease-in-out 0s;
	width: 24px;
	z-index: 10;
}
.features h5 {
	margin: 0px 0 8px
}
.features .features-text p {
	line-height: 24px
}
.features .features-single-box {
	margin: 32px 0
}
.process-area {
	background-blend-mode: overlay;
	background-image: url(../img/how.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-color: #111;
}
.process-area .box {
	position: relative;
	margin: 5rem 0;
	z-index: 1
}
.process-area .box .icon {
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: block;
	margin: 0 auto
}
.process-area .box.first .icon:before {
	display: none
}
.process-area .box.last .icon:after {
	display: none	
}
.process-area .box .icon span {
	position: relative;
	height: 100%;
	border-radius: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #fff
}
.process-area .col-md-3:not(:first-child) .box:before {
	content: "";
	position: absolute;
	top: 40px;
	right: calc(50% + 40px);
	width: calc(100% - 50px);
	border-top: 1px dashed #fff
}
/* .process-area .box .icon:after { */
	/* content: ""; */
	/* position: absolute; */
	/* border-top: 1px dashed #fff; */
	/* right: -15px; */
	/* width: calc(50% - 28px); */
	/* top: 40px */
/* } */
/* .process-area .box .icon:before { */
	/* content: ""; */
	/* position: absolute; */
	/* border-top: 1px dashed #fff; */
	/* left: -15px; */
	/* width: calc(50% - 28px); */
	/* top: 40px; */
/* } */
.process-area .box span {
	color: #fff;
	display: block;
	font: 25px "Dosis", sans-serif;
	margin: 20px 0 10px;
}
.process-area .box p {
	color: rgba(255,255,255,.8);
	font: 16px/28px "Dosis", sans-serif;
}
ul.list-icons {
	display: flex;
	flex-wrap: wrap
}
ul.list-icons li {
	width: 33.33%;
	text-align: center
}
ul.list-icons li .inner {
	padding: 3rem;
	border: 1px solid #e4e4e4;
	margin: 15px;
}
ul.list-icons li .inner span {
	display: block;
	margin-top: 8px;
	color: #6d6d6d
}
#case_studies .touch-slider .item {
	position: relative
}
#case_studies .touch-slider .item .caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: center; */
	/* justify-content: center; */
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 25px;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease
}
#case_studies .touch-slider .item .caption h4 {
	color: #fff;
	font-size: 26px
}
#case_studies .touch-slider .item .caption p {
	color: #fff	
}
#case_studies img.img-fluid {
	border: 1px solid #d6d6d6;
	width: 100%
}
.pattern {
	position: absolute
}
.rotateBox {
	transform: translateX(var(--tx)) rotate(var(--r));
	transition: transform .5s linear;
	will-change: transform;
}
.upCircle {
	transform: translateX(var(--up));
	transition: transform .5s linear;
	will-change: transform;
}
.easeBox {
	transform: translateY(var(--ty));
	will-change: transform;
}
.formbox .form-control {
	border: none;
	border-bottom: 1px dashed #cacaca;
	border-radius: 0;
	padding: 6px 0;
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease
}
.formbox .form-control:focus {
	padding-left: 10px
}
address strong {
	display: block;
	font-size: 18px;
	color: #5d5d5d;
	margin-bottom: 8px;
	text-transform: uppercase
}
address li {
	margin-bottom: 4px;
	color: #5d5d5d;
	line-height: 24px;
	position: relative;
	padding-left: 28px;
}
address li:last-child {
	margin: 0
}
address li i {
	position: absolute;
	width: 16px;
	text-align: center;
	top: 4px;
	left: 0
}
.memphis-parallax li {
	position: absolute;
	z-index: 1
}
[class*="parallax-"] {
	position: relative
}