/*
  Theme Name: Myvi - Personal Portfolio Jekyll Template
  Theme URL: https://myvijk.netlify.app/;
  Author: tortoizthemes
  author_url: https://tortoizthemes.com/
  Support: tortoizthemes@gmail.com
  Description: Myvi Personal Portfolio Bootstrap 4 Jekyll template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css11. Testimonial Area
2. Header Area
3. Slider Area
4. Project Area
5. Service Area
6. Promo Area
7. Portfolio Area
8. Team Area
9. Skull Area
10. Testimonial Area
11. Blog Area
12. Contact Area
13. Brand Area
14. Price Area
15.Work Area
16.Footer Area


*/

/*===================== 1. Theme default css ====================*/

@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800|Open+Sans:300,400,600,700,800|Playfair+Display:400,500,600,700,800,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #798795;
	max-width: 1920px;
	margin: 0 auto;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

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

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #333;
	text-decoration: none;
}

a,
button {
	color: #333333;
	outline: medium none;
	cursor: pointer;
}

button:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-family: 'Playfair Display', 'Times New Roman';
	color: #222222;
	margin: 0px;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}


h2 {
	font-size: 35px;
}

h3 {
	font-size: 24px;

}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.875;
	color: #212529;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #cacaca;
	border-top: 0 none;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

.sidebar-widget {
	border: 1px solid rgb(232, 232, 232);
	background-color: rgb(255, 255, 255);
}

.rd-btn,
.rd-btn:focus {
	background-color: #f23559;
	width: 230px;
	height: 70px;
	border: 1px solid #f23559;
	line-height: 68px;
	color: #fff;
}

.rd-btn:hover,
.rd-btn:active {
	background-color: #c72543;
}


.section-title>h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #f33d4d;

}

.section-title>h2 {
	color: #222222;
	font-size: 24px;
}

.grey-bg {
	background: #f8f8f8;
}


.color-white * {
	color: #fff !important;
}

/* pseudo classes */

*::-moz-selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}


::selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	font-size: 14px;
	font-family: "Playfair Display";
	color: #798795;
}

*::placeholder {
	font-size: 14px;
	font-family: "Playfair Display";
	color: #798795;

}

*::focus {
	outline: none;
}

*::-moz-focus {
	outline: none;
}

/* Preloader-css */

.loader {
	position: fixed;
	overflow: hidden;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
	color: #4b4b4b;
	text-align: center
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f33d4d;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}


/* ============= 2.Header Area ======================== */
.header-area {
	position: absolute;
	z-index: 111;
	width: 97%;
}

.header-container {
	width: 97%;
	margin: auto;
}

.main-menu ul li {
	display: inline-block;
	margin-left: 35px;
	position: relative;
}

.main-menu ul li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	display: inline-block;
	text-transform: uppercase;
	padding: 35px 0;
	cursor: pointer;
}

.main-menu nav ul li:hover a {
	color: #f33d4d;

}

.main-menu nav>ul>li:hover::before {
	height: 2px;
	width: 58px;
	position: absolute;
	background: #f33d4d;
	top: 0;
	left: -15px;
	content: '';
}

.main-menu ul li ul.sub-menu {
	position: absolute;
	top: 150px;
	opacity: 0;
	transition: .1s all ease 0s;
	z-index: 5;
	visibility: hidden;
	background-color: #3F5666;
	transition: .4s;

}

.header-area-2 .main-menu ul li ul.sub-menu {
	left: 200%;
}

.header-area-2 .main-menu ul li:hover>ul.sub-menu {
	left: 125%;
}

.main-menu ul li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;

}

.main-menu ul li ul.sub-menu li {
	margin: 0;

}

.main-menu ul li ul.sub-menu li a {
	width: 200px;
	font-weight: 700;
	line-height: 1.15;
	padding: 15px 0px 15px 0;
	color: #ffffff;
	padding-left: 20px;

}


.main-menu ul li ul.sub-menu li:hover>a {
	padding-left: 30px;
	background-color: dimgray;

}

.search-menu .search {
	z-index: 11;
}

.search-form {
	position: absolute;
	right: 0;
	width: 200px;
	z-index: 9;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	opacity: 0;
}

.search-form input {

	border: none;
	padding: 5px 15px;
	width: 100%;
}

.info-bar {
	position: relative;
}

.search-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222;
}

.search-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222;
}

.search-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222;
}

.search-form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222;
}

.search:hover .search-form {
	visibility: visible;
	opacity: 1;
}

/* Extra info */

.extra-info {
	background: #222 none repeat scroll 0 0;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 30%;
	height: 100%;
	z-index: 88;
	transform: translateX(100%);
	overflow-x: hidden;
	overflow-y: auto;

}

.extra-info.info-open {
	transform: translateX(0);
}

.extra-info .main-menu ul li a,
.header-area-2 .extra-info .main-menu ul li a {
	padding: 20px 0;
	color: #fff;
}

.close-icon {
	margin-top: -16px;
	text-align: right;
}

.close-icon>button {
	border: 0 none;
	cursor: pointer;

	background: none;

}

.close-icon>button i {
	font-size: 28px;
	color: #fff;
	position: absolute;
	right: 4rem;
	top: 2.5rem;
	transition: all .3s ease;
}

.close-icon>button:hover i {
	color: #D53948;
}

.close-icon>button::before {
	content: '';
	background-color: transparent;
	width: 50px;
	height: 50px;
	border: 2px solid #D53948;
	border-radius: 50%;
	position: absolute;
	right: 3.05rem;
	top: 1.9rem;
	animation: animate 1.5s linear infinite;

}

@keyframes animate {
	0% {
		transform: scale(.5);
	}

	50% {
		opacity: .8;
	}

	100% {
		transform: scale(1.2);
		opacity: .1;
	}
}

.extra-info .main-menu nav>ul>li:hover::before {
	display: none;
}

.header-area-2 .extra-info .main-menu nav>ul:hover::before {
	display: none;
}

.extra-info .main-menu ul li,
.header-area-2 .extra-info .main-menu ul li {
	display: block;
	margin-left: 20px;

}

.extra-info .right-box {
	right: 4rem;
}

.extra-info .extra-menu,
.header-area-2 .extra-info .extra-menu {
	position: absolute;
	left: 0;
	top: 5rem;
	bottom: 12.5rem;
	padding-left: 15%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	font-weight: 600;
	list-style: none;
	margin: 0;
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: transform .5s .6s ease, opacity .5s .6s ease;
	-o-transition: transform .5s .6s ease, opacity .5s .6s ease;
	transition: transform .5s .6s ease, opacity .5s .6s ease;
}

.extra-info .menu-footer {
	position: absolute;
	left: 15%;
	bottom: 2rem;
}

.extra-info .menu-footer .social-list {
	-webkit-transform: translateY(3rem);
	-ms-transform: translateY(3rem);
	-o-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: all .5s .7s ease;
	-o-transition: all .5s .7s ease;
	transition: all .5s .7s ease
}

.extra-info .menu-footer .social-list a {
	color: #7e7e7e;
	margin: 0;
	margin-right: 2.7rem
}

.extra-info .menu-footer .copyright {
	margin-top: 3.2rem;
	color: #fff;
	line-height: 1.71rem;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	-o-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: all .5s .9s ease;
	-o-transition: all .5s .9s ease;
	transition: all .5s .9s ease
}

.extra-info .menu-footer .copyright a {
	color: #D53948;
}

.menu-footer .social-list a:last-child {
	margin-right: 0
}

.menu-footer .social-list a:hover {
	color: #D53948;
}

.slider-social ul li {
	display: inline-block;
}

.slider-social ul li a {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	line-height: 18.88px;
	font-family: 'Open Sans', sans-serif;
}

.slider-social ul li:hover a {
	color: #f33d4d;
}

.slider-social {
	position: absolute;
	transform: rotate(-90deg);
	right: -75px;
	top: 488px;
}

.header-area-2 .search-form input {
	background: #798795;
}

.header-area-2 .main-menu nav>ul {
	position: relative;
}

.header-area-2 .main-menu nav>ul li {
	display: block;
	margin-left: 0;
}

.header-area-2 .main-menu nav>ul li a {
	color: #1c232b;
	padding: 20px 0;
}

.header-area-2 .main-menu nav>ul li:hover::before {
	visibility: hidden;
	opacity: 0;
}

.header-area-2 .main-menu nav>ul li:hover a {
	color: #7188a2;
}

.header-area-2 .main-menu nav>ul li ul.sub-menu {
	-webkit-transition: 1s;
	transition: 1s;
	top: 35%;
	background-color: #cf4539;
}

.header-area-2 .main-menu nav>ul li ul.sub-menu li a {
	color: #fff;
}

.header-area-2 .main-menu nav>ul li ul.sub-menu li a:hover {
	color: #aebccb;
}

.header-area-2 .main-menu nav>ul:hover::before {
	height: 2px;
	width: 58px;
	position: absolute;
	background: #f33d4d;
	top: 0;
	left: 0;
	content: '';
}

.header-area-2 .slider-social ul li a {
	color: #798795;
}


/* =======================Slider Area======================= */
.slider-area .slider-height {
	padding-top: 255px;
	padding-bottom: 255px;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-area img {
	width: auto !important;
}

.slider-area .hero-text span {
	font-size: 16px;
	color: #f33d4d;
	line-height: 36px;
}

.slider-area .hero-text h1 {
	color: #ffffff;
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 40px;
}

.slider-area .hero-text p {
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
	padding-bottom: 35px;
}

.slider-area .hero-text a {
	color: #ffffff;
	font-size: 16px;
	margin-right: 30px;
	display: inline-block;
	text-align: center;
}

.slider-area .hero-text a:first-child {
	background-color: rgba(255, 255, 255, 0.102);
	width: 170px;
	height: 59px;
	line-height: 59px;
	border-radius: 30px;
}

.slider-area .hero-text a:first-child:hover {
	background-color: #f33d4d;
}

.slider-area .hero-text a:last-child {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	padding-right: 10px;
}

.slider-area .hero-text a:last-child:hover {
	background-color: #f33d4d;
}

.slider-area .hero-text .paly-button {
	display: inline-block;
	border-radius: 50%;
	background-color: #f33d4d;
	width: 59px;
	height: 59px;
	text-align: center;
	padding-top: 17px;
	margin-right: 10px;
}

.slider-area .hero-text .paly-button img {
	display: inline-block;
}

.owl-nav {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: none;
	bottom: 120px;
	display: block;
}

.owl-nav div {
	background: #F33D4D;
	display: inline-block;
	height: 40px;
	width: 60px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: .3s;
	transition: .3s;
}

.owl-nav div i {
	color: #fff;
	font-size: 18px;
}

.owl-nav .owl-prev {
	margin-right: 15px;
}

.owl-nav div:hover {
	background: #525252;
	color: #fff;
}

.main-section {
	background-position: top;
	background-repeat: no-repeat;
}

/* Slider-area-2 Area*/
.slider-area-2 .single-slide {
	background-position: center right;
}

.slider-area-2 .hero-text h1 {
	color: #1c232b;
}

.slider-area-2 .hero-text p {
	color: #1c232b;
}

.slider-area-2 .hero-text .hero-buttons a {
	color: #1c232b;
}

.slider-area-2 .hero-text .hero-buttons a:first-child {
	background-color: #f33d4d;
	color: #ffffff;
}

.slider-area-2 .hero-text .hero-buttons a:first-child:hover {
	background-color: #be0c1b;
}

.slider-area-2 .hero-text .hero-buttons a:last-child:hover {
	background-color: #1c232b;
	color: #fff;
}

.slider-area-2 .hero-text .hero-buttons .paly-button {
	background-color: #1c232b;
}

/* Slider-area-3 Area*/
.slider-area-3 .single-slide {
	background-position: center right;
}

.slider-area-3 .hero-text p {
	color: #ffffff;
}

.slider-area-3 .hero-text .hero-buttons a:first-child {
	border: 2px solid #f33d4d;
	background-color: rgba(255, 255, 255, 0);
	color: #f33d4d;
}

.slider-area-3 .hero-text .hero-buttons a:first-child:hover {
	color: #ffffff;
	background-color: #f33d4d;
}

.slider-area-3 .hero-text .hero-buttons .paly-button {
	background-color: rgba(255, 255, 255, 0.102);
}
.slider-area-3 .hero-text .hero-buttons .paly-button img {
 padding-top: 3px;
}

.slider-area-3 .hero-text .hero-buttons .paly-button img {
	margin-top: -5px;
}

/* =======================Project Area======================= */
.project-area .single-counter {
	margin-bottom: 35px;
}

.project-area .single-counter span {
	font-size: 42px;
	font-weight: 700;
	color: #1c232b;
	font-family: "Playfair Display", "Times New Roman";
}

.project-area .single-counter h4 {
	font-size: 16px;
	color: #798795;
}

.project-area .project-detalis .project-text p {
	font-size: 16px;
	color: #798795;
	line-height: 27.5px;
	letter-spacing: 1px;
	font-family: "Merriweather Sans", sans-serif;
	padding-bottom: 15px;
}

.project-title h3 {
	font-size: 44px;
	color: #1c232b;
}

.project-info p {
	color: #798795;
	font-size: 18px;
	line-height: 30px;
	font-family: "Playfair Display", "Times New Roman";
	margin-left: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
	font-weight: lighter;
}

.project-info p::before {
	content: '';
	position: absolute;
	height: 43px;
	width: 4px;
	background-color: #f33d4d;
	left: -4%;
	top: 11%;
}

.project-area-3 {
	background-repeat: no-repeat;
	height: 730px;
	background-position: center;
}

.project-area-3 .project-title a {
	font-size: 72px;
	font-weight: 700;
	font-family: "Playfair Display", "Times New Roman";
}

/*=======================Service Area=======================*/
.service-area .service-detalis .service-info h5 {
	color: #1c232b;
	font-size: 18px;
	line-height: 36px;
}

.service-area .service-detalis .service-info p {
	line-height: 30px;
	padding-top: 10px;
}

/* Slider-area-2 Area*/
.service-area-2 .service-detalis .service-info h3 {
	font-size: 18px;
	color: #1c232b;
}

.service-area-2 .service-detalis .service-info p {
	padding-top: 7px;
}

.service-bg {
	background-color: white;
	-webkit-box-shadow: 0px 10px 45px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 45px 5px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	width: 79%;
	margin: auto;
	margin-top: -110px;
	position: relative;
	z-index: 1;
}

/*=======================Promo Area=======================*/
.promo-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.promo-video p {
	color: #FFFFFF;
}

.promo-video .promo-video-icon {
	background-color: #f33d4d;
	width: 100px;
	height: 100px;
	margin: auto;
}

.promo-video .promo-video-icon a {
	line-height: 97px;
}

.promo-video h1 {
	color: #FFFFFF;
	font-size: 72px;
	padding: 0px 60px;
}

.promo-video .preoject-content-text p {
	line-height: 20px;
	color: #F4F3F3;
}

.promo-area-2 {
	padding-top: 140px;
	padding-bottom: 120px;
}

.promo-area-4 {
	padding-top: 230px;
	padding-bottom: 120px;
}
.promo-area-4 .promo-video {
    padding: 230px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.promo-area-2 .promo-video {
	padding: 230px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.promo-area-2 .promo-video p {
	color: #1c232b;
}
.promo-area-4 .promo-video p {
	color: #1c232b;
}

.promo-area-3 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -395px;
}
.pb-325 {
	padding-bottom: 325px;
}
.pt-240 {
	padding-top: 240px;
}
/*=======================Portfolio Area=======================*/
.portfolio-area .section-title h2 {
	padding-right: 320px;
	padding-bottom: 20px;
}

.portfolio-area .portfolio-wrapper {
	position: relative;
}

.portfolio-area .portfolio-wrapper:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
}
.portfolio-area .portfolio-thumb {
	position: relative;
}
.portfolio-area .portfolio-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-area .portfolio-content .icon a {
	width: 120px;
	height: 120px;
	background: #F33D4D;
	display: inline-block;
	position: relative;
}

.portfolio-area .portfolio-content .icon a::before,
.portfolio-area .portfolio-content .icon a::after {
	content: "";
	height: 2px;
	width: 40px;
	position: absolute;
	background: #fff;
	top: 60px;
	left: 36px;
}

.portfolio-area .portfolio-content .icon a::after {
	height: 40px;
	width: 2px;
	left: 55px;
	top: 40px;
}

.portfolio-button a {
	width: 231px;
	height: 70px;
	background-color: #f23559;
	border-radius: 70px;
	color: #ffffff;
	line-height: 56px;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-button a:focus,
.portfolio-button a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-button a:hover {
	background-color: black;
	color: #ffffff;
}

.portfolio-button a img {
	margin-left: 6px;
	margin-top: -2px;
	width: auto;
	height: auto;
}

/*Portfolio-Area-2*/
.portfolio-area-2 .portfolio-bg {
	background-color: #f7f7f7;
	width: 600px;
	padding-bottom: 10px;
}

.portfolio-area-2 .portfolio-detalis h3 {
	color: #798795;
	font-family: "Playfair Display", "Times New Roman";
	font-size: 14px;
}

.portfolio-area-2 .portfolio-detalis p {
	font-size: 18px;
	color: #1c232b;
	font-family: "Open Sans", sans-serif;
	padding-right: 150px;
}

.portfolio-area-2 .single-portfolio .portfolio-content .icon a {
	background: #FFFFFF;
}

.portfolio-area-2 .single-portfolio .portfolio-content .icon a::after,
.portfolio-area-2 .single-portfolio .portfolio-content .icon a::before {
	background: #F33D4D;
}

.portfolio-area-2 .single-portfolio .portfolio-img {
	overflow: hidden;
	position: relative;
}

.portfolio-area-2 .single-portfolio .portfolio-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio-area-2 .single-portfolio:hover .portfolio-content {
	visibility: visible;
	opacity: 1;
}

.portfolio-area-2 .single-portfolio:hover .portfolio-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*Portfolio-Area-3*/
.portfolio-area-3 .portfolio-bg {
	padding-top: 325px;
	margin-top: -290px;
	width: 105%;
}

.portfolio-area-3 .portfolio-detalis p {
	line-height: 22px;
	padding-top: 5px;
}

/*=======================Team Area=======================*/
.team-slick-prev,
.team-slick-next {
	font-size: 16px;
	color: #fff !important;
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
	position: relative;
	background: #F33D4D;
}

.team-slick-prev:hover,
.team-slick-next:hover {
	background: #990000;
}

.team-area .member-name h5 {
	color: #1c232b;
	font-size: 24px;
	line-height: 24px;
}

.team-area .team-social {
	position: absolute;
	top: 31px;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-area .team-social li a {
	font-size: 18px;
	color: #798795;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #1c232b;
	display: inline-block;
	line-height: 60px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-area .team-social li:hover a {
	background-color: #f33d4d;
	color: white;
}

.team-area .team-social li:first-child,
.team-area .team-social li:last-child {
	-webkit-transform: translate(18px);
	transform: translate(18px);
}

.team-area .single-team:hover .team-social {
	visibility: visible;
	opacity: 1;
}

.slick-arrow {
	bottom: -122px;
	position: absolute;
	z-index: 122;
}

.team-slick-prev {
	left: 38.3%;
}

.team-slick-next {
	left: 56%;
}

.dot-style .slick-dots {
	position: absolute;
	bottom: -115px;
	left: 0;
	right: 0;
	text-align: center;
}

.dot-style .slick-dots>li {
	display: inline-block;
	line-height: 0;
	margin: 0 5px;
}

.dot-style .slick-dots>li.slick-active button {
	background-color: #f33d4d;
}

.dot-style .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(28, 35, 43, 0.149);
	padding: 0;
	text-indent: -10000px;
	border: none;
}

/*=======================Skill Area=======================*/
.team-text {
	padding-right: 139px;
}

.our-skill {
	overflow: hidden;
}

.skill-area .skill-active {
	cursor: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.skill-area .skill-slick-next {
	left: 5.5%;
}

.skill-area .slick-arrow {
	position: absolute;
	bottom: -21%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 222;
}

.skill-area .slick-arrow:hover {
	color: #f33d4d;
}

.skill-area .web-design .single-counter {
	width: 50%;
}

.skill-area .web-design .single-counter h4 {
	font-size: 32px;
	padding-bottom: 10px;
}

.skill-area .web-design .single-counter span {
	color: #f33d4d;
	font-size: 72px;
	font-family: "Playfair Display", "Times New Roman";
	font-weight: 700;
}

.skill-area .web-menu .nav {
	display: block !important;
}

.skill-area .web-menu .nav-tabs {
	border-bottom: none !important;
}

.skill-area .web-menu a {
	font-size: 18px;
	color: #f33d4d;
	line-height: 50px;
	text-decoration: underline !important;
	cursor: pointer;
	display: block !important;
}

.skill-area .web-menu a:hover {
	color: #000000;
	text-decoration: none !important;
}

.skill-area .web-menu .active {
	color: #222222;
	text-decoration: none !important;
}

.skill-area-3 .progress-title h4 {
	font-size: 24px;
}

/*=======================Testimonial Area=======================*/
.testimonial-area .testimonial-detalis {
	height: 310px;
	margin-top: 30px;
	margin-left: -140px;
	background-color: white;
}

.testimonial-area .testimonial-detalis p {
	font-size: 24px;
	line-height: 36px;
	color: #1c232b;
	padding-bottom: 35px;
	padding-right: 21px;
	padding-left: 50px;
	font-family: "Playfair Display", "Times New Roman";
	cursor: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.testimonial-area .testimonial-detalis .clint-info {
	padding-left: 50px;
}

.testimonial-area .testimonial-detalis .clint-info h4 {
	font-size: 16px;
	color: #f33d4d;
	font-family: "Open Sans", sans-serif;
}

.testimonial-area .testimonial-detalis .clint-info .clint-star {
	padding-left: 120px;
	margin-top: -5px;
}

.testimonial-area .testimonial-detalis .clint-info .clint-star li i {
	font-size: 14px;
	color: #ffa800;
}

.testimonial-area-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonial-area-2 .testimonial-detalis {
	height: 100%;
	margin-left: 0;
}

.testimonial-area-2 .testimonial-detalis .clint-info .clint-star {
	margin-top: -23px;
	padding-right: 50px;
}

.testimonial-area-2 .testimonial-detalis p {
	padding-right: 10px;
}

.testimonial-area-2 .testimonial-wrapper .testimonial-img {
	position: absolute;
	top: -20px;
}

.testimonial-area-2 .testimonial-wrapper .testimonial-img .testimonial-icon {
	width: 50px;
	height: 64px;
	background-color: #f33d4d;
	padding-top: 13px;
	padding-left: 8px;
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 0);
}

.testimonial-area-2 .testimonial-wrapper .testimonial-img .tetimonial-dots {
	background-color: #f38b8b;
	width: 4px;
	height: 5px;
	margin-bottom: 5px;
	margin-top: -5px;
}
.slick-track .slick-slide:focus {
	outline: 0;
}
/*=======================Blog Area=======================*/
.blog-area .design-info .design-title h5 {
	text-align: center;
	width: 95px;
	height: 31px;
	background-color: #1c232b;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-area .design-info .design-title h5 a {
	font-size: 13px;
	color: #ffffff;
	line-height: 31px;
}
.blog-area .design-info .design-title h5 a:hover {
	text-decoration: none;
	background-size: 0;
}
.blog-area .design-info:hover h5 {
	background-color: #f33d4d;
}
.blog-area .design-info .design-title h5 a {
	color: #fff;

}
.blog-area .design-info .design-title a {
	position: relative;
	font-size: 24px;
	color: #1c232b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	font-family: "Playfair Display", "Times New Roman";
	cursor: pointer;
	-webkit-transition: background-size .3s;
	transition: background-size .3s;
}

.blog-area .design-info a:hover,
.blog-area .design-info a:focus {
	background-size: 100% 2px;
}

.blog-area .design-info span {
	display: block;
}

.blog-area .design-detalis a {
	font-size: 18px;
	text-decoration: none;
	font-family: "Playfair Display", "Times New Roman";
}

.blog-area .design-detalis span {
	padding-top: 30px;
}

.blog-area .design-img {
	overflow: hidden;
}

.blog-area .design-img img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-area .problem-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.blog-area .problem-area p {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 18px;
	font-family: "Playfair Display", "Times New Roman";
}

.blog-area .problem-area a {
	display: inline-block;
	width: 202px;
	height: 51px;
	background-color: rgba(255, 255, 255, 0.102);
	line-height: 51px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 6px;
}

.blog-area .ux-design:hover .design-img img,
.blog-area .design-detalis:hover .design-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*Blog-area-2*/
.blog-area-2.blog-bg {
	margin-top: -450px;
}

.blog-area-2 .design-info:hover h5 {
	background-color: #1c232b;
}

.blog-area .design-info a {
	position: relative;
	font-size: 24px;
	color: #1c232b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	font-family: "Playfair Display", "Times New Roman";
	cursor: pointer;
	-webkit-transition: background-size .3s;
	transition: background-size .3s;
}

.blog-area-2 .design-info a:hover {
	color: #f33d4d;
}

/*Blog Detalis Page*/
.blog-sidebar .blog-text h5 {
	font-size: 24px;
	line-height: 36px;
	padding-right: 150px;
	padding-bottom: 35px;
}

.blog-sidebar .blog-text p {
	font-size: 18px;
	line-height: 32px;
	font-weight: lighter !important;
}

.blog-sidebar .blog-content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blog-sidebar .blog-content i {
	float: left;
	color: #fff;
	font-style: italic;
}

.blog-sidebar .blog-content p {
	font-size: 32px;
	font-family: "Playfair Display", "Times New Roman";
	font-style: italic;
	color: #ffffff;
}

.blog-sidebar .blog-content p i {
	float: none;
	font-size: 16px;
	font-style: italic;
}

.blog-sidebar .blog-img {
	overflow: hidden;
}

.blog-sidebar .blog-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.blog-sidebar .blog-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-sidebar .blog-share-icon .share p {
	font-size: 14px;
	font-family: "Playfair Display", "Times New Roman";
	color: #000000;
	line-height: 22px;
}

.blog-sidebar .blog-share-icon .icon li {
	margin-right: 15px;
}

.blog-sidebar .blog-share-icon .icon li a {
	font-size: 18px;
}

.blog-sidebar .blog-share-icon .icon li:first-child a {
	color: #45619d;
}

.blog-sidebar .blog-share-icon .icon li:nth-child(2) a {
	color: #cf4539;
}

.blog-sidebar .blog-share-icon .icon li:nth-child(3) a {
	color: #42C0FB;
}

.blog-sidebar .blog-share-icon .icon li:nth-child(4) a {
	color: #009ee5;
}

.blog-sidebar .blog-share-icon .icon li:last-child a {
	color: #fd9f13;
}

.blog-sidebar .blog-comment h5 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
}

.blog-sidebar .blog-comment .comments-box {
	background-repeat: no-repeat;
	background-color: #fff;
}

.blog-sidebar .blog-comment .comments-text .avatar-name h6 {
	font-size: 16px;
}

.blog-sidebar .blog-comment .comments-text p {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: lighter;
}

.blog-sidebar .blog-comment .reply-icon li {
	margin-right: 25px;
}

.blog-sidebar .blog-comment .reply-icon li a {
	font-size: 13px;
	color: #798795;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-sidebar .blog-comment .reply-icon li a i {
	margin-right: 6px;
}

.blog-sidebar .blog-comment .reply-icon li:first-child:hover a,
.blog-sidebar .blog-comment .reply-icon li:nth-child(2):hover a {
	color: #F33D4D;
}

.blog-sidebar .post-comment h5 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 55px;
}

.blog-sidebar .post-comment label {
	color: #000000;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
}

.blog-sidebar .post-comment input,
.blog-sidebar .post-comment textarea {
	width: 100%;
	border: 1px solid #f0f2f7;
	height: 39px;
	background-color: white;
}

.blog-sidebar .post-comment .text-area textarea {
	border-radius: 9px;
	height: 240px;
}

.blog-sidebar .post-comment .submit a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	width: 140px;
	height: 54px;
	line-height: 54px;
	color: #ffffff;
	background-color: #f33d4d;
	border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-sidebar .post-comment .submit a:hover {
	background-color: black;
}

.sidebar-widget h4 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sidebar-widget h4 i {
	margin-right: 10px;
}

.sidebar-widget .categories-list li {
	margin-bottom: 25px;
}
.latest-posts .categories-list li:last-child {
	margin-bottom: 0;
}
.sidebar-widget .categories-list li a {
	font-size: 18px;
	color: #212529;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-widget .categories-list li a i {
	float: right;
	padding-right: 55px;
}

.sidebar-widget .categories-list li a:hover {
	color: #f33d4d;
}

.sidebar-widget .more-categories a {
	text-align: center;
	font-size: 18px;
}

.sidebar-widget .more-categories a i {
	font-size: 12px;
	color: #F33D4D;
}

.sidebar-widget .popular-tag .tag-list li {
	display: inline-block;
	padding-bottom: 10px;
}

.sidebar-widget .popular-tag a {
	display: inline-block;
	color: #798795;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidebar-widget .popular-tag a:hover {
	background-color: #f33d4d;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
	color: #ffffff;
}

.sidebar-widget .project-list a h6,
.sidebar-widget .project-list a span,
.sidebar-widget .ratting a h6,
.sidebar-widget .ratting a span {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	color: #798795;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-widget .project-list a span,
.sidebar-widget .ratting a span {
	float: right;
}

.sidebar-widget .project-list a:hover h6,
.sidebar-widget .project-list a:hover span,
.sidebar-widget .ratting a:hover h6,
.sidebar-widget .ratting a:hover span {
	color: #f33d4d;
}

/*=======================Contact Area=======================*/
.contact-area {
	position: relative;
	margin-top: -325px;
}

.contact-area .contact-bg {
	border: 5px solid #f33d4d;
	border-radius: 5px;
	background-color: white;
}

.contact-area input,
.contact-area textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.031);
	padding-left: 30px;
}

.contact-area .contact-area-left li {
	margin-bottom: 20px;
}

.contact-area .contact-area-left li input {
	height: 64px;
}

.contact-area .text-area textarea {
	height: 144px;
	padding-top: 20px;
}

.contact-area ::-moz-placeholder {
	color: #798795;
	opacity: 1;
	font-size: 14px;
}

.contact-area ::-webkit-input-placeholder {
	color: #798795;
	opacity: 1;
	font-size: 14px;
}

.contact-area :-ms-input-placeholder {
	color: #798795;
	opacity: 1;
	font-size: 14px;
}

.contact-area .submit button {
	height: 60px;
	width: 100%;
	background-color: #f33d4d;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-area .submit button img {
	float: right;
	padding-top: 6px;
	padding-right: 20px;
}

.contact-area .submit button:hover {
	background-color: #e44c5a;
}

.contact-area-2 {
	margin-top: 0;
}

.contact-area-2 .contact-bg {
	border: none;
}

/*Contact Page*/
.map-container {
	height: 690px;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.contact-information .contact-wrapper .contact-detalis p {
	font-size: 24px;
	color: #1c232b;
	font-family: "Playfair Display", "Times New Roman";
}

.contact-information .contact-wrapper .contact-detalis span {
	display: block;
	font-size: 16px;
	font-weight: lighter;
}

/*=======================Brand Area=======================*/
.brand-area {
	border-radius: 6px;
	background-color: white;
	-webkit-box-shadow: 0px 10px 45px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 45px 5px rgba(0, 0, 0, 0.1);
	width: 1520px;
	margin: auto;
}

.brand-area .single-brand:hover .brand-img {
	display: none;
}

.brand-area .single-brand:hover .brand-hover-img {
	display: block !important;
}

/*=======================Price Area=======================*/
.price-area .price-wrapper {
	border: 1px solid rgba(28, 35, 43, 0.08);
	border-radius: 4px;
	background-color: white;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 20px;
}

.price-area .price-wrapper:hover {
	-webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
}

.price-area .price-wrapper:hover .price-plan span {
	background-color: #ffa800;
}

.price-area .price-detalis .price-rate span {
	font-size: 52px;
	font-family: "Playfair Display", "Times New Roman";
	font-weight: 700;
	color: #1c232b;
}

.price-area .price-detalis .price-plan span {
	font-size: 14px;
	color: #ffffff;
	background-color: #1ae4c2;
	width: 127px;
	height: 33px;
	display: inline-block;
	border-radius: 30px;
	line-height: 33px;
	margin-top: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.price-area .price-detalis .price-btn a {
	color: #1c232b;
	text-transform: uppercase;
	font-size: 16px;
	width: 269px;
	height: 55px;
	line-height: 55px;
	border-radius: 30px;
	display: inline-block;
	background-color: #EDEEEE;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.price-area .price-detalis .price-btn a:hover {
	background-color: #f33d4d;
	color: #ffffff;
}

/*=======================Work Area=======================*/
.work-area .working-title span {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	color: #f33d4d;
	text-transform: uppercase;
	line-height: 36px;
}

.work-area .working-title h3 {
	font-size: 32px;
	line-height: 40px;
	padding-right: 95px;
}

.work-area .working-title::after {
	content: '';
	width: 100px;
	height: 4px;
	position: absolute;
	background: #F33D4D;
	bottom: -28px;
	left: 0;
}

.work-area .working-text span {
	font-size: 18px;
	font-weight: 600;
	color: #1c232b;
	line-height: 30px;
}

.work-area .working-icon a {
	width: 170px;
	height: 61px;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	line-height: 61px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.work-area .working-icon a:hover {
	border-radius: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 24px 38px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 24px 38px 12px rgba(0, 0, 0, 0.1);
}

.work-area .working-icon .apple-icon:hover .icon,
.work-area .working-icon .google-icon:hover .icon {
	display: none;
}

.work-area .working-icon .apple-icon:hover .hover-icon,
.work-area .working-icon .google-icon:hover .hover-icon {
	display: block !important;
}

/*=======================Footer Area=======================*/
.footer-area.footer-bg {
	background-color: #1c232b;
}

.footer-area .footer-widget .footer-text p {
	font-size: 16px;
	color: #798795;
}

.footer-area .footer-widget .footer-icon a {
	color: #798795;
	margin-right: 25px;
	font-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-area .footer-widget .footer-icon a:hover {
	color: #F33D4D;
}

.footer-area .footer-widget h3 {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	position: relative;
}

.footer-area .footer-widget h3::before {
	content: "";
	height: 5px;
	width: 50px;
	background-color: rgba(255, 255, 255, 0.102);
	position: absolute;
	bottom: -8px;
}

.footer-area .footer-widget .footer-link li a {
	color: #798795;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-area .footer-widget .footer-link li a:hover {
	padding-left: 10px;
	color: #F33D4D;
}

.footer-area .footer-widget .call-info p,
.footer-area .footer-widget .call-info a {
	font-size: 18px;
	margin-bottom: -7px;
	color: #798795;
}

.footer-area .copyright {
	background-color: #192027;
}

.footer-area .copyright p {
	color: #798795;
	font-size: 16px;
}

.footer-area .copyright p a {
	color: #f33d4d;
}

.footer-area-2.footer-bg {
	padding-top: 330px;
	margin-top: -210px;
}

/*=======================Service Page=======================*/
.page-height {
	padding-top: 240px;
	padding-bottom: 200px;
	text-align: center;
}

.page-title-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-title-area .page-title h2 {
	font-size: 72px;
	color: #ffffff;
}

.creativ-area .creative-img {
	overflow: hidden;
}

.creativ-area .creative-img img {
	width: auto;
	height: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.creativ-area .creative-img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.creativ-area .creative-title h4 {
	color: #000000;
	font-size: 48px;
}

.creativ-area .creative-text p {
	font-size: 18px;
	line-height: 32px;
	font-weight: lighter;
	margin-bottom: 0;
}

.page-navigation ul li a {
 background-color: #f23559;
 color: #fff;
 transition: all .4s linear 0s;
 padding: 15px 30px;
 border-radius: 0 !important;
 min-width: 140px;
}
.page-navigation ul li a:hover {
	background-color: #1c232b;
	color: #fff;
}
.post-content h4 {
	margin-bottom: 1rem;
}
.post-content h3 {
   margin-bottom: 1rem;
}
.post-content h2 {
   margin-bottom: 1.2rem;
}
.post-content h6 {
   margin-bottom: 1rem;
}
#results-container li {
	padding: 10px 5px;
	background-color: #fff;
}