/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
	*Style-1
	*Style-2
	*Mobile Header
# Page Header
# Banner
	*Style-1
	*Style-2
# Main
    *home + all common section
# Blog
	*Style-1
	*Blog Single
# Blog Widget
# Contact Us
#Footer
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

/*
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
*/
*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	color: #878c9f;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

ul li {
	list-style: none;
}

/**
 * Basic typography style for copy text
 */
body {
	color: #878c9f;
	font: normal 125% / 1.4;
	font-family: "Poppins", sans-serif;
}

p {
	font-size: 1rem;
	font-family: inherit;
}

h1 {
	font-size: calc(1.65rem + 4.8vw);
}
@media (min-width: 1200px) {
	h1 {
		font-size: 5.25rem;
	}
}

h2 {
	font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
	h2 {
		font-size: 3.125rem;
	}
}

h3 {
	font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
	h3 {
		font-size: 2.125rem;
	}
}

h4 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h4 {
		font-size: 1.75rem;
	}
}

h5 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h5 {
		font-size: 1.5rem;
	}
}

h6 {
	font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #292929;
	font-family: "Titillium Web", sans-serif;
	line-height: 1.4;
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

a {
	color: #878c9f;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
	display: inline-block;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #ff00a7c2;
	text-decoration: none;
	outline: none;
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.side-nav,
.offcanvas-menu > label,
.offcanvas-menu nav > div,
.offcanvas-menu nav > div a,
.menu-bar,
.menu-bar .horiz-menu-wrapper,
.menu-bar .horiz-menu-wrapper .scroll-btn,
.count-list,
.story-item-title .story-title-inner,
.testi-item .testi-inner,
.sponsor-item,
.contact-list,
.contact-item .contact-inner,
.contact-form form.comment-form,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-meta {
	display: flex;
	flex-wrap: wrap;
}

.section-title h3,
.default-btn,
.side-nav .social-media-part .social-icons,
.offcanvas-menu nav > ul li a,
.share-button,
.toggle,
.toggle:after,
.hero-section,
.hero-section .hero-wrapper .banner-content,
.menu-bar .horiz-menu-wrapper .scroll-btn,
.service-section .service-thumb-wrapper .service-image,
.about-section,
.about-section .about-thumb-wrapper .about-thumb,
.story-item-title,
.video-section,
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner,
.work-item,
.power-section,
.skillbar-container,
.project-item .project-thumb,
.contact-section,
.contact-item .contact-inner .contact-text p,
.newsletter-section,
.newsletter-section p,
.footer-section .footer-top,
.footer-section .footer-top .footer-top-wrapper .footer-top-left,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form {
	position: relative;
}

.section-title h3:before,
.section-title h3:after,
.side-nav .social-media-part .social-icons:after,
.offcanvas-menu nav > ul li a:before,
.hero-section .hero-wrapper .hero-particle,
.menu-bar .horiz-menu-wrapper .scroll-btn:after,
.about-section .about-thumb-img,
.story-item-title .story-number,
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner .play-btn,
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner .pluse_2,
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.pluse_2::after,
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.pluse_2::before,
.work-item .work-step,
.skills,
.project-item .project-thumb .overlay-content,
.contact-item .contact-inner .contact-text p:after,
.newsletter-section:before,
.newsletter-section p:before,
.footer-section .footer-top .footer-particle,
.footer-section .footer-top .footer-particle-2,
.footer-section .footer-top .footer-top-wrapper .footer-top-left .ringle-shape,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content:after {
	position: absolute;
	content: "";
}

.offcanvas-menu nav,
.hero-section,
.hero-section .hero-wrapper,
.story-section,
.skill-section,
.project-item .project-thumb,
.testi-wrapper,
.footer-section,
.footer-section .footer-top,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form {
	overflow: hidden;
}

.default-btn,
.offcanvas-menu > label,
.offcanvas-menu nav > div label,
.offcanvas-menu nav > ul li,
.toggle,
.contact-form form.comment-form button.default-btn {
	cursor: pointer;
}

.container,
.side-nav,
.menu-bar,
.menu-bar .envelope a,
.about-section .about-thumb-img img,
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner img,
.power-section .power-thumb-img img,
.skillbar-container,
.testi-item .testi-inner .testi-thumb,
.testi-item .testi-inner .testi-content,
.contact-item .contact-inner .contact-text p:after,
.contact-map iframe,
.newsletter-section:before,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form {
	width: 100%;
}

.offcanvas-menu nav,
.menu-bar .envelope a,
.about-section .about-thumb-img,
.about-section .about-thumb-img img,
.about-section .about-thumb-wrapper,
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner img,
.power-section .power-thumb-img img,
.contact-map iframe,
.newsletter-section:before {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.default-btn span,
.offcanvas-menu nav > ul li a.current,
.offcanvas-menu nav > ul li:hover a,
.menu .menu-item a.current,
.story-item-content .story-content-desc .stry-con-list .list-item,
.work-section .section-wrapper .work-info p {
	font-weight: 700;
}

.offcanvas-menu nav > ul li a {
	font-weight: 400;
}

.offcanvas-menu > label,
.offcanvas-menu nav > div label,
.testi-item .testi-inner,
.sponsor-item {
	justify-content: center;
}

.side-nav,
.offcanvas-menu nav > div,
.menu-bar,
.menu-bar .horiz-menu-wrapper,
.count-list {
	justify-content: space-between;
}

.side-nav,
.offcanvas-menu nav > div,
.offcanvas-menu nav > div a,
.offcanvas-menu nav > div label,
.menu-bar,
.menu-bar .horiz-menu-wrapper,
.menu-bar .horiz-menu-wrapper .scroll-btn,
.story-item-title .story-title-inner,
.sponsor-item {
	align-items: center;
}

.toggle,
.toggle:after,
.skillbar-container {
	display: block;
}

.default-btn,
.hero-section .hero-wrapper .banner-content p,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	button
	i {
	display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
body,
.toggle-input:checked + .toggle:after,
.toggle-input:checked + .toggle:before,
.menu-bar .horiz-menu-wrapper .scroll-btn .scroll-icon span,
.service-item .service-inner {
	background-color: #fff;
}

.story-item-title,
.story-item-content {
	background-color: #f9f9f9;
}

.section-title h3:before,
.default-btn,
.offcanvas-menu nav > ul li a:before,
.toggle,
.network-list li,
.menu-bar .envelope,
.service-item:hover .service-inner .service-thumb,
.story-item-title .story-title-inner .story-title-thumb {
	background: #ff00a7c2;
}

.bg-prime,
.offcanvas-menu nav,
.hero-section .hero-wrapper .banner-content p,
.menu-bar,
.service-item .service-inner .service-thumb,
.count-list,
.video-section .section-title {
	background: #2a2a2e;
}

.side-nav .social-media-part .social-icons,
.toggle,
.toggle:after,
.network-list a,
.menu-bar .envelope,
.service-item .service-inner,
.service-item .service-inner .service-thumb,
.count-list .count-item,
.story-item-title .story-title-inner .story-title-thumb,
.work-item,
.testi-item .testi-inner,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.social-icons
	.social-media
	a {
	text-align: center;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
ul,
.offcanvas-menu nav > div a h2,
.service-item .service-inner .service-content p,
.count-list .count-item p,
.story-item-title .story-title-inner .story-title-content p,
.story-item-title .story-number h2,
.story-item-content .story-content-title h6,
.work-item .work-inner .work-content p,
.skill-item:last-child,
.skill-single:last-child,
.contact-item:last-child,
.newsletter-section p,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item:last-child,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content
	p,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-meta
	.twt-meta-date
	p,
.footer-section .footer-bottom p {
	margin-bottom: 0px;
}

.offcanvas-menu nav > ul li {
	margin-bottom: 10px;
}

.section-title h3,
.hero-section .hero-wrapper .banner-content h2,
.work-item .work-inner .work-thumb,
.skill-single,
.contact-list,
.contact-item,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-header,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-header {
	margin-bottom: 30px;
}

.service-section .service-content-wrapper > p {
	margin-bottom: 35px;
}

ul li {
	margin-left: 0;
}

.side-nav .menu-part .brand-logo,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	button
	i {
	margin-right: 10px;
}

.side-nav .social-media-part .social-icons .social-media,
.work-item .work-inner .work-content h5,
.skillbar-container,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-meta {
	margin-bottom: 15px;
}

.project-item .project-thumb .overlay-content .overlay-inner h6 {
	margin-bottom: 20px;
}

.testi-pagination {
	margin-top: 20px;
}

.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item
	.ft-contact-text
	p
	span {
	margin-right: 20px;
}

.section-title h6 {
	margin-bottom: 5px;
}

.section-title h3,
.hero-section .hero-wrapper .banner-content h2,
.work-item .work-inner .work-thumb,
.skill-single,
.contact-list,
.contact-item,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-header,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-header {
	margin-bottom: 30px;
}

.offcanvas-menu nav > ul,
.service-section .service-thumb-wrapper .default-btn,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.social-icons {
	margin-top: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content {
	padding: 15px;
}

.count-list {
	padding: 20px;
}

.service-item .service-inner,
.story-item-content .story-content-title h6,
.project-item .project-thumb .overlay-content .overlay-inner {
	padding: 30px;
}

ul {
	padding-left: 0;
}

.about-section .about-content-wrapper .about-content h2,
.power-section .power-content-wrapper .power-content h2 {
	padding-left: 20px;
}

.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-header
	h4,
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-header
	h4 {
	padding-bottom: 15px;
}

.about-section .about-content-wrapper .about-content h2,
.power-section .power-content-wrapper .power-content h2 {
	padding-left: 20px;
}

.story-item-content .story-content-desc {
	padding: 0 30px;
}

.about-section .about-content-wrapper .about-content h2,
.power-section .power-content-wrapper .power-content h2 {
	color: #414145;
	margin-bottom: -11px;
	line-height: 1;
	font-size: 50px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
	overflow: hidden;
	padding: 0;
	/* 1 */
	text-indent: 101%;
	white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.section-title {
	margin-bottom: 20px;
	max-width: 580px;
}
@media (min-width: 992px) {
	.section-title {
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.section-title {
		margin-bottom: 50px;
	}
}
.section-title h6 {
	font-size: 1.25rem;
	color: #878c9f;
	margin-top: -8px;
}
.section-title h3 {
	line-height: 1.2;
}
.section-title h3:before {
	width: 40px;
	height: 4px;
	border-radius: 5px 0 0 5px;
	left: 0;
	bottom: -15px;
}
.section-title h3:after {
	width: 20px;
	height: 2px;
	border-top: 4px dotted #ff00a7c2;
	left: 45px;
	bottom: -15px;
}
.section-title.style-2 h6,
.section-title.style-2 h3 {
	color: #fff;
}

.theme-color {
	color: #ff00a7c2;
}

.border-rad-100 {
	border-radius: 100px 0;
}

.border-rad-50 {
	border-radius: 50px 0;
}

.padding-tb {
	padding: 80px 0;
}
@media (min-width: 992px) {
	.padding-tb {
		padding: 140px 0;
	}
}

ul li {
	list-style: none;
}

.default-btn {
	border-radius: 6px;
	color: #fff;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0 1rem;
	opacity: 1;
}
.default-btn span {
	color: #fff;
	letter-spacing: 5px;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
}
.default-btn:hover {
	animation: rotate 0.7s ease-in-out both;
}
.default-btn:hover span {
	animation: storm 0.7s ease-in-out both;
	animation-delay: 0.06s;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	25% {
		transform: rotate(3deg) translate3d(0, 0, 0);
	}
	50% {
		transform: rotate(-3deg) translate3d(0, 0, 0);
	}
	75% {
		transform: rotate(1deg) translate3d(0, 0, 0);
	}
	100% {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
}
@keyframes storm {
	0% {
		transform: translate3d(0, 0, 0) translateZ(0);
	}
	25% {
		transform: translate3d(4px, 0, 0) translateZ(0);
	}
	50% {
		transform: translate3d(-3px, 0, 0) translateZ(0);
	}
	75% {
		transform: translate3d(2px, 0, 0) translateZ(0);
	}
	100% {
		transform: translate3d(0, 0, 0) translateZ(0);
	}
}
@-webkit-keyframes scroll {
	0%,
	20% {
		-webkit-transform: translateY(0) scaleY(1);
	}
	10% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(1.2em) scaleY(1.5);
		opacity: 0.01;
	}
}
@keyframes scroll {
	0%,
	20% {
		transform: translateY(0) scaleY(1);
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translateY(1.2em) scaleY(1.5);
		opacity: 0.01;
	}
}
.side-nav {
	position: fixed;
	background-color: #2a2a2e;
	height: 80px;
	z-index: 999999999;
	top: 0;
	left: 0;
}
@media (min-width: 992px) {
	.side-nav {
		width: 80px;
		height: 100vh;
		display: none;
		flex-direction: column;
	}
}
@media (max-width: 991px) {
	.side-nav .menu-part {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 15px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.side-nav .menu-part {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	.side-nav .menu-part .brand-logo {
		margin-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.side-nav .social-media-part {
		display: none;
	}
}
.side-nav .social-media-part .social-icons:after {
	height: 50px;
	width: 1px;
	background: #878c9f;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}
.side-nav .social-media-part .social-icons .social-media a {
	border: 1px solid #eee;
	width: 36px;
	height: 36px;
	line-height: 36px;
	transition: 0.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.side-nav .social-media-part .social-icons .social-media a:hover {
	border-radius: 50%;
}

/*========|| Header section  start here ||=========*/
.offcanvas-menu > label {
	width: 40px;
	height: 40px;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
	z-index: 9999;
}
.offcanvas-menu label i {
	font-size: 2.5rem;
	transform: rotate(0deg);
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.offcanvas-menu label i:hover {
	transform: rotate(90deg);
	color: rgba(246, 0, 0, 0.835);
}
.offcanvas-menu nav {
	position: fixed;
	width: 300px;
	left: -300px;
	transition: 0.3s ease;
	padding: 40px 30px;
	z-index: 99999;
}
.offcanvas-menu nav > div a {
	gap: 10px;
	font-size: 1rem;
	font-weight: 500;
	background: linear-gradient(90deg, white 3%, #ff00a7c2 71%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div label {
	width: 30px;
	height: 30px;
	display: flex !important;
	flex-direction: column;
	transition: 0.3s ease;
}
.offcanvas-menu nav > ul li {
	padding: 10px;
	opacity: 0;
	transition: 0.4s ease;
	background: rgba(255, 255, 255, 0.05);
}
.offcanvas-menu nav > ul li a {
	font-size: 1.25rem;
	line-height: 1.5;
	color: #878c9f;
	display: block;
	transition: 0.2s all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offcanvas-menu nav > ul li a:before {
	width: 15px;
	height: 3px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.2s all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offcanvas-menu nav > ul li a.current {
	transform: translateX(15px);
	color: #ff00a7c2;
}
.offcanvas-menu nav > ul li a.current:before {
	left: -20px;
	opacity: 1;
}
.offcanvas-menu nav > ul li a label {
	display: block;
}
.offcanvas-menu nav > ul li:hover a {
	transform: translateX(15px);
	color: #ff00a7c2;
}
.offcanvas-menu nav > ul li:hover a:before {
	left: -20px;
	opacity: 1;
}
.offcanvas-menu input[type="checkbox"] {
	display: none;
}
.offcanvas-menu input[type="checkbox"]:checked ~ label {
	opacity: 0;
	pointer-events: none;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav {
	left: 0;
	top: 0;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span {
	background: transparent;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before {
	transform: rotate(-45deg);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
	transform: rotate(45deg);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before,
.offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
	transition-delay: 0.2s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li {
	opacity: 1;
	transform: translateX(0px);
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
	transition-delay: 0.1s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(2) {
	transition-delay: 0.2s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(3) {
	transition-delay: 0.3s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(4) {
	transition-delay: 0.4s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(5) {
	transition-delay: 0.5s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(6) {
	transition-delay: 0.6s;
}
.offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(7) {
	transition-delay: 0.7s;
}

.share-button {
	width: 80px;
}

.toggle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	z-index: 10;
	color: #fff;
}
.toggle:hover {
	background-color: #36b25c;
}
.toggle:after {
	width: 80px;
	height: 80px;
	font-family: "icoFont" !important;
	content: "\ec84";
	line-height: 80px;
	font-size: 1.5rem;
}
.toggle-input {
	display: none;
}
.toggle-input:checked + .toggle:after,
.toggle-input:checked + .toggle:before {
	content: "";
	height: 3px;
	width: 30px;
	position: absolute;
	left: 25px;
	top: 46%;
}
.toggle-input:checked + .toggle:after {
	transform: rotate(-45deg);
	animation: bar1 0.3s forwards;
}
.toggle-input:checked + .toggle:before {
	transform: rotate(-45deg);
	animation: bar2 0.3s forwards;
}

.menu .menu-item a.current {
	color: #ff00a7c2;
}

.network-list li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	display: block;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}
.network-list a {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	line-height: 75px;
	text-decoration: none;
	transition: 0.2s all cubic-bezier(1, 0.02, 0, 1);
	color: #fff;
}
.network-list a i {
	font-size: 1.5rem;
}
.network-list .twitter a:hover {
	background: #55acee;
	color: #fff;
}
.network-list .facebook a:hover {
	background: #3b5998;
	color: #fff;
}
.network-list .linkedin a:hover {
	background: #007bb5;
	color: #fff;
}

input:checked ~ .network-list li {
	opacity: 1;
	z-index: 10;
}
input:checked ~ .network-list li:nth-child(1) {
	left: 80px;
}
input:checked ~ .network-list li:nth-child(2) {
	left: 155px;
}
input:checked ~ .network-list li:nth-child(3) {
	left: 230px;
}

@keyframes bar1 {
	0% {
		content: "\f1e0";
		width: 46px;
		height: 50px;
		background-color: transparent;
		transform: rotate(0deg) scale(1);
		top: 0;
		left: 0;
		opacity: 1;
	}
	50% {
		background-color: transparent;
		content: "\f1e0";
		width: 46px;
		height: 50px;
		top: 0;
		left: 0;
		transform: rotate(0deg) scale(0.2);
		opacity: 0;
	}
	50.001% {
		background-color: #fff;
		left: 10px;
		top: 22px;
		content: "";
		height: 3px;
		width: 30px;
	}
	60% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
	100% {
		transform: rotate(45deg) scale(1);
	}
}
@keyframes bar2 {
	0% {
		background-color: transparent;
		transform: rotate(0deg) scale(0.2);
		opacity: 0;
	}
	50% {
		background-color: transparent;
		transform: rotate(0deg) scale(0.2);
		opacity: 0;
	}
	60% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) scale(1);
	}
}
/*========|| Header section 1 end here ||=========*/
html {
	scroll-behavior: initial !important;
}

@media (min-width: 992px) {
	.main-site {
		margin-left: 0px;
	}
}

/*================= Common Css Start here ======================*/
/*================= Common Css end here ======================*/
/*---- blog-single section start here -----*/
.blog-header-main {
	background: url(../images/hero/blog-bg.png);
	background-size: cover;
	padding: 120px 0;
	position: relative;
}

.page-content {
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.page-content h1 {
	color: #fff;
}
.page-content a {
	color: #fff;
}
.page-content span {
	color: #fff;
}

.blog-section.style4 {
	padding: 120px 0;
}

.blog-section.style4 .post-thumb {
	overflow: hidden;
}

.post-item {
	margin-bottom: 35px;
}
.post-item .post-item-inner .autor-section {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 50px;
}
@media (max-width: 767px) {
	.post-item .post-item-inner .autor-section {
		flex-wrap: wrap;
		display: inline;
		align-items: center;
	}
}
.post-item .post-item-inner .comment-post h4 {
	margin-bottom: 20px;
}
.post-item .post-item-inner .comment-post .comment-post-item .comment-list {
	display: flex;
	align-items: center;
}
@media (max-width: 575px) {
	.post-item .post-item-inner .comment-post .comment-post-item .comment-list {
		flex-wrap: wrap;
		display: inline;
		align-items: center;
	}
}
.post-item
	.post-item-inner
	.comment-post
	.comment-post-item
	.comment-list
	.author-thumb {
	width: 90px;
	height: 90px;
	margin-right: 15px;
}
@media (max-width: 575px) {
	.post-item
		.post-item-inner
		.comment-post
		.comment-post-item
		.comment-list
		.author-thumb {
		text-align: center;
		margin: 0 auto;
	}
}
.post-item
	.post-item-inner
	.comment-post
	.comment-post-item
	.comment-list
	.author-thumb
	img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.post-item
	.post-item-inner
	.comment-post
	.comment-post-item
	.comment-list
	.author-info {
	width: calc(100% - 150px);
}
@media (max-width: 575px) {
	.post-item
		.post-item-inner
		.comment-post
		.comment-post-item
		.comment-list
		.author-info {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
}
.post-item
	.post-item-inner
	.comment-post
	.comment-post-item
	.comment-list
	.author-info
	.replay-ara {
	margin-bottom: 10px !important;
}
.post-item
	.post-item-inner
	.comment-post
	.comment-post-item
	.comment-list
	.author-info
	.replay-ara
	a {
	color: #ff00a7c2;
}
.post-item .post-item-inner .blogpage-post-item {
	margin-top: 30px;
}
.post-item .post-item-inner .blogpage-post-item .comment-contact input {
	width: 100%;
	padding: 12px 12px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.post-item .post-item-inner .blogpage-post-item .comment-contact textarea {
	width: 100%;
	padding: 20px 10px 90px 12px;
	margin-bottom: 20px;
}
.post-item
	.post-item-inner
	.blogpage-post-item
	.comment-contact
	.two-deaful:hover {
	color: #fff;
}

.blog-section.style4 .post-thumb img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.blog-section.style4 .post-item-inner:hover .post-thumb img {
	transform: scale(1.3);
}

.blog-section.style4 .post-content h4 {
	margin: 15px 0 6px 0;
	font-size: 20px;
}

.blog-section.style4 .post-content {
	padding: 13px;
}

.blog-section.style4 .blog-meta-post {
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 14px;
}
.blog-section.style4 .blog-meta-post li {
	margin-right: 25px;
}
.blog-section.style4 .blog-meta-post li a {
	margin-left: 5px;
}

.blog-section.style4 .post-meta {
	width: inherit;
	margin-bottom: 10px;
}

.blog-section.style4 .post-item-inner:hover {
	transform: translateX(0px);
	box-shadow: none;
}

.sidebar-widget .search-section {
	margin-bottom: 20px;
}
.sidebar-widget .search-section input {
	width: 100%;
	border: none;
	border: 1px solid #ccc;
	padding: 10px 10px;
}
.sidebar-widget .post-catagori {
	margin-bottom: 20px;
}
.sidebar-widget .post-catagori ul li {
	padding: 7px 0;
}
.sidebar-widget .post-catagori ul li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.sidebar-widget .popular-post h4 {
	margin-bottom: 20px;
}
.sidebar-widget .popular-post .post-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar-widget .search-section,
.sidebar-widget .post-catagori,
.sidebar-widget .popular-post,
.sidebar-widget .post-tage {
	margin-bottom: 60px;
}
.sidebar-widget .addvatares {
	margin-bottom: 20px;
}
.sidebar-widget .post-tage ul {
	display: flex;
	flex-wrap: wrap;
}
.sidebar-widget .post-tage ul li {
	margin: 9px 10px;
	padding: 4px 10px;
}
.sidebar-widget .post-tage ul li a {
	display: block;
}
.sidebar-widget .post-tage ul li:hover {
	background: #ff00a7c2;
	padding: 4px 10px;
}
.sidebar-widget .post-tage ul li:hover a {
	color: #fff !important;
}

/*---- blog-single section start here -----*/
/*---- Hero section start here -----*/
.hero-section {
	background: url(../images/hero/01.jpg);
	height: 620px;
	background-size: cover;
}
@media (min-width: 992px) {
	.hero-section {
		height: calc(100vh - 80px);
	}
}
.hero-section .hero-wrapper .banner-content {
	padding: 160px 0;
	z-index: 99;
}
@media (min-width: 768px) {
	.hero-section .hero-wrapper .banner-content {
		padding-top: 180px;
		padding-bottom: 160px;
	}
}
@media (min-width: 992px) {
	.hero-section .hero-wrapper .banner-content {
		position: absolute;
		z-index: 99;
		top: 50%;
		transform: translateY(-50%);
		padding: 0;
	}
}
.hero-section .hero-wrapper .banner-content h2 {
	color: #fff;
	margin-top: -20px;
}
.hero-section .hero-wrapper .banner-content p {
	color: #fff;
	letter-spacing: 5px;
	padding: 1rem 2rem;
	margin-bottom: 50px;
}
.hero-section .hero-wrapper .hero-particle {
	bottom: -15%;
	left: -15%;
	width: 440px;
	height: 240px;
	transform: rotate(45deg);
	z-index: 0;
}
@media (min-width: 1440px) {
	.hero-section .hero-wrapper .hero-particle {
		width: 800px;
		height: 500px;
	}
}

/*---- Hero section end here -----*/
/*--------- Horizontal menu start here -----------*/
.menu-bar {
	height: 80px;
	position: sticky;
	top: 0;
	z-index: 9999;
}
.menu-bar .horiz-menu-wrapper .horiz-menu {
	column-gap: 30px;
	margin-left: 50px;
	justify-content: flex-start;
}
.menu-bar .horiz-menu-wrapper .horiz-menu .menu-item a {
	font-size: 1rem;
	font-family: "Titillium Web", sans-serif;
	text-transform: uppercase;
}
.menu-bar .horiz-menu-wrapper .scroll-btn {
	gap: 20px;
	padding: 0 60px;
}
.menu-bar .horiz-menu-wrapper .scroll-btn:after {
	width: 1px;
	height: 80px;
	background: #878c9f;
	right: 0;
	top: -20px;
}
.menu-bar .horiz-menu-wrapper .scroll-btn .scroll-icon {
	font-size: 0.9em;
	/* CONTROL MOUSE SIZE */
	border: 1px solid #878c9f;
	display: block;
	width: 20px;
	height: 30px;
	border-radius: 10px;
	margin: 0 auto;
	text-decoration: none;
	transition: border 0.2s ease-out;
}
.menu-bar .horiz-menu-wrapper .scroll-btn .scroll-icon span {
	display: block;
	width: 0.15em;
	height: 0.3em;
	margin: 0.6em auto 0;
	border-radius: 0.4em;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	will-change: transform;
}
.menu-bar .horiz-menu-wrapper .scroll-btn .scroll-icon span:hover {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
.menu-bar .horiz-menu-wrapper .scroll-btn .scroll-icon:hover {
	border: 2px solid #ff00a7c2;
}
.menu-bar .envelope {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 1.5rem;
}
.menu-bar .envelope a i {
	color: #fff;
}
.menu-bar .envelope:hover {
	background: #ff00a7c2;
}

/*--------- Horizontal menu end here -----------*/
/*--------- Service section start here -----------*/
@media (min-width: 576px) {
	.service-section .service-thumb-wrapper .service-image {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.service-section .service-thumb-wrapper .service-image {
		margin-top: 65px;
	}
}
@media (min-width: 992px) {
	.service-section .service-thumb-wrapper .service-image {
		margin-top: 45px;
	}
}
@media (min-width: 1200px) {
	.service-section .service-thumb-wrapper .service-image {
		margin-top: 70px;
	}
}
.service-section .service-thumb-wrapper .service-image img {
	border-radius: 10px;
}
@media (min-width: 576px) {
	.service-section .service-thumb-wrapper .service-image .shape-1 {
		left: -10px;
		top: -45px;
		position: absolute;
		content: "";
		left: -20px;
		top: -40px;
		width: 300px;
		height: 360px;
		border-radius: 12px;
		background: #ff00a7c2;
		z-index: -1;
	}
}
@media (min-width: 768px) {
	.service-section .service-thumb-wrapper .service-image .shape-1 {
		left: 140px;
		top: -65px;
	}
}
@media (min-width: 992px) {
	.service-section .service-thumb-wrapper .service-image .shape-1 {
		left: 270px;
		top: -45px;
	}
}
@media (min-width: 1200px) {
	.service-section .service-thumb-wrapper .service-image .shape-1 {
		left: -90px;
		top: -70px;
	}
}
@media (max-width: 575px) {
	.service-section .service-thumb-wrapper .service-image .shape-2 {
		display: none;
	}
}
@media (min-width: 576px) {
	.service-section .service-thumb-wrapper .service-image .shape-2 {
		position: absolute;
		content: "";
		background: #2a2a2e;
		display: grid;
		place-items: center;
		left: 10px;
		top: -20px;
		height: 200px;
		width: 46px;
		border-radius: 2px;
		z-index: -1;
	}
}
@media (min-width: 768px) {
	.service-section .service-thumb-wrapper .service-image .shape-2 {
		left: 180px;
		top: -20px;
	}
}
@media (min-width: 992px) {
	.service-section .service-thumb-wrapper .service-image .shape-2 {
		left: 315px;
		top: -20px;
	}
}
@media (min-width: 1200px) {
	.service-section .service-thumb-wrapper .service-image .shape-2 {
		left: -65px;
		top: -20px;
	}
}
@media (min-width: 992px) {
	.service-section .service-thumb-wrapper .default-btn {
		margin-top: 45px;
	}
}
.service-section .service-content-wrapper > p {
	line-height: 1.75;
}

.service-item .service-inner {
	box-shadow: 0px 8px 20.88px 8.12px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
.service-item .service-inner .service-thumb {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	font-size: 40px;
	margin: 0 auto 15px;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.service-item .service-inner .service-thumb i {
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
	color: #fff;
}
.service-item .service-inner .service-content h6 {
	color: #878c9f;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.service-item:hover .service-inner .service-thumb i {
	color: #fff;
}
.service-item:hover .service-inner .service-content h6 {
	color: #ff00a7c2;
}

/*--------- Service section end here 
-----------*/
/*--------- About section start here -----------*/
.about-section .about-thumb-img {
	top: 0;
	right: 0;
	width: 60%;
}
@media (max-width: 767px) {
	.about-section .about-thumb-img {
		display: none;
	}
}
.about-section .about-thumb-img img {
	object-fit: cover;
}
@media (max-width: 767px) {
	.about-section .about-thumb-wrapper {
		padding: 30px;
		background: url(../images/about/01.jpg);
		background-size: cover;
	}
}
.about-section .about-thumb-wrapper .thumb-counter {
	position: inherit;
	z-index: 4;
	margin: 0 auto;
	max-width: 390px;
}
@media (min-width: 768px) {
	.about-section .about-thumb-wrapper .thumb-counter {
		transform: translateY(220%);
	}
}
@media (min-width: 1200px) {
	.about-section .about-thumb-wrapper .thumb-counter {
		max-width: 500px;
	}
}

.count-list {
	border-radius: 50px 0;
	max-width: 100%;
}
@media (max-width: 767px) {
	.count-list {
		gap: 30px;
		justify-content: center;
	}
}
@media (min-width: 992px) {
	.count-list {
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.count-list {
		padding: 30px 50px;
	}
}
.count-list .count-item h3 {
	margin-bottom: -5px;
}
.count-list .count-item p {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
}

/*--------- About section end here -----------*/
/*--------- Story section start here -----------*/
.story-item-title {
	border: 1px solid #eee;
	padding: 40px 10px;
}
.story-item-title .story-title-inner {
	gap: 20px;
}
.story-item-title .story-title-inner .story-title-thumb {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}
.story-item-title .story-title-inner .story-title-thumb i {
	color: #fff;
	font-size: 20px;
}
.story-item-title .story-number {
	top: 5px;
	right: 5px;
}
.story-item-title .story-number h2 {
	color: #878c9f;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
	.story-item-title .story-number h2 {
		font-size: 2.75rem;
	}
}

.story-item-content {
	border: 1px solid #eee;
}
.story-item-content .story-content-desc p {
	line-height: 1.75;
}
.story-item-content .story-content-desc .stry-con-list .list-item {
	padding: 5px 0;
	color: #797e94;
}
.story-item-content .story-content-desc .btn-wrapper {
	margin: 0 -30px;
}

/*--------- story section end here -----------*/
/*--------- video section start here -----------*/
@media (min-width: 1600px) {
	.video-section:before,
	.video-section:after {
		position: absolute;
		content: "";
		top: 50%;
		transform: translateY(-50%);
		background: url(../images/video/video.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 41px;
		height: 151px;
	}
	.video-section:before {
		left: 10%;
	}
	.video-section:after {
		right: 10%;
		transform: translateY(-50%) rotate(180deg);
	}
}
.video-section .section-title {
	padding: 90px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.video-section .section-title {
		padding: 30px 0;
	}
}

.video-section .video-thumb-wrapper .video-thumb {
	padding-bottom: 80px;
}
@media (min-width: 992px) {
	.video-section .video-thumb-wrapper .video-thumb {
		padding-bottom: 0;
	}
}
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner {
	height: 100%;
}
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner img {
	object-fit: cover;
}
@media (min-width: 992px) {
	.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner img {
		max-width: 100%;
	}
}
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner .play-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.play-btn
	i {
	color: #fff;
	display: inline-block;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	background-color: #ff00a7c2;
	border-radius: 100%;
	height: 50px;
	z-index: 999;
}
@media (min-width: 768px) {
	.video-section
		.video-thumb-wrapper
		.video-thumb
		.video-thumb-inner
		.play-btn
		i {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 1.4rem;
	}
}
.video-section .video-thumb-wrapper .video-thumb .video-thumb-inner .pluse_2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.1);
	z-index: -999;
}
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.pluse_2::after,
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.pluse_2::before {
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: -99;
}
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.pluse_2::after {
	width: 70px;
	height: 70px;
	background: transparent;
	margin-left: -15px;
	margin-top: -15px;
}
.video-section
	.video-thumb-wrapper
	.video-thumb
	.video-thumb-inner
	.pluse_2:before {
	width: 80px;
	height: 80px;
	-webkit-animation: play-btn-pluse 3s infinite linear;
	animation: play-btn-pluse 3s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin-left: 0;
	margin-top: 0;
}
@keyframes play-btn-pluse {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}
/*--------- video section end here -----------*/
/*--------- working process section start here -----------*/
.work-item {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 30px 22px;
	transition: 0.3s all linear;
}
.work-item .work-step {
	top: 15px;
	right: 15px;
}
.work-item .work-step h2 {
	font-family: "Poppins", sans-serif;
	line-height: 1;
	color: rgba(135, 140, 159, 0.6);
	transition: 0.3s all linear;
}
.work-item .work-inner .work-content h5 {
	color: #878c9f;
	font-weight: 600;
	transition: 0.3s all linear;
}
.work-item .work-inner .work-content p {
	line-height: 1.5;
}
.work-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 10px 0px rgba(65, 65, 69, 0.2);
}
.work-item:hover .work-step h2 {
	color: #ff00a7c2;
}
.work-item:hover .work-inner .work-content h5 {
	color: #ff00a7c2;
}

.work-section .section-wrapper .work-info {
	margin-top: 70px;
	column-gap: 40px;
}
.work-section .section-wrapper .work-info p {
	font-size: 1.125rem;
	color: #000000;
	font-family: "Titillium Web", sans-serif;
}
@media (max-width: 575px) {
	.work-section .section-wrapper .work-info .default-btn {
		margin-top: 15px;
	}
}

/*--------- working process section end here -----------*/
/*--------- Power section start here -----------*/
@media (min-width: 768px) {
	.power-section .power-thumb-img {
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.power-section .power-thumb-img {
		width: 60%;
	}
}
.power-section .power-thumb-img img {
	object-fit: cover;
}

/*--------- Power section end here -----------*/
/*--------- skill section start here -----------*/
.skill-item {
	margin-bottom: 30px;
}

.skill-single .skill-name p {
	font-size: 18px;
	color: #000000;
}

.skillbar-container {
	background: #878c9f;
	height: 3px;
}

.skills {
	top: 50%;
	transform: translateY(-50%);
	height: 10px;
	width: 0px;
}

.skill-section {
	padding-top: 132px;
	padding-bottom: 130px;
}

/*--------- skill section end here -----------*/
/*--------- project section start here -----------*/
.project-item .project-thumb img {
	border-radius: 12px;
}
.project-item .project-thumb .overlay-content {
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear;
	top: -10%;
	left: -10%;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(320deg, rgba(255, 255, 255, 0) 3%, #2a2a2e 92%);
	opacity: 0;
	visibility: hidden;
}
.project-item .project-thumb .overlay-content .overlay-inner h6 {
	color: #fff;
	letter-spacing: 5px;
}
.project-item .project-thumb .overlay-content .overlay-inner .default-btn {
	line-height: 35px;
}
.project-item:hover .project-thumb .overlay-content {
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
}

/*--------- project section end here -----------*/
/*--------- Testimonial section start here -----------*/
@media (min-width: 992px) {
	.testimonial-section .section-title {
		text-align: right;
	}
}
.testimonial-section .section-title h3::before,
.testimonial-section .section-title h3:after {
	display: none;
}

.testi-item .testi-inner {
	flex-direction: column;
	gap: 25px;
}
@media (min-width: 576px) {
	.testi-item .testi-inner {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
	}
}
@media (min-width: 576px) {
	.testi-item .testi-inner .testi-thumb {
		width: 40%;
	}
}
.testi-item .testi-inner .testi-thumb img {
	border-radius: 12px;
}
@media (min-width: 576px) {
	.testi-item .testi-inner .testi-content {
		width: calc(100% - 40% - 25px);
	}
}
.testi-item .testi-inner .testi-content blockquote {
	font-style: italic;
}
.testi-item .testi-inner .testi-content h6 {
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-size: 20px;
}
.testi-item .testi-inner .testi-content p {
	font-style: italic;
}

.testi-pagination {
	margin-left: 50%;
	margin-right: 50%;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	background: #ff00a7c2;
}

.sponsor-part {
	margin-top: 80px;
}

.sponsor-item {
	box-shadow: 0px 2px 5.76px 2.24px rgba(0, 0, 0, 0.07);
	width: 140px;
	height: 120px;
	border: 1px solid #eee;
	border-radius: 6px;
	display: grid;
	place-items: center;
}
@media (min-width: 576px) {
	.sponsor-item {
		width: 190px;
		height: 120px;
	}
}
@media (min-width: 1440px) {
	.sponsor-item {
		width: 285px;
		height: 200px;
	}
}
.sponsor-item:hover img {
	filter: sepia(1) hue-rotate(75deg);
}

/*--------- Testimonial  section end here -----------*/
/*--------- Contact section start here -----------*/
@media (min-width: 1600px) {
	.contact-section:before {
		top: 50%;
		left: 10%;
		transform: translateY(-50%);
		position: absolute;
		content: "";
		width: 90px;
		height: 350px;
		background: url(../images/contact/contact.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.contact-list {
	column-gap: 40px;
}
@media (min-width: 992px) {
	.contact-list {
		padding-left: 25%;
		flex-direction: column;
		margin-bottom: 0;
	}
}

.contact-item .contact-inner {
	gap: 20px;
}
.contact-item .contact-inner .contact-thumb i {
	color: #ff00a7c2;
	font-size: 65px;
}
.contact-item .contact-inner .contact-text h6 {
	color: #fff;
	font-size: 16px;
}
.contact-item .contact-inner .contact-text p {
	font-size: 14px;
}
.contact-item .contact-inner .contact-text p:after {
	height: 0;
	border-bottom: 1.5px dashed #878c9f;
	bottom: -3px;
	left: 0;
}
.map {
	margin-bottom: -10px;
}
.map iframe {
	width: 100%;
	height: 550px;
}

.contact-form form.comment-form {
	justify-content: space-between;
	width: 100%;
	margin-top: 0;
}
.contact-form form.comment-form input[type="text"],
.contact-form form.comment-form [type="email"] {
	padding: 15px;
	border: 1px solid #eee;
	background: #f9f9f9;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 4px;
}
@media (min-width: 576px) {
	.contact-form form.comment-form input[type="text"],
	.contact-form form.comment-form [type="email"] {
		width: calc(100% / 2 - 10px);
	}
}
.contact-form form.comment-form input[type="text"]:focus-visible,
.contact-form form.comment-form [type="email"]:focus-visible {
	outline: 1px solid #ff00a7c2;
}
.contact-form form.comment-form textarea {
	background: #f9f9f9;
	border: 1px solid #eee;
	width: 100%;
	padding: 10px 15px;
	border-radius: 4px;
}
.contact-form form.comment-form textarea:focus-visible {
	outline: 1px solid #ff00a7c2;
}
.contact-form form.comment-form button.default-btn {
	margin-top: 30px;
	color: #fff;
	background: #ff00a7c2;
	outline: none;
	border: none;
	box-shadow: 0 5px 5px rgba(42, 42, 46, 0.2);
}
.contact-form form.comment-form button.default-btn:hover {
	box-shadow: none;
}

/*--------- Contact section end here -----------*/
/*--------- Newsletter section start here -----------*/
.newsletter-section {
	padding: 30px 0;
}
.newsletter-section:before {
	top: 0;
	left: 0;
	background: #252529;
}
@media (min-width: 992px) {
	.newsletter-section:before {
		width: 50%;
	}
}
.newsletter-section p {
	text-transform: uppercase;
	z-index: 3;
}
.newsletter-section p:before {
	top: 50%;
	transform: translateY(-50%);
	left: -30%;
	width: 300px;
	height: 45px;
	background: rgba(255, 255, 255, 0.05);
	z-index: 0;
}
@media (min-width: 576px) {
	.newsletter-section p:after {
		position: absolute;
		content: "";
		background: #ff00a7c2;
		top: 50%;
		transform: translateY(-50%);
		left: -20%;
		width: 100px;
		height: 2px;
	}
}

/*--------- Newsletter section end here -----------*/
/*--------- Footer section start here -----------*/
.footer-section .footer-top {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-section .footer-top * {
	z-index: 3;
}
.footer-section .footer-top .footer-particle,
.footer-section .footer-top .footer-particle-2 {
	width: 440px;
	height: 240px;
	transform: rotate(45deg);
	z-index: 0;
}
@media (min-width: 1200px) {
	.footer-section .footer-top .footer-particle,
	.footer-section .footer-top .footer-particle-2 {
		width: 600px;
		height: 300px;
	}
}
@media (min-width: 1600px) {
	.footer-section .footer-top .footer-particle,
	.footer-section .footer-top .footer-particle-2 {
		width: 800px;
		height: 500px;
	}
}
.footer-section .footer-top .footer-particle {
	bottom: -15%;
	left: -15%;
}
.footer-section .footer-top .footer-particle-2 {
	top: -15%;
	right: -15%;
}
.footer-section .footer-top .footer-top-wrapper .footer-top-left .ringle-shape {
	left: -10%;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
	.footer-section
		.footer-top
		.footer-top-wrapper
		.footer-top-left
		.ringle-shape {
		display: none;
	}
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.ringle-shape
	h2 {
	text-transform: uppercase;
	color: #414145;
	line-height: 1;
	letter-spacing: 10px;
	font-size: 84px;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-header
	h4 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px dashed #878c9f;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item {
	border-bottom: 1px dashed #878c9f;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content {
	background: rgba(255, 255, 255, 0.02);
	border-radius: 12px;
	transition: 0.3s all linear;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content:after {
	transition: 0.3s all linear;
	bottom: -13px;
	left: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 7.5px 0 7.5px;
	border-color: rgba(255, 255, 255, 0.02) transparent transparent transparent;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content
	p
	a {
	color: #fff;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-content
	p
	a:hover {
	color: #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-meta {
	gap: 10px;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-meta
	.twt-meta-icon
	i {
	color: #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item
	.twitt-meta
	.twt-meta-date
	p {
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s all linear;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item:hover
	.twitt-content {
	background: rgba(255, 255, 255, 0.06);
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item:hover
	.twitt-content:after {
	border-color: #ff00a7c2 transparent transparent transparent;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-left
	.latest-twitt
	.ft-left-content
	.twitt-item:hover
	.twitt-meta
	.twt-meta-date
	p {
	color: #fff;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-header
	h4 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px dashed #878c9f;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe {
	border-bottom: 1px dashed #878c9f;
	padding-bottom: 22px;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form {
	height: 46px;
	margin: 0 auto;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	input {
	width: 100%;
	border: 1px solid transparent;
	border-radius: 6px;
	height: 46px;
	padding: 10px 0 10px 15px;
	text-transform: uppercase;
	outline: none;
	transition: 0.3s all linear;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	input:focus {
	border: 1px solid #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	input:focus
	+ button {
	background-color: #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	button {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
	height: 46px;
	border: none;
	background-color: #ff00a7c2;
	transition: 0.3s all linear;
	color: white;
	padding: 0;
	margin: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	text-transform: uppercase;
	width: 170px;
	text-align: center;
	cursor: pointer;
	font-size: 1rem;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	button
	i {
	transform: rotate(350deg);
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.subscribe
	.subscribe-form
	button:hover {
	background: #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item {
	gap: 5px;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item
	.ft-contact-icon
	i {
	color: #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item
	.ft-contact-text
	p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s all linear;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item
	.ft-contact-text
	p
	span {
	transition: 0.3s all linear;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item:hover
	.ft-contact-text
	p {
	color: #ff00a7c2;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.ft-contact-list
	.ft-contact-item:hover
	.ft-contact-text
	p
	span {
	color: #fff;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.social-icons {
	gap: 15px;
	justify-content: flex-start;
}
.footer-section
	.footer-top
	.footer-top-wrapper
	.footer-top-right
	.ft-right-content
	.ft-contact-info
	.social-icons
	.social-media
	a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #878c9f;
	border-radius: 50%;
}
.footer-section .footer-bottom {
	padding: 30px 0;
	background: #1e1e21;
	text-align: center;
}
.project-thumb img {
	width: 100%;
}
@media (max-width: 1120px) {
	.menu-bar .envelope {
		display: none;
	}
}
@media (max-width: 1010px) {
	.menu-bar .horiz-menu-wrapper .scroll-btn {
		display: none;
	}
}
@media (max-width: 768px) {
	.footer-section
		.footer-top
		.footer-top-wrapper
		.footer-top-right
		.ft-right-content
		.subscribe
		.subscribe-form
		button {
		max-width: 115px;
	}
	.offcanvas-menu nav > ul li a {
		font-size: 16px;
	}

	li.menu-item {
		padding: 0px 10px !important;
	}
	.menu-bar .horiz-menu-wrapper .scroll-btn {
		display: none;
	}
}

.footer-section .footer-bottom p {
	text-transform: uppercase;
}

.contact-form form input {
	padding: 10px 20px;
	width: calc(100% / 2 - 3px);
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.contact-form textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
button.default-btn {
	border: 1px solid transparent;
}
.post-thumb img {
    width: 100%;
}
/*--------- Footer section end here -----------*/
