/**
/*******************************************************
    Template Name    : Nivea - Personal Portfolio HTML5 Landing Page Template
    Author           : Elegant Theme
    Version          : 1.0
    Created          : 2024
    File Description : Main css file of the template
********************************************************/
 
 /**
 -------------------------------------------------------
	Table Of Content
	
	01. Basic
	02. Navbar
	03. Home
	04. Work
	05. Services
	06. About
	07. Client logo
	08. Experience
	09. Blog
	10. Counter Up
	11. Contact
	12. Footer
	13. Particle Homepage Version
	14. Youtube Homepage Version
	15. Wave Homepage Version
	16. Shape Homepage Version
	17. Snow Homepage Version
	18. Gradient Homepage Version
	
 -------------------------------------------------------
 **/
 
 
 /**
 -------------------------------------------------------
	                    01. Basic
 -------------------------------------------------------
 **/
body {
	background: #ffffff;
	color: #858585;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.02em;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #000;
}

a {
	color: #292929;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover {
	color: rgb(0, 51, 204);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
	color: rgb(0, 51, 204);
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #858585;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
}

img {
	width: 100%;
}

button:focus {
	outline: none;
}

.btn {
	background: #1e1e1e;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn:focus {
	border: none;
	outline: none !important;
	box-shadow: none !important;
}

.btn:hover {
	color: #000;
	background: transparent;
}

.btn-hover:hover {
	color: #fff;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.experience {
	padding: 10px 0 0 18px;
	margin: inherit;
	list-style-type: square;
}
ul.experience li {
	font-size: 14px;
	color: #858585;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5em;
    margin-bottom: 5px;
	text-align: left;
}

.position-relative {
	position: relative!important;
}

.z-index {
	z-index: 2;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.section-title {
	margin-bottom: 70px;
	text-align: center;
}

.section-title-sub-first {
	margin-bottom: 35px;
	text-align: center;
}

.section-title-sub {
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

.section-title h2 {
	font-size: 33px;
	letter-spacing: 2px;
	text-transform: uppercase;
	box-shadow: 0px 6px 45px 0px rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 10px 25px;
	border-radius: 50px;
	background: #fff;
}

.form-control {
	height: 42px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 25px;
	letter-spacing: 1px;
	font-size: 13px;
	padding-left: 0px;
	border-radius: 0;
}

textarea.form-control {
	height: auto;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid rgb(0, 51, 204);
}

.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* pre-loader*/
.pre-loader {
	background: #ffffff;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 9999;
	position: fixed;
}

.spinner {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: -15px;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}

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

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}
/**
 * -------------------------------------------------------
 * border Style
 * -------------------------------------------------------
 **/
.border-fixed {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.border-fixed .bdr {
	background-color: rgba(119, 119, 119, 0.08);
	position: absolute;
	width: 1px;
	height: 100%;
}

.border-fixed .bdr.animate-element:after {
	content: ' ';
	width: 5px;
	height: 40px;
	background-color: rgba(193, 193, 193, 0.17);
	position: absolute;
	top: -50%;
	transform: translateX(-2px);
}

.border-fixed .bdr.animate-element:after {
	-webkit-animation: bdr-animation 12s linear infinite;
	-moz-animation: bdr-animation 12s linear infinite;
	-ms-animation: bdr-animation 12s linear infinite;
	-o-animation: bdr-animation 12s linear infinite;
	animation: bdr-animation 12s linear infinite;
}

@keyframes bdr-animation {
	0% {
		top: -80%;
	}

	100% {
		top: calc(100% + 40px);
	}
}

.border-fixed .bdr-one {
	left: 20%;
}

.border-fixed .bdr-two {
	left: 40%;
}

.border-fixed .bdr-two.animate-element:after {
	animation-delay: 2.5s;
}

.border-fixed .bdr-three {
	left: 60%;
}

.border-fixed .bdr-three.animate-element:after {
	animation-delay: 5s;
}

.border-fixed .bdr-four {
	left: 80%;
}

.border-fixed .bdr-four.animate-element:after {
	animation-delay: 7.5s;
}
 /**
 -------------------------------------------------------
	02. Navbar
 -------------------------------------------------------
 **/
nav {
	position: fixed;
	background: #fff;
	z-index: 1000;
	width: 100%;
	padding: 25px;
	display: none;
	-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
	float: right;
	line-height: 32px;
	margin-bottom: 0;
	overflow: hidden;
}

nav ul li {
	float: left;
	margin-right: 15px;
	margin-left: 40px;
}

nav ul li a {
	padding: 2px 0 0 0;
	position: relative;
	display: block;
	font-size: 13px;
	color: #1e1e1e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.logo {
	float: left;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.responsive {
	display: none;
	font-size: 23px;
	cursor: pointer;
}
 /**
 -------------------------------------------------------
	03. Home
 -------------------------------------------------------
 **/
#home {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
}

.overlay-gc:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#home .home-content {
	text-align: center !important;
}

/*-- animated headline --*/
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.home-content h1 {
	font-size: 5em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.home-content .list-social li {
	display: inline-block;
	margin-right: 20px;
}

.home-content .list-social li i {
	color: #fff;
	font-size: 13px;
	transition: all ease 0.3s;
}

.home-content .list-social li i:hover {
	transition: all ease 0.3s;
	opacity: 0.5;
}

.icon-scroll {
	width: 20px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 75px;
	margin-left: -9px;
	box-shadow: inset 0 0 0 2px #000;
	border-radius: 25px;
	opacity: 0.75;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translateY(10px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.icon-scroll:hover {
	opacity: 1;
}

.icon-scroll:before {
	content: '';
	width: 4px;
	height: 5px;
	background: #000;
	margin-left: 8px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	position: absolute;
}

#home .icon-scroll {
	box-shadow: inset 0 0 0 2px #fff;
}

#home .icon-scroll:before {
	background: #fff;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}
	

 /**
 -------------------------------------------------------
	04. Work
 -------------------------------------------------------
 **/
#portfolio {
	position: relative;
	padding-bottom: 70px;
}

#portfolio .portfolio-list {
	margin-bottom: 50px;
	text-align: center;
}

#portfolio .portfolio-list .nav {
	display: inline-block;
	margin: 0;
}

.work-nav li:after {
	content: "";
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background-color: #757575;
	margin: 0px 20px;
	position: relative;
	display: inline-block;
	top: -3px;
}

.work-nav li:last-child:after {
	content: "";
	display: none;
}

#portfolio .portfolio-list .nav li {
	margin: 0 5px 0 0;
	float: left;
	font-size: 13px;
	color: #858585;
	line-height: 16px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
	color: rgb(0, 51, 204);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
	display: inline-block;
	width: 100%;
}

.portfolio-grid-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfolio-grid-item img {
	width: 100%;
	border-radius: 2px;
}

.portfolio-single-item {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}

.portfolio-single-item .portfolio-item-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.71);
}

.portfolio-single-item .portfolio-item-title:hover {
	opacity: 1;
}

.portfolio-single-item .portfolio-item-title .portfolio-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 5px;
	height: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.portfolio-single-item .portfolio-item-title:hover .portfolio-title {
	margin-top: -10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.portfolio-single-item .portfolio-item-title:hover .portfolio-title {
	opacity: 1;
	visibility: visible;
}

.portfolio-title h6 {
	color: #000;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
}

 /**
 -------------------------------------------------------
	05. Services
 -------------------------------------------------------
 **/
.service-section {
	background: #e5e6e9;
}

.owl-item {
	float: left;
}

.services-item span {
	margin: 10px 0;
	position: relative;
	font-size: 13px;
	color: #292929;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.services-item {
	text-align: center;
	padding: 30px 25px;
	border: 1px solid #fff;
	background: #ffffff;
	transition: all 0.3s;
	width: 50%;
}

@media (max-width: 992px) {
	.services-item {
		width: 100%;
    }
}

.services-item:hover {
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.10);
	transition: all 0.3s;
}

.services-item p {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
}

.services-item i {
	font-size: 44px;
	color: rgb(0, 51, 204);
	line-height: 44px;
}

.owl-nav {
	display: none;
}

button.owl-dot {
	display: none;
}
 /**
 -------------------------------------------------------
	06. About
 -------------------------------------------------------
 **/
 
.about-description {
	display: block;
	padding: 40px 50px;
	background: white;
	margin-left: -80px;
	margin-top: 60px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.09);
}

.about-description ul li {
	font-size: 13px;
	margin-bottom: 10px;
}

.about-description ul li span {
	font-weight: 600;
	padding-right: 5px;
	max-width: 105px;
	display: inline-block;
	width: 100%;
}

.about-description p {
	margin-bottom: 15px;
}

.section-title-sub-first h3,
.section-title-sub h3,
.about-description h2 {
	color: rgb(0, 51, 204);
	font-size: 30px;
	margin-bottom: 15px;
}

.section-title-sub-first h3,
.section-title-sub h3 {
	text-transform: uppercase;
}

.about-description ul li span {
	font-weight: 600;
	padding-right: 5px;
}

.about-description .btn {
	margin-top: 15px;
	margin-right: 15px;
}
 /**
 -------------------------------------------------------
	07. Client logo
 -------------------------------------------------------
 **/
.client-logo-section {
	background: #e5e6e9;
}

.single-client-logo img {
	width: 150px !important;
	margin: 0 auto;
	opacity: 0.6;
	transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	-webkit-transition: opacity ease 0.3s;
}

.single-client-logo img:hover {
	transition: opacity 0.3 ease;
	-moz-transition: opacity 0.3 ease;
	-webkit-transition: opacity 0.3 ease;
	opacity: 1;
}
 /**
 -------------------------------------------------------
	08. Experience
 -------------------------------------------------------
 **/

/*----- TIMELINE ITEM -----*/
.timeline-item {
	padding-left: 40px;
	position: relative;
}

.timeline-item:last-child {
	padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}

.timeline-marker:before {
	background: rgb(0, 51, 204);
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
	content: "";
	width: 3px;
	background: #CCD5DB;
	display: block;
	position: absolute;
	top: 24px;
	bottom: 0;
	left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
	content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
	background: transparent;
	border: 3px solid rgb(0, 51, 204);
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
	padding-bottom: 40px;
}

.timeline-content p:last-child {
	margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
	padding: 0;
}

.period .timeline-info {
	display: none;
}

.period .timeline-marker:before {
	background: transparent;
	content: "";
	width: 15px;
	height: auto;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
	border-top: 3px solid #CCD5DB;
	border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
	content: "";
	height: 32px;
	top: auto;
}

.period .timeline-content {
	padding: 40px 0 70px;
}

.period .timeline-title {
	margin: 0;
}
/*-----------*/
@media (min-width: 992px) {
	.timeline-centered,
	.timeline-centered .timeline-item,
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-marker,
	.timeline-centered .timeline-content {
		display: block;
		margin: 0;
		padding: 0;
	}

	.timeline-centered .timeline-item {
		padding-bottom: 40px;
		overflow: hidden;
	}

	.timeline-centered .timeline-marker {
		position: absolute;
		left: 0;
	}

	.timeline-centered .timeline-info,
	.timeline-centered .timeline-content {
		width: 100%;
	}

	.timeline-centered > .timeline-item .timeline-info {
		float: left;
		text-align: right;
		padding-right: 30px;
	}

	.timeline-centered > .timeline-item .timeline-content {
		float: right;
		text-align: left;
		padding: 10px 25px 15px 25px;
	}
/*
	.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
		float: right;
		text-align: left;
		padding-left: 30px;
	}

	.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
		float: left;
		text-align: right;
		padding: 10px 25px 15px 25px;
	}
*/
	.timeline-centered > .timeline-item.period .timeline-content {
		float: none;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.timeline-centered .timeline-item.period {
		padding: 50px 0 90px;
	}

	.timeline-centered .period .timeline-marker:after {
		height: 30px;
		bottom: 0;
		top: auto;
	}

	.timeline-centered .period .timeline-title {
		left: auto;
	}
}

/*-------coustom css---------*/
.timeline-shadow {
	box-shadow: 0px 6px 45px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	background: #fff;
}

.timeline-shadow h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #292929;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.timeline-content h2 {
	font-size: 27px;
	background: #f5f6f9;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 30px;
}
 /**
 -------------------------------------------------------
	09. Blog
 -------------------------------------------------------
 **/
#blog {
	height: auto;
	width: 100%;
	background: #f5f6f9;
}

.blog-item {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.blog-item:hover {
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	transition: transform 0.6s ease;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
}

.blog-img {
	position: relative;
	overflow: hidden;
}

.blog-item img {
	width: 100%;
}

.blog-item .tag {
	position: absolute;
	top: 0;
	left: 0;
	margin: 25px;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 12px;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	line-height: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blog-item .tag-1 {
	background-color: #2793f3;
}

.blog-item .tag-2 {
	background-color: #7567f8;
}

.blog-item .tag-3 {
	background-color: #f34568;
}

.blog-item .blog-text {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #2e323c;
}

.blog-item .blog-text h3 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 24px 0;
	font-weight: 500;
	color: #292929;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.blog-item:hover h3 {
	color: rgb(0, 51, 204);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.blog-author-box img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #e1e3ea;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-author-box h6 {
	margin-left: 12px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 600;
	font-size: 12px;
	color: #9096a4;
}

.blog-author-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 24px;
	padding-bottom: 8px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #edeff4;
	color: #9096a4;
	font-size: 13px;
	line-height: 24px;
}

.blog-author-box span {
	font-weight: 600;
	font-size: 12px;
}

 /**
 -------------------------------------------------------
	10. Counter Up
 -------------------------------------------------------
 **/
.dark-review {
	background-color: #1e1e1e;
}

.item-heading h3 {
	color: #ddd;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 3px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.counter-single-item {
	text-align: center;
	background: #313131;
	padding: 40px 20px;
}

.item-text {
	display: inline-block;
}

.counter-single-item .item-text h3 {
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.item-text i {
	font-size: 20px;
	color: rgb(0, 51, 204);
	padding-right: 10px;
	display: inline-block;
}

.item-text span {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 3px;
}

.item-heading {
	margin-top: 10px;
}
 

 /**
 -------------------------------------------------------
	11. Contact Form
 -------------------------------------------------------
 **/
#contact {
	height: auto;
	width: 100%;
}

button.btn i {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

button.btn:hover i {
	-webkit-transform: translateX(7px);
	-ms-transform: translateX(7px);
	-o-transform: translateX(7px);
	transform: translateX(7px);
}

 /**
 -------------------------------------------------------
	12. Footer
 -------------------------------------------------------
 **/
 
.footer-top {
	background: #151515;
	padding: 100px 0;
}

.footer-top-heading h2 {
	color: white;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

.contact-info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 135px;
}

.footer-top-heading {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 135px;
}

.contact-info h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.contact-info-list li {
	color: #d6d5d5;
}

.contact-info-list li a {
	color: #d6d5d5;
}

.contact-info-list li {
	margin-bottom: 5px;
}

.socials-media {
	width: 100%;
	margin-top: 10px;
}

.socials-media ul {
	display: inline-block;
}

.socials-media ul li {
	float: left;
	margin-right: 20px;
}

.socials-media ul li a {
	font-size: 14px;
	color: #d6d5d5;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: transparent;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.socials-media ul li a:hover {
	opacity: 0.5;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.footer {
	background: #000000;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.footer .copyright p {
	color: #d6d5d5;
}


/**
 * -------------------------------------------------------
 * 13. particles STYLES
 * -------------------------------------------------------
 **/
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

/**
 * -------------------------------------------------------
 * 14. Video Version
 * -------------------------------------------------------
 **/
 
.video-overlay-gc:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.50);
	z-index: 0;
}


/**
 * -------------------------------------------------------
 * 15. Wave Version
 * -------------------------------------------------------
 **/
 
.wave-version:after {
	position: absolute;
	content: '';
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.wave-version:after {
	background-image: url(../images/banner-waves-1.png);
}

.wave-version .icon-scroll {
	bottom: 75px;
}


/**
 * -------------------------------------------------------
 * 16. svg shape Version
 * -------------------------------------------------------
 **/
.shape-1 .icon-scroll {
	bottom: 75px;
}

.svg-shape {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	overflow: hidden;
}

.svg-white svg {
	fill: #fff;
	width: 100%;
}

/**
 * -------------------------------------------------------
 * 17. Snow Version
 * -------------------------------------------------------
 **/
.snowy {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -1;
}
/**
 * -------------------------------------------------------
 * 18. Gradient
 * -------------------------------------------------------
 **/
 
.gradient-overlay:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.7;
	height: 100%;
	background: rgb(27, 69, 169);
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(rgb(15, 90, 224)), to(rgb(114, 2, 187)));
	background: linear-gradient(to right, rgb(15, 90, 224), rgb(114, 2, 187));
}

.client-logo.owl-carousel.owl-theme {
    flex-wrap: wrap;
	flex-direction: inherit;
}

.client-logo.owl-carousel.owl-theme .single-client-logo {
}

 