/* 
Theme Name: Rizwan Aritonang
Theme URI:https://rizwanaritonang.com
Author: Rizwan Aritonang
Author URI:https://rizwanaritonang.com
Description: Rizwan Aritonang - Personal PortfolioWebsite
Version:1.0.0
License: MIT License
License URI: https://opensource.org/licenses/MIT
Text Domain: rizwanaritonang
Tags: personal-website, portfolio, blog, news, magazine, theme-options
*/

/*-----------------------------------------------------------------------------------

	Theme Name: Ravo
	Theme URI: http://
	Description: Creative agency & portfolio
	Author: ui-themez
	Author URI: http://themeforest.net/user/ui-themez
	Version: 1.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/

@charset "UTF-8"; /*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-font-sans-serif:
		system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
		'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
		'Noto Color Emoji';
	--bs-font-monospace:
		SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}
*,
::after,
::before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 2.5rem;
	}
}
.h2,
h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 2rem;
	}
}
.h3,
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.h3,
	h3 {
		font-size: 1.75rem;
	}
}
.h4,
h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	.h4,
	h4 {
		font-size: 1.5rem;
	}
}
.h5,
h5 {
	font-size: 1.25rem;
}
.h6,
h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul {
	padding-left: 2rem;
}
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul ul {
	margin-bottom: 0;
}
b {
	font-weight: bolder;
}
a {
	color: #0d6efd;
	text-decoration: underline;
}
a:hover {
	color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}
code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
img,
svg {
	vertical-align: middle;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button,
input,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	text-transform: none;
}
[role='button'] {
	cursor: pointer;
}
[type='button'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::file-selector-button {
	font: inherit;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
progress {
	vertical-align: baseline;
}
.container,
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 576px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
}
@media (min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
}
.collapse:not(.show) {
	display: none;
}
.dropdown {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}
.nav-link:focus,
.nav-link:hover {
	color: #0a58ca;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem;
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: 0.5;
}
.d-flex {
	display: flex !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.m-auto {
	margin: auto !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.text-center {
	text-align: center !important;
}
.visible {
	visibility: visible !important;
}

@charset "UTF-8";

/*!
  * animate.css -http://daneden.me/animate
  * Version - 3.5.2
  * Licensed under the MIT license - http://opensource.org/licenses/MIT
  *
  * Copyright (c) 2017 Daniel Eden
  */

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}

@charset "UTF-8"; /*!
 Ionicons, v2.0.0
 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
 https://twitter.com/benjsperry  https://twitter.com/ionicframework
 MIT License: https://github.com/driftyco/ionicons

 Android-style icons originally built by Google’s
 Material Design Icons: https://github.com/google/material-design-icons
 used under CC BY http://creativecommons.org/licenses/by/4.0/
 Modified icons to fit ionicon’s grid from original.
*/

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src: url('webfonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:
		url('webfonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('webfonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('webfonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('webfonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='pe-7s-'],
[class*=' pe-7s-'] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pe-7s-close:before {
	content: '\e680';
}
.pe-7s-angle-right:before {
	content: '\e684';
}
.pe-7s-angle-left:before {
	content: '\e686';
}
.pe-7s-search:before {
	content: '\e618';
}
.pe-7s-comment:before {
	content: '\e668';
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fab,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fa-angle-right:before {
	content: '\f105';
}
.fa-arrow-right:before {
	content: '\f061';
}
.fa-bars:before {
	content: '\f0c9';
}
.fa-chevron-right:before {
	content: '\f054';
}
.fa-facebook-f:before {
	content: '\f39e';
}
.fa-star:before {
	content: '\f005';
}
.fa-twitter:before {
	content: '\f099';
}
.fa-youtube:before {
	content: '\f167';
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(webfonts/fa-brands-400.eot);
	src:
		url(webfonts/fa-brands-400.eot?#iefix) format('embedded-opentype'),
		url(webfonts/fa-brands-400.woff2) format('woff2'),
		url(webfonts/fa-brands-400.woff) format('woff'),
		url(webfonts/fa-brands-400.ttf) format('truetype'),
		url(webfonts/fa-brands-400.svg#fontawesome) format('svg');
}
.fab {
	font-family: 'Font Awesome 5 Brands';
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(webfonts/fa-regular-400.eot);
	src:
		url(webfonts/fa-regular-400.eot?#iefix) format('embedded-opentype'),
		url(webfonts/fa-regular-400.woff2) format('woff2'),
		url(webfonts/fa-regular-400.woff) format('woff'),
		url(webfonts/fa-regular-400.ttf) format('truetype'),
		url(webfonts/fa-regular-400.svg#fontawesome) format('svg');
}
.fab,
.far {
	font-weight: 400;
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(webfonts/fa-solid-900.eot);
	src:
		url(webfonts/fa-solid-900.eot?#iefix) format('embedded-opentype'),
		url(webfonts/fa-solid-900.woff2) format('woff2'),
		url(webfonts/fa-solid-900.woff) format('woff'),
		url(webfonts/fa-solid-900.ttf) format('truetype'),
		url(webfonts/fa-solid-900.svg#fontawesome) format('svg');
}
.far,
.fas {
	font-family: 'Font Awesome 5 Free';
}
.fas {
	font-weight: 900;
}

/*!
 * justifiedGallery - v4.0.0-alpha
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2019 Miro Mannino
 * Licensed under the MIT license.
 */

/* Magnific Popup CSS */

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
}

@charset "UTF-8";

/*
        Name: YouTubePopUp
        Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
        Version: 1.0.1
        Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
        Written By: Qassim Hassan
        Twitter: @QQQHZ
        Websites: wp-time.com | qass.im | wp-plugins.in
        Dual licensed under the MIT and GPL licenses:
            http://www.opensource.org/licenses/mit-license.php
            http://www.gnu.org/licenses/gpl.html
        Copyright (c) 2016 - Qassim Hassan
    */

/* Slider */

@charset 'UTF-8';

/* Arrows */

/* Dots */

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
		format('woff');
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}
.swiper-button-prev {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after {
	content: 'prev';
}
.swiper-button-next {
	right: 10px;
	left: auto;
}
.swiper-button-next:after {
	content: 'next';
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

@charset "UTF-8";
/*-----------------------------------------------------------------------------------
 
     Theme Name: Geekfolio
     Theme URI: http://
     Description: Creative Agency & Portfolio
     Author: UI-ThemeZ
     Author URI: http://themeforest.net/user/UI-ThemeZ
     Version: 1.0
 
 -----------------------------------------------------------------------------------*/
/* Variables
 -----------------------------------------------------------------*/
/* Typography
 -----------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
}

body {
	color: #fff;
	background-color: #1d1d1d;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-family: 'Sora', sans-serif;
	overflow-x: hidden !important;
}

body.home-main-crev {
	font-family: 'Epilogue', sans-serif;
}

main {
	position: relative;
	z-index: 5;
}

.row.md-marg {
	margin-left: -25px;
	margin-right: -25px;
}

.row.md-marg > * {
	padding-left: 25px;
	padding-right: 25px;
}

.row.lg-marg {
	margin-left: -40px;
	margin-right: -40px;
}

.row.lg-marg > * {
	padding-left: 40px;
	padding-right: 40px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
	line-height: 1.3;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
	line-height: 1.5;
}

h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}

p {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 300;
	color: #ddd;
	margin: 0;
}

a,
a:hover {
	color: inherit;
}

span {
	display: inline-block;
}

a {
	display: inline-block;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
}

.main-color {
	color: #c9f31d !important;
}

.main-bg {
	background-color: #1d1d1d;
}

.sub-bg {
	background-color: #1a1a1a;
}

img {
	width: 100%;
	height: auto;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 40px;
}

/* Buttons
 -----------------------------------------------------------------*/
.butn {
	border: 1px solid transparent;
}

.butn.butn-md {
	padding: 14px 35px;
}

.butn.butn-full {
	width: 100%;
	padding: 15px 25px;
	text-align: center;
}

.butn.butn-bord {
	border-color: #fff;
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.butn.butn-bord:hover {
	background: #fff;
	color: #000;
}

.butn.butn-bord:hover span {
	color: #000;
}

.butn .rolling-text {
	margin-bottom: -5px;
}

.butn-circle {
	width: 160px;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.butn-circle:hover span {
	color: #000;
}

.butn-circle:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.butn-circle:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #c9f31d;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.butn-circle span {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2;
	position: relative;
	z-index: 2;
}

.butn-circle .circle-star {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Cursor
 -----------------------------------------------------------------*/
.hover-this .hover-anim {
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition:
		transform 0.2s linear,
		-webkit-transform 0.2s linear;
}

.cursor {
	pointer-events: none;
	position: fixed;
	padding: 0.3rem;
	background-color: #fff;
	border-radius: 50%;
	mix-blend-mode: difference;
	-webkit-transition:
		opacity 0.4s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.4s ease,
		-webkit-transform 0.3s ease;
	-o-transition:
		transform 0.3s ease,
		opacity 0.4s ease;
	transition:
		transform 0.3s ease,
		opacity 0.4s ease;
	transition:
		transform 0.3s ease,
		opacity 0.4s ease,
		-webkit-transform 0.3s ease;
	z-index: 99999;
}

.cursor-active {
	-webkit-transform: translate(-50%, -50%) scale(8);
	-ms-transform: translate(-50%, -50%) scale(8);
	transform: translate(-50%, -50%) scale(8);
	opacity: 0.1;
}

.rolling-text {
	display: inline-block;
	overflow: hidden;
	line-height: 50px;
	height: 50px;
}

.rolling-text.butn {
	padding: 0 35px;
}

.social-text .rolling-text {
	line-height: 30px;
	height: 30px;
}

.progress-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	mix-blend-mode: difference;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	text-align: center;
	line-height: 44px;
	font-size: 13px;
	font-weight: 900;
	color: #ccc;
	left: 0;
	top: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #ccc;
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

/* Extra
 -----------------------------------------------------------------*/
.d-rotate {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.d-rotate .rotate-text {
	display: block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
	transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.d-rotate.animated .rotate-text {
	-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
	opacity: 1;
}

.main-marq {
	position: relative;
	padding: 0;
}

.main-marq:after {
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: -30px;
	right: -30px;
	pointer-events: none;
	background: -webkit-linear-gradient(
		right,
		#181818,
		rgba(255, 255, 255, 0) 220px,
		rgba(255, 255, 255, 0) calc(100% - 220px),
		#181818
	);
	background: -o-linear-gradient(
		right,
		#181818,
		rgba(255, 255, 255, 0) 220px,
		rgba(255, 255, 255, 0) calc(100% - 220px),
		#181818
	);
	background: linear-gradient(
		to left,
		#181818,
		rgba(255, 255, 255, 0) 220px,
		rgba(255, 255, 255, 0) calc(100% - 220px),
		#181818
	);
}

.main-marq.xlrg .box .item {
	padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
	font-size: 10vw;
	font-weight: 800;
}

.main-marq .slide-har {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-marq .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-marq .box .item {
	padding: 0 30px;
}

.main-marq .box .item h4 {
	white-space: nowrap;
	line-height: 1;
	margin: 0;
}

.main-marq .box .item h4 .icon {
	font-family: 'Sora', sans-serif;
	margin-bottom: -15px;
}

.main-marq .box .item h2 {
	line-height: 1;
	margin: 0;
}

.main-marq .box .item:nth-of-type(even) h4 {
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
}

.main-marq .box .item:nth-of-type(even) h4 a {
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
	color: #fff;
	-webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
	color: #fff;
	-webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.slide-har {
	position: relative;
}

.slide-har.st1 .box {
	position: relative;
	-webkit-animation: slide-har 80s linear infinite;
	animation: slide-har 80s linear infinite;
}

@-webkit-keyframes slide-har {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slide-har {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

/* ====================== [ Start Helper Classes  ] ====================== */
.cursor-pointer {
	cursor: pointer;
}

.stroke {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.o-hidden {
	overflow: hidden;
}

.position-re {
	position: relative;
}

.ontop {
	position: relative;
	z-index: 7;
}

.rest {
	padding: 0 !important;
	margin: 0 !important;
}

img.left {
	margin-left: -40%;
}

.bord-thin-top {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bord-thin-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.radius-10 {
	border-radius: 10px;
}

.radius-30 {
	border-radius: 30px;
}

.full-width {
	width: 100% !important;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 120px 0;
}

.circle {
	border-radius: 50%;
}

.circle-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.circle-60 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.circle-80 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.underline a {
	text-decoration: underline !important;
}

.underline span {
	text-decoration: underline;
}

.inline {
	display: inline-block;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rest {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------
            icon Size
 -------------------------------------------------------*/

.icon-img-50 {
	width: 50px;
}

.icon-img-60 {
	width: 60px;
}

.icon-img-100 {
	width: 100px;
}

.icon-img-120 {
	width: 120px;
}

/*-------------------------------------------------------
            Z-index
 -------------------------------------------------------*/

/*-------------------------------------------------------
            opacity
 -------------------------------------------------------*/

.opacity-7 {
	opacity: 0.7 !important;
}

.opacity-8 {
	opacity: 0.8 !important;
}

/*-------------------------------------------------------
            text color
 -------------------------------------------------------*/

/*-------------------------------------------------------
           font-weight
 -------------------------------------------------------*/

.fw-200 {
	font-weight: 200 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

/*-------------------------------------------------------
            font-size
 -------------------------------------------------------*/

.fz-12 {
	font-size: 12px !important;
}

.fz-13 {
	font-size: 13px !important;
}

.fz-14 {
	font-size: 14px !important;
}

.fz-15 {
	font-size: 15px !important;
}

.fz-16 {
	font-size: 16px !important;
}

.fz-18 {
	font-size: 18px !important;
}

.fz-20 {
	font-size: 20px !important;
}

.fz-30 {
	font-size: 30px !important;
}

.fz-50 {
	font-size: 50px !important;
}

.fz-55 {
	font-size: 55px !important;
}

.fz-60 {
	font-size: 60px !important;
}

.fz-70 {
	font-size: 70px !important;
}

.fz-80 {
	font-size: 80px !important;
}

/*-------------------------------------------------------
           line-height
 -------------------------------------------------------*/
.line-height-1 {
	line-height: 1;
}

/*-------------------------------------------------------
           text-transform
 -------------------------------------------------------*/
.text-u {
	text-transform: uppercase !important;
}

.text-right {
	text-align: right;
}

/*-------------------------------------------------------
            letter-spacing
 -------------------------------------------------------*/

.ls1 {
	letter-spacing: 1px !important;
}

/*-------------------------------------------------------
        margin-top  (0/100) +5
 -------------------------------------------------------*/

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

/*-------------------------------------------------------
        margin-bottom  (0/100) +5
 -------------------------------------------------------*/
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

/*-------------------------------------------------------
        margin-right  (0/100) +5
 -------------------------------------------------------*/

.mr-10 {
	margin-right: 10px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

/*-------------------------------------------------------
        margin-left  (0/100) +5
 -------------------------------------------------------*/
.m-auto {
	margin: auto;
}

.ml-auto {
	margin-left: auto;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------------------------
       margin left right  (0/50) +5
 -------------------------------------------------------*/

/*-------------------------------------------------------
       padding-top  (0/100) +5
 -------------------------------------------------------*/
.pt-0 {
	padding-top: 0 !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

/*-------------------------------------------------------
      padding-bottom  (0/100) +5
 -------------------------------------------------------*/
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

/*-------------------------------------------------------
       padding left right  (0/50) +5
 -------------------------------------------------------*/

/* ====================== [ End Helper Classes  ] ====================== */
/* Preloader
 -----------------------------------------------------------------*/
body.loaded {
	overflow: hidden !important;
	height: 100% !important;
}

.loader-wrap {
	position: fixed;
	z-index: 10;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	z-index: 99999999999999;
}

.loader-wrap svg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 110vh;
	fill: #1a1a1a;
}

.loader-wrap .loader-wrap-heading .load-text {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 15px;
	text-transform: uppercase;
	z-index: 20;
}

.load-text span {
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.load-text span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes loading {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* ====================== [ Start Overlay ] ====================== */

/* ====================== [ End Overlay ] ====================== */
/* Menu
 -----------------------------------------------------------------*/
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	border-bottom: 2px solid transparent;
	z-index: 999;
}

.navbar.main-bg {
	background: #1d1d1d;
	border-color: rgba(255, 255, 255, 0.05);
}

.navbar.sub-bg {
	background: #1a1a1a;
	border-color: rgba(255, 255, 255, 0.05);
}

.navbar.bord {
	border-color: rgba(255, 255, 255, 0.05);
}

.navbar.nav-scroll {
	background: #1d1d1d;
	border-color: rgba(255, 255, 255, 0.05);
	padding: 0;
	position: fixed;
	top: -80px;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	-o-transition: transform 0.8s;
	transition: transform 0.8s;
	transition:
		transform 0.8s,
		-webkit-transform 0.8s;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
}

.navbar .icon-bar {
	color: #fff;
}

.navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	padding: 20px 10px 15px 10px;
	margin: 0 15px;
}

.navbar .navbar-nav .nav-link .rolling-text {
	height: 30px;
	line-height: 30px;
}

.navbar .navbar-nav .dropdown-menu {
	padding: 20px 10px;
	border: 1px solid #393939;
}

.navbar .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	color: #fff;
	background: #1a1a1a;
	border: 2px solid #393939;
	min-width: 255px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
	font-size: 13px;
	color: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 10px 25px;
	position: relative;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
	position: absolute;
	left: 248px;
	top: 10px;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #393939;
	background: #1a1a1a;
	width: 240px;
	padding: 20px 0px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
	position: absolute;
	right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
	content: '';
	width: 0px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 18px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
	padding-left: 30px;
	background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
	width: 10px;
}

.navbar .dropdown {
	position: static;
}

.navbar .search-form {
	position: relative;
}

.navbar .search-form.open .form-group {
	opacity: 1;
	visibility: visible;
	bottom: -1px;
}

.navbar .search-form.open .search-icon .open-search {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.navbar .search-form .form-group {
	position: absolute;
	right: 0;
	bottom: -35px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	padding: 15px;
	background: rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar .search-form .form-group input {
	padding: 10px 55px 10px 15px;
	background: #fff;
	border: 0;
	border-radius: 5px;
}

.navbar .search-form .form-group button {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px 15px;
	background: #ccc;
	border: 0;
	border-radius: 5px;
}

.navbar .search-form .search-icon {
	position: relative;
	padding: 25px 30px;
	cursor: pointer;
}

.navbar .search-form .search-icon:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .search-form .search-icon .close-search {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.15);
	text-align: center;
	padding: 25px 0;
	font-size: 20px;
	display: none;
}

.navbar .search-form .search-icon .open-search {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar .dropdown-toggle:after {
	margin-left: 5px;
	vertical-align: 12px;
}

.topnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	padding: 40px 0;
	color: #fff;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.topnav .container,
.topnav .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topnav .container-fluid {
	padding: 0 60px;
}

.topnav .menu-icon {
	margin-left: auto;
	cursor: pointer;
}

.topnav .menu-icon.open .text .word {
	opacity: 0;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.topnav .menu-icon.open .text:after {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.topnav .menu-icon.open .icon {
	width: 20px;
}

.topnav .menu-icon.open .icon i {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	margin: 0;
}

.topnav .menu-icon.open .icon i:first-of-type {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.topnav .menu-icon.open .icon i:last-of-type {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.topnav .menu-icon .text {
	font-size: 13px;
	font-weight: 500;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.topnav .menu-icon .text:after {
	content: 'close';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.topnav .menu-icon .text .word {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.topnav .menu-icon .icon {
	display: table-cell;
	position: relative;
}

.topnav .menu-icon .icon i {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition:
		transform 0.4s,
		-webkit-transform 0.4s;
}

.topnav.dark .menu-icon {
	color: #000;
}

.topnav.dark .menu-icon .icon i {
	background: #000;
}

.topnav.dark.navlit .menu-icon {
	color: #fff;
}

.topnav.dark.navlit .menu-icon .icon i {
	background: #fff;
}

.hamenu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: #1a1a1a;
	padding: 120px 30px 30px;
	overflow: hidden;
	z-index: 9999;
	-webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
	-o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
	transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.hamenu.open .cont-info:after {
	height: 200vh;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.hamenu.open .cont-info .search-form,
.hamenu.open .cont-info .social-text,
.hamenu.open .cont-info .item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.hamenu.open .menu-text:after {
	height: 200vh;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.hamenu .menu-links {
	color: #fff;
	margin-top: 30px;
	height: 500px;
	overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
	width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
	background: transparent;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
	background: #c9f31d;
	border-radius: 10px;
}

.hamenu .menu-links .main-menu {
	position: relative;
	z-index: 2;
}

.hamenu .menu-links .main-menu > li {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hamenu .menu-links .main-menu > li .link {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 30px;
	width: 100%;
	position: relative;
	display: block;
	-webkit-transform: translateY(65px);
	-ms-transform: translateY(65px);
	transform: translateY(65px);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.hamenu .menu-links .main-menu > li .link i {
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hamenu .menu-links .main-menu > li .link i:before {
	content: '';
	width: 1px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}

.hamenu .menu-links .main-menu > li .link i:after {
	content: '';
	width: 16px;
	height: 1px;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

.hamenu .menu-links .main-menu > li .link.dopen i:before {
	opacity: 0;
}

.hamenu .menu-links .main-menu > li .link .fill-text {
	position: relative;
	color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu > li .link .fill-text:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
	-o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
	transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
	width: 0;
}

.hamenu .menu-links .main-menu .sub-menu {
	display: none;
	padding: 20px 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 22px;
	font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
	padding: 12px 10px;
	opacity: 0.6;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
	opacity: 1;
}

.hamenu .menu-text {
	position: relative;
	height: 100%;
}

.hamenu .menu-text .text {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.hamenu .menu-text .text h2 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 10vw;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0.02;
}

.hamenu .menu-text:after {
	content: '';
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -30px;
	bottom: -75vh;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hamenu .cont-info {
	margin-top: 50px;
	position: relative;
}

.hamenu .cont-info:after {
	content: '';
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: -30px;
	top: -75vh;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hamenu .cont-info .item {
	margin-bottom: 50px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.hamenu .cont-info .search-form {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.hamenu .cont-info .search-form .form-group {
	position: relative;
}

.hamenu .cont-info .search-form .form-group input {
	color: #fff;
	padding: 10px 55px 10px 15px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	width: 100%;
}

.hamenu .cont-info .search-form .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	background: #ccc;
	border: 0;
	border-radius: 5px;
}

.hamenu .cont-info .social-text {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

/* Titles
 -----------------------------------------------------------------*/

.sub-title {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sec-lg-head .dot-titl-non {
	padding: 7px 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
}

.sec-lg-head .svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
}

.sec-lg-head .path {
	-webkit-animation: dash 33s linear infinite;
	animation: dash 33s linear infinite;
}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: 2000;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: 2000;
	}
}

.vew-all a {
	position: relative;
	z-index: 2;
}

.vew-all a:after {
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.05;
	z-index: -1;
}

.vew-all:hover a {
	text-decoration: underline;
}

/* About
 -----------------------------------------------------------------*/

.about .img {
	position: relative;
	overflow: hidden;
}

/* Awards
 -----------------------------------------------------------------*/

.skills-exp .skill-item .item {
	padding: 50px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	width: 100%;
	text-align: center;
	margin: 0 10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.skills-exp .skill-item .item:hover {
	border-color: #fff;
}

.skills-exp .skill-item .item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.skills-exp .skill-item .item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.skills-exp .exp-items .item .icon {
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-bottom: 15px;
}

.skills-exp .exp-items .item .icon svg {
	width: 60px;
	height: 25px;
	fill: #fff;
}

/* Blogs
 -----------------------------------------------------------------*/
.blog-list .item {
	padding: 40px;
	position: relative;
}

.blog-list .item:hover .background {
	opacity: 1;
	background-position: center bottom;
}

.blog-list .item .info .author {
	margin-right: 20px;
}

.blog-list .item .info .author .img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.blog-list .item .info .author .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-list .item .tags a {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	margin: 5px 5px 5px 0;
}

.blog-list .item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	-webkit-transition:
		opacity 0.4s,
		background-position 10s linear;
	-o-transition:
		opacity 0.4s,
		background-position 10s linear;
	transition:
		opacity 0.4s,
		background-position 10s linear;
}

.blog-modern .item {
	padding-right: 60px;
}

.blog-modern .item .img {
	position: relative;
}

.blog-modern .item .img .date {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	top: 60px;
	right: -70px;
	-webkit-transform: rotate(-90deg) translateX(-50%) translateY(100%);
	-ms-transform: rotate(-90deg) translateX(-50%) translateY(100%);
	transform: rotate(-90deg) translateX(-50%) translateY(100%);
	opacity: 0.7;
}

.blog-modern .item .img .date:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -70px;
	width: 50px;
	border-bottom: 1px solid #cecece;
}

.blog-modern .blog-no-posts {
	text-align: center;
}

.blog-modern .blog-no-posts p {
	font-weight: 600;
}

.main-post .item {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.main-post .post-qoute {
	position: relative;
	padding: 40px;
	padding-left: 120px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .post-qoute h6 {
	position: relative;
}

.main-post .post-qoute h6:before {
	content: '“';
	position: absolute;
	top: 80px;
	left: -100px;
	font-size: 180px;
	font-family: Poppins;
	line-height: 0;
}

.main-post .iner-img {
	height: 400px;
}

.main-post .iner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
	margin-top: 10px;
	opacity: 0.7;
	padding-left: 15px;
	position: relative;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 10px;
}

.main-post .order-list li {
	padding-left: 0;
}

.main-post .order-list li:before {
	display: none;
}

.main-post .order-list li span {
	font-size: 13px;
}

.main-post .info-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
	font-size: 14px;
	margin-right: 5px;
	opacity: 0.7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
	padding: 7px 20px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 30px;
	margin-right: 5px;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
	background: #c9f31d;
	color: #fff;
}

.main-post .info-area .share-icon a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	text-align: center;
	padding: 0;
}

.main-post .author-area .author-img .img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
	width: 100%;
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
	content: '';
	background: #1d1d1d;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.main-post .next-prv-post .thumb-post:hover h6 {
	color: #fff;
}

.main-post .next-prv-post .thumb-post:hover:after {
	opacity: 0.5;
}

.main-post .next-prv-post .thumb-post:first-of-type {
	margin-right: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
	margin-left: 15px;
}

.comments-post .item-box {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 30px;
}

.comments-post .item-box:last-of-type {
	margin-bottom: 0;
}

.comments-post .item-box.replayed {
	margin-left: 50px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.comments-post .item-box .replay-post a {
	font-size: 13px;
	padding: 8px 20px;
	border: 1px solid #eee;
	border-radius: 30px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.comments-post .item-box .replay-post a:hover {
	background: #c9f31d;
	color: #1d1d1d;
}

.comments-from form input,
.comments-from form textarea {
	color: #fff;
	padding: 15px 0;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.comments-from form button {
	background: transparent;
	border: 0;
	color: #fff;
	margin: auto;
	text-align: center;
}

/* Brands
 -----------------------------------------------------------------*/
.brands .swiper-container {
	overflow: visible;
}

.brands .item {
	width: 300px;
	height: 300px;
	text-align: center;
	position: relative;
}

.brands .item:after {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	pointer-events: none;
}

.brands .item:hover:after {
	border-color: #fff;
}

.brands .item .img {
	width: 100px;
	margin: auto;
}

.brand-sec {
	padding-top: 120px;
}

.brand-sec .brand-marq {
	padding: 180px 0 300px;
}

.brand-sec .brand-marq .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.brand-sec .brand-marq .box .item {
	margin: 0 -50px;
}

.brand-sec .brand-marq .box .item .img {
	width: 280px;
	height: 280px;
	line-height: 280px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.brand-sec .brand-marq .box .item .img img {
	width: 120px;
}

.brand-sec .brand-marq .box .item .img:hover {
	border-color: rgba(255, 255, 255, 0.7);
}

.brand-sec .brand-marq .box .item:nth-of-type(even) {
	margin-top: -180px;
}

.brand-sec .brand-marq .box .item:nth-of-type(odd) {
	margin-bottom: -180px;
}

.clients .brand:hover .img {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.clients .brand:hover .link {
	opacity: 1 !important;
	-webkit-transition: all 0;
	-o-transition: all 0;
	transition: all 0;
}

.clients .brand .item {
	position: relative;
	text-align: center;
	padding: 80px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.clients .brand .item .link {
	font-size: 16px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.clients .brand .img {
	opacity: 0.8;
	max-width: 100px;
	margin: auto;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* Career
 -----------------------------------------------------------------*/

/* Contact
 -----------------------------------------------------------------*/
.call-action-img .sec-bg-img {
	height: 450px;
	width: 130%;
	position: relative;
	margin-bottom: -200px;
}

.call-action-img .sec-lg-head {
	position: relative;
}

.call-action-img .sec-lg-head:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 400%;
	height: 100%;
	background: #1a1a1a;
}

.contact-crev {
	position: relative;
	overflow: hidden;
}

.contact-crev:after {
	content: '';
	width: 80vw;
	height: 80vw;
	border: 200px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -15vw;
	right: -30vw;
	opacity: 0.01;
	pointer-events: none;
}

.contact-crev input,
.contact-crev textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: transparent;
	color: #fff;
	padding: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact-crev input:focus,
.contact-crev textarea:focus {
	border-color: #fff;
}

.contact-crev textarea {
	min-height: 180px;
}

.wpcf7 .wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7-submit.butn.radius-30{
	border-radius: 30px;
}

/* Numbers
 -----------------------------------------------------------------*/

.coming {
	min-height: 100vh;
	position: relative;
}

/* Features & list & tabs & accordin
 -----------------------------------------------------------------*/
.list-arrow li .icon {
	width: 15px;
	margin-right: 10px;
}

.dot-list li {
	position: relative;
	padding-left: 15px;
}

.dot-list li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}

/* Footer
 -----------------------------------------------------------------*/
footer {
	position: relative;
}

footer .social-text li {
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .social-text li:last-of-type {
	margin-bottom: 0;
}

footer .logo a {
	max-width: 120px;
}

/* Pages Header
 -----------------------------------------------------------------*/
.page-header {
	min-height: 60vh;
	position: relative;
	overflow: hidden;
}

.page-header .background {
	min-height: 480px;
}

.page-header .caption .sub-title {
	position: relative;
	padding-left: 20px;
}

.page-header .caption .sub-title:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}

.page-header .main-marq {
	text-transform: uppercase;
}

.page-header .main-marq .slide-har {
	position: relative;
}

.page-header .main-marq .slide-har.st1 .box {
	-webkit-animation: slide-har 150s linear infinite;
	animation: slide-har 150s linear infinite;
}

.proj-header1 {
	padding-top: 120px;
}

.proj-header1 .bg-img {
	width: 100%;
	height: 70vh;
}

/* Hero
 -----------------------------------------------------------------*/

.back-image {
	height: 75vh;
	min-height: 400px;
	overflow: hidden;
}

/* Portfolio
 -----------------------------------------------------------------*/

.portfolio-fixed .left {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.portfolio-fixed .img {
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	opacity: 0;
}

.portfolio-fixed .img:first-of-type {
	opacity: 1;
	z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
	z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
	z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
	z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
	z-index: 5;
}

.portfolio-fixed .img.current {
	opacity: 1;
}

.portfolio-fixed .right {
	padding: 250px 100px;
	overflow: hidden;
}

.portfolio-fixed .cont {
	margin-bottom: 250px;
	opacity: 0.1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-fixed .cont:last-of-type {
	margin-bottom: 0;
}

.portfolio-fixed .cont.active {
	opacity: 1;
}

.portfolio-fixed .cont .img-hiden {
	display: none;
}

.portfolio-fixed .current.cont {
	opacity: 1;
}

.portfolio .gallery2 .items {
	width: 50%;
}

.portfolio .gallery2 .items.width2 {
	width: 25%;
}

.portfolio .gallery2 .items .item-img {
	border-radius: 10px;
}

.portfolio {
	position: relative;
}

.portfolio .masonry .info-overlay .item-img {
	position: relative;
}

.portfolio .masonry .info-overlay .item-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d1d1d;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	pointer-events: none;
}

.portfolio .masonry .info-overlay .item-img a {
	width: 100%;
}

.portfolio .masonry .info-overlay .item-img .info {
	position: absolute;
	bottom: 40px;
	left: 40px;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}

.portfolio .masonry .info-overlay .item-img:hover:after {
	opacity: 0.2;
}

.portfolio .masonry .info-overlay .item-img:hover .info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.portfolio .masonry .inner {
	height: 400px;
}

.portfolio .masonry .inner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.portfolio .masonry .inner {
	height: auto;
}

.portfolio .masonry .inner img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.work-carsouel {
	position: relative;
}

.work-carsouel .work-crus.out {
	width: 120%;
	margin-left: -10%;
}

.work-carsouel .work-crus .img {
	position: relative;
}

.work-carsouel .work-crus .img .cont {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.work-carsouel .work-crus .img .cont span,
.work-carsouel .work-crus .img .cont h6 {
	background: #1d1d1d;
	font-weight: 500;
	padding: 5px 15px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.work-carsouel .work-crus .img .cont h6 {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.work-carsouel.full-height {
	min-height: 100vh;
}

.work-carsouel.full-height .swiper-slide .img {
	height: 60vh;
}

.work-carsouel.full-height .swiper-slide .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.work-carsouel .work-controls {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.work-carsouel .work-controls .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 44;
}

.work-carsouel .work-controls .swiper-pagination span {
	cursor: pointer;
}

/* Pricing
 -----------------------------------------------------------------*/

/* Process
 -----------------------------------------------------------------*/
.process .item .icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	background: #55e6a5;
	color: #1d1d1d;
	font-size: 20px;
	margin-bottom: 30px;
}

.process .item h5 {
	margin-bottom: 10px;
}

/* Services
 -----------------------------------------------------------------*/

.serv-box .curve {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	z-index: 99;
}

.serv-box .curve svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.serv-box .serv-item {
	padding: 60px 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Sliders
 -----------------------------------------------------------------*/

header.full-height {
	min-height: 100vh;
	padding: 100px 0 80px;
}

header .full-height {
	min-height: 100vh;
	padding: 100px 0 80px;
}

.personal-header {
	padding: 180px 0 0;
	position: relative;
}

.personal-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 30%;
	bottom: 0;
	width: 40%;
	background-image: url(../../assets/imgs/patterns/dots.png);
	background-repeat: repeat;
	opacity: 0.1;
}

.personal-header .text-right {
	text-align: right;
}

.personal-header .img {
	width: 100%;
	height: 520px;
}

.personal-header .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.personal-header .curve {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	z-index: 99;
}

.personal-header .curve svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
}

/* Team
 -----------------------------------------------------------------*/

/* Testimonials
 -----------------------------------------------------------------*/

.testimonials {
	position: relative;
	color: #1d1d1d;
	overflow: hidden;
}

.testimonials:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: #c9f31d;
}

.testimonials:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background-image: url(../imgs/svg-assets/left-quote.png);
	background-size: 50%;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	opacity: 0.2;
	z-index: 4;
}

.testim-crv .testim-swiper2 .item {
	padding: 40px 30px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-crv .testim-swiper .item {
	padding: 40px 30px;
	border-radius: 20px;
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
	position: static;
	display: inline-block;
}

.swiper-controls .swiper-button-prev:after,
.swiper-controls .swiper-button-next:after {
	display: none;
}

.swiper-controls.arrow-out .swiper-button-prev:hover .left,
.swiper-controls.arrow-out .swiper-button-prev:hover .right,
.swiper-controls.arrow-out .swiper-button-next:hover .left,
.swiper-controls.arrow-out .swiper-button-next:hover .right {
	background: rgba(255, 255, 255, 0.05);
}

.swiper-controls.arrow-out .left,
.swiper-controls.arrow-out .right {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
}

.swiper-controls.arrow-out .left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Video
 -----------------------------------------------------------------*/

/* Shop
 -----------------------------------------------------------------*/

@media only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px) {
	.shop-cart {
		/* Force table to not be like tables anymore */
		/* Hide table headers (but not display: none;, for accessibility) */
	}
	.shop-cart .d-flex {
		display: block !important;
	}
}

/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 992px) {
	.md-mb30 {
		margin-bottom: 30px;
	}
	.md-mb50 {
		margin-bottom: 50px !important;
	}
	.md-mb80 {
		margin-bottom: 80px;
	}
	.justify-end {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-end .vew-all {
		margin-left: 25px;
		margin-top: 25px;
	}
	.justify-end .swiper-controls {
		margin-top: 30px;
	}
	.justify-end .ml-auto {
		margin-left: 0;
		margin-top: 30px;
	}
	.hamenu .cont-info,
	.hamenu .menu-text {
		display: none;
	}
	.row.md-marg {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row.md-marg > * {
		padding-left: 15px;
		padding-right: 15px;
	}
	h1.fz-80 {
		font-size: 60px !important;
	}
	h2 {
		font-size: 35px;
	}
	h2.fz-70 {
		font-size: 55px !important;
	}
	.loader-wrap svg {
		width: 200vw;
		left: -50vw;
	}
	.navbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar .navbar-collapse {
		max-height: 440px;
		overflow: auto;
	}
	.navbar .navbar-collapse::-webkit-scrollbar {
		display: none;
	}
	.navbar.nav-scroll {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.navbar .logo {
		max-width: 80px !important;
		margin-left: 30px;
	}
	.navbar .navbar-collapse {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 15px;
	}
	.navbar .search-form {
		display: none;
	}
	.navbar .navbar-toggler {
		font-size: 20px;
		border-radius: 0;
		padding: 0;
		margin-right: 30px;
	}
	.navbar .navbar-toggler:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0;
		outline: none;
	}
	.navbar .dropdown-menu {
		display: none;
	}
	.navbar .dropdown-menu.show {
		display: block;
	}
	.navbar .dropdown-menu .dropdown-item .dropdown-side {
		display: none;
		position: static;
		width: 100%;
		margin-top: 15px;
	}
	.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
		display: block;
	}
	.navbar .navbar-nav .nav-link {
		padding: 15px 30px 10px;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.navbar .navbar-nav .nav-item:last-of-type .nav-link {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.hamenu .menu-links {
		height: 80vh;
		min-height: 500px;
	}
	.personal-header .curve,
	.personal-header .text-right,
	.personal-header .info-item {
		display: none !important;
	}
	.page-header {
		min-height: auto;
		padding-bottom: 120px !important;
	}
	.page-header.blog-header {
		padding-bottom: 0 !important;
	}
	.serv-box {
		padding-top: 90px;
	}
	.serv-box .curve {
		display: none;
	}
	.portfolio .gallery2 .items {
		width: 50% !important;
	}
	.portfolio-fixed .left {
		display: none;
	}
	.portfolio-fixed .right {
		padding: 0 15px 120px;
	}
	.portfolio-fixed .cont {
		opacity: 1 !important;
		margin-bottom: 80px;
		padding: 0 15px;
	}
	.portfolio-fixed .cont .img-hiden {
		display: block;
		margin-bottom: 30px;
	}
	.call-action-img .sec-lg-head {
		padding: 80px 0;
	}
	.call-action-img .fz-50 {
		font-size: 35px !important;
	}
	footer .sub-footer .ml-auto {
		margin-left: 0;
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.sm-mb30 {
		margin-bottom: 30px;
	}
	.sm-mb50 {
		margin-bottom: 50px;
	}
	.d-rotate .rotate-text {
		-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
		transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
		opacity: 1;
	}
	main {
		overflow: hidden !important;
	}
	h1 {
		font-size: 35px;
	}
	h1.fz-60 {
		font-size: 35px !important;
	}
	h1.fz-55 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 28px;
	}
	h2.fz-50 {
		font-size: 35px !important;
	}
	h2.fz-70 {
		font-size: 40px !important;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	h1.fz-80 {
		font-size: 40px !important;
	}
	h3.fz-50 {
		font-size: 35px !important;
	}
	.sec-lg-head .fz-50 {
		font-size: 35px !important;
	}
	.fz-60 {
		font-size: 35px !important;
	}
	.loader-wrap .loader-wrap-heading .load-text {
		letter-spacing: 5px;
		font-size: 13px;
	}
	.progress-wrap {
		right: 10px;
		bottom: 20px;
	}
	.topnav .logo {
		width: 100px;
	}
	.hamenu {
		padding: 120px 15px 15px;
	}
	.hamenu.open .menu-links .main-menu > li .link {
		padding: 15px;
	}
	.hamenu .menu-links .main-menu > li .link {
		font-size: 25px;
	}
	.hamenu .menu-links .main-menu .sub-menu li {
		font-size: 18px;
	}
	.personal-header .img {
		height: 480px;
	}
	.page-header.blog-header .info {
		display: block !important;
	}
	.page-header.blog-header .date {
		margin-left: 30px !important;
	}
	.page-header.blog-header .right-info {
		margin: 30px 0 0;
	}
	.serv-box .serv-item {
		padding: 50px 30px;
		display: block !important;
	}
	.portfolio .gallery2 .items {
		width: 100% !important;
	}
	.skills-exp .skill-item {
		display: block !important;
	}
	.skills-exp .skill-item .item {
		margin-bottom: 30px;
		display: inline-block;
		width: calc(50% - 25px);
	}
	.clients .brand .item {
		padding: 40px 0;
	}
	.blog-list .item {
		padding: 40px 20px;
	}
	.main-post .fz-60 {
		display: none;
	}
	.main-post .post-qoute {
		padding: 30px 15px;
	}
	.main-post .post-qoute h6:before {
		position: relative;
		left: 0;
	}
	.main-post .info-area {
		display: block;
	}
	.main-post .info-area .tags {
		margin-bottom: 30px;
	}
	.main-post .author-area .flex {
		display: block;
	}
	.main-post .author-area .author-img {
		margin: 0 0 30px 0;
	}
	.main-post .author-area .author-img .img {
		width: 80px;
		height: 80px;
	}
	.main-post .next-prv-post {
		display: block;
	}
	.main-post .next-prv-post .thumb-post {
		margin: 0 !important;
	}
	.main-post .next-prv-post .text-right {
		text-align: left;
		margin-top: 30px !important;
	}
	.comments-post .item-box .flex {
		display: block;
	}
	.comments-post .item-box .user-img {
		margin: 0 0 15px 0;
	}
	.comments-post .item-box .replay-post {
		margin: 15px 0 0 0;
	}
	.comments-post .item-box.replayed {
		margin-left: 0;
	}
	.call-action-img .sec-bg-img {
		width: 100%;
		height: 400px;
	}
	.call-action-img .sec-lg-head .col-11.d-flex {
		display: block !important;
		width: 100% !important;
	}
	.call-action-img .sec-lg-head .col-11.d-flex h2 {
		font-size: 30px !important;
	}
	.call-action-img .sec-lg-head .butn-circle {
		margin-top: 30px !important;
	}
	.coming h3 {
		font-size: 20px;
	}
}

/* ====================== [ End Responsive ] ====================== */

body {
	overflow-x: hidden;
}

.search-form button .pe-7s-search {
	position: relative;
	top: 2px;
}

.logo.icon-img-100.rzwn-logo {
	width: 140px;
}
@media screen and (max-width: 992px) {
	.logo.icon-img-100.rzwn-logo {
		max-width: 140px !important;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.collapse.navbar-collapse {
		background-color: #1d1d1d;
	}
}

.testimonial-slider .swiper-slide .item {
	padding: 8px;
	border: none;
	background-color: #151515;
	border-radius: 8px;
}
.testimonial-slider .swiper-slide .item img {
	filter: grayscale(100%);
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 5px;
	text-align: center;
}

.pagination li.active a {
	background: rgba(255, 255, 255, 0.04);
}

.cont-info .main-color {
	color: white !important;
	font-weight: 600;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
	background: white;
}


/* ----------------------------------------------------------------
	[ Customization ]
-----------------------------------------------------------------*/

/* == Card portfolio == */
.portfolio-list h6.line-height-1 a{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.portfolio-list .cont .ml-auto {
	min-width: 60px;
}