/*
  Theme Name: Richard John - Personal Portfolio - One Page HTML5 Template
  Description: Richard John - Personal Portfolio HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about us
5. our skill
6. services
7. portfolio
8. team
9. counter
10. news
11. contact
12. footer
*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-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;
}
.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: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.section-title h2 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #ef233c;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.section-title h2 span{
	color: #1a1a1a;
}
.section-title h2::before {
  position: absolute;
  width: 80px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #ef233c;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.section-title p {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 36px;
  padding: 0 250px;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
/* 2. header */
.transparent-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.sticky {
    position: fixed;
    height: 84px;
    left: 0;
    margin: -15px 0;
	padding: 7px 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: rgba(34, 34, 34, 1);
    animation: slide-down 0.9s;
    -webkit-animation: slide-down 0.9s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
	} 
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
	} 
}
.main-menu nav ul li {
	position: relative;
	margin: 30px 14px;
	display: inline-block;
}
.main-menu nav ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.main-menu nav ul li a::before{
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffffff;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.main-menu nav ul li a:hover::before{
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu nav ul li.active a::before{
  width: 100%;
  opacity: 1;
  visibility: visible;
}
/* mobile menu */

header .mobile-menu {
	display: none;
}





/*3. slider */
.slider-area{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.personal-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.personal-image img {
    width: 100%;
    height: 100%;
    border: 2px solid #ef233c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.personal-info h1 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 40px;
}
.personal-info h2 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 90px;
}
.down-arrow i {
    font-size: 22px;
    color: #ffffff;
    padding: 12px 0;
    margin-top: 150px;
    display: inline-block;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
}
@keyframes bounce {
	0%   { transform: translateY(0);
		 -webkit-transform: translateY(0); 
		 -moz-transform: translateY(0);
		  -ms-transform: translateY(0); 
		  -o-transform: translateY(0); }
	50%  { transform: translateY(-25px); 
		-webkit-transform: translateY(-25px);
		 -moz-transform: translateY(-25px);
		  -ms-transform: translateY(-25px);
		   -o-transform: translateY(-25px);
		}
	100% { transform: translateY(0);
		 -webkit-transform: translateY(0);
		  -moz-transform: translateY(0); 
		  -ms-transform: translateY(0);
		   -o-transform: translateY(0); }
}
/* 4. about us */
.about-title h2 {
	position: relative;
  	font-size: 40px;
  	font-weight: 700;
  	color: #ef233c;
  	text-transform: uppercase;
  	padding-bottom: 25px;
  	margin-bottom: 25px;
}
.about-title h2 span{
	color: #2e2e2e;
}
.about-title h2::before {
  	position: absolute;
  	width: 80px;
  	height: 3px;
  	left: 0;
  	bottom: 0;
  	background: #ef233c;
  	content: "";
}
.about-text h3{
  	font-size: 30px;
  	font-weight: 600;
  	color: #2e2e2e;
}
.about-text p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
    text-align: justify;
    padding: 8px 0;
}
.single-about-info h5 {
  	font-size: 18px;
  	font-weight: 600;
  	color: #2e2e2e;
}
.single-about-info h5 span{
  	font-family: 'Roboto', sans-serif;
  	font-size: 15px;
  	font-weight: 400;
  	color: #888888;
  	display: inline-block;
}
.about-btn a {
  	position: relative;
  	font-size: 14px;
  	font-weight: 500;
  	color: #2e2e2e;
  	text-transform: uppercase;
  	padding: 14px 25px;
  	border: 2px solid #ef233c;
  	margin-top: 20px;
  	margin-right: 10px;
  	display: inline-block;
  	transition: .5s;
  	-webkit-transition: .5s;
  	-moz-transition: .5s;
  	-ms-transition: .5s;
  	-o-transition: .5s;
}
.about-btn a::before{
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #ef233c;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	z-index: -1;
}
.about-btn a i{
	margin-left: 10px;
}
.about-btn a:hover{
	color: #ffffff;
	border: 2px solid transparent;
} 
.about-btn a:hover::before{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.about-image img{
  	width: 100%;
}
/* 5. our skill */
.skill-tilte h2 {
  	position: relative;
  	font-size: 40px;
  	font-weight: 700;
  	color: #ef233c;
  	text-transform: uppercase;
  	padding-bottom: 25px;
  	margin-bottom: 25px;
}
.skill-tilte h2 span{
  	color: #2e2e2e;
}
.skill-tilte h2::before {
  	position: absolute;
  	width: 80px;
  	height: 3px;
  	left: 0;
  	bottom: 0;
  	background: #ef233c;
  	content: "";
}
.skill-tilte p {
	font-size: 16px;
    padding-right: 10px;
    text-align: justify;
    line-height: 36px;
}
.skill-progress {
	margin-bottom: 10px;
}
.skill-progress h5 {
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 500;
}
.progress-skill {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #bbbbbb;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: left;
    animation: animate 2s 1s cubic-bezier(1,1,.5,1) forwards;
    -webkit-animation: animate 2s 1s cubic-bezier(1,1,.5,1) forwards;
}
.progress-skill span {
	position: absolute;
	width: 0;
	height: 100%;
	background:#ef233c;
}
@keyframes animate{
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
.progress-skill.html span{
	width: 98%;
}
.progress-skill.html span::before{
	position: absolute;
	content: "98%";
	right: 0;
	top: -32px;
}
.progress-skill.web-design span{
	width: 95%;
}
.progress-skill.web-design span::before {
	position: absolute;
	content: "95%";
	right: 0;
	top: -32px;
}
.progress-skill.web-development span{
	width: 85%;
}
.progress-skill.web-development span::before {
	position: absolute;
	content: "85%";
	right: 0;
	top: -32px;
}
.progress-skill.app-design span{
	width: 90%;
}
.progress-skill.app-design span::before {
	position: absolute;
	content: "90%";
	right: 0;
	top: -32px;
}
/* 6. services */
.single-service {
	position: relative;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	padding: 160px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.service-icon i {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	font-size: 30px;
	color: #fff;
	background: #ef233c;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
}
.single-service:hover .service-icon i{
	top: 110px;
}
.single-service h4 {
	position: absolute;
	width: 100%;
	top: 145px;
	font-size: 26px;
	font-weight: 500;
	color: #1a1a1a;
	text-align: center;
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
}
.single-service:hover h4{
	top: 60px;
}
.single-service p {
	position: absolute;
	width: 100%;
	top: 200px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding: 0 20px;
	text-align: center;
}
/* 7. portfolio */
.portfolio-btn button {
	font-size: 18px;
	color: #1a1a1a;
	padding: 10px 20px;
	margin: 0 2px;
	border: none;
	background: #f1f1f1;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 50px;
  cursor: pointer;
}
.portfolio-btn button.active{
  background: #ef233c;
  color: #ffffff;
}
.portfolio-image{
	position: relative;
  margin-bottom: 30px;
}
.portfolio-image::before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #222222;
	opacity: 0;
	visibility: hidden;
	content: "";
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
}
.portfolio-image:hover::before{
	opacity: .7;
	visibility: visible;
}
.portfolio-image img{
	width: 100%;
}
.portfolio-image .zoom-image {
	position: absolute;
	top: 0;
	text-align: center;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
}
.portfolio-image .zoom-image a {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	background: #f26957;
	border-radius: 10px;
	margin: 0 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.portfolio-image:hover .zoom-image{
	top: 50%;
	opacity: 1;
	visibility: visible;
}
/* 8. team */
.single-team {
    position: relative;
    height: 410px;
}
.team-social {
	position: absolute;
	width: 100%;
	top: 15px;
	left: 0;
	right: 0;
}
.team-social a {
	font-size: 18px;
	color: #c1c1c1;
	margin: 0 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.team-social a:hover{
	color: #1a1a1a;
}
.team-image img {
    width: 300px;
    height: 300px;
}
.team-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #ef233c;
    border-radius: 8px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.single-team:hover .team-image img{
	top: 70px;
	cursor: pointer;
}
.team-content {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .9s;
	-webkit-transition: .9s;
	-moz-transition: .9s;
	-ms-transition: .9s;
	-o-transition: .9s;
}
.single-team:hover .team-content{
	opacity: 0;
	visibility: hidden;
}
.team-content h4 {
	font-size: 20px;
	font-weight: 500;
	color: #2e2e2e;
}
.team-content p {
	font-size: 15px;
	font-weight: 300;
	color: #888888;
	padding-bottom: 10px;
}
/* team slick slider customization */
.team-active.slick-slider button {
    text-indent: -99999px;
    border: none;
    background: none;
}
.team-active.slick-slider ul.slick-dots {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.team-active.slick-slider ul.slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #ef233c;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	display: inline-block;
}
.team-active.slick-slider ul.slick-dots li.slick-active{
	background: #ef233c;
}
.team-active.slick-slider button:hover{
	cursor: pointer;
}
/* 9. counter */
.counter-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-counter i {
    font-size: 65px;
    color: #ffffff;
}
.single-counter .counter-info span {
    font-size: 40px;
    color: #ef233c;
    font-weight: 700;
    padding: 10px 0;
    display: block;
}
.single-counter .counter-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* 10. news */
.single-news{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.single-news .news-thumb{
	overflow: hidden;
}
.single-news .news-thumb img {
	width: 100%;
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
}
.single-news:hover .news-thumb img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news-content{
	padding: 15px;
}
.news-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2e2e2e;
	padding-bottom: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.news-content h4:hover{
	color: #ef233c;
	cursor: pointer;
}
.news-content p {
	font-size: 14px;
	font-weight: 400;
	color: #2e2e2e;
	line-height: 26px;
	text-align: justify;
}
.news-item-btn a {
	position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #2e2e2e;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: 1px solid red;
    padding: 8px 16px;
    margin: 8px 0;
	z-index: 1;
	display: inline-block;
}
.news-item-btn a::before{
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #ef233c;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	z-index: -1;
}
.news-item-btn a:hover::before{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.news-item-btn a:hover{
	color: #ffffff;
}
/* 11. contact */
.contact-social{
	position: relative;
}
.contact-social a.fb i {
	position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
	top: 195px;
    left: 50%;
    font-size: 25px;
    color: #1a1a1a;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-social a.linkedin i {
	position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
	left: 115px;
    top: 90px;
    font-size: 22px;
    color: #1a1a1a;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;

}
.contact-social a.twitter i {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 90px;
    right: 120px;
    font-size: 22px;
    color: #1a1a1a;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;
}
.contact-social a.pinterest i {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 312px;
    left: 112px;
    font-size: 22px;
    color: #1a1a1a;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;
}
.contact-social a.dribble i {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 118px;
    top: 312px;
    font-size: 22px;
    color: #1a1a1a;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    text-align: center;
}
.contact-social a i{
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.contact-social a i:hover{
	background: #ef233c;
	color: #ffffff;
}
.contact-form{
	padding: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
	box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
}
.contact-form h3{
	font-size: 26px;
	font-weight: 600;
	color: #1a1a1a;
}
.contact-form form input {
    width: 100%;
    border: 1px solid #888888;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.contact-form form textarea {
	width: 100%;
	border: 1px solid #888888;
	padding: 12px 20px;
	margin-top: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.contact-form form button {
    position: relative;
    font-size: 18px;
    color: #1a1a1a;
    text-transform: uppercase;
    padding: 8px 35px;
    margin-top: 30px;
    border: 1px solid red;
    border-radius: 4px;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 1;
}
.contact-form form button::before{
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #ef233c;
	opacity: 0;
	visibility: hidden;
	content: "";
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	z-index: -1;
}
.contact-form form button:hover{
	color: #ffffff;
	cursor: pointer;
}
.contact-form form button:hover::before{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
/* 12. footer */
.copyright p{
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
}
/* back to top */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    color: #fff;
    background: #ef233c;
    text-align: center;
    line-height: 44px;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
    display: none;
    -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
    animation: backto-top-bounce 4s infinite ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/*preloder*/
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: '';
    background-color: #ef233c;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #ef233c;
}
.cube-folding .leaf3 {
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #ef233c;
}
.cube-folding .leaf4 {
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #ef233c;
}
@-webkit-keyframes folding {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {

    0%,
    10% {
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}
.cube-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    border-radius: 100%;
    z-index: 1;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    color: #ef233c;
    position: relative;
    top: 25px;
    z-index: 2;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
}
@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}
@keyframes text {
    100% {
        top: 35px;
    }
}
@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
.loder {
    height: 100%;
    width: 100%;
    background:#ffffff;
    position: fixed;
    z-index: 9999999;
}
