/*
1. Theme Default CSS (body, link color, section etc)
2. Layout Related Styles
    |-- 2.1. Header Section
    |-- 2.2. Footer Section
3. Components
    |-- 3.1. Buttons
    |-- 3.2. Cards
    |-- 3.3. Bullets
    |-- 3.4. Section Head
    |-- 3.5. Pagination
    |-- 3.6.Sidebar
    |-- 3.7.Preloader
    |-- 3.8.Pricing
4. Pages
    |-- 4.1. HomePage
        |--- 4.1.1. Hero Slider
        |--- 4.1.2. Features
        |--- 4.1.3. Experiences
        |--- 4.1.4. Team Membar
        |--- 4.1.5. Before & After
        |--- 4.1.6. Client Showcase
        |--- 4.1.7. Testimonial
        |--- 4.1.8. Case Study
        |--- 4.1.9. Contact
        |--- 4.1.10. About
        |--- 4.1.11. Process
        |--- 4.1.12. Why Choose Us
        |--- 4.1.13. Portfolio
        |--- 4.1.14. Services
        |--- 4.1.15. CTA
        |--- 4.1.16. Counter UP
        |--- 4.1.17. Skill
        |--- 4.1.18. Hero Section
    |-- 4.2. Contact Us Page
    |-- 4.3. Single Service Page
    |-- 4.4. Single Blog Page
*/

/*
1. Theme Dafaults CSS
    |--1.1. Reset CSS & Base CSS
*/

* {
	margin: 0;
	padding: 0;
}
*,
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
	overflow-x: hidden;
}
ul {
	list-style: none;
	margin: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
input, textarea {
	outline: 0;
	transition: all .3s ease-in-out;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
	margin: 0;
}
h1{
	font-size: 60px;
	font-weight: 900;
}
.pt-60 {
	padding-top: 60px;
}
.py-80 {
	padding: 80px 0;
}
.py-150 {
	padding: 150px 0;
}
.pb-80 {
	padding-bottom: 80px;
}
.my-80 {
	margin: 80px 0;
}
.my-150 {
	margin: 150px 0;
}
.pt-150 {
	padding-top: 150px;
}
.pb-150 {
	padding-bottom: 150px;
}
.mt-150 {
	margin-top: 150px;
}
.bg-light {
	background: #f4fbfd;
}
.bg-blue {
	background: #9896AA;
}
.color-white{
	color: #fff;
}
.color-dark{
	color: #1c1f2c;
}
a.color-dark:hover{
	color: #000;
}
p {
	color: #323232;
}
.owl-nav.disabled {
	display: none;
}
.view-mobile {
	display: none;
}
.hide-mobile {
	display: block;
}
body {
	font-family: "Rubik", sans-serif;
	font-size: 100%;
}
h2 {
	font-family: "Muli", sans-serif;
	font-weight: 900;
}
h2 {
	font-size: 40px;
	line-height: 1.3em;
	color: #171826;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	color: #171826;
	line-height: 1.4em;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	line-height: 1.4em;
}
p {
	font-size: 16px;
}
.compensate-for-scrollbar {
	margin-right: 0px!important;
}
/*
2. Layout Related Sections
*/

/*
2.1. Header Section
    |--2.1.1. Layout One
*/

.head-social-icon {
	display: inline-block;
}
.head-social-icon li {
	display: inline-block;
	padding-left: 30px;
}
.head-social-icon a {
	color: #ffffff;
}
.head-social-icon a:hover {
	text-decoration: none;
	color: #9896AA !important;
}
.hl-one #header-top {
	background: #9896AA;
	padding: 12px 0;
	color: #ffffff;
}
.hl-one #header-top li {
	display: inline-block;
}
.hl-one #header-top a {
	color: #ffffff;
}
.hl-one #header-top a:hover {
	text-decoration: none;
}
.hl-one #header-top .h-top-right a:hover {
	color: #9896AA;
}
.hl-one #header-bottom {
	background: #ffffff;
}
.hl-one #header-bottom .menuzord {
	padding: 0 15px;
}
.hl-one #header-bottom .menuzord .menuzord-brand {
	margin-top: 12px;
}
.hl-one #header-bottom .menuzord > .menuzord-menu > li {
	padding-right: 5px;
}
.hl-one #header-bottom .menuzord > .menuzord-menu > li > a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	color: #171826;
	padding: 15px 25px;
	margin: 25px 0;
}
.hl-one #header-bottom .menuzord > .menuzord-menu > li.active > a,
.hl-one #header-bottom .menuzord > .menuzord-menu > li:hover > a {
	background: #9896AA;
}
.hl-one #header-bottom .menuzord > .menuzord-menu > li.active > a:hover {
	background: #ffee00;
}
.hl-one #header-bottom .menuzord > .menuzord-menu ul.dropdown {
	top: 78px;
	min-width: 150px;
}
.hl-one #header-bottom.sticky .menuzord > .menuzord-menu ul.dropdown{
	top: 68px;
}
.hl-one #header-bottom .menuzord > .menuzord-menu ul.dropdown li a {
	font-family: "Rubik", sans-serif;
	font-size: 15px;
}
.hl-one #header-bottom .menuzord > .menuzord-menu ul.dropdown li a:hover {
	background: #9896AA;
}
.h-top-left li {
	padding-right: 30px;
}
.h-top-left li img {
	padding-right: 10px;
}
.h-top-right li {
	padding-left: 30px;
}
.menuzord-menu > li > a > i {
	font-family: "Font Awesome 5 Free";
}
.menuzord-menu ul.dropdown {
	min-width: 150px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .25);
}
.menuzord-menu ul.dropdown li a {
	font-size: 15px;
	padding: 12px 40px 12px 24px;
}
.menuzord-menu ul.dropdown li a:hover {
	padding-right: 36px;
	padding-left: 28px;
}
#header{
	position: relative;
	padding-bottom: 102px;
}
#header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
#header-bottom.sticky {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.hl-one #header-bottom.sticky .menuzord > .menuzord-menu > li > a{
	margin: 15px 0;
}
.hl-one #header-bottom.sticky .menuzord .menuzord-brand{
	margin-top: 0;
}
#header.hl-two{
	padding-bottom: 97px;
}
.sticky .follow-head, .hl-two #header-bottom.sticky::before{
	display: none;
}
.hl-two #header-bottom.sticky .second-navigation{
	flex: 0 0 100%;
	max-width: 100%;
}
.hl-two #header-bottom.sticky .menuzord-brand{
	display: inline-block !important;
	margin-top: 14px;
}
.hl-two #header-bottom.sticky .menuzord-menu{
	float: right;
}
.hl-two #header-bottom.sticky .menuzord-menu > li > a{
	padding: 25px 20px;
}
#header.hl-four {
	background: rgba(255,255,255,0.4);
    position: absolute;
    padding-bottom: 0;
    z-index: 99;
    width: 100%;
    height: 102px;
}
#header.hl-four .sticky{
	background: #fff;
}
/*
2.1.2. Layout Two
*/

.hl-two .ict-icon {
	float: left;
	padding-right: 20px;
	font-size: 45px;
	color: #9896AA;
}
.hl-two .ict-text {
	float: left;
}
.hl-two .ict-text p {
	font-size: 16px;
	margin-bottom: 0;
}
.hl-two .ict-text h4 {
	font-size: 20px;
}
.hl-two .get-quote-top {
	text-align: center;
	background: #9896AA;
	padding: 50px 0;
	position: relative;
}
.hl-two .get-quote-top::after {
	content: "C";
	font-size: 135px;
	font-weight: bold;
	position: absolute;
	left: calc(50% - 45px);
	top: calc(50% - 30px);
	line-height: 60px;
	color: #ffffff;
	opacity: .5;
}
.hl-two .get-quote-top h4 {
	margin: 0;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.hl-two #header-bottom {
	background: #9896AA;
}
.hl-two #header-bottom::before {
	content: "";
	width: 40%;
	height: 120px;
	background: #9896AA;
	position: absolute;
	-webkit-transform: skew(25deg);
	transform: skew(25deg);
	right: -40px;
	top: 0;
	z-index: 9;
}
.hl-two #header-bottom .container {
	position: relative;
	z-index: 10;
}
.hl-two #header-bottom .menuzord {
	background: transparent;
	padding: 0;
	position: relative;
	top: 2px;
}
.hl-two #header-bottom .menuzord-menu > li > a {
	padding: 35px 20px;
	color: #171826;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.hl-two #header-bottom .menuzord-menu > li > a:hover {
	color: #808791;
}
.hl-two .follow-head {
	color: #ffffff;
	text-transform: uppercase;
	padding: 48px 0 0;
}
.hl-two .follow-head a {
	color: #ffffff;
}
.hl-two .dropdown-search {
	position: absolute;
	bottom: -54px;
	right: 55px;
	min-width: 90%;
	display: none;
	z-index: 3;
}
.hl-two .dropdown-search input {
	width: 100%;
	border: 1px solid #9896AA;
	font-family: "Rubik", sans-serif;
	padding: 15px 20px;
}
/*
2.1.3. Layout Three
*/

.hl-three #header-top {
	position: relative;
}
.hl-three #header-top::after {
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	right: -50px;
	top: 0;
	background: #9896AA;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.hl-three #header-top .container {
	position: relative;
	z-index: 3;
}
.hl-three #header-top .h-top-right a {
	color: #171826;
}
.hl-three #header-top .h-top-right a:hover {
	color: #808791;
}
/*
2.1.4. Layout Four
*/

.hl-four {
	padding: 0 150px;
}
.hl-four #header-bottom {
	background: transparent;
	padding-left: 30px;
}
.hl-four .menuzord {
	background: transparent;
}
#footer {
	background: #171826;
	color: #ffffff;
	padding-top: 150px;
}
#footer a {
	color: #ffffff;
	display: inline-block;
}
#footer a:hover {
	text-decoration: none;
	color: #9896AA;
}
#footer p {
	color: #ffffff;
}
#footer .footer-item > img {
	padding-bottom: 35px;
}
#footer .footer-item > h4 {
	padding-bottom: 30px;
}
#footer .footer-item > a {
	padding-top: 10px;
	font-weight: 500;
}
#footer .footer-item p {
	line-height: 1.8em;
}
#footer .footer-item li {
	padding-bottom: 6px;
}
#footer .footer-post {
	padding-bottom: 20px;
}
#footer .footer-post > div {
	padding: 0 10px;
}
#footer .footer-post img {
	border-radius: 4px;
}
#footer .footer-post h5 {
	margin-bottom: 8px;
}
#footer .footer-post p {
	font-size: 15px;
	line-height: 1em;
}
#footer hr {
	background: rgba(255, 255, 255, .2);
}
#footer .footer-bottom {
	padding: 10px 0;
}
#footer .footer-icon li {
	display: inline-block;
	padding-left: 30px;
}
/*
3. Components
*/

.button {
	text-transform: uppercase;
	font-weight: 500;
	color: #171826;
	padding: 20px 40px;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.button:hover {
  color: #171826;
  text-decoration: none;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
  transform: translate(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.button-primary {
	background: #9896AA;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.button-primary:hover {
	background: #ffee00;
}
.button-blue {
	background: #9896AA;
	color: #ffffff;
}
.button-blue:hover {
	background: #9896AA;
	color: #ffffff;
}
.button-secondary {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 36.8px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 36.8px 3.2px rgba(223, 227, 234, .35);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.button-secondary:hover {
	background: #171826;
	color: #ffffff;
}
.button-pricing {
	color: #808791;
	border: 2px solid #eceef0;
	padding: 12px 40px;
	font-weight: 400;
	border-radius: 30px;
	text-transform: none;
}
.button-pricing:hover {
	background: #9896AA;
	color: #ffffff;
	border-color: #9896AA;
	transform: translateY(0);
	box-shadow: none;
}
.button-outline {
	border: 2px solid #9896AA;
	color: #808791;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-outline:hover {
	color: #171826;
	  background: #9896AA;
	  box-shadow: none;
	  transform: translateY(0);
}
.button-box {
	position: relative;
	padding: 0;
	display: inline-block;
}
.button-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: -7px;
	top: 7px;
	border: 2px solid #171826;
	z-index: 0;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.button-box span {
	background: #9896AA;
	border-radius: 0;
	display: inline-block;
	padding: 15px 30px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-box:hover::before {
	right: -4px;
	top: 4px;
}
.button-box:hover{
  transform: translateY(0);
  box-shadow: none;
}
.button-box:hover span {
	background: #e6c800;
}
.button-flat {
	border-radius: 0;
	padding: 15px 35px;
}
.button-dark {
	background: #171826;
	color: #ffffff;
}
.button-dark:hover {
	background: #07375c;
	color: #ffffff;
}
.service-button {
	color: #808791;
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}
.service-button i {
    font-size: 14px;
    position: relative;
    top: 0px;
    right: -5px;
}
.service-button:hover {
	text-decoration: none;
	color: #171826;
}

/* Back to Top */
#top-button {
    display: inline-block;
    background-color: #9896AA;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .4s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    box-shadow: 3px 5px 15px 0px rgba(20, 20, 20, 0.3);
}

#top-button i {
    font-size: 1.2em;
    line-height: 40px;
    color: #fff;
}

#top-button:hover {
    cursor: pointer;
    background-color: #000;
}

#top-button:active {
    background-color: #000;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

.bullet {
	color: #808791;
}
.bullet li {
	padding-bottom: 10px;
}
.bullet li i {
	padding-right: 5px;
}
.bullet-circle {
	color: #808791;
}
.bullet-circle li {
	padding: 5px 0 5px 20px;
	position: relative;
}
.bullet-circle li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #9896AA;
	border-radius: 50%;
	left: 0;
	top: 12px;
}
/* 
3.2. Cards
    |-- 3.2.1. Feature Box
    |-- 3.2.2. Experience Box
    |-- 3.2.3. Service Box
    |-- 3.2.4. Team Membar Box
    |-- 3.2.5. Case Study Box
    |-- 3.2.6. Recent Blog Box
    |-- 3.2.7. Contact Box
    |-- 3.2.8. Counter UP Box

3.2.1. Feature Box
*/

.f-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.f-item img {
	max-height: 260px;
}
.f-item .f-item-content {
	padding-top: 35px;
}
.f-item .f-item-content h3 {
	padding-bottom: 20px;
}
/*
3.2.2. Experience Box
*/

.experience-icon-box {
	padding: 60px 15px;
}
.experience-icon-box h3,
.experience-icon-box p {
	color: #ffffff;
}
.experience-icon-box h3 {
	padding: 25px 0;
	margin: 0;
}
.experience-icon-box p {
	line-height: 1.8em;
}
.experience-icon-box.exl-two-item h3 {
	color: #171826;
}
.experience-icon-box > i:before {
	font-size: 70px;
	color: #9896AA;
	margin: 0;
}
/*
3.2.3. Service Box
*/

.srl-one .service-item {
	cursor: pointer;
}
.srl-one .service-item .sri-head {
	position: relative;
}
.srl-one .service-item .sri-head .service-icon {
	position: absolute;
	left: 30px;
	bottom: -20px;
	background: #9896AA;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.srl-one .service-item .sri-head .service-icon i:before {
	color: #ffffff;
	font-size: 45px;
	transition: all .4s ease-in-out;
	margin: 0;
}
.srl-one .service-item .sri-head .service-number {
	position: absolute;
	right: 50px;
	bottom: 20px;
	color: #9896AA;
	font-size: 22px;
	font-weight: 600;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.srl-one .service-item:hover .service-icon {
	background: #9896AA;
}
.srl-one .service-item:hover .service-icon i::before {
	color: #171826;
}
.srl-one .service-item:hover .service-number {
	color: #ffffff;
	opacity: 1;
}
.srl-one .service-item:hover .normal-state {
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.srl-one .sri-body {
	border: 1px solid #b0dbff;
	border-color: rgba(176, 219, 255, .5);
	padding: 40px 30px 25px;
  border-top: 0;
  min-height: 300px;
}
.sri-body .service-button{
  position: absolute;
  bottom: 20px;
}
.srl-one .sri-body h3 {
	padding-bottom: 30px;
}
.srl-one .sri-body p,
.srl-one .sri-body .bullet {
	min-height: 150px;
	margin-bottom: 0;
}
.srl-one .sri-body p {
	line-height: 1.8em;
}
/*
Service Layout Two
*/

.srl-two .service-item-head {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
	text-align: right;
}
.srl-two .service-item-head .service-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	border: 1px dashed #9896AA;
	-webkit-transition: all .4s;
	transition: all .4s ease-in-out;
}
.srl-two .service-item-head .service-icon i {
	font-size: 45px;
	color: #9896AA;
}
.srl-two .service-item-head .service-span {
	position: absolute;
	right: 0;
	font-size: 22px;
	color: #9896AA;
	opacity: .5;
  font-weight: 700;
  transition: all .4s ease-in-out;
}
.srl-two .service-item-text h4 {
	padding-bottom: 10px;
}
.srl-two .service-item-text p {
	padding-bottom: 11px;
	line-height: 1.7em;
}
.srl-two .service-item-text .bullet li {
	padding-bottom: 3px;
}
.srl-two .service-item-text h4,
.srl-two .service-item-text p,
.srl-two .service-item-text .bullet li {
	-webkit-transition: all .4s;
	transition: all .4s;
}
.srl-two .service-item-text .service-button {
	margin-top: 20px;
	display: inline-block;
}
.srl-two .service-item {
	border: 1px solid #b0dbff;
	border-color: rgba(176, 219, 255, .5);
	padding: 40px 30px;
	min-height: 400px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	/*cursor: pointer;*/
}
.srl-two .service-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url("https://via.placeholder.com/370x433/000/fff") no-repeat;
	background-size: cover;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}
.srl-two .service-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 127, 249, .8);
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: 1;
}
.srl-two .service-item:hover::before,
.srl-two .service-item:hover::after {
	opacity: 1;
	-webkit-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}
.srl-two .service-item:hover .service-icon {
	border: 1px solid #ffffff;
	background: #ffffff;
}
.srl-two .service-item:hover .service-span {
	color: #ffffff;
	opacity: 1;
}
.srl-two .service-item:hover .service-item-text h4,
.srl-two .service-item:hover .service-item-text p,
.srl-two .service-item:hover .service-item-text .bullet li,
.srl-two .service-item:hover .service-item-text a {
	color: #ffffff;
}
.srl-two .service-item:hover .service-button::before {
	background-position: 0 -13px;
}
.srl-two .service-item:hover .service-button:hover {
	opacity: 1;
}
.srl-two .service-item > div {
	position: relative;
  z-index: 3;
  transition: all .4s ease-in-out;
}
/*
3.2.4. Team Membar Box
*/

.team-item {
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #9896AA;
	-webkit-box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.team-item .team-item-head {
	position: relative;
}
.team-item .team-overlay {
	position: absolute;
	left: -500px;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(40, 127, 249, .75);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.team-item .team-overlay li {
	display: inline-block;
	padding: 0 2px;
}
.team-item .team-overlay li a {
	font-size: 20px;
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #ffffff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.team-item .team-overlay li a:hover {
	color: #9896AA;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(255, 222, 0, .75);
	box-shadow: 0px 3px 3px 0px rgba(255, 222, 0, .75);
	text-decoration: none;
}
.team-item:hover {
	border-bottom-color: #9896AA;
}
.team-item:hover .team-overlay {
	left: 0;
}
.team-item .team-item-body {
	padding: 25px 0 20px;
}
.team-item .team-item-body h3 {
	font-family: "Muli", sans-serif;
	color: #1c1f2c;
	font-weight: bold;
}
.team-item .team-item-body p {
	margin-bottom: 0;
}
/*
Team Item Layout Two
*/

.team-item-two {
	padding: 30px 0;
	-webkit-box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	border-radius: 5px;
	position: relative;
	top: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}
.team-item-two:hover {
	top: 10px;
}
.team-item-two h4 {
	font-family: "Muli", sans-serif;
	font-weight: 600;
	font-size: 22px;
	padding: 30px 0 0;
}
/*
3.2.5. Case Study Box
*/

.csl-item {
	padding: 10px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.csl-item > img {
	border: 5px solid #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.csl-item .csl-item-overlay {
	position: absolute;
	left: 15px;
	top: 15px;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background: rgba(40, 127, 249, .5);
	border-radius: 50%;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.csl-item .csl-heading {
	position: absolute;
	left: -40px;
	top: -40px;
	width: 100px;
	height: 100px;
	padding: 30px;
	background: #9896AA;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.csl-item .csl-heading h4 {
	font-size: 15px;
}
.csl-item:hover > img {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}
.csl-item:hover .csl-item-overlay {
	opacity: 1;
}
.csl-item:hover .csl-heading {
	left: -40px;
	top: auto;
	bottom: -40px;
	background: #9896AA;
	color: #ffffff;
}
.owl-item.active .csl-heading {
	opacity: 1;
}
/*
3.2.6. Recent Blog Box
*/

.blog-item .card-body {
	border: 1px solid #eceef0;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	padding: 35px 30px 25px;
}
.blog-item .tag-blog {
	font-size: 14px;
	text-transform: uppercase;
	color: #9896AA;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
}
.blog-item .tag-blog::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #9896AA;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
.blog-item .card-title {
	font-family: "Muli", sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-item .card-title a {
	color: #171826;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog-item .card-title a:hover {
	text-decoration: none;
	color: #0a548b;
}
.blog-item .card-text {
	padding-bottom: 25px;
	margin-bottom: 0;
}
.blog-item .blog-separator {
	width: 100%;
	height: 1px;
	display: block;
	background: #eceef0;
	margin-bottom: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog-item .blog-footer {
	color: #808791;
	text-transform: uppercase;
}
.blog-item .blog-footer .date-blog {
	font-size: 14px;
	float: left;
}
.blog-item .blog-footer .share-icon {
	float: right;
	color: #808791;
	transition: all .4s ease-in-out;
}
.blog-item .blog-footer .share-icon:hover{
	color: #9896AA;
}
.blog-item .card {
	border: 0;
	border-radius: 5px 5px 0 0;
}
.blog-item .card:hover .blog-separator {
	background: #9896AA;
}
.blog-social {
    width: 20px;
	float: right;
	cursor: pointer;
}

.blog-social-hover {
    float: right;
	/* opacity: 0; */
	position: absolute;
	width: 80px;
	right: 10px;
	transition: all .3s ease-in-out;
	z-index: -1;
}

.blog-social-hover a {
    color: #808791;
    padding: 0 2px;
}

.blog-social-hover a:hover {
    color: #333;
}
.blog-social:hover .blog-social-hover{
	right: 25px;
	z-index: 1;
}
/*
3.2.7. Contact Box
*/

.contact-item .cont-item-img {
	min-width: 30%;
	float: left;
	background: #9896AA;
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
}
.contact-item .cont-item-img i {
	color: #ffffff;
	font-size: 50px;
}
.contact-item .cont-item-text {
	float: left;
	width: 70%;
	padding-left: 5%;
}
.contact-item .cont-item-text h4 {
	font-family: "Muli", sans-serif;
	padding: 3px 0 7px;
}
/*
3.2.8. Counter UP Box
*/

.counter-item h2,
.counter-item h5 {
	font-family: "Muli", sans-serif;
	color: #ffffff;
}
.counter-item h2 {
	font-size: 55px;
	font-weight: 900;
}
.counter-item h5 {
	font-size: 22px;
	padding-bottom: 30px;
	font-weight: 800;
}
.counter-item .icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #9896AA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
}
.counter-item .icon i {
	font-size: 50px;
	color: #171826;
}
.section-head .section-main-title {
	text-transform: uppercase;
	font-size: 16px;
	color: #9896AA;
	margin-bottom: 20px;
}
.section-head .section-main-heading {
	line-height: 1.4em;
	padding-bottom: 50px;
}
.pagination li {
	margin: 0 4px;
}
.pagination .page-item .page-link {
	border: 0;
	background: #ece9f7;
	color: #171826;
	font-weight: 500;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pagination .active .page-link {
	background: #9896AA;
	border-radius: 0;
	color: #ffffff;
}
/*
3.6.Sidebar
*/

.sidebar-item {
	background: #f8f8f8;
	padding: 30px;
	margin-bottom: 50px;
}
.sidebar-item h4 {
	background: #ffffff;
	border-left: 2px solid #9896AA;
	padding: 15px 30px;
	margin-bottom: 25px;
}
.sidebar-item .bullet-sidebar li {
	margin-bottom: 3px;
	display: block;
}
.sidebar-item .bullet-sidebar li a {
	background: #ffffff;
	display: block;
	color: #171826;
	padding: 15px 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.sidebar-item .bullet-sidebar li a i {
	padding-right: 2px;
}
.sidebar-item .bullet-sidebar li a:hover {
	background: #9896AA;
	color: #ffffff;
}
.sidebar-item .bullet-sidebar-tag li {
	display: inline-block;
	margin: 5px 2px;
}
.sidebar-item .bullet-sidebar-tag li a {
	display: inline-block;
	padding: 8px 13px;
	color: #808791;
	border: 1px solid #eceef0;
}
.sidebar-item .bullet-sidebar-tag li a:hover {
	border-color: #9896AA;
	background: #9896AA;
	color: #ffffff;
}
.sidebar-item .form-sidebar input,
.sidebar-item .form-sidebar textarea {
	width: 100%;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #808791;
	display: block;
	padding: 15px 30px;
	margin-bottom: 3px;
}
.sidebar-item .form-sidebar input::-webkit-input-placeholder,
.sidebar-item .form-sidebar textarea::-webkit-input-placeholder {
	color: #808791;
}
.sidebar-item .form-sidebar input:-ms-input-placeholder,
.sidebar-item .form-sidebar textarea:-ms-input-placeholder {
	color: #808791;
}
.sidebar-item .form-sidebar input::-ms-input-placeholder,
.sidebar-item .form-sidebar textarea::-ms-input-placeholder {
	color: #808791;
}
.sidebar-item .form-sidebar input::placeholder,
.sidebar-item .form-sidebar textarea::placeholder {
	color: #808791;
}
.sidebar-item .form-sidebar input:focus,
.sidebar-item .form-sidebar input:active,
.sidebar-item .form-sidebar textarea:focus,
.sidebar-item .form-sidebar textarea:active {
	border-color: #9896AA;
}
.sidebar-item .form-sidebar textarea {
	margin-bottom: 0;
}
.sidebar-item .form-sidebar input[type='submit'] {
	background: #9896AA;
	color: #ffffff;
	border: 0;
}
.promotion-banner {
	background: url("https://via.placeholder.com/370x555/eee/ddd") no-repeat;
	background-size: cover;
	min-height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.promotion-banner h2 {
	font-size: 40px;
	font-weight: normal;
}
.promotion-banner h4 {
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 24px;
}
.promotion-banner a {
	display: inline-block;
	text-transform: none;
	font-weight: 300;
}
.search-bar {
	margin-bottom: 50px;
	position: relative;
}
.search-bar input {
	-webkit-box-shadow: 0px 10px 51.87px 5.13px rgba(223, 227, 234, .35);
	box-shadow: 0px 10px 51.87px 5.13px rgba(223, 227, 234, .35);
	width: 100%;
	border: 1px solid #f8f8f8;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 3px;
	color: #808791;
}
.search-bar input::-webkit-input-placeholder {
	color: #808791;
}
.search-bar input:-ms-input-placeholder {
	color: #808791;
}
.search-bar input::-ms-input-placeholder {
	color: #808791;
}
.search-bar input::placeholder {
	color: #808791;
}
.search-bar button {
	position: absolute;
	right: 30px;
	top: 20px;
	background: transparent;
	border: 0;
	color: #808791;
}
.recent-posts-l .recent-post-item {
	padding: 30px 0;
	border-bottom: 1px solid #eceef0;
}
.recent-posts-l .recent-post-item .col-4,
.recent-posts-l .recent-post-item .col-8 {
	padding-right: 0;
}
.recent-posts-l .recent-post-item h5 {
	margin-bottom: 10px;
	line-height: 1.3em;
}
.recent-posts-l .recent-post-item p {
	margin-bottom: 0;
}
.recent-posts-l .recent-post-item:nth-child(2) {
	padding-top: 10px;
}
.recent-posts-l .recent-post-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.recent-posts-l a {
	color: #171826;
}
/*
3.7. Preloader
*/

#preloader {
	height: 100vh;
	background: #9896AA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 999999;
	overflow: hidden;
	top: 0;
	left: 0;;
}
.group {
	position: relative;
	display: inline-block;
	line-height: 16px;
}
.bigSqr {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: bigSqrShrink 1s linear infinite;
	animation: bigSqrShrink 1s linear infinite;
}
.square {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FFF;
}
.first {
	left: 0px;
	top: 20px;
}
.second {
	left: 20px;
	top: 20px;
	-webkit-animation: drop2 1s linear infinite;
	animation: drop2 1s linear infinite;
}
.third {
	left: 0px;
	top: 0px;
	-webkit-animation: drop3 1s linear infinite;
	animation: drop3 1s linear infinite;
}
.fourth {
	left: 20px;
	top: 0px;
	-webkit-animation: drop4 1s linear infinite;
	animation: drop4 1s linear infinite;
}
.text {
	line-height: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #FFF;
	display: block;
	margin: 10px auto;
}
@-webkit-keyframes bigSqrShrink {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@keyframes bigSqrShrink {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@-webkit-keyframes drop2 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	25% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes drop2 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	25% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@-webkit-keyframes drop3 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	50% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes drop3 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	50% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@-webkit-keyframes drop4 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	75% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes drop4 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	75% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
/*
3.8.Pricing
*/

.pricing-item {
	margin-top: 65px;
	-webkit-box-shadow: 0px 0px 30px 7.41px rgba(223, 227, 234, .41);
	box-shadow: 0px 0px 30px 7.41px rgba(223, 227, 234, .41);
	background: #ffffff;
	position: relative;
	padding: 0 30px 50px;
	padding-top: 100px;
}
.pricing-item .price-icon {
	width: 125px;
	height: 125px;
	left: calc(50% - 62.5px);
	background: #9896AA;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 70px;
	border-radius: 5px;
	position: absolute;
	top: -62.5px;
}
.pricing-item .price {
	font-size: 55px;
}
.pricing-item .price span {
	font-size: 30px;
	position: relative;
	top: -17px;
	display: inline-block;
}
.pricing-item h2 {
	font-weight: 600;
	font-size: 24px;
	padding: 10px 0 30px;
}
.pricing-item .bullet-pricing {
	color: #808791;
	padding-bottom: 40px;
}
.pricing-item .bullet-pricing li {
	padding-bottom: 10px;
}
.pricing-item.pricing-active .button-pricing {
	background: #9896AA;
	border-color: #9896AA;
	color: #ffffff;
}
/*
4. Pages
*/

/* 
4.1.1. Hero Slider 
    |-- 4.1.1.1. Slider Layout One
    |-- 4.1.1.2. Slider Layout Two
    |-- 4.1.1.3. Slider Layout Three
*/
.layer-image {
    width: 690px;
    height: 600px;
    z-index: 0 !important;
    background: rgba(255, 255, 255, .9);
    border-top: 3px solid #9896AA !important;
    left: -50px;
	border-radius: 5px;
	top: -40px;
	/* opacity: .6 !important; */
}
.layer-image-two {
    width: 350px;
    height: 500px;
    z-index: 0 !important;
    border: 5px solid #9896AA !important;
    left: -50px;
	top: -0px;
}
.heading-one p{
	font-size: 18px;
	color: #808791;
	line-height: 30px;
}
.heading-one h4{
	font-size: 32px;
	font-weight: 400;
}
.heading-one h4 small{
	color: #9896AA;
}
#slide-965-layer-1{
	left: 300px !important;
	white-space: normal !important;
}
#slide-965-layer-9{
	top: -24px;
	left: -300px;
}
#slide-965-layer-1 p, #slide-965-layer-9 p{
	background: #9896AA;
	display: inline-block !important;
	font-size: 18px;
	color: #fff;
	padding: 10px !important;
	line-height: 24px !important;
}
#slide-965-layer-1 h1, #slide-965-layer-9 h1{
	line-height: 80px !important;
}
#slide-965-layer-1 h1 span, #slide-965-layer-9 h1 span{
	background: #9896AA;
	font-size: 42px !important;
	display: inline-block;
	padding: 10px !important;
	line-height: 42px !important;
}
/*
4.1.2. Features
*/

/*
4.1.14. Services
*/

.srl-three {
	background: url("https://via.placeholder.com/1920x780/ccc/000") no-repeat;
	background-size: cover;
	position: relative;
}
.srl-three .section-subheading {
	padding-bottom: 30px;
}
.srl-three .section-main-heading {
	padding-bottom: 30px;
}
.srl-three::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: .94;
	left: 0;
	top: 0;
}
.srl-three .container {
	position: relative;
	z-index: 2;
}
.srl-three .experience-icon-box {
	padding: 0 15px 60px;
}
.srl-three .experience-icon-box h3 {
	color: #171826;
}
.srl-three .experience-icon-box p {
	color: #808791;
	margin: 0;
}
.srl-three .experience-icon-box img {
	min-height: 55px;
}
.srl-three .srlc-two {
	padding-left: 30px;
}
.srl-three .srlc-two .row:last-child .experience-icon-box {
	padding-bottom: 0;
}
/*
Service Layout Four
*/

.srl-four {
	border-top: 1px solid #eceef0;
}
.srl-four .service-item {
	border: 0;
	-webkit-box-shadow: 0px 5px 13.8px 1.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 13.8px 1.2px rgba(223, 227, 234, .35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.srl-four .service-item::before,
.srl-four .service-item::after {
	display: none;
}
.srl-four .service-item .service-item-head .service-icon {
	border-style: solid;
	/*background: rgba(40, 127, 249, .1);*/
}
.srl-four .service-item:hover .service-icon i {
	color: #ffffff;
}
.srl-four .service-item:hover .service-item-text h4 {
	color: #171826;
}
.srl-four .service-item:hover .service-item-text p {
	color: #808791;
}
.srl-four .service-item:hover .service-item-text .service-button {
	color: #171826;
}
.srl-four .service-item:hover .service-icon {
	background: #9896AA;
	border-color: #9896AA;
}
.srl-four .service-item-img {
	padding: 0;
	overflow: hidden;
	max-height: 400px;
}
.srl-four .service-item-img .service-image {
	position: relative;
}
.srl-four .service-item-img .service-image .srimage-hover {
	position: absolute;
	left: -500px;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(5, 41, 68, .5);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.srl-four .service-item-img .service-image .srimage-hover .service-button {
	color: #ffffff;
}
.srl-four .service-item-img:hover .srimage-hover {
	left: 0;
}
/*
4.1.3. Experiences
    |-- 4.1.3.1. Experience Layout One
    |-- 4.1.3.2. Experience Layout Two
    |-- 4.1.3.3. Experience Layout Three
*/

.experience.exl-one {
	padding-bottom: 150px;
	position: relative;
	overflow: hidden;
}
.experience.exl-one::before,
.experience.exl-one::after {
	content: "";
	position: absolute;
	left: 0;
	top: 80px;
	width: 60%;
	height: 78%;
	background-image: url("https://via.placeholder.com/1170x785/9896AA/9896AA");
	background-repeat: no-repeat;
	z-index: 0;
	background-size: cover;
	background-position: top left;
}
.experience.exl-one::after {
	background-image: url("https://via.placeholder.com/946x711/eee/ddd");
	z-index: 1;
	right: 0;
	left: auto;
	top: 240px;
	width: 50%;
	height: 100%;
	background-position: top right;
}
.experience.exl-one .container {
	position: relative;
	z-index: 5;
}
.experience.exl-one h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}
.experience.exl-one h2 {
	font-size: 35px;
	color: #ffffff;
}
.experience.exl-one .experience-left {
	padding: 160px 15px 80px;
}
.experience.exl-one .experience-icon-box > i:before {
	color: #ffffff;
}
.experience.exl-one .experience-right {
	position: relative;
}
.experience.exl-one .experience-right .experience-right-heading {
	font-size: 20px;
	background: #9896AA;
	padding: 30px;
	display: inline-block;
	margin-top: 35px;
}
.experience.exl-one .experience-right .success-rate {
	cursor: pointer;
	position: absolute;
	bottom: -100px;
	left: 80px;
	background: #9896AA;
	padding: 20px 60px;
}
.experience.exl-one .experience-right .success-rate a {
	color: #171826;
}
.experience.exl-one .experience-right .success-rate a:hover {
	text-decoration: none;
}
.experience.exl-one .experience-right .success-rate .fa-play {
	width: 65px;
	height: 65px;
	background: #9896AA;
	border: 3px solid #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: -35px;
	top: 18px;
}
.experience.exl-one .experience-right .success-rate .success-text {
	font-size: 40px;
	font-weight: 500;
	line-height: 28px;
}
.experience.exl-one .experience-right .success-rate .success-text small {
	font-size: 20px;
	display: block;
	font-weight: 500;
}
/*
4.1.3.2. Experience Layout Two
*/

.exl-two {
	overflow: hidden;
	background: url("../img/homepage/experience/bg-icon.png") no-repeat;
	background-size: contain;
}
.exl-two .container {
	position: relative;
}
.exl-two .experience-right {
	position: absolute;
	right: -160px;
	top: 0;
}
.exl-two .experience-right img {
	min-width: 100%;
}
.exl-two .experience-left {
	padding: 60px 0;
}
/*
4.1.3.2. Experience Layout Three
*/

.experience.exl-three {
	padding-bottom: 150px;
}
.experience.exl-three::before {
    min-height: 77%;
}
.experience.exl-three::after {
	background: transparent;
}
.experience.exl-three::before {
	top: 0;
	height: 70%;
}
.experience.exl-three .experience-left {
	padding-bottom: 0;
}
.experience.exl-three .experience-left .bullet {
	color: #ffffff;
}
.experience.exl-three .experience-icon-box {
	padding-bottom: 0;
}
.experience.exl-three .experience-right .success-rate {
	bottom: 30px;
	left: 90px;
}
.experience.exl-three .experience-right .text-right {
	margin-bottom: 30px;
}
.experience.exl-three .experience-right img {
	border: 10px solid #9896AA;
	border-radius: 10px;
}
/*
4.1.6. Client Showcase
    |-- 4.1.6.1. Layout One
*/

.one-five {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 60px;
}
.one-five .cli-hover {
  /* display: none; */
  opacity: 0;
  transition: all .4s ease-in-out;
  position: absolute;
  left: 0;
}
.fancybox-slide.fancybox-slide--video {
  padding: 10%;
}
.one-five .cli-image{
  position: absolute;
  left: 0;
}
.one-five:hover .cli-image {
  opacity: 0;
  transition: all .4s ease-in-out;
}
.one-five:hover .cli-hover {
  opacity: 1;
}
.cli-hover {
	opacity: 0;
}
.cli-two {
	position: relative;
	top: -7px;
}
/* 
4.1.4. Team Membar
    |-- 4.1.4.1. Team Layout One
    |-- 4.1.4.2. Team Layout Two
*/

.teaml-one {
	position: relative;
}
.teaml-one::before {
	content: "";
	width: 100%;
	height: 62%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f4fbfd;
}
.team-carousel {
	position: relative;
}
.team-carousel .owl-item {
	float: left;
}
.team-carousel .owl-stage-outer {
	width: 100%;
	overflow: hidden;
}
.team-carousel .owl-nav {
	position: absolute;
	right: 265px;
	top: -200px;
}
.team-carousel .owl-nav span {
	display: none;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
	margin: 2px;
	background: url("../img/homepage/arrow-icons.png") no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: -30px 0;
	border: 0;
	outline: 0;
}
.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
	background-position: -135px 0;
}
.team-carousel .owl-nav .owl-next {
	background-position: -78px 0;
}
.team-carousel .owl-nav .owl-next:hover {
	background-position: -183px 0;
}
/*
4.1.4.2. Team Layout Two
*/

.teaml-two .section-head {
	padding-bottom: 100px;
}
.teaml-carousel .owl-item {
	float: left;
	padding: 30px 10px;
}
.teaml-carousel .owl-stage-outer {
	width: 100%;
	overflow: hidden;
}
.teaml-carousel .owl-nav {
	position: absolute;
	right: calc(50% - 50px);
	top: -80px;
}
.teaml-carousel .owl-nav span {
	display: none;
}
.teaml-carousel .owl-nav .owl-prev,
.teaml-carousel .owl-nav .owl-next {
	margin: 2px;
	background: url("../img/homepage/arrow-icons.png") no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: -30px 0;
	border: 0;
	outline: 0;
}
.teaml-carousel .owl-nav .owl-prev:hover,
.teaml-carousel .owl-nav .owl-next:hover {
	background-position: -135px 0;
}
.teaml-carousel .owl-nav .owl-next {
	background-position: -78px 0;
}
.teaml-carousel .owl-nav .owl-next:hover {
	background-position: -183px 0;
}
/*
4.1.7. Testimonial
    |-- 4.1.7.1. Layout One
    |-- 4.1.7.2. Layout Two
    |-- 4.1.7.3. Layout Three
*/

.tml-one {
	background: url("https://via.placeholder.com/1920x710/eee/ddd") no-repeat;
	background-size: cover;
}
.tml-one .testimonial-carousel {
	position: relative;
	padding-top: 70px;
}
.tml-one .testimonial-carousel .owl-stage-outer {
	width: 100%;
	overflow: hidden;
}
.tml-one .testimonial-carousel .owl-item {
	width: 100%;
	float: left;
}
.tml-one .testimonial-carousel .owl-nav {
	position: absolute;
	left: 15px;
	top: 0;
}
.tml-one .testimonial-carousel .owl-nav span {
	display: none;
}
.tml-one .testimonial-carousel .owl-nav .owl-prev,
.tml-one .testimonial-carousel .owl-nav .owl-next {
	margin: 0 5px;
	background: url("../img/homepage/arrow-icons.png") no-repeat;
	width: 33px;
	height: 30px;
	display: inline-block;
	background-position: -249px -7px;
	border: 0;
	outline: 0;
}
.tml-one .testimonial-carousel .owl-nav .owl-prev:hover,
.tml-one .testimonial-carousel .owl-nav .owl-next:hover {
	background-position: -339px -7px;
}
.tml-one .testimonial-carousel .owl-nav .owl-next {
	background-position: -296px -7px;
}
.tml-one .testimonial-carousel .owl-nav .owl-next:hover {
	background-position: -386px -7px;
}
.tml-one .testimonial-item h3,
.tml-one .testimonial-item p {
	font-family: "Muli", sans-serif;
	color: #171826;
}
.tml-one .testimonial-item .testimonial-text {
	font-size: 22px;
}
.tml-one .testimonial-item .t-person {
	padding-top: 10px;
}
.tml-one .testimonial-item .t-person-left {
	width: 20%;
	float: left;
	text-align: center;
}
.tml-one .testimonial-item .t-person-right {
	width: 80%;
	float: left;
	padding-top: 10px;
}
.tml-one .testimonial-item .t-person-right h3 {
	font-weight: 700;
	margin-bottom: 0;
}
.tml-one .testimonial-item .t-person-right p {
	font-size: 18px;
}
/*
4.1.7.2. Layout Two
*/

.tml-two {
	overflow: hidden;
	min-height: 600px;
	position: relative;
}
.tml-two .container {
	border-top: 1px solid #eceef0;
	padding-top: 150px;
	position: relative;
}
.tml-two .container .section-head {
	position: relative;
	z-index: 10;
}
.tml-two::before {
	z-index: 9;
	content: "";
	position: absolute;
	left: 0;
	background: #ffffff;
	width: 40.9%;
	height: 100%;
	top: 1px;
}
.tmc-two {
	position: absolute;
	left: 35%;
	width: 100%;
}
.tmc-two .owl-stage-outer {
	overflow: visible;
}
.tmc-two .owl-item {
	float: left;
	padding: 0 20px 30px;
}
.tmc-two .testimonial-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 20px 3.2px rgba(223, 227, 234, .35);
	padding: 30px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tmc-two .testimonial-item p,
.tmc-two .testimonial-item h3 {
	font-family: "Muli", sans-serif;
}
.tmc-two .testimonial-item p {
	font-size: 20px;
	color: #808791;
	font-weight: 300;
}
.tmc-two .testimonial-item:hover {
	background: #9896AA;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tmc-two .testimonial-item:hover p,
.tmc-two .testimonial-item:hover h3 {
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.tmc-two .testimonial-item .t-person {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.tmc-two .testimonial-item .t-person-left {
	float: left;
	width: 25%;
	text-align: center;
}
.tmc-two .testimonial-item .t-person-right {
	float: left;
	width: 75%;
}
.tmc-two .testimonial-item .t-person-right h3 {
	margin-bottom: 0;
}
.tmc-two .testimonial-item .t-person-right p {
	font-size: 16px;
	margin-bottom: 0;
}
.tmc-two .owl-nav {
	position: absolute;
	left: -385px;
	top: 180px;
	z-index: 11;
}
.tmc-two .owl-nav span {
	display: none;
}
.tmc-two .owl-nav .owl-prev,
.tmc-two .owl-nav .owl-next {
	margin: 0 5px;
	background: url("../img/homepage/arrow-icons.png") no-repeat;
	width: 33px;
	height: 30px;
	display: inline-block;
	background-position: -249px -7px;
	border: 0;
	outline: 0;
}
.tmc-two .owl-nav .owl-prev:hover,
.tmc-two .owl-nav .owl-next:hover {
	background-position: -339px -7px;
}
.tmc-two .owl-nav .owl-next {
	background-position: -296px -7px;
}
.tmc-two .owl-nav .owl-next:hover {
	background-position: -386px -7px;
}
/*
4.1.7.3. Layout Three
*/

.tml-three::before {
	width: 20%;
}
.tml-three .container {
	position: relative;
	min-height: 620px;
}
.tml-three .section-main-heading {
	padding-bottom: 20px;
}
.tml-three .tmc-three {
	bottom: 0;
	left: -2%;
}
.tml-three .tmc-three .owl-nav {
	left: auto;
	top: -130px;
	right: 30px;
}
/* 
4.1.5. Before & After
    |-- 4.1.5.1. Before & After Layout One
*/

.beer-slider {
	width: 100%;
}
.beer-slider img {
	min-width: 100%;
}
.beer-slider[data-beer-label]:after,
.beer-slider .beer-reveal[data-beer-label]::after {
	right: 0;
	top: calc(50% - 22px);
	background: rgba(255, 255, 255, .5);
	color: #9896AA;
	border-radius: 0;
	padding: 15px 25px;
}
.beer-slider .beer-reveal[data-beer-label]::after {
	right: auto;
	left: 0;
}
/*
4.1.8. Case Study
    |-- 4.1.8.1. Layout One
    |-- 4.1.8.2. Layout Two
*/

.csl-one {
	padding-bottom: 220px;
}
.csl-carousel {
	position: relative;
	padding: 0;
}
.csl-carousel .owl-stage-outer {
	width: 100%;
	overflow: hidden;
}
.csl-carousel .owl-item {
	float: left;
}
.csl-carousel .owl-nav {
	position: absolute;
	left: calc(50% - 54px);
	bottom: -100px;
}
.csl-carousel .owl-nav span {
	display: none;
}
.csl-carousel .owl-nav .owl-prev,
.csl-carousel .owl-nav .owl-next {
	margin: 2px;
	background: url("../img/homepage/arrow-icons.png") no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: -5px -50px;
	border: 0;
	outline: 0;
}
.csl-carousel .owl-nav .owl-prev:hover,
.csl-carousel .owl-nav .owl-next:hover {
	background-position: -125px -50px;
}
.csl-carousel .owl-nav .owl-next {
	background-position: -65px -50px;
}
.csl-carousel .owl-nav .owl-next:hover {
	background-position: -185px -50px;
}
/*
4.1.8.2. Layout Two
*/

.csl-two .container {
	position: relative;
}
.csl-two .csl-carousel {
	min-height: 40px;
}
.csl-two .csl-carousel .owl-stage-outer {
	height: 100%;
}
.csl-two .csl-item {
	margin: 40px;
}
/*
4.1.9. Contact
    |-- 4.1.9.1. Layout One
*/

.contl-one {
	border-bottom: 1px solid #eceef0;
}
.contact-item {
	border-right: 1px solid #eceef0;
	padding: 60px 15px 60px 25px;
}
.contact-item.conti-three {
	border: 0;
}
/*
4.1.10. About Us
    |-- 4.1.10.1. Layout One
    |-- 4.1.10.2. Layout Two
*/

.about-l-one {
	background: url("../img/homepage/experience/bg-icon.png") no-repeat #ffffff;
	background-size: contain;
}
.about-l-one .about-left {
	position: relative;
}
.about-l-one .about-left .about-play {
	position: absolute;
	width: 75px;
	height: 65px;
	font-size: 25px;
	color: #171826;
	border: 3px solid #ffffff;
	background: #9896AA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 35px;
	left: -20px;
}
.about-l-one .about-left > img {
	border: 5px solid #9896AA;
	border-radius: 10px;
}
.about-l-one .about-left .about-small-image {
	position: absolute;
	right: -50px;
	bottom: -35px;
}
.about-l-one .about-left .about-small-image img {
	border-radius: 5px;
	position: relative;
	z-index: 2;
}
.about-l-one .about-left .about-small-image::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #9896AA;
	top: -5px;
	left: -5px;
	position: absolute;
	border-radius: 5px;
}
.about-l-one .about-right h4 {
	color: #9896AA;
	font-size: 16px;
	padding-bottom: 10px;
}
.about-l-one .about-right h2 {
	font-size: 35px;
}
.about-l-one .about-right .experience-icon-box h3 {
	color: #171826;
}
.about-l-one .about-right .experience-icon-box p {
	color: #808791;
}
/*
|-- 4.1.10.2. Layout Two
*/

.about-l-two .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-l-two .about-left {
	position: relative;
	padding-left: 55px;
}
.about-l-two .abl-left {
	background: #9896AA;
	color: #ffffff;
	padding: 12px 0 10px;
	text-align: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	left: -295px;
	top: 292px;
	width: 625px;
}
.about-l-two .abl-left h4 {
	margin: 0;
	font-size: 16px;
}
.about-l-two .abl-right {
	position: relative;
}
.about-l-two .abl-right .success-rate {
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	left: 80px;
	background: #9896AA;
	padding: 20px 60px;
}
.about-l-two .abl-right .success-rate a {
	color: #171826;
}
.about-l-two .abl-right .success-rate a:hover {
	text-decoration: none;
}
.about-l-two .abl-right .success-rate .fa-play {
	width: 65px;
	height: 65px;
	background: #9896AA;
	border: 3px solid #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: -35px;
	top: 18px;
}
.about-l-two .abl-right .success-rate .success-text {
	font-size: 40px;
	font-weight: 500;
	line-height: 28px;
}
.about-l-two .abl-right .success-rate .success-text small {
	font-size: 20px;
	display: block;
	font-weight: 500;
}
.about-l-two .about-right .section-main-heading {
	font-size: 35px;
	padding-bottom: 20px;
}
.about-l-two .about-right .section-subheading {
	padding-bottom: 30px;
}
.about-l-two .about-right .bullet-circle {
	padding-bottom: 40px;
}
/*
4.1.11. Process
    |-- 4.1.11.1. Process Layout One
*/

.progress {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: transparent;
}
.progress > svg {
	height: 100%;
	display: block;
}
.process-item {
	margin-top: 20px;
	padding: 50px 30px;
	-webkit-box-shadow: 0px 5px 36.8px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 36.8px 3.2px rgba(223, 227, 234, .35);
	background: #ffffff;
	border-radius: 3px;
	height: 280px;
	margin-bottom: 80px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}
.process-item .progressbar_label {
	font-size: 22px;
	font-weight: 700;
}
.process-item h4 {
	font-family: "Muli", sans-serif;
	padding: 30px 0 0;
	margin-bottom: 0;
	font-weight: 600;
}
.process-item p {
	margin-bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-top: 20px;
	opacity: 0;
}
.process-item:hover {
	margin-bottom: 20px;
	height: 340px;
}
.process-item:hover p {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: auto;
	opacity: 1;
}
/*
4.1.12. Why Choose Us
    |-- 4.1.12.1. Layout One
    |-- 4.1.12.2. Layout Two
*/

.whyl-one {
	position: relative;
}
.whyl-one::before,
.whyl-one::after {
	content: "";
	background: url(../img/satisfied.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	height: 100%;
}
.whyl-one::after {
	background: url("https://via.placeholder.com/1170x785/7ebdc2/7ebdc2") no-repeat;
	left: auto;
	right: 0;
	width: 60%;
}
.whyl-one .container {
	position: relative;
	z-index: 3;
}
.whyl-one .why-choose-right {
	padding: 100px 60px 100px 0;
	color: #ffffff;
}
.whyl-one .section-head {
	padding-bottom: 40px;
}
.whyl-one .section-head .section-main-title,
.whyl-one .section-head .section-main-heading,
.whyl-one .section-head .section-main-subheading {
	color: #ffffff;
}
.whyl-one .section-head .section-main-heading {
	padding-bottom: 20px;
}
.whyl-one .accordion {
	min-height: 300px;
}
.whyl-one .accordion > .card {
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5) !important;
	padding: 10px 0;
}
.whyl-one .accordion > .card .card-header {
	background: transparent;
	cursor: pointer;
	border: 0;
}
.whyl-one .accordion > .card .card-header h4 {
	font-size: 20px;
	font-family: "Muli", sans-serif;
	font-weight: 600;
}
.whyl-one .accordion > .card .card-header .not-collapsed::after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
}
.whyl-one .accordion > .card .card-header .not-collapsed.collapsed::after {
	content: "\f067";
}
.whyl-one .accordion > .card .card-header,
.whyl-one .accordion > .card .card-body {
	padding: 0;
	margin: 12px 0;
}
.whyl-one .youtube-play-button {
	color: #ffffff;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	background: #9896AA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	position: relative;
}
.whyl-one .youtube-play-button::before,
.whyl-one .youtube-play-button::after {
	content: "";
	width: 80px;
	height: 80px;
	background: transparent;
	border: 1px solid #9896AA;
	border-radius: 50%;
	position: absolute;
	animation: pulse 2s infinite;
}
.whyl-one .youtube-play-button::after {
	width: 100px;
	height: 100px;
	animation: pulseTwo 2s infinite;
	animation-delay: 1s;
}
/* .whyl-one .youtube-play-button:hover::before,
.whyl-one .youtube-play-button:hover::after{
	animation: pulse 2s infinite;
} */
@keyframes pulse {
	0% {
	  transform: scale(1.1, 1.1);
	}
	50% {
	  transform: scale(1.3, 1.3);
	}
	100% {
	  transform: scale(1.1, 1.1);
	}
}
@keyframes pulseTwo {
	0% {
	  transform: scale(1.1, 1.1);
	  opacity: 1;
	}
	50% {
	  transform: scale(1.3, 1.3);
	  opacity: 0.1;
	}
	100% {
	  transform: scale(1.1, 1.1);
	  opacity: 0;
	}
}
/*
4.1.12.2. Layout Two
*/

.faq-layout::after {
	display: none;
}
.faq-layout .why-choose-right .section-main-title {
	color: #9896AA;
}
.faq-layout .why-choose-right .section-main-heading,
.faq-layout .why-choose-right .card h4 {
	color: #171826;
}
.faq-layout .why-choose-right .section-main-subheading,
.faq-layout .why-choose-right .card .card-body {
	color: #808791;
}
.faq-layout .why-choose-right .accordion > .card {
	border-bottom-color: #eceef0 !important;
}
.pfl-carousel {
	position: relative;
}
.pfl-carousel .owl-stage-outer {
	overflow: hidden;
}
.pfl-carousel .owl-item {
	width: 100%;
	float: left;
	padding: 30px 10px;
}
.pfl-carousel .owl-nav {
	position: absolute;
	top: auto;
	bottom: 40px;
	right: 35%;
	background: #ffffff;
	padding: 10px;
}
.pfl-carousel .owl-nav span {
	display: none;
}
.pfl-carousel .owl-nav .owl-prev,
.pfl-carousel .owl-nav .owl-next {
	margin: 0 2px;
	background: url("../img/homepage/arrow-icons.png") no-repeat;
	width: 50px;
	height: 42px;
	display: inline-block;
	background-position: -30px 0;
	border: 0;
	outline: 0;
}
.pfl-carousel .owl-nav .owl-prev:hover,
.pfl-carousel .owl-nav .owl-next:hover {
	background-position: -135px 0;
}
.pfl-carousel .owl-nav .owl-next {
	background-position: -78px 0;
}
.pfl-carousel .owl-nav .owl-next:hover {
	background-position: -183px 0;
}
.pfl-one {
	padding: 130px 0 50px;
}
.pfl-one .container-fluid {
	padding: 0 40px;
}
.pfl-one .portfolio-item {
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	box-shadow: 0px 5px 15px 3.2px rgba(223, 227, 234, .35);
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative;
	bottom: 0;
}
.pfl-one .portfolio-item img{
  width: 100%;
}
.pfl-one .portfolio-item:hover {
	bottom: 10px;
}
/*
4.1.15. CTA
*/

.cta-one {
	background: url("https://via.placeholder.com/1920x920/000/fff") no-repeat;
	background-size: cover;
	background-position: 0 -140px;
	position: relative;
}
.cta-one::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #9896AA;
	opacity: .90;
	width: 100%;
	height: 100%;
}
.cta-one .container {
	position: relative;
	z-index: 2;
}
.cta-two {
	background: #9896AA;
}
.cta-two::before {
	display: none;
}
/*
4.1.16. Counter UP
*/

.counter-l-one {
	/*background: url("../img/homepage/countdown/bg.jpg") no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	background: #9896AA;
}
/*
4.1.17. Skill
*/

.skl-one .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.skl-one .section-head .section-main-heading {
	padding-bottom: 0;
}
.skl-one .progress {
	width: 100%;
	height: 4px;
	background: #ddd;
}
.skl-one .skill-item {
	padding-bottom: 30px;
	padding-left: 30px;
}
.skl-one .skill-item h6 {
	padding-bottom: 5px;
}
.skl-one .skill-item .skill-percent {
	float: right;
}
/*
4.1.18. Hero Section
*/

.hrl-one {
	padding: 250px 150px 120px;
	position: relative;
}
.hrl-one::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/clean-banner.jpg) no-repeat;
	background-size: cover;
	opacity: .90;
}

.hrl-one .container {
	position: relative;
	z-index: 2;
}
.hrl-one .section-head .section-main-heading {
	padding-bottom: 25px;
	font-size: 55px;
	line-height: 1.2em;
}
.hrl-one .section-head p {
	padding-bottom: 25px;
}
.hrl-two {
	background: url(../img/soapy-glass.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.hrl-two h2 {
	display: inline-block;
	background: rgba(255, 255, 255, .6);
	padding: 15px 40px;
	border-top: 1px solid #9896AA;
	border-bottom: 1px solid #9896AA;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*
4.2. Contact Us
*/

.contact-wrap{
	padding: 0;
}
.contact-wrap, .contact-wrap label, .contact-wrap input, .contact-wrap button, .contact-wrap select, .contact-wrap textarea, .contact-wrap label.flo-option, .contact-wrap .field-label em, .contact-wrap .flo-selectmulti select, .contact-wrap .flo-switch .switch-title{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
}
.contact-wrap .frm-body {
    border: 0;
    padding: 0;
}
.contact-wrap .row{
	margin-bottom: 30px;
}
.contact-wrap .form-control::placeholder{
	color: #bababa;
}
.contact-wrap .form-control{
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	padding: 14px 40px 14px 20px !important;
	height: auto;
	color: #bababa !important;
}
.contact-wrap .form-control:focus{
	box-shadow: unset;
	border-color: #9896AA;
}
.contact-wrap select{
	-webkit-appearance: none;
}
.contact-wrap .input-group-prepend {
    margin-right: -1px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 54px;
    z-index: 9;
}
.contact-wrap .input-group-prepend > div{
	width: 50px;
	justify-content: center;
	background: transparent;
	border: 0;
}
.contact-wrap .input-group-prepend > div i{
	transition: all .3s ease-in-out;
}
.contact-wrap textarea.form-control{
	height: 150px;
}
.contact-wrap .form-control:focus ~ .input-group-prepend > div{
	border-color: #9896AA;
}
.contact-wrap .form-control:focus ~ .input-group-prepend i {
    color: #9896AA;
}
.contact-wrap .button-submit {
	background: #9896AA;
	color: #ffffff;
	text-transform: uppercase;
	border: 0;
	padding: 17px 0 !important;
	width: 100%;
	border-radius: 0;
	height: auto;
	font-size: 16px;
	transition: all .3s ease-in-out;
}
.contact-wrap .button-submit:hover{
	background: #0659cf;
	color: #ffffff;
}
.google-map {
	position: relative;
	bottom: -7px;
}
.google-map iframe {
	width: 100%;
}
/*
4.3. Single Service Page
*/

.single-service .service-item .sri-head .service-icon {
	bottom: 30px;
}
.single-service .service-item .sri-body {
	border: 0;
	padding: 30px 0;
}
.single-service .service-item .sri-body h2 {
	padding: 10px 0 15px;
}
.single-service .bullet-circle {
	padding-top: 20px;
}
.single-service .single-service-body h2 {
	padding: 30px 0 50px;
	font-weight: 500;
}
.single-service .sib-item h4 {
	padding: 30px 0 0;
}
.single-service .sib-item-blue h5 {
	background: #9896AA;
	color: #ffffff;
	padding: 15px 20px;
	margin-bottom: 30px;
	font-size: 16px;
}
.single-service .sib-item-blue h5 span {
	float: right;
}
.related-service .section-head .section-main-heading {
	padding-bottom: 10px;
}
/*
4.4. Single Blog Page
*/

.blog h2 {
	font-weight: 700;
}
.blog .blog-item {
	padding: 60px 0 40px;
	border-bottom: 1px solid #eceef0;
}
.blog .blog-item:nth-child(1) {
	padding-top: 0;
}
.blog .blog-item:nth-child(3) {
	border-bottom: 0;
	padding-bottom: 0;
}
.blog .blog-item h2 {
	padding: 40px 0 20px;
	margin: 0;
}
.blog .blog-item h2 a {
	color: #171826;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.blog .blog-item h2 a:hover {
	color: #9896AA;
}
.blog .blog-item .bullet-circle {
	padding: 20px 0 30px;
}
.blog .blog-item .bullet-circle li {
	padding-bottom: 10px;
}
.blog .blog-item .bullet-circle li:last-child {
	padding-bottom: 0;
}
.blog .blog-item .blog-single-img {
	padding: 30px 15px 45px;
}
.blog .blog-item h6 {
	font-size: 22px;
	font-family: "Muli", sans-serif;
	padding-bottom: 20px;
}
.blog .author {
	padding-bottom: 30px;
}
.blog .author .bullet-author {
	color: #808791;
}
.blog .author .bullet-author img {
	padding: 0 5px;
}
.blog .author .bullet-author li {
	display: inline-block;
	padding-right: 25px;
}
.blog .author .bullet-author li i {
	padding-right: 5px;
}
.blog-single .blog-item {
	border: 0;
}
.blog-single .author {
	border-bottom: 1px solid #eceef0;
	margin-bottom: 30px;
}
.blog-share {
	border-top: 1px solid #eceef0;
	border-bottom: 1px solid #eceef0;
	padding: 30px 0;
	margin: 0 15px;
	margin-top: 65px;
}
.blog-share span {
	font-weight: 500;
}
.blog-share ul {
	display: inline-block;
	padding-left: 10px;
}
.blog-share li {
	display: inline-block;
	padding-left: 5px;
}
.blog-share li a {
	color: #808791;
}
.blog-share li a:hover {
	color: #171826;
}
.blog-share .share-icons ul {
	padding-left: 0;
}
.blog-share .share-icons li {
	padding-left: 15px;
}
.blog-share .share-icons li:first-child {
	padding-left: 0;
}
.comment-layout {
	padding: 0 15px;
}
.comment-layout .media {
	padding: 30px 0;
	margin: 0 !important;
}
.comment-layout .media .media {
	padding-bottom: 0;
	padding-top: 60px;
}
.comment-layout .media h5 {
	font-size: 22px;
}
.comment-layout .media .media-body {
	position: relative;
}
.comment-layout .media:nth-child(2) {
	padding-top: 0;
}
.comment-layout .media:last-child {
	padding-bottom: 0;
}
.comment-layout .time-date-comment {
	font-style: italic;
	margin-bottom: 20px;
}
.comment-layout .time-date-comment i {
	padding-right: 10px;
}
.comment-layout .comment-text {
	margin: 0;
}
.comment-layout .reply-comment {
	color: #808791;
	font-style: italic;
	position: absolute;
	right: 0;
	top: 5px;
}
/*
Comment Form
*/

.comment-form-layout h2 {
	font-weight: normal;
}
.comment-form-layout p {
	margin-bottom: 50px;
}
.comment-form-layout input,
.comment-form-layout textarea {
	width: 100%;
	border: 1px solid #eceef0;
	color: #808791;
	padding: 12px 25px;
	font-style: italic;
	margin-bottom: 30px;
	display: inline-block;
	outline: 0;
}
.comment-form-layout input:focus,
.comment-form-layout input:active,
.comment-form-layout textarea:focus,
.comment-form-layout textarea:active {
	border-color: #9896AA;
}
.comment-form-layout textarea {
	min-height: 180px;
	margin-bottom: 25px;
}
.comment-form-layout input[type='submit'] {
	width: auto;
	background: #9896AA;
	border: 0;
	color: #ffffff;
	margin-bottom: 0;
	padding: 12px 50px;
}
.comment-form-layout .form-input-group {
	width: calc(50% - 15px);
	float: left;
}
.comment-form-layout .form-input-group:nth-child(2) {
	float: right;
}

.progress-bar {
	background-color: #9896AA !important;
}

.fs45 {
	font-size: 45px !important;
}

.nice-link {
	color: #9896AA;
}

.nice-link:hover {
	color: #9896AA;
}

.active-link {
	background: #9896AA;
	color: white !important;
}

.nice-list>li {
	margin-left: 5px;

}
.nice-list>li:before {
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/broom.svg);
}

.nice-counter h2 {
	display: inline-block;
}