/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

/*
==============
Heading
==============
*/
.heading h1{
	color: #eb2353;
	font-size: 130px;
	-webkit-text-fill-color: #101010;
	-webkit-text-stroke-width: 2px;
}

/*
==============
Section Title
==============
*/
.section-title.style-one h1{
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 3px;
}
.section-title.style-one span{
	display: inline-block;
	height: 5px;
	width: 172px;
	background: #eb2353;
}

/* Style Two */

.section-title.style-two h1{
	font-size: 60px;
	font-weight: bold;
}
.section-title.style-two .title-one{
	color: #fff;
	margin-right: 27px;
	display: inline-block;
}
.section-title.style-two .title-two{
	color: #eb2353;
	display: inline-block;
}
.section-title.style-two .title-two:before{
	content: '';
	height: 60px;
	width: 5px;
	background: #eb2353;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

/* Style Three */

.section-title.style3{
	margin-bottom: 74px;
}
.section-title.style3 .subtitle{
	font-weight: 300;
	font-family: 'Epilogue', sans-serif;
	margin-bottom: 23px;
}
.section-title.style3 .title{
	font-size: 60px;
	font-weight: normal;
}

/*
==============
Slider
==============
*/
.slider{
	position: relative;
}
.slider .single-image{
	height: 900px;
	width: 100%;
}
.slider .single-image img{
	height: 100%;
	width: 100%;
}
.slider .hero-carousel{
	position: absolute;
	right: 15px;
	bottom: 30px;
	width: 520px;
}
.slider .slider-item{
	height: 170px;
	margin: 0 15px;
}
.slider .slider-item img{
	height: 100%;
	width: 100%;
}
.slider .hero-carousel .owl-nav{
	position: absolute;
	left: -325px;
	top: 50%;
	transform: translateY(-50%);
}
.slider .hero-carousel .owl-nav .owl-prev{
	margin-right: 20px;
}
.slider .hero-carousel .owl-nav .owl-prev,
.slider .hero-carousel .owl-nav .owl-next{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 24px;
}

/*
==============
Hero Text
==============
*/
.hero-text.style1 .subtitle{
	color: #eb2353;
}
.hero-text.style1 .typing h1{
	font-size: 70px;
	margin: 0 0 15px;
}
.hero-text.style1 a{
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	border: 2px solid #eb2353;
	margin-top: 20px;
	z-index: 1;
}
.hero-text.style1 a:hover{
	color: #fff;
}
.hero-text.style1 a::before{
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 0;
    background-color: #eb2353;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hero-text.style1 a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

/* Style Two */

.hero-text.style2{
	position: relative;
	z-index: 2;
}
.hero-text.style2 .subtitle{
	position: relative;
	color:#ffffff;
	font-size: 120px;
	color:#ffffff;
	line-height: 1;
	font-weight: 300;
	margin: 0 0 0 80px;
	z-index: 2;
}
.hero-text.style2 .animate-text{
	position: relative;
	margin:0;
	overflow: hidden;
	margin-left: 270px;
	z-index: 2;
}
.hero-text.style2 .animate-text span{
	font-size: 120px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	line-height: 1;
	display: none;
}
.hero-text.style2 .animate-text span.text-in{
	display: block;
	animation: textIn 0.5s ease;
}
.hero-text.style2 .animate-text span.text-out{
	animation: textOut 0.5s ease;
}
.hero-text.style2 .title{
	font-size: 120px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1;
}
.hero-text.style2 img{
	position: absolute;
	top: 0;
	left: 65px;
	z-index: 1;
}
@keyframes textIn{
	0%{
		transform: translateY(100%);
	}
	100%{
		transform: translateY(0%);
	}
}
@keyframes textOut{
	0%{
		transform: translateY(0%);
	}
	100%{
		transform: translateY(-100%);

	}
}

.hero-text.style2 .hero-exp{
	padding-left: 60px;
}
.hero-text.style2 .hero-exp h2{
	font-weight: normal;
	margin-bottom: 25px;
}
.hero-text.style2 .hero-exp p{
	color: #808080;
	font-size: 16px;
	font-weight: 300;
	font-family: "Epilogue", Sans-serif;
}
.hero-text.style2 .button a {
	display: ruby-base;
	color: #fff;
	padding: 20px 60px;
	background-image: url(../images/btn-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: "Epilogue", Sans-serif;
	margin-top: 29px;
}

/*
==============
Social Icons
==============
*/
.social-icons ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.social-icons ul li{
	margin-bottom: 10px;
}
.social-icons ul li a {
	display: inline-block;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}
.social-icons ul li a:hover{
	color: #eb2353;
}

/*
==============
Skill Bar
==============
*/
.skill-bar{
	position: relative;
}
.skill-bar .num{
	width: 0;
	text-align: end;
}
.skill-bar .title{
	position: absolute;
	top: 0;
	left: 0;
}
.skill-bar .animated-progress {
	position: relative;
	background-color: #555;
	margin-top: 10px;
	height: 5px;
	overflow: hidden;
}
.skill-bar .animated-progress span {
	background-color: #eb2353;
	height: 100%;
	display: block;
	width: 0;
	color: rgb(255, 251, 251);
	line-height: 30px;
	position: absolute;
	text-align: end;
}

/*
==============
Service Box
==============
*/
.service-box.style1{
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 50px 30px;
}
.service-box.style1 .icon{
	margin-bottom: 20px;
}
.service-box.style1 .icon i{
	font-size: 30px;
}
.service-box.style1 h2{
	margin-bottom: 20px;
}

/* Style Two */

.service-box.style2 .icon{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 60px;
	margin-bottom: 54px;
}
.service-box.style2 .icon img{
	position: relative;
	z-index: 1;
}
.service-box.style2 .icon:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/icon-bg.png);
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
}
.service-box.style2 h2{
	font-weight: normal;
	margin-bottom: 25px;
}
.service-box.style2 .description{
	color: #808080;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Epilogue', sans-serif;
	margin-bottom: 30px;
}
.service-box.style2 .read-more{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: 'Epilogue', sans-serif;
}
.service-box.style2 .read-more i{
	font-size: 20px;
}

/*
==============
Icon Box
==============
*/
.icon-box{
	display: flex;
}
.icon-box .icon-box-icon{
	margin-right: 25px;
}
.icon-box .icon-box-icon .icon{
	width: 40px;
	margin-top: 5px;
}
.icon-box .icon-box-icon .icon i{
	color: #eb2353;
	font-size: 40px;
}
.icon-box .icon-box-content .description p{
	font-size: 16px;
}

/*
==============
Text Box
==============
*/
.text-box .head{
	margin-bottom: 25px;
}
.text-box .head h4{
	color: #eb2353;
}
.text-box .head h6{
	color: #bebebe;
}
.text-box .body p{
	font-size: 16px;
}
.text-box .body p span{
	color: var(--secondary-color);
	text-decoration: underline;
}

/*
=========
Counter
=========
*/
.single_counter {
	display: flex;
	align-items: center;
}
.counter_icon {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	float: left;
	margin-right: 20px;
}
.counter_icon i {
	color: #eb2353;
	font-size: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
}
.single_counter .countr_text{
	margin-right: 18px;
}
.countr_text h1{
	color: #eb2353;
	font-size: 72px;
	font-weight: bold;
	margin: 0;
}
.counter_title {
	padding: 0 0 0;
}
.counter_title h4 {
	color: #010101;
	font-size: 24px;
	margin-top: 2px;
}
.single_counter.center{
	text-align: center;
}

/*
==============
Portfolio
==============
*/
.portfolio-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.portfolio-grid .portfolio-item{
	position: relative;
	min-height: 480px;
}
.portfolio-grid .portfolio-item .protfolio-details{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.portfolio-grid .portfolio-item:hover .protfolio-details{
	opacity: 1;
}
.portfolio-grid .portfolio-item .protfolio-details ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-grid .portfolio-item .protfolio-details ul li a{
	color: #fff;
}
.portfolio-grid .portfolio-item .portfolio-icon{
	position: absolute;
	right: 60px;
	bottom: 60px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.portfolio-grid .portfolio-item .portfolio-icon a{
	cursor: pointer;
}
.portfolio-grid .portfolio-item:hover .portfolio-icon{
	opacity: 1;
}
.portfolio-grid .portfolio-item .portfolio-icon i{
	color: #fff;
}
.portfolio-grid .portfolio-item::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(235, 35, 83, 0.8);
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.portfolio-grid .portfolio-item:hover::before{
	opacity: 1;
}
.portfolio-grid .portfolio-item img{
	height: 100%;
	width: 100%;
}
.portfolio-grid .portfolio-item:nth-child(3){
	grid-column: 3/5;
}
.portfolio-grid .portfolio-item:nth-child(4){
	grid-row: 2;
	grid-column: 1/3;
}

/* Portfolio Details */
#portfolio-details {
	position: fixed;
	z-index: 99;
	background: linear-gradient(145deg, #1e2024, #23272b);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
	top: 24%;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	max-width: 1230px;
	z-index: 51;
}
.overlay{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #212428;
	top: 0;
	left: 0;
	z-index: 50;
}
#portfolio-details .image{
	height: 500px;
	width: 50%;
	flex-shrink: 0;
}
#portfolio-details .content{
	padding: 50px 50px 50px 50px;
}
#portfolio-details .content .category span{
	color: #878e99;
}
#portfolio-details .content .title{
	color: #c4cfde;
	font-size: 34px;
	font-weight: bold;
	margin: 11px 0 22px;
}
#portfolio-details .content p{
	color: #878e99;
}
#portfolio-details .content .button-set{
	margin-top: 38px;
}
#portfolio-details .content .like-project{
	display: inline-block;
	color: #eb2353;
	font-size: 16px;
	padding: 12px 30px;
	margin-right: 20px;
	background: linear-gradient(145deg, #1e2024, #23272b);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
}
#portfolio-details .content .view-project{
	display: inline-block;
	color: #eb2353;
	font-size: 16px;
	padding: 12px 30px;
	background: linear-gradient(145deg, #1e2024, #23272b);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
}
#portfolio-details .close {
	position: absolute;
	color: #fff;
	background-color: #eb2353;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

/* Style Two
-------------*/

.portfolio.style2 .portfolio_nav {
	padding: 0px 0 15px;
	text-align: center;
}
.portfolio.style2 .portfolio_nav ul {
	margin-bottom: 20px;
	text-align:center;
}
.portfolio.style2 .portfolio_nav ul li {
	transition: all 0.3s ease 0s;
	cursor: pointer;
	text-transform: capitalize;
	color: #fff;
	padding: 0;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
	margin: 0 20px;
	display: inline-block;
}
.portfolio.style2 .portfolio_nav ul li:hover,
.portfolio.style2 .portfolio_nav ul li.current_menu_item {
	color: var(--primary-color);
}

.portfolio.style2 .single_protfolio {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio.style2 .single_protfolio .prot_thumb {
	position: relative;
	z-index: 1;
}
.portfolio.style2 .single_protfolio .prot_thumb::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(16, 16, 16, 0.6);
	z-index: 1;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 0;
	transform: scale(0);
	transition: .5s;
}
.portfolio.style2 .single_protfolio:hover .prot_thumb::before{
	opacity: 1;
	transform: scale(1);
}
.portfolio.style2 .single_protfolio .prot_thumb img {
	display: block;
	height: 350px;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.portfolio.style2 .single_protfolio:hover .prot_thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio.style2 .prot_content {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	right: 20px;
	top: 40%;
	left: 20px;
	opacity: 0;
	margin: auto;
	text-align: center;
	z-index: 1;
}
.portfolio.style2 .single_protfolio:hover .prot_content {
	opacity:1;
	top:40%;
}

.portfolio.style2 .prot_content h3 {
	margin-bottom: 0;
}
.portfolio.style2 .prot_content h3 a {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}
.portfolio.style2 .porttitle_inner p {
    margin-bottom: 3px;
}
.portfolio.style2 .porttitle_inner span {
	position: relative;
	margin: 0 2px;
	color: var(--primary-color);
	font-weight: 500;
}
.portfolio.style2 .nospace.col-xs-12 {
	padding: 0px;
}
.portfolio.style2 .nospace .single_protfolio {
	margin-bottom: 0px;
}

.portfolio.style2 .picon{
	margin-top: 15px;
}
.portfolio.style2 .picon a {
    background-color: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px 0;
    width: 40px;
    text-align: center;
}
.portfolio.style2 .picon a:hover {
	background: #1B1829;
	color: #fff;
}

/* Style Three
---------------*/

.portfolio.style3 .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
  border-top: 1px solid #2d2d2d;
}
.portfolio.style3 .accordion li {
  border-bottom: 1px solid #2d2d2d;
  position: relative;
}
.portfolio.style3 .accordion li .description {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Epilogue', sans-serif;
  padding: 0 0 30px;
  line-height: 1.8;
  width: 60%;
}
.portfolio.style3 .accordion .title {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 48px;
	padding: 56px 0 40px;
	cursor: pointer;
	user-select: none;
}
.portfolio.style3 .accordion .title span{
	color: #808080;
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Epilogue', sans-serif;
	margin-bottom: 3px;
}
.portfolio.style3 .accordion .view-project{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-top: 33px;
	text-decoration: underline;
}
.portfolio.style3 .accordion .title:after {
  position: absolute;
  right: 10px;
  content: "\F135";
  font-family: bootstrap-icons !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
}
.portfolio.style3 .accordion .title.active:after {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio.style3 .accordion .image{
	position: absolute;
	top: -60px;
	right: -65px;
	transform: scale(0);
	transition: 0.5s;
}
.portfolio.style3 .accordion .title.active ~ .image{
	transform: scale(1);
	transform-origin: center;
}
.portfolio.style3 .accordion .image img{
	height: 425px;
	width: 425px;
	object-fit: cover;
	border-radius: 50%;
}
































.rotate svg{
    animation: rotate 20s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

























/*
==============
Testimonials
==============
*/
.testimonial.style1 .single-testimonial .testimonial-thumb-section{
  position: relative;
  margin-right: 60px;
}
.testimonial.style1 .single-testimonial .testimonial-shape {
  position: relative;
  top: 110px;
  left: 33%;
}
.testimonial.style1 .single-testimonial .testimonial-shape img{
	width: inherit;
}
.testimonial.style1 .single-testimonial .testimonial-thumb {
  overflow: hidden;
  position: relative;
}
.testimonial.style1 .testimonial-content p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.testimonial.style1 .testimonial-intro h1 {
  color: #eb2353;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.testimonial.style1 .testimonial-intro span {
  font-size: 18px;
}
.testimonial.style1 .testimonial-carousel .owl-nav{
  position: absolute;
  right: 0;
  bottom: 60px;
}
.testimonial.style1 .testimonial-carousel .owl-prev, .testimonial-carousel .owl-next{
  display:inline-block;
  margin: 0 15px;
  color: #222;
}
.testimonial.style1 .testimonial-carousel .owl-prev i,
.testimonial.style1 .testimonial-carousel .owl-next i{
	font-size: 45px;
}
.testimonial.style1 .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
  color: #fff;
}

/* Style Two
-------------*/

.testimonial.style2 .testimonial-carousel{
	position: relative;
}
.testimonial.style2 .single-testimonial{
	position: relative;
}
.testimonial.style2 .single-testimonial .testimonial-shape {
  position: absolute;
  top: 70px;
  right: 50px;
}
.testimonial.style2 .single-testimonial .testimonial-shape img{
	width: inherit;
}
.testimonial.style2 .single-testimonial .testimonial-thumb {
  overflow: hidden;
  position: relative;
}
.testimonial.style2 .testimonial-content p {
	color: #898989;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 45px;
}
.testimonial.style2 .testimonial-intro{
	display: flex;
	align-items: center;
}
.testimonial.style2 .testimonial-intro .testimonial-thumb{
	margin-right: 20px;
}
.testimonial.style2 .testimonial-intro .testimonial-thumb img{
	height: 80px;
	width: 80px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial.style2 .testimonial-intro h3 {
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1.2;
}
.testimonial.style2 .testimonial-intro span {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Epilogue', sans-serif;
}
.testimonial.style2 .testimonial-carousel .owl-nav{
  position: absolute;
  right: 0;
  bottom: 60px;
}
.testimonial.style2 .testimonial-carousel .owl-prev, .testimonial-carousel .owl-next{
  display:inline-block;
  margin: 0 15px;
  color: #222;
}
.testimonial.style2 .testimonial-carousel .owl-prev i,
.testimonial.style2 .testimonial-carousel .owl-next i{
	font-size: 45px;
}
.testimonial.style2 .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
  color: #fff;
}

.testimonial.style2 .testimonial-carousel .owl-dots{
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}
.testimonial.style2 .testimonial-carousel .owl-dots .owl-dot{
	height: 5px;
	width: 5px;
	background-color: #424141;
	margin: 5px 0;
	border-radius: 50%;
}
.testimonial.style2 .testimonial-carousel .owl-dots .owl-dot.active{
	position: relative;
	background-color: #fff;
	margin: 15px 0;
	transition: 0.5s;
}
.testimonial.style2 .testimonial-carousel .owl-dots .owl-dot.active::before{
	content: '';
	position: absolute;
	height: 21px;
	width: 21px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -8px;
	left: -8px;
}

/*
==============
Button
==============
*/
.button.style-one a{
	color: #fff;
	padding: 20px 60px;
	background-image: url(../images/button-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.button.style-one a:hover{
	color: #000;
}

/* Style Two */
.button.style-two a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	border: 2px solid #eb2353;
	z-index: 1;
}
.button.style-two a::before {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 0;
	background-color: #eb2353;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.button.style-two a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

/*
===================
Video Icon
===================
*/

.video-icon.style1{
	text-align: center;
}
.video-icon.style1 a{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 50px;
	width: 200px;
  height: 200px;
  line-height: 198px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* Style Two */

.video-icon.style2{
	text-align: center;
}
.video-icon.style2 a{
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100px;
    height: 100px;
    line-height: 96px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 25px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.video-icon.style2 a .circle2{
	animation-delay: 1.3s;
}
.video-icon.style2 a .circle3{
	animation-delay: 2.6s;
}
.video-icon.style2 a span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    animation: ripple 3.9s linear 0s infinite;
    -webkit-animation: ripple 3.9s linear 0s infinite;
    -ms-animation: ripple 3.9s linear 0s infinite;
    -o-animation: ripple 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

@keyframes ripple{
	0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
	20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}
	100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}
}

/*
==============
Brand
==============
*/
.brand-carousel.owl-carousel .owl-item img{
	width: inherit;
}

/*
==============
Blog Posts
==============
*/
.blog-box.style1 .blog-posts .single-blog{
	margin: 0 15px;
}
.blog-box.style1 .blog-posts .single-blog .blog-thumb img{
  width: 100%;
}
.blog-box.style1 .blog-posts .blog-content {
  padding: 32px 0 20px;
}
.blog-box.style1 .blog-posts .blog-meta {
  margin-bottom: 8px;
}
.blog-box.style1 .blog-posts .blog-meta span{
  color: #bebebe;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-box.style1 .blog-posts .blog-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  transition: .5s;
}
.blog-box.style1 .blog-posts .blog-title h4:hover{
  text-decoration: underline;
}
.blog-box.style1 .blog-posts .read_more_btn a{
  color: #eb2353;
  font-size: 18px;
  opacity: 0;
  transition: .5s;
}
.blog-box.style1 .blog-posts .single-blog:hover .read_more_btn a {
  opacity: 1;
}
.blog-box.style1 .blog-posts .read_more_btn a span i {
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid #eb2353;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

/* Style Two */

.blog-box.style2 .blog-posts .single-blog{
	margin: 0 15px;
}
.blog-box.style2 .blog-posts .single-blog .blog-thumb img{
	height: 300px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.blog-box.style2 .blog-posts .blog-content {
  padding: 32px 0 20px;
}
.blog-box.style2 .blog-posts .blog-meta {
  margin-bottom: 18px;
}
.blog-box.style2 .blog-posts .blog-meta span{
  color: #898989;
  font-size: 14px;
  font-family: 'Epilogue', sans-serif;
}
.blog-box.style2 .blog-posts .blog-meta .post-categories{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
}
.blog-box.style2 .blog-posts .blog-meta .post-categories li{
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
}
.blog-box.style2 .blog-posts .blog-meta .post-categories li::before{
	content: '';
	position: absolute;
	height: 5px;
	width: 5px;
	background-color: #898989;
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.blog-box.style2 .blog-posts .blog-meta .post-categories li a{
	color: var(--secondary-color);
	font-size: 14px;
	font-weight: 300;
	font-family: 'Epilogue', sans-serif;
}
.blog-box.style2 .blog-posts .blog-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  transition: 0.5s;
}
.blog-box.style2 .blog-posts .read_more_btn a{
  color: #898989;
  font-size: 16px;
  font-family: 'Epilogue', sans-serif;
  transition: 0.5s;
}
.blog-box.style2 .blog-posts .read_more_btn a span i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

/*
==============
Single Image
==============
*/

.single-image.style1{
	position: relative;
}
.wrapper{
	background: red;
}
.single-image.style1 .circle-text{
  position: absolute;
}
.single-image.style1 .circle-text .letter{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-image.style1 #aa{
  display: inline-block;
  animation: rotate 20s linear infinite;
}

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

/*
==============
Timeline
==============
*/

.timeline.style1 #tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 85px;
}
.timeline.style1 #tabs a {
	cursor:pointer;
}
.timeline.style1 #tabs li {
	position: relative;
}
.timeline.style1 #tabs li:first-child{
	margin-right: 20px;
	padding-right: 33px;
}
.timeline.style1 #tabs li:first-child::before {
	content: '';
	position: absolute;
	height: 70%;
	width: 3px;
	background-color: var(--primary-color);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.timeline.style1 #tabs li a{
	display: inline-block;
	color: var(--primary-color);
	font-size: 72px;
	font-weight: bold;
}
.timeline.style1 #tabs li a.inactive{
	color: #fff;
}
.timeline.style1 .timeline-item {
  clear:both;
  width:100%;
  text-align:left;

}
.timeline.style1 .timeline-item ul {
	margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc;
}

.timeline.style1 .timeline-item li {
	padding-bottom: 5px; margin-left: 5px;
}







.timeline.style1 .education-timline {
    text-align: center!important;
    position: relative;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.timeline.style1 .education-timline::before {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    bottom: 0;
    width: 1px;
    background-color: rgba(190, 190, 190, 0.15);
    border-radius: 4rem;
    content: ' ';
}

.timeline.style1 .single-education {
    position: relative;
    float: left;
    width: 100%;
    padding: 57px 0 0;
}

.timeline.style1 .single-education:not(:last-child) {
    margin-bottom: 60px;
}
.timeline.style1 .education_points::after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(190, 190, 190, 0.15);
	z-index: 0;
	-webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
	animation: video-icon-animation 1.4s 0.7s linear infinite;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
}
.timeline.style1 .education_points {
	position: absolute;
	top: 0;
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(190, 190, 190, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
	background: #121212;
}
.timeline.style1 .education_text {
	float: right;
	text-align: left;
	padding-top: 4px;
	padding: 0 38px 0;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.timeline.style1 .education_text .date{
	color: var(--primary-color);
	font-weight: normal;
}
.timeline.style1 .education_text .title {
	font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.timeline.style1 .education_text .institution{
	color: #bebebe;
	font-weight: normal;
	margin-bottom: 30px;
}
.timeline.style1 .education_text span {
    font-size: 15px;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.timeline.style1 .timeline-item .education_text p {
	font-size: 16px;
}
.timeline.style1 .education-icon {
    text-align: right;
    display: inline-block;
    padding-right: 0px;
}

.timeline.style1 .education-icon i{
	color: var(--primary-color);
  font-size: 60px;
}

.timeline.style1 .education-icon,
.timeline.style1 .education_text {
    width: 46%;
}

.timeline.style1 .education-timline .single-education:nth-child(even) .education_text {
    float: left;
    text-align: right;
}

.timeline.style1 .education-timline .single-education:nth-child(even) .education-icon {
    text-align: left;
    padding-left: 80px;
    padding-right: 0;
}
.timeline.style1 .education-timline .single-education:nth-child(odd) .education-icon {
    text-align: right;
    padding-right: 80px;
    padding-left: 0;
}

/* Style Two */

.timeline.style2 #tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}
.timeline.style2 #tabs a {
	cursor:pointer;
}
.timeline.style2 #tabs li {
	position: relative;
}
.timeline.style2 #tabs li:first-child{
	margin-right: 20px;
	padding-right: 33px;
}
.timeline.style2 #tabs li:first-child::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: var(--secondary-color);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.timeline.style2 #tabs li a{
	display: inline-block;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}
.timeline.style2 .timeline-item {
  clear:both;
  width:100%;
  text-align:left;
  padding-top: 20px;

}
.timeline.style2 .timeline-item ul {
	margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc;
}

.timeline.style2 .timeline-item li {
	padding-bottom: 5px; margin-left: 5px;
}







.timeline.style2 .education-timline {
    text-align: center!important;
    position: relative;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.timeline.style2 .education-timline::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	bottom: 0;
	width: 1px;
	background-color: var(--secondary-color);
	border-radius: 4rem;
}

.timeline.style2 .single-education {
    position: relative;
    float: left;
    width: 100%;
}

.timeline.style2 .single-education:not(:last-child) {
    margin-bottom: 65px;
}

.timeline.style2 .education_points::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: ' ';
	background-color: var(--secondary-color);
	z-index: 0;
	-webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
	animation: video-icon-animation 1.4s 0.7s linear infinite;
}
.timeline.style2 .education_points {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.timeline.style2 .education_text {
    float: right;
    text-align: left;
    padding-top: 4px;
    padding: 0 20px 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.timeline.style2 .education_text .institution{
	color: #898989;
	font-weight: normal;
	font-family: 'Epilogue', sans-serif;
}
.timeline.style2 .education_text .title {
	font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.timeline.style2 .education_text span {
    font-size: 15px;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.timeline.style2 .timeline-item .education_text p {
	color: #808080;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Epilogue', sans-serif;
}
.timeline.style2 .education-date {
    text-align: right;
    display: inline-block;
    padding-right: 0px;
}
.timeline.style2 .education-date span {
    background: var(--secondary-color);
    display: inline-block;
    padding: 4px 28px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.timeline.style2 .education-date {
    font-size: 19px;
    font-weight: 500;
}

.timeline.style2 .education-date,
.timeline.style2 .education_text {
    width: 46%;
}

.timeline.style2 .education-timline .single-education:nth-child(even) .education_text {
    float: left;
    text-align: right;
}

.timeline.style2 .education-timline .single-education:nth-child(even) .education-date {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}
.timeline.style2 .education-timline .single-education:nth-child(odd) .education-date {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}









/*
===================
Contact Form
===================
*/
.form-wrapper.home3-contact .form-control {
	color:#fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Epilogue', sans-serif;
  background: transparent;
  border: none;
  border-bottom: 1px solid #404040;
  border-radius: 0;
  padding: 20px 0;
}
.form-wrapper.home3-contact .form-control:focus {
  box-shadow: none;
  color: #fff;
}
.form-wrapper.home3-contact .form-control::placeholder {
  color: #bebebe;
}
.form-wrapper.home3-contact .form-group {
  margin-bottom: 38px;
}
.form-wrapper.home3-contact .btn_hire_me{
	margin-top: 22px;
}
.form-wrapper.home3-contact .btn_hire_me input{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url('../images/button-bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 21px 58px;
	border: 0;
}

/*
===================
Subscribe Form
===================
*/
.subscribe.style2{
	position: relative;
}
.subscribe.style2 .email-input{
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	width: 100%;
	border-radius: 0;
	padding: 16px 30px 16px 0;
}
.subscribe.style2 .email-input:focus{
	outline: 0;
}
.subscribe.style2 .email-input::placeholder{
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Epilogue', sans-serif;
	font-weight: 300;
}
.subscribe.style2 .submit-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: transparent;
	border: 0;
	outline: 0;
	padding-right: 0;
}
.subscribe.style2 .submit-btn i{
	color: var(--secondary-color);
}

/*
===================
Animation
===================
*/

.rotateme {
	position: absolute;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}