/*---------------------------------------------------------------
	Template Name: Mortale
	Description: Responsive HTML5 / CSS3 Portfolio-Resume Template
	Version: 1.1
	Author: Ahmed Beheiry
	URL: https://themeforest.net/user/ahmedbeheiry
	--------------------------------------------------------------

	---------------------------------------------------------------
		*** Table Of Content:
	---------------------------------------------------------------
	1 - Typography
	2 - Main Styles
	3 - Header Styles
	4 - Footer Section
	5 - Loading Page
	6 - Buttons Styles
	7 - About Section
	8 - Accordion Styles
	9 - Skills Styles
	10 - My Progress Section
	11 - Portfolio Section
	12 - Banner Section
	13 - Services Section
	14 - Work Process Section
	15 - Pricing Tables Styles
	16 - Subscribe Section
	17 - Testimonials Section
	18 - Clients Section
	19 - Contact Section
	20 - To-Top Button */
/*--------------------------------------------------------------*/
/*	1 - Typography
	****************************/
body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #30343d;
}

p {
	color: #565961;
}

p.light {
	color: #ddd;
}

.text-white {
	color: #fff;
}

/*	2 - Main Styles
	****************************/
* {
	box-sizing: border-box;
}

.section {
	padding-top: 80px;
	padding-bottom: 40px;
}

.section-title {
	margin-bottom: 40px;
}

.overlay {
	position: relative;
	width: 100%;
	height: 100%;
}

.overlay::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(48, 52, 61, 0.85);
}

.content-wrapper {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.content-wrapper .content {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.heading-underline {
	position: relative;
	margin-left: 60px;
	margin-bottom: 10px;
	width: 10px;
	height: 10px;
	background-color: #e85c41;
	border-radius: 50%;
}

.heading-underline.centered {
	margin: 0 auto 10px;
}

.heading-underline::before, .heading-underline::after {
	position: absolute;
	content: "";
	background-color: #30343d;
	width: 50px;
	height: 2px;
	top: 4px;
}

.heading-underline::after {
	left: -60px;
}

.heading-underline::before {
	left: 20px;
}

.heading-underline.light::after, .heading-underline.light::before {
	background-color: #fff;
}

a:focus {
	outline: none;
	background: transparent;
}

.light-bg {
	background-color: #f6f6f6;
}

/* Bootstrap Modal Restyle */
.modal-dialog {
	width: 100%;
	margin: 0;
	border: none;
}

.modal-content {
	border: none;
	border-radius: 0;
}

.modal-header {
	border: none;
	padding: 0;
	padding-bottom: 25px;
}

.modal-header .close {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	text-align: center;
	background-color: #30343d;
	color: #fff;
	opacity: 1;
	outline: none;
}

.modal-header .modal-title {
	margin-top: 80px;
	margin-bottom: 10px;
}

/* Owl Carousel */
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.owl-item {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

/*	3 - Header Styles
	****************************/
/* NavBar */
.navbar {
	background-color: #fff;
	border: none;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
	height: 50px;
	padding: 0px 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-nav > li > a {
	position: relative;
	padding: 10px 15px;
	margin: 10px 0;
	background-color: transparent;
	color: #30343d;
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-nav > li > a::before, .navbar-nav > li > a::after {
	position: absolute;
	content: "";
	background-color: #e85c41;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-nav > li > a::before {
	top: 0;
	left: 0;
}

.navbar-nav > li > a::after {
	bottom: 0;
	right: 0;
}

.navbar-nav > li > a:hover {
	color: #e85c41;
	background-color: transparent;
}

.nav > li > a:focus {
	background-color: transparent;
}

.navbar-nav > li.active > a {
	color: #e85c41;
}

.navbar-nav > li.active > a::before, .navbar-nav > li.active > a::after {
	width: 100%;
}

.navbar-toggle {
	margin-top: 13px;
}

.navbar-toggle .icon-bar {
	background-color: #30343d;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
	-webkit-transform: rotate(-45deg) translateY(8px);
	    -ms-transform: rotate(-45deg) translateY(8px);
	        transform: rotate(-45deg) translateY(8px);
}

.navbar-toggle .icon-bar:nth-child(4) {
	-webkit-transform: rotate(45deg) translateY(-8px);
	    -ms-transform: rotate(45deg) translateY(-8px);
	        transform: rotate(45deg) translateY(-8px);
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2), .navbar-toggle.collapsed .icon-bar:nth-child(4) {
	-webkit-transform: rotate(0deg) translate(0px);
	    -ms-transform: rotate(0deg) translate(0px);
	        transform: rotate(0deg) translate(0px);
}

/* Home Section */
#home {
	background: url("../img/hero-bg.jpg") no-repeat center;
	background-size: cover;
	height: 100vh;
	color: #fff;
}

#home p {
	font-weight: 700;
	text-transform: uppercase;
}

#home h1 {
	font-weight: 300;
	font-size: 60px;
}

#home .btn {
	margin: 20px 10px;
}

/*	4 - Footer Section
	****************************/
footer {
	background-color: #24262a;
	padding: 40px 0;
}

footer p {
	margin: 0;
}

footer p .colored {
	color: #e85c41;
}

/*	5 - Start Loading Page
	****************************/
.loading-page {
	position: fixed;
	z-index: 1500;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}

.loading-page .spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: rotate 2s infinite linear;
	        animation: rotate 2s infinite linear;
}

.loading-page .spinner .dot {
	width: 60%;
	height: 60%;
	line-height: 60%;
	border-radius: 50%;
	text-align: center;
	background-color: #e85c41;
	-webkit-animation: bounce 2s infinite ease-in-out;
	        animation: bounce 2s infinite ease-in-out;
}

.loading-page .spinner .d1 {
	top: 0;
}

.loading-page .spinner .d2 {
	bottom: 0;
	-webkit-animation-delay: -1s;
	        animation-delay: -1s;
	background-color: #30343d;
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

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

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

/*	6 - Start Buttons Styles
	****************************/
.btn {
	padding: 10px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border-radius: 0px;
	border: 2px solid transparent;
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

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

.btn.btn-brand {
	background-color: #e85c41;
	color: #fff;
}

.btn.btn-brand:hover {
	background-color: #30343d;
}

.btn.btn-outline-white {
	color: #fff;
	border: 2px solid #fff;
}

.btn.btn-outline-white:hover {
	background-color: #e85c41;
	border-color: #e85c41;
}

.btn.btn-dark {
	background-color: #30343d;
	color: #fff;
}

.btn.btn-dark:hover {
	background-color: #e85c41;
}

/*	7 - Start About Section
	****************************/
#about {
	padding-top: 40px;
}

#about .porfile-image,
#about .about-info {
	margin-top: 40px;
}

/*	8 - Accordion Styles
	****************************/
#accordion {
	margin-top: 40px;
	margin-bottom: 40px;
}

#accordion .panel-heading {
	padding: 0;
}

#accordion .panel-title {
	color: #30343d;
	height: 60px;
	line-height: 40px;
	font-size: 18px;
}

#accordion .panel-title .accordion-toggle {
	display: block;
	height: 60px;
	line-height: 34px;
	border: 3px solid #30343d;
	color: #30343d;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#accordion .panel-title .accordion-toggle[aria-expanded="true"] {
	background-color: #e85c41;
	border-color: transparent;
	color: #fff;
}

#accordion .panel-title .accordion-toggle::after {
	font-family: FontAwesome;
	content: "\f00d";
	float: right;
	color: #fff;
	padding-left: 20px;
	border-left: 2px solid #fff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#accordion .panel-title .accordion-toggle.collapsed::after {
	content: "\f067";
	color: #30343d;
	border-color: #30343d;
}

#accordion .panel-body {
	border: none;
	background-color: #30343d;
	color: #fff;
	padding: 20px;
}

.panel-group .panel + .panel {
	margin-top: 10px;
}

/*	9 - Start Skills Styles
	****************************/
#skills {
	margin-top: 40px;
	margin-bottom: 55px;
}

#skills .skill .progress {
	overflow: visible;
	background-color: transparent;
	box-shadow: none;
	height: 10px;
}

#skills .skill .progress .progress-bar {
	background-color: #e85c41;
	position: relative;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

#skills .skill .progress .progress-bar .percent {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #e85c41;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	top: -15px;
	right: -20px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#skills .skill + .skill {
	margin-top: 35px;
}

/*	10 - Start My Progress Section
	****************************/
#progress {
	background: url("../img/progress-bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
}

#progress .progress-fact {
	margin-bottom: 40px;
}

#progress .progress-fact i {
	font-size: 60px;
}

#progress .progress-fact .timer {
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 90px;
}

#progress .progress-fact p {
	color: #ddd;
}

/*	11 - Start Portfolio Section
	****************************/
#portfolio .project {
	padding: 0;
	overflow: hidden;
	position: relative;
}

#portfolio .project .project-img-wrapper {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#portfolio .project .img-overlay {
	background-color: #30343d;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	bottom: -80px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#portfolio .project .img-overlay .overlay-text {
	padding: 30px 20px;
}

#portfolio .project .img-overlay .overlay-text h4 {
	color: #fff;
	margin: 0;
}

#portfolio .project .img-overlay .icons {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#portfolio .project .img-overlay .icons i {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#portfolio .project .img-overlay .icons i:hover {
	background-color: #e85c41;
	border-color: transparent;
}

#portfolio .project:hover .project-img-wrapper {
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
}

#portfolio .project:hover .img-overlay {
	bottom: 0;
}

#portfolio .project-description,
#portfolio .project-details {
	margin-top: 40px;
	margin-bottom: 40px;
}

#portfolio .project-details li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

#portfolio .project-details li span {
	display: inline-block;
	min-width: 120px;
	font-weight: 700;
}

#portfolio .project-details li a {
	color: #e85c41;
}

#portfolio .project-details li a:hover {
	color: #30343d;
}

#portfolio .load-more {
	margin-top: 40px;
	margin-bottom: 40px;
}

/*	12 - Start Banner Section
	****************************/
#banner {
	background-color: #e85c41;
}

#banner .content {
	margin-bottom: 30px;
}

#banner h2 {
	color: #fff;
}

#banner p {
	color: #ddd;
	margin-bottom: 0;
}

#banner .btn-wrapper {
	margin-top: 10px;
	margin-bottom: 40px;
}

#banner .btn-wrapper .btn {
	margin-top: 0;
	margin-bottom: 0;
}

#banner .btn-wrapper .btn:hover {
	color: #e85c41;
	background-color: #fff;
}

/*	13 - Start Services Section
	****************************/
#services .service {
	margin-bottom: 40px;
}

#services .service i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	font-size: 45px;
	color: #30343d;
	border: 1px solid #30343d;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#services .service h3 {
	margin-bottom: 20px;
}

#services .service:hover i {
	background-color: #e85c41;
	color: #fff;
	border-color: transparent;
}

/*	14 - Start Work Process Section
	****************************/
.work-step {
	margin-bottom: 40px;
}

.work-step p.num {
	color: #e85c41;
	line-height: 1;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 24px;
}

/*	15 - Pricing Tables Styles
	****************************/
.pricing-table {
	margin: 15px auto 40px;
	max-width: 450px;
	border: 1px solid #ccc;
	padding: 0 30px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-table:hover {
	border-color: #e85c41;
}

.pricing-table .table-header {
	width: 210px;
	color: #fff;
	margin: -15px auto 95px;
	background-color: #e85c41;
	padding-top: 35px;
	position: relative;
}

.pricing-table .table-header::before, .pricing-table .table-header::after {
	position: absolute;
	content: "";
	border-top: 15px solid transparent;
	top: 0;
}

.pricing-table .table-header::before {
	left: -10px;
	border-right: 10px solid #972812;
}

.pricing-table .table-header::after {
	right: -10px;
	border-left: 10px solid #972812;
}

.pricing-table .table-header h3 {
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.pricing-table .table-header h3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 76px;
	border-top: 60px solid #e85c41;
	border-right: 105px solid transparent;
	border-left: 105px solid transparent;
}

.pricing-table .table-header .price {
	font-size: 30px;
	font-weight: bold;
}

.pricing-table .table-header .currency,
.pricing-table .table-header .month {
	font-size: 20px;
	font-weight: 300;
}

.pricing-table .table-content li {
	color: #555;
	line-height: 40px;
}

.pricing-table .table-btn {
	display: inline-block;
	color: #30343d;
	border: 2px solid #30343d;
	width: 120px;
	height: 40px;
	margin-top: 25px;
	line-height: 36px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-table .table-btn:hover {
	background-color: #e85c41;
	border-color: transparent;
	color: #fff;
}

/*	16 - Start Subscribe Section
	****************************/
#subscribe {
	background: url("../img/subscribe-bg.jpg") no-repeat center;
	background-size: cover;
	padding-bottom: 80px;
}

#subscribe .email-input {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	outline: none;
	border: 0;
	color: #30343d;
}

#subscribe .btn {
	position: absolute;
	right: 15px;
	top: 0;
	width: 200px;
	height: 60px;
	margin: 0;
}

#subscribe .btn:hover {
	background-color: #fff;
	color: #e85c41;
}

@media (max-width: 480px) {
	#subscribe .btn {
		position: static;
		width: 140px;
		margin-top: 10px;
		float: left;
	}
}

/*	17 - Start Testimonials Section
	****************************/
#testimonials .testimonial .content i {
	font-size: 32px;
	color: #e85c41;
	float: left;
	margin-right: 10px;
}

#testimonials .testimonial .author .author-img {
	margin: 40px auto;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	text-align: center;
}

#testimonials .testimonial .author .author-img img {
	border-radius: 50%;
}

#testimonials .testimonial .author .author-name {
	margin-bottom: 40px;
}

#testimonials .testimonial p {
	font-style: italic;
}

#testimonials .owl-prev,
#testimonials .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	background-color: #30343d;
	color: #fff;
	font-size: 32px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
	background-color: #e85c41;
}

#testimonials .owl-prev {
	left: 0;
}

#testimonials .owl-next {
	right: 0;
}

#testimonials .owl-dots {
	line-height: 0;
	margin-bottom: 40px;
}

#testimonials .owl-dots .owl-dot {
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background-color: #30343d;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#testimonials .owl-dots .owl-dot.active {
	background-color: #e85c41;
}

#testimonials .owl-dots .owl-dot + .owl-dot {
	margin-left: 10px;
}

/*	18 - Start Clients Section
	****************************/
#clients {
	padding: 80px 0;
	background-color: #f6f6f6;
}

#clients .client {
	padding: 10px 20px;
}

#clients .client img {
	max-width: 100%;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#clients .client img:hover {
	opacity: 1;
}

/*	19 - Start Contact Section
	****************************/
#contact .contact-details {
	margin-bottom: 40px;
}

#contact .contact-details i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #30343d;
	font-size: 40px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contact .contact-details:hover i {
	background-color: #e85c41;
}

#contact .or {
	text-transform: uppercase;
	position: relative;
	margin: 160px auto 200px;
}

#contact .or::before, #contact .or::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100px;
	background-color: #30343d;
	left: 50%;
}

#contact .or::before {
	top: -120px;
}

#contact .or::after {
	bottom: -120px;
}

#contact .social-links {
	margin: 30px auto;
}

#contact .social-links a {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact .social-links a + a {
	margin-left: 5px;
}

#contact .social-links i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	background-color: #30343d;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contact .social-links i:hover {
	background-color: #e85c41;
}

/*	20 - Start To-Top Button
	****************************/
#to-top {
	position: fixed;
	bottom: -20%;
	right: 20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	text-align: center;
	background-color: #30343d;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#to-top:hover {
	background-color: #e85c41;
}

#to-top.appeared {
	bottom: 20px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

@media (max-width: 767px) {
	#to-top {
		display: none;
	}
}

/*# sourceMappingURL=maps/style.css.map */
/******************* Timeline Demo - 2 *****************/
.main-timeline2{padding-top:50px;overflow:hidden;position:relative}
.main-timeline2:before{content:"";width:7px;height:100%;background:#084772;margin:0 auto;position:absolute;top:80px;left:0;right:0}
.main-timeline2 .timeline{width:50%;float:left;padding:20px 60px;border-top:7px solid #084772;border-right:7px solid #084772;border-radius:0 30px 0 0;position:relative;right:-3.5px}
.main-timeline2 .icon{display:block;width:50px;height:50px;line-height:50px;border-radius:50%;background:#e84c47;border:1px solid #fff;text-align:center;font-size:25px;color:#fff;box-shadow:0 0 0 2px #e84c47;position:absolute;top:-30px;left:0}
.main-timeline2 .timeline-content{display:block;padding:30px 10px 10px;border-radius:20px;background:#e84c47;color:#fff;position:relative}
.main-timeline2 .timeline-content:hover{text-decoration:none;color:#fff}
.main-timeline2 .timeline-content:after,.main-timeline2 .timeline-content:before{content:"";display:block;width:10px;height:50px;border-radius:10px;background:#e84c47;border:1px solid #fff;position:absolute;top:-35px;left:50px}
.main-timeline2 .timeline-content:after{left:auto;right:50px}
.main-timeline2 .title{font-size:24px;margin:0}
.main-timeline2 .description{font-size:15px;letter-spacing:1px;margin:0 0 5px}
.main-timeline2 .timeline:nth-child(2n){border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:-3.5px}
.main-timeline2 .timeline:nth-child(2n) .icon{left:auto;right:0;box-shadow:0 0 0 2px #4bd9bf}
.main-timeline2 .timeline:nth-child(2){margin-top:130px}
.main-timeline2 .timeline:nth-child(odd){margin:-130px 0 30px}
.main-timeline2 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline2 .timeline:first-child,.main-timeline2 .timeline:last-child:nth-child(even){margin:0 0 30px}
.main-timeline2 .timeline:nth-child(2n) .icon,.main-timeline2 .timeline:nth-child(2n) .timeline-content,.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,.main-timeline2 .timeline:nth-child(2n) .timeline-content:before{background:#4bd9bf}
.main-timeline2 .timeline:nth-child(3n) .icon,.main-timeline2 .timeline:nth-child(3n) .timeline-content,.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,.main-timeline2 .timeline:nth-child(3n) .timeline-content:before{background:#ff9e09}
.main-timeline2 .timeline:nth-child(3n) .icon{box-shadow:0 0 0 2px #ff9e09}
.main-timeline2 .timeline:nth-child(4n) .icon,.main-timeline2 .timeline:nth-child(4n) .timeline-content,.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,.main-timeline2 .timeline:nth-child(4n) .timeline-content:before{background:#3ebae7}
.main-timeline2 .timeline:nth-child(4n) .icon{box-shadow:0 0 0 2px #3ebae7}
@media only screen and (max-width:767px){.main-timeline2:before{left:0;right:auto}
.main-timeline2 .timeline,.main-timeline2 .timeline:nth-child(even),.main-timeline2 .timeline:nth-child(odd){width:100%;float:none;padding:20px 30px;margin:0 0 30px;border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:0}
.main-timeline2 .icon{left:auto;right:0}
}
@media only screen and (max-width:480px){.main-timeline2 .title{font-size:18px}
}

/******************* Timeline Demo - 12 *****************/
.main-timeline12 .timeline{padding:0 2px;position:relative;display:inline-block}
.main-timeline12 .col-md-2{-ms-flex:0 0 15.666667%;flex:0 0 15.666667%;max-width:15.666667%}
.main-timeline12 .timeline-icon{display:block;text-align:center;padding:20px 0 55px;z-index:1;position:relative}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon{padding:55px 0 20px}
.main-timeline12 .timeline-icon:before{content:"";width:1px;height:75%;background:#39ae99;margin:0 auto;position:absolute;bottom:0;left:0;right:0;z-index:-1;transition:all .3s ease 0s}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon:before{bottom:auto;top:0}
.main-timeline12 .timeline:hover .timeline-icon:before{background:#555}
.main-timeline12 .timeline-icon i{width:45px;height:45px;line-height:45px;border-radius:50%;background:#39ae99;font-size:14px;color:#fff;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .timeline-icon i{background:#555;animation:icon-load 2.5s ease 0s infinite}
.main-timeline12 .border{height:15px;background:#39ae99;margin-bottom:0;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .border{background:#555}
.main-timeline12 .timeline:first-child .border{border-radius:4px 0 0 4px}
.main-timeline12 .timeline:last-child .border{border-radius:0 4px 4px 0}
.main-timeline12 .timeline:nth-child(2n) .border{margin:0px 0 0}
.main-timeline12 .timeline-content{padding:15px;border:1px solid #ddd;background:#f9f9f9;border-radius:3px;transition:all .3s ease 0s;height: 121px;}
.main-timeline12 .timeline:hover .timeline-content{background:#555}
.main-timeline12 .title{font-size:18px;font-weight:700;color:#39ae99;text-transform:uppercase;margin:0 0 10px;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .title{color:#fff}
.main-timeline12 .timeline-content .description{font-size:14px;color:#888;margin:0;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .description{color:#fff}
@keyframes icon-load{0%{transform:rotate(-12deg)}
8%{transform:rotate(12deg)}
10%,28%,30%,48%,50%,68%{transform:rotate(24deg)}
18%,20%,38%,40%,58%,60%{transform:rotate(-24deg)}
100%,75%{transform:rotate(0)}
}
@media only screen and (max-width:990px){.main-timeline12 .timeline{margin-bottom:20px}
}
@media only screen and (max-width:767px){.main-timeline12 .timeline-icon{padding-top:0}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon{padding-bottom:0}
.main-timeline12 .border{margin-bottom:10px}
.main-timeline12 .timeline:nth-child(2n) .border{margin:10px 0 0}
.main-timeline12 .timeline-content{text-align:center}
}

/******************* Timeline Demo - 10 *****************/
.main-timeline10:after,.main-timeline10:before{content:"";display:block;width:100%;clear:both}
.main-timeline10 .timeline{padding:0;display:-webkit-inline-box}
.main-timeline10 .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;}
.main-timeline10 .timeline-inner{text-align:center;margin:20px 20px 35px 35px;position:relative}
.main-timeline10 .timeline-inner:after{content:"";width:120%;height:3px;background:#555;position:absolute;bottom:0;left:10%}
.main-timeline10 .timeline:last-child .timeline-inner:after{width:0}
.main-timeline10 .year{background:#58b25e;padding:5px 0;border-radius:30px 0;font-size:26px;font-weight:700;color:#fff;z-index:1;position:relative}
.main-timeline10 .year:after,.main-timeline10 .year:before{position:absolute;top:-19px;content:""}
.main-timeline10 .year:before{right:0;border:10px solid transparent;border-bottom:10px solid #58b25e;border-right:10px solid #58b25e}
.main-timeline10 .year:after{width:25px;height:19px;border-radius:0 0 20px;background:#fff;right:1px}
.main-timeline10 .timeline-content{padding:10px 10px 30px;border-left:3px solid #58b25e;position:relative}
.main-timeline10 .timeline-content:before{content:"";position:absolute;top:0;left:-1px;border:10px solid transparent;border-top:10px solid #58b25e;border-left:10px solid #58b25e}
.main-timeline10 .timeline-content:after{content:"";width:25px;height:19px;border-radius:20px 0 0;background:#fff;position:absolute;top:0;left:0}
.main-timeline10 .post{font-size:26px;color:#333}
.main-timeline10 .description{font-size:14px;color:#333}
.main-timeline10 .timeline-icon{width:70px;height:70px;line-height:65px;border-radius:50%;border:5px solid #58b25e;background:#fff;font-size:30px;color:#555;z-index:1;position:absolute;bottom:-35px;left:-35px}
.main-timeline10 .timeline:nth-child(2n) .year{background:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .year:before{border-bottom-color:#9f84c4;border-right-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-content{border-left-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-content:before{border-top-color:#9f84c4;border-left-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-icon{border-color:#9f84c4}
.main-timeline10 .timeline:nth-child(3n) .year{background:#f35958}
.main-timeline10 .timeline:nth-child(3n) .year:before{border-bottom-color:#f35958;border-right-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-content{border-left-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-content:before{border-top-color:#f35958;border-left-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-icon{border-color:#f35958}
.main-timeline10 .timeline:nth-child(4n) .year{background:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .year:before{border-bottom-color:#e67e49;border-right-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-content{border-left-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-content:before{border-top-color:#e67e49;border-left-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-icon{border-color:#e67e49}
@media only screen and (max-width:990px){.main-timeline10 .timeline-inner:after{width:110%}
.main-timeline10 .timeline:nth-child(2n) .timeline-inner:after{width:0}
}
@media only screen and (max-width:767px){.main-timeline10 .timeline{margin-bottom:50px}
.main-timeline10 .timeline-inner:after,.main-timeline10 .timeline:nth-child(2n) .timeline-inner:after{width:100%;height:3px;left:0}
}
.skillsnew {
    padding-left: 46%;
}
.educationnew {
    padding-left: 49%;
}
.container {
    padding: 15px;
}
.about-info.scroll-reveal {
    text-align: justify;
}
/******************* Timeline Demo - 3 *****************/
.main-timeline3{overflow:hidden;position:relative}
.main-timeline3:before{content:"";width:10px;height:100%;border:3px solid #959595;position:absolute;top:40px;left:50%;transform:translateX(-50%)}
.main-timeline3 .timeline{width:50%;padding:10px 60px 10px 100px;float:right;position:relative}
.main-timeline3 .timeline:before{content:"";width:40px;height:40px;border-radius:50%;background:#c47c48;border:5px solid #fff;box-shadow:0 0 1px 5px #c47c48;position:absolute;top:42px;left:-20px}
.main-timeline3 .timeline-content{display:block;background:#e9e9e7;padding:70px 30px 20px;box-shadow:0 0 10px rgba(0,0,0,.2) inset;position:relative}
.main-timeline3 .timeline-content:hover{text-decoration:none}
.main-timeline3 .year{display:block;width:80%;height:50px;background:#c47c48;padding:0 0 0 50px;font-size:30px;font-weight:800;color:#fff;line-height:50px;box-shadow:0 0 20px rgba(0,0,0,.4) inset;border-radius:10px 10px 10px 0;position:absolute;top:20px;left:-20px}
.main-timeline3 .year:before{content:"";border-top:40px solid #c47c48;border-left:20px solid transparent;border-bottom:20px solid transparent;position:absolute;bottom:-60px;left:0}
.main-timeline3 .title{font-size:18px;font-weight:600;text-transform:uppercase;color:#4a4a4a}
.main-timeline3 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.main-timeline3 .timeline:nth-child(2n){padding:10px 100px 10px 60px;text-align:right}
.main-timeline3 .timeline:nth-child(2n):before{left:auto;right:-20px;background:#bf3fc8;box-shadow:0 0 1px 5px #bf3fc8}
.main-timeline3 .timeline:nth-child(2n) .year{padding-right:50px;border-radius:10px 10px 0;left:auto;right:-20px;background:#bf3fc8}
.main-timeline3 .timeline:nth-child(2n) .year:before{border-left:none;border-right:20px solid transparent;left:auto;right:0;border-top-color:#bf3fc8}
.main-timeline3 .timeline:nth-child(2){margin-top:140px}
.main-timeline3 .timeline:nth-child(odd){margin:-140px 0 0}
.main-timeline3 .timeline:nth-child(even){margin-bottom:60px}
.main-timeline3 .timeline:first-child,.main-timeline3 .timeline:last-child:nth-child(even){margin:0}
.main-timeline3 .timeline:nth-child(3n):before{background:#ce3c41;box-shadow:0 0 1px 5px #ce3c41}
.main-timeline3 .timeline:nth-child(3n) .year{background:#ce3c41}
.main-timeline3 .timeline:nth-child(3n) .year:before{border-top-color:#ce3c41}
.main-timeline3 .timeline:nth-child(4n):before{background:#8cc43d;box-shadow:0 0 1px 5px #8cc43d}
.main-timeline3 .timeline:nth-child(4n) .year{background:#8cc43d}
.main-timeline3 .timeline:nth-child(4n) .year:before{border-top-color:#8cc43d}
@media only screen and (max-width:990px){.main-timeline3:before{top:8%}
.main-timeline3 .timeline{padding:10px 10px 10px 100px}
.main-timeline3 .timeline:nth-child(2n){padding:10px 100px 10px 10px}
}
@media only screen and (max-width:767px){.main-timeline3:before{width:8px;top:0;left:12px;transform:translateX(0)}
.main-timeline3 .timeline,.main-timeline3 .timeline:nth-child(even),.main-timeline3 .timeline:nth-child(odd){width:100%;float:none;text-align:left;padding:0 0 0 60px;margin:0 0 30px}
.main-timeline3 .timeline:before,.main-timeline3 .timeline:nth-child(2n):before{width:20px;height:20px;border:3px solid #fff;top:38px;left:6px}
.main-timeline3 .timeline:nth-child(2n) .year{right:auto;left:-20px;border-radius:10px 10px 10px 0}
.main-timeline3 .timeline:nth-child(2n) .year:before{border-left:20px solid transparent;border-bottom:20px solid transparent;border-right:none;right:auto;left:0}
}
.textjust {
    text-align: justify;
}


@media (max-width: 700px){

   .main-timeline12 .col-md-2 {
   
    max-width: 48.666667%;
}
.timeline{
    min-height:238px;
    width: 100%;
}
.main-timeline12 .border {
    margin-bottom: 0px; 
}
.main-timeline12 .timeline:nth-child(2n) .border {
     margin: 0px 0 0; 
}
.newjust {
    text-align: justify !important;
}
}
.newjust {
    text-align: justify;
}