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



Template Name: Farmi - Organic Farm Agriculture Template

Author: validtheme

Description:

Version: 2.0



Main Font    : Heebo

Main Color   : var(--color-primary)



-------------------------------------



Table of contents

        

    01. Template default css

    02. Navbar

        - Navbar Default

        - Navbar Sticky

        - Navbar Transparent

        - Navbar With Topbar

    03. Banner

        - Zoom Effect

        - Fade Effect

        - Slide Effect

    04. About Area

        - Version One

        - Version Two

    05. Services Area

        - Image Version

        - Icon Version

    06. Our Features

    07. Achivement / Counter

    08. Gallery

        - Grid Version

        - Masonary Version

        - Full Width Version

    09. Testimonials

    10. What We Do

    11. Our History

    12. Why Choose Us

    13. Our Store / Deal Of Week

    14. Work With Us

    15. Clients / Partner

    16. Blog

        - Standard

        - Left Sidebar

        - Right Sidebar

        - Single

    19. Concat Area

    18. Subscribe Form

    19. Error 404

    20. Footer

    21. PHP Contact Form

    22. Others



*/





/*

** General Styles for HTML tags

*/



@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;800;900&display=swap');



/* Varialbes */

:root {

	--font-default: 'Heebo', sans-serif;

	--fontawesome: "Font Awesome 5 Pro";

	--black: #000000;

	--bg-dark: #005b7b !important;

	--white: #ffffff; 

	--color-primary: #31caff; 

	--color-secondary: #e7c35f; 

	--color-style-two: #017d3f; 

	--color-heading: #232323;

	--color-paragraph: #666666;

	--border-default: #e7e7e7;

	--box-shadow-primary: 0 0 25px rgb(0 0 0 / 8%);

	--box-shadow-secondary: 0 10px 30px 0 rgb(44 130 237 / 40%);

	--box-shadow-tertiary: 0px 2px 12px 0px #e7e7e7;

	--box-shadow-dark: 0px 0px 0px;

	--bg-gray: #eff2f5;

	--bg-gradient: linear-gradient(97deg, rgba(217,166,13,1) 36%, rgba(241,207,105,1) 65%);

  --bg-gradient-secondary: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%)

}



/*

** General Styles for HTML tags

*/

/* ============================================================== 

     # Reset Browsers

=================================================================== */



* {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	margin: 0;

	padding: 0;

}



body,

html {

	height: 100%;

}



html {

	margin: 0;

	padding: 0;

	width: 100%;

	height: 100%;

	scroll-behavior: smooth;

}



html, body, div, span, img,

ol, ul, li, a, p, h1, h2, h3,

h4, h5, h6, option, legend, label, article, aside,

caption, figure, footer, header, hgroup,

mark, nav, section, time, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

}



.wrapper {

	height: 100%;

}



img {

	border: none;

	outline: none;

	max-width: 100%;

}



label {

	display: inline-block;

	font-weight: normal;

	margin-bottom: 5px;

	max-width: 100%;

}



a {

	outline: none;

	text-decoration: none;

	color: var(--color-heading);

}



a img {

	border: none;

}



a:active {

	outline: none;

	text-decoration: none;

	color: var(--color-heading);

	opacity: 1;

}



a:focus {

	outline: none;

	text-decoration: none;

	color: var(--color-heading);

}



a:hover {

	outline: none;

	text-decoration: none;

	color: #d3ac37;

	opacity: 1;

}



.color-style-two a:hover {

	color: var(--color-secondary);

}



.secondary a:hover {

	color: var(--color-primary);

}



button {

	outline: medium none;

}



iframe {

	border: none;

}



hr {

	margin-top: 0;

	margin-bottom: 0;

	border: 0;

	border-top: 1px solid #eeeeee;

}



pre {

	display: block;

	margin: 0 0 30px;

	padding: 9.5px;

	word-wrap: break-word;

	word-break: break-all;

	color: #333333;

	border: 1px solid #ededed;

	border-radius: inherit;

	background-color: #f9f9f9;

	font-size: 13px;

	line-height: 1.42857143;

}



input {

	border: 1px solid #e7e7e7;

	border-radius: inherit;

	-webkit-box-shadow: inherit;

	box-shadow: inherit;

	min-height: 50px;

}



input:focus {

	outline: none;

	-webkit-box-shadow: inherit;

	box-shadow: inherit;

}



textarea:focus {

	outline: none;

	-webkit-box-shadow: inherit;

	box-shadow: inherit;

}



select:focus {

	outline: none;

	-webkit-box-shadow: inherit;

	box-shadow: inherit;

}



ul {

	list-style-type: none;

}



ul, li {

	margin: 0;

	padding: 0;

	list-style: none;

}



b {

	font-weight: 600;

}



strong {

	font-weight: 600;

}



.row {

	--bs-gutter-x: 30px;

}





/* ============================================================== 

    # Template Default Styles

=================================================================== */



body {

	font-family: var(--font-default);

	font-size: 17px;

	font-weight: 400;

	line-height: 1.8;

	overflow-x: hidden;

	background-color: var(--white);

	color: var(--color-paragraph);

}



h1, h2, h3, h4, h5, h6 {

	color: var(--color-heading);

	font-weight: 600;

	line-height: 1.2;

	font-family: var(--font-default);

	letter-spacing: 0;

	margin: 0;

	margin-bottom: 15px;

}



h1 {

	font-size: 48px;

}



h2 {

	font-size: 40px;

}



h3 {

	font-size: 30px;

}



h4 {

	font-size: 24px;

}



h5 {

	font-size: 20px;

}



h6 {

	font-size: 16px;

}



a, .btn, button {

	-webkit-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

	outline: medium none;

	text-decoration: none;

	font-weight: 600;

}



p {

	color: var(--color-paragraph);

	margin: 0 0 25px;

	text-transform: none;

	font-weight: 400;

	font-family: var(--font-default);

}



.form-group {

	margin-bottom: 20px;

}



/* Default CSS */

.container-medium {

  padding: 0 15px;

  margin: auto;

  max-width: 1400px;

}



.container-full {

  padding: 0 15px;

  margin: auto;

  max-width: 1400px;

}



.container-fill {

  padding: 0 15px;

  margin: auto;

  max-width: 100%;

}



@media (min-width:576px) {

  .container-medium {

    max-width: 540px;

  }

}



@media (min-width:768px) {

  .container-medium {

    max-width: 720px;

  }

}



@media (min-width:992px) {

  .container-medium {

    max-width: 960px;

  }

}



@media (min-width:1200px) {

  .container-medium {

    max-width: 1400px;

    width: 80%;

  }

}



@media (min-width:576px) {

  .container-full,

  .container-fluid {

    max-width: 540px;

  }

}



@media (min-width:768px) {

  .container-full,

  .container-fluid {

    max-width: 720px;

  }

}



@media (min-width:992px) {

  .container-full {

    max-width: 960px;

  }

}



@media (min-width:992px) {

  .container-fluid {

    max-width: 100%;

  }

}



@media (min-width:1200px) {

  .container-full {

    max-width: 1400px;

    width: 90%;

  }

}



@media (min-width:576px) {

  .container-fill {

    max-width: 540px;

  }

}



@media (min-width:768px) {

  .container-fill {

    max-width: 720px;

  }

}



@media (min-width:992px) {

  .container-fill {

    max-width: 960px;

  }

}



@media (min-width:1200px) {

  .container-fill {

    width: 100%;

    max-width: 100%;

    padding: 0;

  }

}



.fixed-bg {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  z-index: -1;

}



.bg-cover {

  background-position: center center;

  background-size: cover;

}



.bg-cover-bottom {

  background-size: cover !important;

  background-position: left bottom !important;

  background-repeat: no-repeat;

}



.bg-bottom-center {

  background-repeat: no-repeat;

  background-position: bottom center;

  background-size: cover;

}



.bg-contain {

  background-size: contain;

}



.bg-fixed {

  background-attachment: fixed;

  background-position: center top;

  background-size: cover;

}



.bg-gray {

  background-color: var(--bg-gray);

}



.bg-gray-hard {

  background-color: #d1eeec;

}



.bg-theme-small {

  background-color: #edf5ff;

}



.bg-light {

  background-color: var(--white);

}



.bg-theme {

  background-color: var(--color-primary);

}



.bg-dark {

  background-color: var(--bg-dark) !important;

}



.bg-light-gradient {

  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);

}



.bg-gradient {

  background: var(--bg-gradient) !important;

}



.bg-gradient-green {

  background: var(--bg-gradient-secondary);

}



.container-md {

  width: 90%;

  margin: auto;

  position: relative;

}



.text-italic {

  font-style: italic;

}



.text-light h1, 

 .text-light h2, 

 .text-light h3, 

 .text-light h4, 

 .text-light h5, 

 .text-light h6, 

 .text-light p, 

 .text-light a {

  color: var(--white);

}



.shadow {

  position: relative;

  z-index: 1;

  box-shadow: inherit !important;

}



.shadow.dark::after {

  background: var(--black) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}



.shadow.dark-hard::after {

  background: var(--black) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}



.shadow.light::after {

  background: var(--white) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.3;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}



.shadow.theme::after {

  background: var(--color-primary) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}



.shadow.theme-hard::after {

  background: var(--color-primary) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.7;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}



.default-padding,

.default-padding-top,

.default-padding-bottom,

.default-padding-mx {

  position: relative;

  z-index: 1;

}



.default-padding {

  padding-top: 120px;

  padding-bottom: 120px;

}



.default-padding-top {

  padding-top: 120px;

}



.default-padding-bottom {

  padding-bottom: 120px;

}



.default-padding.bottom-less {

  padding-top: 120px;

  padding-bottom: 90px;

}



.default-padding-bottom.bottom-less {

  margin-bottom: -30px;

}



.default-padding-top.bottom-less {

  margin-bottom: -30px;

}



.top-border {

  border-top: 1px solid #e7e7e7;

}



.align-center {

  align-items: center;

}



/* ============================================================== 

    # Button Styles

=================================================================== */

.btn {

	display: inline-block;

	font-weight: 500;

	text-transform: capitalize;

	transition: all 0.35s ease-in-out;

	overflow: hidden;

	border-radius: 7px;

	border: 2px solid transparent;

	-webkit-box-shadow: inherit;

	box-shadow: inherit;

	font-size: 16px;

	letter-spacing: 0;

	padding: 13px 30px;

	background: #E7EDF8;

	position: relative;

	z-index: 1;

  box-shadow: none;

}



.btn:focus, .btn.active {

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-ms-border-radius: 5px;

	-o-border-radius: 5px;

	-webkit-box-shadow: inherit;

	box-shadow: inherit;

	border: 2px solid transparent;

}



.btn:hover {

	background-color: var(--color-primary);

	color: var(--white);

}



.btn.radius {

	border-radius: 6px;

}



.btn.btn-border {

	border: 2px solid var(--color-heading);

	background: transparent;

}



.btn.btn-border.btn-md {

	padding: 14px 52px;

}



.btn.btn-border:hover {

	background: var(--color-primary);

	border-color: var(--color-primary);

}



.btn.btn-border.animation::after {

	position: absolute;

	top: 0;

	right: inherit;

	bottom: inherit;

	left: 0;

	content: "";

	height: 100%;

	width: 0;

	z-index: -1;

	background: var(--bg-dark);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.btn.btn-border.animation:hover {

	border-color: var(--bg-dark);

	color: var(--white);

}



.btn.btn-border.animation:hover::after {

	width: 100%;

}



.btn.btn-border-dark {

	border: 2px solid var(--bg-dark);

	background: transparent;

}



.btn.btn-border-dark:hover {

	background: var(--bg-dark);

	border-color: var(--bg-dark);

}



.btn.btn-border-dark.animation::after {

	position: absolute;

	top: 0;

	right: inherit;

	bottom: inherit;

	left: 0;

	content: "";

	height: 100%;

	width: 0;

	z-index: -1;

	background: var(--bg-dark);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.btn.btn-border-dark.animation:hover {

	border-color: var(--bg-dark);

	color: var(--white);

}



.btn.btn-border-dark.animation:hover::after {

	width: 100%;

}



.btn.btn-border-theme {

	border: 2px solid var(--color-primary);

	background: transparent;

}



.btn.btn-border-theme:hover {

	background: var(--color-primary);

	border-color: var(--color-primary);

}



.btn.btn-border-theme.animation::after {

	position: absolute;

	top: 0;

	right: inherit;

	bottom: inherit;

	left: 0;

	content: "";

	height: 100%;

	width: 0;

	z-index: -1;

	background: var(--color-primary);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.btn.btn-border-theme.animation:hover {

	border-color: var(--color-primary);

	color: var(--white);

}



.btn.btn-border-theme.animation:hover::after {

	width: 100%;

}



.btn.btn-border-light {

	border: 2px solid var(--white);

	background: transparent;

	color: var(--white);

}



.btn.btn-border-light:hover {

	background: var(--white);

	border-color: var(--white);

	color: var(--bg-dark);

}



.btn.btn-border-light.animation::after {

	position: absolute;

	top: 0;

	right: inherit;

	bottom: inherit;

	left: 0;

	content: "";

	height: 100%;

	width: 0;

	z-index: -1;

	background: var(--white);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.btn.btn-border-light.animation:hover {

	border-color: var(--white);

	color: var(--bg-dark);

}



.btn.btn-border-light.animation:hover::after {

	width: 100%;

}



.btn.btn-gradient {

	border: none;

	color: var(--color-heading);

}



.btn.circle {

  border-radius: 30px;

}



.btn.btn-gradient::after {

	position: absolute;

	top: 0;

	right: inherit;

	bottom: inherit;

	left: 0;

	content: "";

	height: 100%;

	width: 100%;

	z-index: -1;

	background-image: var(--bg-gradient);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

	background-size: 220%;

}



.btn.btn-gradient:hover::after {

	background-position: -70% 0;

}



.btn.btn-gradient.active {

	background-position: -70% 0;

}



.btn.btn-theme {

	color: var(--color-heading);

	border: none;

	background: var(--color-primary);

}



.green .btn.btn-theme {

	color: var(--white);

	border: none;

	background: var(--bg-gradient-secondary);

}



.btn.btn-theme::after {

	position: absolute;

	top: inherit;

	right: inherit;

	bottom: inherit;

	left: -5%;

	content: "";

	height: 150px;

	width: 115%;

	z-index: -1;

	background-color: var(--bg-dark);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

	-webkit-transform: translateY(-45%) skew(25deg) scale(0);

	transform: translateY(-45%) skew(25deg) scale(0);

}



.text-light .btn.btn-theme::after {

	background-color: var(--white);

}



.text-light .btn.btn-theme:hover {

	color: var(--color-heading);

}



.btn.btn-theme:hover::after {

	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);

	transform: translateY(-45%) skew(25deg) scale(1.2);

}



.btn.btn-theme:hover {

  color: var(--white);

}



.btn.btn-theme.secondary {

	color: var(--white);

	border: none;

	background: var(--color-optional);

}



.btn.btn-theme.secondary::after {

	position: absolute;

	top: inherit;

	right: inherit;

	bottom: inherit;

	left: -5%;

	content: "";

	height: 150px;

	width: 115%;

	z-index: -1;

	background-color: var(--bg-dark);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

	-webkit-transform: translateY(-45%) skew(25deg) scale(0);

	transform: translateY(-45%) skew(25deg) scale(0);

}



.text-light .btn.btn-theme.secondary::after {

	background-color: var(--white);

}



.text-light .btn.btn-theme.secondary:hover {

	color: var(--color-heading);

}



.btn.btn-theme.secondary:hover::after {

	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);

	transform: translateY(-45%) skew(25deg) scale(1.2);

}



.btn.btn-theme.hover-light::after {

	background-color: var(--white);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.btn.btn-theme.hover-light:hover {

	color: var(--bg-dark);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.btn.btn-theme.hover-light:hover::after {

	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);

	transform: translateY(-45%) skew(25deg) scale(1.2);

}



.btn.btn-light {

	color: var(--color-heading);

	border: none;

	background: var(--white);

	border: 2px solid transparent;

}



.btn.btn-light.btn-md {

	padding: 14px 45px;

}



.btn.btn-light:hover {

	color: var(--white);

	background: transparent;

	border: 2px solid var(--white);

}



.btn.btn-dark {

	color: var(--white);

	background: var(--bg-dark);

	border: none;

}



.btn.btn-dark::after {

	position: absolute;

	top: 0;

	right: inherit;

	bottom: inherit;

	left: 0;

	content: "";

	height: 100%;

	width: 0;

	z-index: -1;

	background-color: var(--color-primary);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

}



.shadow .btn.btn-dark::after {

	background-color: var(--white);

}



.shadow .btn.btn-dark:hover {

	color: var(--color-heading) !important;

}



.btn.btn-dark:hover::after {

	width: 100%;

}



.btn.btn-dark:hover {

  color: var(--color-heading);

  background: var(--color-primary);

}



.btn.btn-dark.secondary {

	color: var(--white);

	border: none;

	background: var(--dark-optional);

}



.btn.btn-dark.secondary::after {

	position: absolute;

	top: inherit;

	right: inherit;

	bottom: inherit;

	left: -5%;

	content: "";

	height: 150px;

	width: 115%;

	z-index: -1;

	background-color: var(--white);

	-webkit-transition: all 0.25s ease-in-out;

	transition: all 0.25s ease-in-out;

	-webkit-transform: translateY(-45%) skew(25deg) scale(0);

	transform: translateY(-45%) skew(25deg) scale(0);

}



.btn.btn-dark.secondary:hover::after {

	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);

	transform: translateY(-45%) skew(25deg) scale(1.2);

}



.btn.btn-dark.secondary:hover {

	color: var(--color-heading);

}



.btn i {

	position: relative;

	margin-left: 5px;

	font-weight: 100;

	font-size: 20px;

	transform: rotate(-45deg);

	top: 2px;

}



.btn.text-slide {

	min-width: 150px;

	height: 55px;

	line-height: 55px;

}



.btn.text-slide span {

	position: absolute;

	height: 100%;

	width: 100%;

	top: 0;

	left: 0;

	text-align: center;

}



.btn.animate-border {

	overflow: inherit;

	z-index: inherit;

	width: 200px;

	height: 55px;

	line-height: 55px;

	padding: 0;

}



.btn.animate-border:hover {

	background: transparent;

	color: var(--bg-dark);

}



.btn.animate-border:hover .hover-border::after,

.btn.animate-border:hover .hover-border::before {

	opacity: 1;

	-webkit-animation: open 0.4s;

  /* Chrome, Safari, Opera */

	animation: open 0.4s;

	-webkit-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

	-webkit-animation-direction: normal;

	animation-direction: normal;

}



.btn.animate-border:hover .hover-border-bottom::after,

.btn.animate-border:hover .hover-border-bottom::before {

	opacity: 1;

	-webkit-animation: openB 0.4s;

  /* Chrome, Safari, Opera */

	animation: openB 0.4s;

	-webkit-animation-delay: 0.4s;

	animation-delay: 0.4s;

	-webkit-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

	-webkit-animation-direction: normal;

	animation-direction: normal;

}



.btn.animate-border .hover-border {

	position: absolute;

	left: 0;

	top: -1px;

	height: 100%;

	width: 100%;

}



.btn.animate-border .hover-border::before {

	position: absolute;

	content: "";

	height: 0;

	width: 0;

	display: block;

	opacity: 0;

	border-top: solid 2px var(--color-primary);

	border-left: solid 2px var(--color-primary);

	right: 98px;

	top: -1px;

}



.btn.animate-border .hover-border::after {

	position: absolute;

	content: "";

	height: 0;

	width: 0;

	display: block;

	opacity: 0;

	border-top: solid 2px var(--color-primary);

	border-right: solid 2px var(--color-primary);

	left: 98px;

	top: -1px;

}



.btn.animate-border .hover-border-bottom {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	z-index: 1;

}



.btn.animate-border .hover-border-bottom::before {

	position: absolute;

	content: "";

	width: 0;

	display: block;

	opacity: 0;

	height: 55px;

	border-bottom: solid 2px var(--color-primary);

	right: -1px;

	bottom: -2px;

}



.btn.animate-border .hover-border-bottom::after {

	position: absolute;

	content: "";

	width: 0;

	display: block;

	opacity: 0;

	height: 100%;

	border-bottom: solid 2px var(--color-primary);

	left: 0;

	bottom: -2px;

}



.btn.animated-arrow {

	border: none;

	background: transparent;

	min-width: 14rem;

	height: auto;

	padding: 0;

}



.btn.animated-arrow .circle {

	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);

	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);

	position: relative;

	display: block;

	margin: 0;

	width: 3.5rem;

	height: 3.5rem;

	background: var(--color-primary);

	border-radius: 2rem;

}



.btn.animated-arrow .circle .icon {

	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);

	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);

	left: 15px;

	width: 1.125rem;

	height: 0.125rem;

	background: none;

	position: absolute;

	top: 0;

	bottom: 0;

	margin: auto;

}



.btn.animated-arrow .circle .icon::before {

	position: absolute;

	content: "";

	top: -0.25rem;

	right: 0.0625rem;

	width: 0.625rem;

	height: 0.625rem;

	border-top: 0.125rem solid var(--white);

	border-right: 0.125rem solid var(--white);

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

}



.btn.animated-arrow .button-text {

	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);

	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	padding: 15px 0;

	margin: 0 0 0 70px;

	color: var(--bg-dark);

	line-height: 2;

	text-align: left;

	width: 100%;

	font-size: 14px;

}



.btn.animated-arrow:hover {

	color: var(--white);

}



.btn.animated-arrow:hover .circle {

	width: 100%;

}



.btn.animated-arrow:hover .circle .icon.arrow {

	background: var(--white);

	-webkit-transform: translate(1.5rem, 0);

	transform: translate(1.5rem, 0);

}



.btn.animated-arrow:hover .button-text {

	color: var(--white);

}



.btn.circle {

	border-radius: 30px !important;

}



.btn-simple {

	line-height: 1;

	text-transform: uppercase;

	display: inline-block;

	color: var(--color-paragraph);

}



.btn-simple i {

	transform: rotate(-45deg);

	display: inline-block;

	margin-left: 2px;

}



.btn-simple:hover {

	color: var(--color-primary);

}



.video-btn i {

	display: inline-block;

	height: 55px;

	width: 55px;

	text-align: center;

	line-height: 55px;

	background: var(--color-primary);

	border-radius: 50%;

	position: relative;

	margin-right: 20px;

	color: var(--white);

}



.text-light .video-btn i {

	background: var(--white);

	color: var(--color-primary);

}



.video-btn i::after {

	content: "";

	position: absolute;

	z-index: 0;

	left: 50%;

	top: 50%;

	-webkit-transform: translateX(-50%) translateY(-50%);

	transform: translateX(-50%) translateY(-50%);

	display: block;

	width: 60px;

	height: 60px;

	background: var(--color-primary) repeat scroll 0 0;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	-webkit-animation: pulse-border 1500ms ease-out infinite;

	animation: pulse-border 1500ms ease-out infinite;

	z-index: -1;

}



.text-light .video-btn i::after {

	background: var(--white) repeat scroll 0 0;

}



.text-shine {

	background: linear-gradient(to right, var(--bg-dark) 0, var(--white) 10%, var(--color-primary) 20%);

	background-position: 0;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	-webkit-animation: shine 3s infinite linear;

	animation: shine 3s infinite linear;

	-webkit-animation-fill-mode: forwards;

	animation-fill-mode: forwards;

	-webkit-text-size-adjust: none;

	font-weight: 600;

	font-size: 16px;

	text-decoration: none;

	white-space: nowrap;

	padding: 12px 48px;

}



.animate-inout {

	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));

	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);

	color: var(--white);

	font-size: 12px;

	text-transform: capitalize;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	position: relative;

	overflow: hidden;

	border: solid 2px var(--color-primary);

	cursor: pointer;

}



.btn-icon {

	position: relative;

	padding-left: 20px;

}



.btn-icon:hover {

	color: var(--color-primary);

}



.btn-icon::after {

	position: absolute;

	right: 10px;

	top: 50%;

	content: "";

	height: 2px;

	left: 0;

	background: var(--color-heading);

	transform: translateY(-50%);

	margin-top: -1px;

	transition: all 0.35s ease-in-out;

}



.btn-icon:hover::after {

	background: var(--color-primary);

}



.btn-icon i {

	font-weight: 500;

}



.btn-icon:hover {

	padding-left: 40px;

}



.animate-inout span {

	z-index: 1;

	-webkit-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

	line-height: 20px;

}



.animate-inout::before, .animate-inout::after {

	width: 0%;

	height: 0%;

	position: absolute;

	content: "";

	border-radius: 100%;

}



.animate-inout:after {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease;

	background-color: var(--white);

}



.animate-inout:before {

	-webkit-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

	background: var(--color-primary);

}



.animate-inout.animate-inout-borde {

	background: transparent;

	color: var(--bg-dark);

}



.animate-inout.animate-inout-borde::after {

	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));

	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);

}



.animate-inout.animate-inout-borde:hover {

	color: var(--white);

}



.animate-inout.animate-inout-borde:hover::before {

	-webkit-transition: all 0.5s ease-in;

	transition: all 0.5s ease-in;

}



.animate-inout.animate-inout-borde:hover::after {

	-webkit-transition: all 0.7s ease-in;

	transition: all 0.7s ease-in;

}



.animate-inout:hover {

	color: var(--bg-dark);

}



.animate-inout:hover::before, .animate-inout:hover::after {

	width: 200px;

	height: 200px;

	border-radius: 4px;

}



.animate-inout:hover::before {

	-webkit-transition: all 0.5s ease-in;

	transition: all 0.5s ease-in;

}



.animate-inout:hover::after {

	-webkit-transition: all 0.7s ease-in;

	transition: all 0.7s ease-in;

}



.btn-md {

	padding: 16px 45px;

	font-size: 16px;

}



.btn-sm {

	padding: 16px 50px;

	font-size: 14px;

}



.gutter-xl {

	--bs-gutter-x: 150px;

}



.animated-btn {

  display: inline-block;

  letter-spacing: 0.6px;

  font-weight: 500;

  text-transform: uppercase;

}



.animated-btn i {

  display: inline-block;

  height: 50px;

  width: 50px;

  line-height: 52px;

  background: #31caff;

  border-radius: 50%;

  margin-right: 10px;

  color: #232323;

}



a.more-btn {

  text-transform: uppercase;

  color: var(--color-secondary);

  position: relative;

  padding-right: 30px;

}



a.more-btn::after {

  position: absolute;

  right: 0;

  top: 50%;

  content: "";

  height: 1px;

  width: 25px;

  background: var(--color-secondary);

}



.text-light .animated-btn i {

  background: var(--white);

  color: var(--color-heading);

}



.relative {

  position: relative;

  z-index: 1;

}



.bg-fixed {

  background-attachment: fixed !important;

  background-position: center center !important;

  background-size: cover !important;

}



.bg-cover {

  background-position: center center !important;

  background-size: cover !important;

}



.overflow-hidden {

  overflow: hidden;

}



button, button:focus {

  border: none !important;

  box-shadow: inherit !important;

  outline: inherit !important;

}



header {

  position: relative;

}



header nav.navbar.border.bootsnav.navbar-fixed.no-background {

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {

  position: relative;

  z-index: 1;

  margin-left: 3px;

}



header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {

  border: medium none;

}



header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {

  background: var(--white) none repeat scroll 0 0;

  bottom: -2px;

  content: "";

  height: 3px;

  left: 0;

  position: absolute;

  width: 0;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

}



header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {

  width: 100%;

}



header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {

  width: 0;

}



.attr-nav .social.right li {

  margin-left: 20px;

}



.attr-nav .social li a {

  font-size: 16px;

}



/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {

  display: none;

}



nav.bootsnav.navbar-default.info-topbar ul li a {

  margin-right: 30px;

  padding: 35px 0;

}



nav.bootsnav.navbar-default.info-topbar.active-full ul li a {

  margin-right: 0;

  padding: 35px 20px;

}



.attr-nav > a.btn-theme.effect:hover, 

.attr-nav > a.btn-theme.effect, 

.attr-nav > a.btn-theme.effect:focus {

  background: var(--color-primary) none repeat scroll 0 0;

  border: 2px solid var(--color-primary);

  color: var(--white) !important;

}



nav.bootsnav.navbar-default.info-topbar.sticked ul li a {

  margin-right: 30px;

  padding: 35px 0;

}



.attr-nav.social li {

  display: inline-block;

  padding: 25px 0 !important;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

}



.attr-nav.social li a {

  border: 1px solid #f4f4f4;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  color: var(--color-primary);

  display: inline-block;

  font-size: 14px;

  height: 40px;

  line-height: 40px;

  margin-left: 10px;

  padding: 0 !important;

  text-align: center;

  width: 40px;

}



nav.navbar.bootsnav.sticked .attr-nav.social li {

  display: inline-block;

  padding: 20px 0 !important;

}



.site-heading h2 {

  display: block;

  font-weight: 600;

  padding-bottom: 20px;

  margin-bottom: 0;

  position: relative;

  line-height: 1.4;

  font-size: 40px;

}



@media (min-width: 1024px) {

  .site-heading h2 {

    font-size: 55px;

    line-height: 1.2;

  }

}



.site-heading.less-info h2 {

  margin-bottom: 0;

}



.site-heading h4 {

  color: var(--color-paragraph);

  font-weight: 600;

  text-transform: uppercase;

  font-size: 20px;

  display: inline-block;

  position: relative;

  overflow: inherit;

}



.bg-dark .site-heading h4 {

  color: #cccccc;

}



.site-heading.clean h2 {

  padding-bottom: 0;

}



.site-heading.clean h2 span {

  color: var(--color-primary);

}



.site-heading h2 span {

  color: var(--color-primary);

}



.site-heading.barber h2 span {

  color: #bc9355;

}



.site-heading p {

  margin: 0;

  margin-top: 20px;

  padding: 0 7%;

}



.site-heading h2::before {

  background: var(--color-primary) none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -25px;

  position: absolute;

  width: 40px;

}



.site-heading h2::after {

  background: var(--color-primary) none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: 20px;

  position: absolute;

  width: 5px;

}



.site-heading.text-left h2::before {

  left: 0;

  margin-left: 0;

}



.site-heading.text-left h2::after {

  left: 45px;

  margin-left: 0;

}



.shadow .site-heading h2, 

.shadow .site-heading p {

  color: var(--white);

}



.bg-theme .site-heading h2::before,

.shadow .site-heading h2::before {

  background: var(--white) none repeat scroll 0 0;

}



.site-heading h2 span {

  color: var(--color-primary);

}



.site-heading {

  margin-bottom: 60px;

  margin-top: -5px;

}



.carousel-shadow .owl-stage-outer {

  margin: -15px -15px;

  padding: 15px;

}



.heading-left {

  margin-bottom: 60px;

  position: relative;

}



.heading-left .left-info {

  padding-right: 50px;

  border-right: 1px solid #dddddd;

}



.heading-left .right-info {

  padding-left: 50px;

}



.heading-left .text-invisible {

  position: absolute;

  left: 0;

  top: -45px;

  margin: 0;

  font-size: 100px;

  text-transform: uppercase;

  font-weight: 900;

  z-index: -1;

  opacity: 0.03;

}



.heading-left h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  color: var(--color-paragraph);

}



.text-light .heading-left h5,

.text-light.heading-left h5 {

  color: var(--white);

}



.heading-left p {

  margin-top: -5px;

  margin-bottom: 0;

}



.heading-left h2 {

  font-weight: 600;

  margin-bottom: 0;

  font-size: 40px;

}



@media (min-width: 1024px) {

  .heading-left h2 {

    font-size: 55px;

    line-height: 1.2;

  }

}



.heading-left a {

  margin-top: 30px;

}



.area-title {

  font-size: 55px;

  line-height: 1.2;

}



/* Fixed Shape */

.fixed-shape-bottom {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

}



.fixed-shape-bottom img {

  width: 100%;

}





/* ============================================================== 

     # Top Bar 

=================================================================== */

.language-switcher .dropdown-toggle {

  background: transparent;

  border: none;

  color: var(--color-paragraph);

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  padding: 15px;

  text-transform: capitalize;

}



.language-switcher img {

  padding: 3px;

  box-shadow: 0 0 10px #cccccc;

  border-radius: 50%;

  height: 45px;

  width: 45px;

}



.language-switcher .dropdown-toggle li {

  display: block;

}



.language-switcher .dropdown-menu li {

  display: block;

  padding: 0;

  border-bottom: 1px solid #e7e7e7;

}



.language-switcher .dropdown-menu li:last-child {

  border: none;

}



.language-switcher .dropdown-menu {

  margin: 0;

  min-width: 200px;

  border-radius: inherit;

  border: 1px solid #e7e7e7;

  left: auto !important;

  right: 0;

}



.nav-box .language-switcher .dropdown-menu {

  top: 58px;

}





@media (min-width: 1200px) {

  .nav-box .language-switcher .dropdown-menu {

    top: 80px;

  }



  .top-bar-area .container-fluid, 

  header .container-fluid {

    padding: 0 100px !important;

  }

}





@media (min-width: 1024px) {

  .nav-box .language-switcher .dropdown-menu {

    top: 80px;

  }



  .top-bar-area .container-fluid, 

  header .container-fluid {

    padding: 0 50px;

  }

}



.language-switcher .dropdown-menu.show {

  display: block !important;

}



.language-switcher .dropdown-menu li a {

  padding: 7px 15px;

  text-transform: capitalize;

  display: block;

  font-weight: 600;

}





/* ============================================================== 

     # Top Bar 

=================================================================== */



.top-bar-area {

  color: var(--color-heading);

  font-size: 15px;

}



.top-bar-area.inc-border {

  border-bottom: 1px solid #e7e7e7;

}



.top-bar-area li {

  display: inline-block;

  margin-left: 15px;

  padding-left: 15px;

  position: relative;

  z-index: 1;

}



.top-bar-area li:first-child {

  margin: 0;

  padding: 0;

  border: none;

}



.top-bar-area p {

  margin: 0;

  font-weight: 500;

}



.top-bar-area .logo img {

    height: 60px;

}



.top-bar-area li::after {

  position: absolute;

  left: 0;

  top: 5px;

  content: "";

  height: 19px;

  width: 1px;

  border-left: 1px solid #dddddd;

}





.top-bar-area.bg-gray li::after {

  border-left: 1px solid #cccccc;

}



.top-bar-area.bg-theme li::after,

.top-bar-area.bg-dark li::after {

  display: none;

}



.top-bar-area li:first-child::after {

  display: none;

}



.top-bar-area li i {

  margin-right: 5px;

}



.top-bar-area .social li i {

  margin-right: 0;

}



.top-bar-area .social li.facebook a {

  color: #3B5998;

}



.top-bar-area .social li.twitter a {

  color: #1DA1F2;

}



.top-bar-area .social li.pinterest a {

  color: #BD081C;

}



.top-bar-area .social li.g-plus a {

  color: #DB4437;

}



.top-bar-area .social li.linkedin a {

  color: #0077B5;

}



.top-bar-area .social li.youtube a {

  color: #c4302b;

}



.top-bar-area .item-flex {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.top-bar-area .flex-item > ul {

  margin: 0 50px;

}



.top-bar-area .flex-item {

  display: flex;

  align-items: center;

  justify-content: center;

}



.top-bar-area .flex-item.left {

  justify-content: left;

}



.top-bar-area.inc-pad {

  padding: 10px 0;

}



.top-bar-area.inc-shape {

  position: relative;

  padding-bottom: 20px;

  z-index: 1;

}



.top-bar-area.inc-shape::after {

  position: absolute;

  left: 0;

  bottom: -2px;

  content: "";

  height: 100px;

  width: 100%;

  background: url(assets/img/shape/brush-up.png);

  z-index: -1;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: bottom;

}



.top-bar-area.inc-logo {

  position: relative;

  padding: 20px 0;

  overflow: inherit;

  z-index: 1;

}



.top-bar-area.inc-logo::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/brush.svg);

  z-index: -1;

}



/* ============================================================== 

     # Bradcrumb 

=================================================================== */

.breadcrumb-area {

  padding: 150px 0;

}



.breadcrumb-area .breadcrumb {

  background: transparent none repeat scroll 0 0;

  display: inline-block;

  margin: 0;

  position: relative;

  z-index: 1;

  padding: 0;

}



.breadcrumb-area h1 {

  display: block;

  font-weight: 600;

  text-transform: capitalize;

  font-size: 55px;

  margin-top: -10px;

}



.breadcrumb > li + li::before {

  content: "\f105";

  font-family: "Font Awesome 5 Pro";

  font-weight: 600;

  padding: 0 5px;

  color: var(--white);

  display: none;

}



.breadcrumb-area .breadcrumb li i {

  margin-right: 5px;

}



.breadcrumb-area .breadcrumb li {

  padding: 0 10px;

  position: relative;

  display: inline-block;

  z-index: 1;

}



.breadcrumb-area .breadcrumb li::after {

  background: var(--white) none repeat scroll 0 0;

  content: "";

  height: 20px;

  left: -1px;

  margin-top: -11px;

  position: absolute;

  top: 50%;

  width: 1px;

  opacity: 0.7;

}



.breadcrumb-area .breadcrumb li:first-child::after {

  display: none;

}



.breadcrumb-area .breadcrumb a, 

.breadcrumb-area .breadcrumb li {

  font-family: "Poppins",sans-serif;

  font-weight: 500;

  text-transform: uppercase;

  color: var(--white);

}



@keyframes rotate-animation {

  0% {

    transform: rotate(0deg);

  }



  50% {

    transform: rotate(180deg);

  }



  100% {

    transform: rotate(360deg);

  }

}





/* ============================================================== 

     # Banner 

=================================================================== */

body, 

.banner-area, 

.banner-area div {

  height: 100%;

}



.banner-area.auto-height, 

.banner-area.auto-height div {

  height: auto;

}



.banner-area.auto-height .content {

  padding: 150px 0;

}



.banner-area.auto-height.circle-shape .content {

  padding: 200px 0;

}



.banner-area .box-cell {

  display: table-cell;

  vertical-align: middle;

  width: 100%;

}



.banner-area .box-table {

  display: table;

  width: 100%;

}



.banner-area .box-cell, 

 .banner-area .box-cell div {

  height: auto;

}



.banner-area {

  position: relative;

  overflow: hidden;

}



.banner-area .wavesshape {

  bottom: -2px;

  left: 0;

  position: absolute;

  right: 0;

  top: auto;

  width: 100%;

}



.banner-area .wavesshape.shape {

  bottom: -50px;

  height: auto;

}



.banner-area .content {

  position: relative;

  z-index: 9;

}



.banner-area.wavesshape {

  position: relative;

  z-index: 1;

}



.banner-area.triangle-shadow {

  position: relative;

  z-index: 1;

}



.banner-area.triangle-shadow::before {

  border-bottom: 0 solid transparent;

  border-right: 100vw solid #fff;

  border-top: 80px solid transparent;

  bottom: 0;

  content: "";

  height: 0;

  left: 0;

  position: absolute;

  width: 100%;

  z-index: 101;

}



.banner-area.shadow-inner .content {

  padding: 30px;

  position: relative;

  z-index: 1;

  overflow: hidden;

}



.banner-area.content-double .double-items {

  align-items: center;

  align-self: center;

  display: flex;

  justify-content: center;

  vertical-align: middle;

}



.banner-area .banner-carousel .owl-item.center img {

  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

}



.banner-area .banner-carousel .owl-item img {

  transform: scale(0.9);

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);

}



/* Animation delays */

.banner-area .carousel-item h2 {

  animation-delay: .5s;

}



.banner-area .carousel-item h1:nth-child(2), 

 .banner-area .carousel-item h2:nth-child(2), 

 .banner-area .carousel-item h3:nth-child(2), 

 .banner-area .carousel-item h4:nth-child(2), 

 .banner-area .carousel-item h5:nth-child(2), 

 .banner-area .carousel-item h6:nth-child(2) {

  animation-delay: .7s;

}



.carousel-caption h1:nth-child(3), 

 .carousel-caption h2:nth-child(3), 

 .carousel-caption h3:nth-child(3), 

 .carousel-caption h4:nth-child(3), 

 .carousel-caption h5:nth-child(3), 

 .carousel-caption h6:nth-child(3) {

  animation-delay: .9s;

}



.banner-area .carousel-item p {

  animation-delay: 1s;

}



.banner-area .carousel-item ul,

.banner-area .carousel-item .button {

  animation-delay: 1.3s;

}



.banner-area .carousel-item ul {

  animation-delay: 1.5s;

}



.banner-area .carousel-item a, 

 .banner-area .carousel-item button {

  animation-delay: 1.5s;

}



/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {

  -webkit-transition-property: opacity;

  transition-property: opacity;

}



.carousel-fade .carousel-inner .item, 

 .carousel-fade .carousel-inner .active.left, 

 .carousel-fade .carousel-inner .active.right {

  opacity: 0;

}



.carousel-fade .carousel-inner .active, 

 .carousel-fade .carousel-inner .next.left, 

 .carousel-fade .carousel-inner .prev.right {

  opacity: 1;

}



.carousel-fade .carousel-inner .next, 

 .carousel-fade .carousel-inner .prev, 

 .carousel-fade .carousel-inner .active.left, 

 .carousel-fade .carousel-inner .active.right {

  left: 0;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

}



.carousel-fade .carousel-control {

  z-index: 2;

}



/* Slider Zoom Effect */

@-webkit-keyframes zoom {

  from {

    -webkit-transform: scale(1, 1);

  }



  to {

    -webkit-transform: scale(1.2, 1.2);

  }

}



@-moz-keyframes zoom {

  from {

    -moz-transform: scale(1, 1);

  }



  to {

    -moz-transform: scale(1.2, 1.2);

  }

}



@-o-keyframes zoom {

  from {

    -o-transform: scale(1, 1);

  }



  to {

    -o-transform: scale(1.2, 1.2);

  }

}



@keyframes zoom {

  from {

    transform: scale(1, 1);

  }



  to {

    transform: scale(1.2, 1.2);

  }

}



.carousel-inner.carousel-zoom .carousel-item > .slider-thumb {

  -webkit-animation: zoom 20s;

  animation: zoom 20s;

}



.banner-area .carousel-zoom .slider-thumb {

  height: 100%;

  position: absolute;

  width: 100%;

}



#particles-js,

#ripple {

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

}



.banner-area .carousel-control {

  background: transparent none repeat scroll 0 0;

  height: 50px;

  font-size: 30px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 70px;

  z-index: 1;

  text-transform: uppercase;

  display: inline-block;

  text-align: center;

  color: var(--color-primary);

  transition: all 0.35s ease-in-out;

}



.banner-area.text-light .carousel-control,

.banner-area .text-light .carousel-control {

  color: var(--white);

}



.banner-area .carousel-control.shadow {

  background: transparent none repeat scroll 0 0;

  color: var(--white);

  font-size: 15px;

  height: 50px;

  line-height: 55px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  text-shadow: inherit;

  top: 50%;

  width: 50px;

  z-index: 1;

  display: inline-block;

}



.banner-area .carousel-control.shadow::after {

  background: #1e2726 none repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}



.banner-area .carousel-control.left {

  left: -80px;

}



.banner-area:hover .carousel-control.left {

  left: 10px;

}



.banner-area:hover .carousel-control.shadow.left {

  left: 20px;

}



.banner-area .carousel-control.right {

  right: -80px;

}



.banner-area:hover .carousel-control.right {

  right: 10px;

}



.banner-area:hover .carousel-control.shadow.right {

  right: 20px;

}





/* Carousel Indicators */



.banner-area .carousel-indicator {

  position: absolute;

  left: 10px;

  bottom: 0;

  width: 100%;

  z-index: 9;

}



.banner-area .carousel-indicators {

  position: absolute;

  right: 60px;

  left: auto;

  width: auto;

  height: auto;

  top: 50%;

  transform: translate(10px, -50%);

  -webkit-transform: translate(10px, -50%);

  -moz-transform: translate(10px, -50%);

  -ms-transform: translate(10px, -50%);

  -o-transform: translate(10px, -50%);

  bottom: auto;

  margin: 0;

  display: block;

}



.banner-area .carousel-indicators button {

  display: block;

  height: 20px;

  width: 20px;

  margin: 10px 0;

  border: 2px solid var(--white) !important;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: transparent;

  position: relative;

  z-index: 1;

}



.banner-area .carousel-indicators button.active {

  border: 2px solid var(--white) !important;

}



.banner-area .carousel-indicators button::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: var(--white);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}



.banner-area.video-bg-live .mbYTP_wrapper {

  z-index: 1 !important;

}



.double-items > .row div {

  height: auto;

}





/* Content */



.banner-area.inc-shape .content::after {
display: none;
 /* position: absolute;

  left: -100px;

  top: 50%;

  height: 400px;

  width: 350px;

  content: "";

  transform: translateY(-50%);

  border: 30px solid rgba(255, 255, 255, 0.2);

  z-index: -1;*/

}



.banner-area.inc-shape::after {

  position: absolute;

  left: 0;

  top: -2px;

  content: "";

  height: 100px;

  width: 100%;

  background: url(assets/img/shape/brush.png);

  z-index: 1;

  background-repeat: no-repeat;

  background-size: contain;

}



.banner-area h4 {

  font-weight: 200;

}



.banner-area h3 {

  font-weight: 500;

  text-transform: capitalize;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

}



.banner-area h3::after {

  position: absolute;

  left: 0;

  bottom: -5px;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/1.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: bottom;

  z-index: -1;

}



.banner-area.inc-shape h4 {

  text-transform: uppercase;

  position: relative;

  padding-left: 62px;

  font-weight: 400;

}



.banner-area.inc-shape h4::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 1px;

  width: 50px;

  background: var(--white);

}



.banner-area h2 {

  margin-bottom: 25px;

}



.banner-area p {

  padding-right: 20%;

  font-size: 18px;

  line-height: 34px;

  margin: 0;

}



.banner-area .text-center p {

  padding: 0 15%;

}



.banner-area a {

  margin-top: 30px;

}



.banner-area.content-less a {

  margin-top: 0;

}



.banner-area ul {

  margin-bottom: 30px;

}



.banner-area ul li {

  display: inline-block;

  text-transform: uppercase;

  font-weight: 400;

  margin-right: 20px;

  font-size: 20px;

  letter-spacing: 1px;

  position: relative;

}



.banner-area ul li::after {

  position: absolute;

  height: 20px;

  width: 2px;

  border-right: 1px solid rgba(255, 255, 255, 1);

  content: "";

  right: -13px;

  top: 4px;

}



.banner-area ul li:last-child::after {

  display: none;

}



.banner-area .text-center ul li {

  margin: 0 10px;

}



.banner-area .large-text h2 {

  font-size: 100px;

  font-weight: 800;

  line-height: 1;

  text-transform: capitalize;

}



.banner-area.content-less .large-text h2 {

  margin-bottom: 40px;

}



.banner-area .text-xl .carousel-item h2 {

  font-size: 100px;

  line-height: 1;

  font-weight: 100;

  margin-bottom: 20px;

  text-transform: uppercase;

  letter-spacing: -2px;

}



.banner-area .text-xl .carousel-item h2 strong {

  font-weight: 600;

  position: relative;

  color: var(--color-primary);

}



.banner-area.top-pad-80 .content {

  padding-top: 80px;

}



@media (min-width:1300px) {

  .banner-box {

    padding: 50px;

    padding-top: 95px;

    border-radius: 8px;

  }

}



.banner-area .content .button a {

    margin-left: 10px;

    margin-right: 10px;

}



/* Animated Shape */



.item-animated {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  -webkit-animation-name: infiUpDown;

  animation-name: infiUpDown;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

}



@keyframes infiUpDown {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}



@-webkit-keyframes infiUpDown {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}



@-webkit-keyframes infinite-move {

  from {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }



  to {

    -webkit-transform: translateX(88px);

    transform: translateX(88px);

  }

}



@-webkit-keyframes infinite-move {

  from {

    -ms-transform: translateX(0);

    transform: translateX(0);

  }



  to {

    -ms-transform: translateX(88px);

    transform: translateX(88px);

  }

}



@keyframes infinite-move {

  from {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }



  to {

    -webkit-transform: translateX(88px);

    transform: translateX(88px);

  }

}





/* ============================================================== 

     # Video Button Play

=================================================================== */

.video-play-button {

  color: var(--color-primary);

  font-size: 30px;

  left: 50%;

  padding-left: 7px;

  position: absolute;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  z-index: 1;

}



.video-play-button:before {

  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: var(--white) repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;

}



.video-play-button.theme:before,

.video-play-button.theme:after {

  background: var(--color-primary) repeat scroll 0 0;

}



.orange .video-play-button.theme:before,

.orange .video-play-button.theme:after {

  background: #FF5621 repeat scroll 0 0;

}



.video-play-button:after {

  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: var(--white) repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  transition: all 200ms;

  -webkit-transition: all 200ms;

  -moz-transition: all 200ms;

  -ms-transition: all 200ms;

  -o-transition: all 200ms;

}



@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }



  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



@keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }



  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



.video-play-button i {

  display: block;

  position: relative;

  z-index: 3;

  color: var(--color-primary);

}



.video-play-button.theme i {

  color: var(--white);

}



.video-play-button.relative {

  position: relative;

  display: inline-block;

  left: 30px;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  margin-top: 0 !important;

  top: 43px;

  margin-left: 10px;

}



.video-play-button.relative::before, 

.video-play-button.relative::after {

  height: 65px;

  width: 65px;

  line-height: 65px;

}



.video-play-button.relative i {

  line-height: 83px;

  font-size: 25px;

  color: var(--color-secondary);

}



.green .video-play-button.relative i {

  line-height: 83px;

  font-size: 25px;

  color: var(--color-style-two);

}



.video-play-button.relative span {

  position: absolute;

  right: 0;

  top: 50%;

  font-size: 14px;

  line-height: 20px;

  width: 100%;

  left: 100%;

  min-width: 300%;

  text-transform: uppercase;

  margin-top: -7px;

  margin-left: 20px;

  text-align: left;

}



/* Nice Select CSS */

.nice-select {

  -webkit-tap-highlight-color: transparent;

  background-color: #fff;

  border: solid 1px #e8e8e8;

  box-sizing: border-box;

  clear: both;

  cursor: pointer;

  display: block;

  float: left;

  font-family: inherit;

  font-weight: normal;

  height: 50px;

  line-height: 50px;

  outline: none;

  padding-left: 10px;

  padding-right: 30px;

  position: relative;

  text-align: left !important;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  white-space: nowrap;

  width: 100%;

  margin-bottom: 15px;

  color: var(--color-heading);

}



.nice-select .current {

  color: var(--color-paragraph);

}



.nice-select:hover {

  border-color: #dbdbdb;

}



.nice-select:active, 

.nice-select.open, 

.nice-select:focus {

  border-color: #999;

}



.nice-select:after {

  border-bottom: 2px solid #999;

  border-right: 2px solid #999;

  content: '';

  display: block;

  height: 5px;

  margin-top: -4px;

  pointer-events: none;

  position: absolute;

  right: 12px;

  top: 50%;

  -webkit-transform-origin: 66% 66%;

  -ms-transform-origin: 66% 66%;

  transform-origin: 66% 66%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

  width: 5px;

}



.nice-select.open:after {

  -webkit-transform: rotate(-135deg);

  -ms-transform: rotate(-135deg);

  transform: rotate(-135deg);

}



.nice-select.open .list {

  opacity: 1;

  pointer-events: auto;

  -webkit-transform: scale(1) translateY(0);

  -ms-transform: scale(1) translateY(0);

  transform: scale(1) translateY(0);

}



.nice-select.disabled {

  border-color: #ededed;

  color: #999;

  pointer-events: none;

}



.nice-select.disabled:after {

  border-color: #cccccc;

}



.nice-select.wide {

  width: 100%;

}



.nice-select.wide .list {

  left: 0 !important;

  right: 0 !important;

}



.nice-select.right {

  float: right;

}



.nice-select.right .list {

  left: auto;

  right: 0;

}



.nice-select.small {

  font-size: 12px;

  height: 36px;

  line-height: 34px;

}



.nice-select.small:after {

  height: 4px;

  width: 4px;

}



.nice-select.small .option {

  line-height: 34px;

  min-height: 34px;

}



.nice-select .list {

  background-color: #fff;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-sizing: border-box;

  margin-top: 4px;

  opacity: 0;

  overflow: hidden;

  padding: 0;

  pointer-events: none;

  position: absolute;

  top: 100%;

  left: 0;

  -webkit-transform-origin: 50% 0;

  -ms-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transform: scale(0.75) translateY(-21px);

  -ms-transform: scale(0.75) translateY(-21px);

  transform: scale(0.75) translateY(-21px);

  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  z-index: 9;

  width: 100%;

}



.nice-select .list:hover .option:not(:hover) {

  background-color: transparent !important;

}



.nice-select .option {

  cursor: pointer;

  font-weight: 400;

  line-height: 40px;

  list-style: none;

  min-height: 40px;

  outline: none;

  padding-left: 18px;

  padding-right: 29px;

  text-align: left;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;

  display: block;

  margin: 0;

}



.nice-select .option:hover, 

.nice-select .option.focus, 

.nice-select .option.selected.focus {

  background-color: #f6f6f6;

}



.nice-select .option.selected {

  font-weight: bold;

}



.nice-select .option.disabled {

  background-color: transparent;

  color: #999;

  cursor: default;

}



.no-csspointerevents .nice-select .list {

  display: none;

}



.no-csspointerevents .nice-select.open .list {

  display: block;

}



/* ============================================================== 

     # About 

=================================================================== */

.about-area {

  position: relative;

}



.about-area .illustration {

  position: absolute;

  left: 0;

}



.about-area .fixed-illustration {

  position: absolute;

  right: 0;

  top: 120px;

  text-align: right;

  opacity: 0.06;

}



.about-area .fixed-illustration img {

  max-width: 70%;

}



.about-area .thumb {

  position: relative;

  z-index: 1;

}



.about-area .info h2 {

  font-weight: 600;

  margin-bottom: 25px;

}



.about-area .thumb h4 {

  position: relative;

  margin-left: 270px;

  font-weight: 300;

  margin-bottom: 0;

  margin-top: 20px;

  text-transform: uppercase;

  color: var(--white);

}



.about-area .thumb h4 strong {

  font-weight: 600;

}



.about-area .thumb h2 {

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-size: cover;

  background-position: center;

  font-size: 200px;

  position: absolute;

  bottom: -40px;

  font-weight: 900;

  -webkit-text-stroke: 1px var(--white);

  margin: 0;

  line-height: 1;

  left: 30px;

}



.about-area .info {

  padding-left: 35px;

  display: flex;

  justify-content: space-between;

  flex-direction: column;

}



.about-area .info .call {

  display: flex;

  align-items: center;

  position: relative;

  margin-top: 30px;

  padding-top: 50px;

}



.about-area .info .call img {

  height: 100px;

}



.about-area .info .call .icon {

  border-right: 1px solid #dddddd;

  margin-right: 30px;

  padding-right: 30px;

}



.about-area .info .call h5 {

  text-transform: uppercase;

  margin-bottom: 5px;

  font-weight: 600;

  padding: 0;

  color: var(--white);

  display: block;

}



.about-area .info .call h5::after {

  display: none;

}



.about-area .info .call span {

  color: #cccccc;

}



.about-area .info .call::after {

  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 350px;

  width: 3000px;

  background: var(--bg-dark);

  z-index: -1;

}



.about-area .info .call .icon i {

  font-size: 60px;

  color: var(--white);

  line-height: 1;

}



.about-area .info .call .intro {

  text-align: left;

}



.about-area .info h5 {

  text-transform: uppercase;

  font-weight: 600;

  position: relative;

  padding: 15px 0;

}



.about-area .info h5::after {

  position: absolute;

  left: -14px;

  top: 0;

  content: "";

  height: 120%;

  width: 120%;

  background: url(assets/img/illustration/2.png);

  background-size: contain;

  background-repeat: no-repeat;

  z-index: -1;

  opacity: 0.07;

}



.about-area .info h5 {

  text-transform: uppercase;

  font-weight: 600;

  position: relative;

  padding: 15px 0;

}



.about-area .info a {

  margin-top: 10px;

}



/* Features */

.about-area .features-area {

  margin-top: 120px;

  padding-left: 15px;

  background: var(--white);

  position: relative;

  z-index: 1;

}



.services-area.about-area .features-area {

  margin-top: 0;

  padding-right: 15px;

  border-top: 1px solid #e7e7e7;

}



.about-area .features-area::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 3000px;

  background: var(--white);

  z-index: -1;

  border: 1px solid #e7e7e7;

  border-top: none;

}



.services-area.about-area .features-area::after {

  width: 100%;

}



.about-area .features-area .single-item {

  position: relative;

}



.about-area .features-area .single-item::after {

  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 1px;

  background: #e7e7e7;

  transition: all 0.35s ease-in-out;

}



.about-area .features-area .single-item::before {

  position: absolute;

  right: 0;

  top: 15%;

  content: "";

  height: 70%;

  width: 1px;

  background: var(--color-primary);

  z-index: 1;

  transition: all 0.35s ease-in-out;

}



.about-area .features-area .single-item:last-child,

.about-area .features-area .single-item:nth-child(4) {

  border: none;

}



.about-area .features-area .single-item:last-child::after,

.about-area .features-area .single-item:last-child::before,

.about-area .features-area .single-item:nth-child(4)::after,

.about-area .features-area .single-item:nth-child(4)::before {

  display: none;

}



.about-area .features-area .single-item:hover::before {

  height: 100%;

  top: 0;

}



.about-area .features-area .item {

  padding: 50px 15px;

}



.about-area .features-area .item .thumb {

  position: relative;

  margin-bottom: 30px;

  text-align: center;

  display: inline-block;

}



.about-area .features-area .item .thumb::after {

  position: absolute;

  right: 10%;

  top: 0;

  content: "";

  height: 100px;

  width: 100px;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  z-index: -1;

  background: var(--color-primary);

  border-radius: 50%;

}



.about-area .features-area .item .thumb::before {

  position: absolute;

  right: 0;

  top: -10%;

  content: "";

  height: 120px;

  width: 120px;

  background: var(--color-primary);

  z-index: -1;

  border-radius: 50%;

  opacity: 0.3;

}



.about-area .features-area .item img {

  height: 160px;

  width: auto;

}



.about-area .features-area .item h5 {

  font-weight: 600;

  text-transform: capitalize;

  font-size: 22px;

}



.about-area .features-area .item p {

  margin: 0;

}



.about-area .features-area .item > a {

  height: 50px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  display: inline-block;

  background: var(--color-primary);

  border-radius: 50%;

  position: absolute;

  left: 50%;

  bottom: 0;

  margin-left: -25px;

  opacity: 0;

}



.about-area .features-area .item:hover > a {

  bottom: -25px;

  opacity: 1;

}





/* ============================================================== 

     # About Version Two 

=================================================================== */



.about-content-area {

  position: relative;

  z-index: 1;

}



.about-content-area .illustration {

  position: absolute;

  right: 0;

  bottom: 0;

  opacity: 0.1;

  width: 50%;

  text-align: right;

}



.about-content-area .fixed-bg {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  opacity: 0.03;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: bottom;

}



.about-content-area .thumb {

  position: relative;

  padding-left: 35px;

  z-index: 1;

  top: 100px;

  margin-bottom: 100px;

}



.about-content-area .thumb img:first-child {

  max-width: 80%;

}



.about-content-area .thumb img:nth-child(2) {

  position: absolute;

  right: 0;

  top: 20px;

  border: 15px solid var(--white);

  height: 250px;

  width: 250px;

  border-radius: 50%;

  margin-top: -125px;

}



@media only screen and (min-width: 1367px) {



  .about-content-area .thumb img:first-child {

    max-width: 100%;

  }



  .about-content-area .thumb img:nth-child(2) {

    right: -125px;

  }

}



.about-content-area.single-thumb .thumb img:first-child {

  max-width: 100%;

}



.about-content-area .content {

  position: relative;

  z-index: 1;

  padding: 50px;

  padding-right: 0;

}



.about-content-area .content::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 150%;

  background: var(--white);

  z-index: -1;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

}



.about-content-area .info h5 {

  text-transform: uppercase;

  font-weight: 600;

  position: relative;

  padding: 15px 0;

  z-index: 1;

}



.about-content-area .info h5::after {

  position: absolute;

  left: -14px;

  top: 0;

  content: "";

  height: 120%;

  width: 120%;

  background: url(assets/img/illustration/2.png);

  background-size: contain;

  background-repeat: no-repeat;

  z-index: -1;

  opacity: 0.07;

}



.about-content-area .info h2 {

  font-weight: 600;

  margin-bottom: 25px;

}



.about-content-area .info a {

  margin-top: 15px;

}



.about-content-area ul.achivement {

  margin-top: 30px;

  overflow: hidden;

  margin-left: 50px;

}



.about-content-area ul.achivement li {

  display: inline-block;

  margin-right: 40px;

  border-right: 1px solid #e7e7e7;

  padding-right: 40px;

  float: left;

}



.about-content-area ul.achivement li:last-child {

  padding: 0;

  margin: 0;

  border: none;

}



.about-content-area ul.achivement li .counter {

  position: relative;

}



.about-content-area ul.achivement li .counter {

  position: relative;

  display: flex;

  align-items: center;

  font-size: 50px;

  font-weight: 600;

  color: var(--color-heading);

  line-height: 1;

}



.about-content-area ul.achivement li .counter .operator {

  font-size: 40px;

  margin-left: 2px;

}



.about-content-area ul.achivement li .medium {

  font-weight: 600;

  color: var(--color-heading);

}



.about-content-area .thumb h2 {

    position: absolute;

    left: 50%;

    top: -50px;

    background: var(--color-primary);

    text-align: center;

    padding: 50px;

    font-size: 16px;

    font-weight: 600;

    transform: translateX(-50%);

}



.about-content-area .thumb h2 {

    position: absolute;

    left: 50%;

    top: -50px;

    background: rgba(1,125,63,1);

    text-align: center;

    padding: 50px;

    font-size: 16px;

    height: 200px;

    font-weight: 600;

    transform: translateX(-50%);

    color: var(--white);

    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 99%, 0 0);

}



.about-content-area .thumb h2 strong {

    display: block;

    font-size: 60px;

    font-weight: 600;

}





/* ============================================================== 

     # About Version Three

=================================================================== */

.about-us-area .content-box .thumb img:first-child {

  border: 15px solid var(--white);

  border-radius: 10px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  max-width: 60%;

  transform: rotate(10deg);

}



.about-us-area .content-box .thumb {

  position: relative;

  clear: both;

}



.about-us-area .content-box .thumb img:nth-child(2) {

  max-width: 60%;

  border-radius: 10px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  border: 15px solid var(--white);

  position: relative;

  right: 0;

  left: auto;

  float: right;

  transform: rotate(-15deg);

  top: -100px;

  margin-bottom: -65px;

}



.about-us-area .content-box .thumb::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  border: 1px dashed;

  border-radius: 50%;

}





/* ============================================================== 

     # History 

=================================================================== */



.history-area {

    position: relative;

    padding-bottom: 200px;

}



.history-area .fixed-shape-center {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    opacity: 0.04;

    background-size: contain;

    background-position: bottom;

    background-repeat: no-repeat;

}



.history-area .fixed-shape {

    position: absolute;

    bottom: -11px;

    width: 100%;

}



.history-area .fixed-shape img {

  width: 100%;

}



/* Indicator */



.history-area .carousel-indicators {

    bottom: auto;

    top: 0;

    justify-content: center;

    text-align: center;

    margin: 0 10%;

}



.history-area .carousel-indicators button {

  text-indent: 0;

  border: none;

  color: var(--white);

  background: transparent;

  transition: all 0.25s ease;

  line-height: 1;

  opacity: 1;

  height: 60px;

  text-align: center;

  display: block;

  flex: inherit;

  float: none;

  width: auto;

}



.history-area .carousel-indicators button h4 {

  font-weight: 600;

  color: var(--white);

  transition: all 0.35s ease-in-out;

  text-align: center;

}



.history-area .carousel-inner {

    padding-top: 120px;

    padding-left: 15%;

    padding-right: 15%;

}



.history-area .carousel-indicators::after {

    position: absolute;

    left: 0;

    top: 42px;

    content: "";

    height: 2px;

    width: 100%;

    background: var(--white);

    z-index: -1;

}



.history-area .carousel-indicators button {

    position: relative;

    z-index: 1;

}



.history-area .carousel-indicators button::after {

    position: absolute;

    left: 50%;

    bottom: 12px;

    content: "";

    height: 10px;

    width: 10px;

    border: 5px solid var(--white);

    border-radius: 50%;

    margin-left: -5px;

}



.history-area .history-items .owl-carousel .owl-stage-outer {

    height: 110px;

}



.history-area .history-items .owl-item {

    position: relative;

}



.history-area .history-items .owl-item:nth-child(2n) button {

    position: relative;

    top: 60px;

}



.history-area .history-items .owl-item:nth-child(2n) button::after {

    bottom: auto;

    top: -22px;

}



.history-area .history-items .owl-item > button {

  cursor: pointer;

  transition: margin 0.4s ease;

}

.history-area .history-items .owl-item.center > button {

  cursor: auto;

  margin: 0;

}



.history-area .history-items .owl-item.current > button h4 {

  color: var(--color-primary);

}



.history-area .history-items .owl-item.current > button::after {

    border-color: var(--color-primary);

}



.history-area .history-items .owl-nav {

    position: absolute;

    top: 8px;

    left: 0;

    width: 100%;

}



.history-area .history-items {

    position: relative;

}



.history-area .history-items .owl-nav .owl-prev {

    position: absolute;

    left: -60px;

    background: rgba(255, 255, 255, 0.1);

    height: 40px;

    width: 40px;

    line-height: 35px;

    border-radius: 50%;

    font-size: 12px;

}



.history-area .history-items .owl-nav .owl-next {

    position: absolute;

    right: -60px;

    background: rgba(255, 255, 255, 0.1);

    height: 40px;

    width: 40px;

    line-height: 35px;

    border-radius: 50%;

    font-size: 12px;

}



.history-area .history-items .owl-nav button::after {

  display: none;

}



.history-area .history-items h2 {

    font-weight: 600;

    display: inline-block;

    position: relative;

    z-index: 1;

    padding: 15px;

}



.history-area .history-items h2::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/1.png);

  background-position: center bottom;

  background-repeat: no-repeat;

  z-index: -1;

}



.history-area .history-items p:last-child {

  margin-bottom: 0;

}



/* ============================================================== 

     # specialty-area 

=================================================================== */



.specialty-area.half-bg {

  position: relative;

}



.specialty-area.half-bg::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: var(--white);

}



.specialty-area .specialty-items {

  position: relative;

  padding-left: 50px;

  padding-right: 50px;

}



.specialty-area .specialty-items .fixed-bg {

  position: absolute;

  right: 0;

  width: 100%;

  z-index: -1;

  left: auto;

  bottom: 120px;

}



.specialty-area .info {

  padding-bottom: 50px;

}



.specialty-area .specialty-items .info .text-invisible {

  position: absolute;

  font-size: 120px;

  text-transform: uppercase;

  font-weight: 800;

  z-index: -1;

  opacity: 0.15;

  top: -69px;

}



.specialty-area .specialty-items .info h2 {

  font-weight: 600;

}



.specialty-area .specialty-items .info a {

  margin-top: 30px;

}



.specialty-contents .item {

  padding: 50px;

  background: var(--bg-gray);

}



.specialty-contents {

  position: relative;

  bottom: -120px;

  margin-top: -120px;

  padding-left: 50px;

}



.specialty-contents .item i {

  display: inline-block;

  font-size: 70px;

  color: var(--color-secondary);

  margin-bottom: 30px;

  line-height: 1;

}



.green .specialty-contents .item i {

  background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);

    -webkit-background-clip: text;

    -moz-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}



.specialty-contents .item h4,

.specialty-contents .item h5 {

  font-weight: 600;

}



.specialty-contents .item p {

  margin-bottom: -5px;

}



.specialty-area .specialty-contents.owl-carousel .owl-nav {

  right: 100%;

  position: absolute;

  bottom: 0;

  background: var(--white);

  margin-right: -50px;

}



.specialty-area .specialty-contents.owl-carousel .owl-nav .owl-prev, 

.specialty-area .specialty-contents.owl-carousel .owl-nav .owl-next {

  background: var(--color-primary);

  color: var(--color-heading);

  padding: 15px 20px !important;

  margin: 0;

  font-size: 18px;

  display: inline-block;

  border-radius: 0;

}



.green .specialty-area .specialty-contents.owl-carousel .owl-nav .owl-prev, 

.green .specialty-area .specialty-contents.owl-carousel .owl-nav .owl-next {

  background: var(--color-style-two);

  color: var(--white);

}



/* ============================================================== 

     # Choose Us Area 

=================================================================== */

.choose-us-area .thumb {

  position: relative;

  top: -200px;

  margin-bottom: -200px;

}



.choose-us-area.thumb-regular .thumb {

  top: 0;

  margin-bottom: 0;

}



.choose-us-area .row > .info {

  padding-left: 35px;

}



.choose-us-area .info > h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  color: var(--color-paragraph);

}



.choose-us-area .info > h2 {

  font-weight: 600;

  margin-bottom: 25px;

}



.choose-us-area .info .item {

  display: flex;

  margin-top: 30px;

}



.choose-us-area .info .item i {

  display: inline-block;

  font-size: 50px;

  margin-right: 20px;

  color: var(--color-secondary);

  line-height: 1;

}



.choose-us-area .info .item h5 {

  text-transform: inherit;

  color: var(--color-heading);

  margin-bottom: 10px;

}



.choose-us-area .info .row {

  margin-top: -10px;

}



.choose-us-area .info .item p {

  margin: 0;

}



.choose-us-area {

  position: relative;

}



.choose-us-area .shape {

  position: absolute;

  right: 0;

  top: 0;

  text-align: right;

  opacity: 0.05;

}



.choose-us-area .shape img {

  width: 400px;

}





/* ============================================================== 

     # Fun Factor 

=================================================================== */



.fun-factor-area {

  position: relative;

}



.fun-factor-area .illustration {

  position: absolute;

  left: -100px;

  display: none;

}



@media (min-width: 1400px) {

  .fun-factor-area .illustration {

    display: inline-block;

  }

}



.fun-factor-area .fun-fact-items {

  position: relative;

}



.fun-factor-area .fun-fact-items .text-invisible {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  margin: 0;

  text-transform: uppercase;

  font-size: 160px;

  font-weight: 900;

  z-index: -1;

  opacity: 0.02;

  letter-spacing: -6px;

}



.fun-factor-area .fun-fact-items .timer {

  display: inline-block;

  font-size: 70px;

  font-weight: 800;

  color: var(--color-heading);

  line-height: 1.2;

  background: linear-gradient(97deg, rgba(217,166,13,1) 36%, rgba(241,207,105,1) 65%);

  -webkit-background-clip: text;

  -moz-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

}



.green .fun-factor-area .fun-fact-items .timer {

  background: var(--bg-gradient-secondary);

  -webkit-background-clip: text;

  -moz-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

}



.fun-factor-area .fun-fact-items .medium {

  text-transform: capitalize;

  font-weight: 500;

  font-size: 18px;

  margin-top: 5px;

  display: block;

  color: var(--color-heading);

}





/* ============================================================== 

     # Services 

=================================================================== */



@media only screen and (min-width: 1367px) {

  .services-area .container-full {

    margin-left: calc((100% - 1320px)/ 2);

    width: auto;

    min-width: auto;

    max-width: inherit;

  }

}



@media only screen and (min-width: 767px) and (max-width: 1376px) {

  .services-area .services-items .single-item {

    flex: 0 0 50%;

    max-width: 50%;

  }

}



.services-area::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: var(--bg-gray);

  z-index: -1;

}



.services-area .services-box {

  position: relative;

}



.services-area .services-box .shape-illustration {

  position: absolute;

  left: 0;

  top: -150px;

  height: 100%;

  width: 100%;

  z-index: -1;

}



.services-area .services-box .shape-illustration img {

  height: 100%;

  width: 100%;

}



.services-area .services-items .single-item {

  margin-bottom: 30px;

}



.services-area .services-items .thumb {

  overflow: hidden;

  position: relative;

  z-index: 1;

}



.services-area .services-items .thumb img {

  max-width: none;

  width: -webkit-calc(100% + 60px);

  width: calc(100% + 60px);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: translate3d(-50px,0,0);

  transform: translate3d(-50px,0,0);

}



.services-area .services-items .item:hover .thumb img {

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}



.services-area .services-items .thumb::before {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;

  z-index: 1;

}



.services-area .services-items .thumb .content {

  position: absolute;

  left: 0;

  bottom: 0;

  padding: 30px;

  display: flex;

  color: var(--white);

  z-index: 1;

}



.services-area .services-items .thumb .content i {

  font-size: 50px;

  min-width: 138px;

  width: 120px;

  margin-right: 20px;

  line-height: 1;

}



.services-area .services-items .thumb .content h5 {

  margin-bottom: 0;

}



.services-area .services-items .thumb .content h5 a {

  color: var(--white);

  font-weight: 200;

  text-transform: capitalize;

}



.services-area .services-items .thumb .content h5 a strong {

  font-weight: 900;

  letter-spacing: 0.6px;

  display: block;

  margin-bottom: 5px;

  text-transform: uppercase;

}



.services-area .services-items .single-item:nth-child(2n) .thumb .content {

  top: 0;

}



.services-area .services-items .single-item:nth-child(2n) .thumb::before {

  top: 0;

  bottom: auto;

  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;

}





/* ============================================================== 

     # Services Version Three 

=================================================================== */



.thumb-services-area .info {

    padding: 30px;

    padding-top: 0;

}



.thumb-services-area .item {

    background: var(--white);

}



.thumb-services-area .item h5 {

  font-size: 24px;

}



.thumb-services-area .thumb {

    overflow: hidden;

    position: relative;

    z-index: 1;

}



.thumb-services-area .thumb::after {

    position: absolute;

    left: 0;

    bottom: 0;

    content: "";

    height: 50px;

    width: 100%;

    background: url(assets/img/shape/brush-up.png);

    background-repeat: no-repeat;

    background-position: bottom;

}





.thumb-services-area .content {

    position: relative;

}



.thumb-services-area .content .icon i {

    display: inline-block;

    font-size: 50px;

    height: 100px;

    width: 80px;

    background: var(--white);

    color: var(--color-style-two);

    text-align: center;

    line-height: 100px;

    position: absolute;

    top: -85px;

    left: 60px;

    border-radius: 5px;

    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);

    z-index: 1;

  }



.thumb-services-area .content {

    margin: 0;

    font-weight: 600;

    margin-bottom: 20px;

    padding: 60px;

    padding-top: 40px;

}



.thumb-services-area .content p {

  margin-bottom: 0;

}



.thumb-services-area .content a.btn {

  margin-top: 20px;

}



.thumb-services-area .services-carousel.owl-carousel .owl-nav {

  margin: 0;

}



.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-prev, 

.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {

  color: var(--white);

  font-size: 20px;

  background: transparent;

  height: 45px;

  left: 0;

  line-height: 50px;

  margin-top: -23px;

  padding: 0;

  position: absolute;

  text-align: center;

  top: 50%;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  width: 45px;

}



.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-prev {

  left: -70px;

}



.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {

  right: -70px;

}



.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {

  left: auto;

}





/* ============================================================== 

    # Services Details

=================================================================== */

.services-details-area .thumb img {

	margin-bottom: 40px;

}



.services-details-area h1, 

  .services-details-area h2, 

  .services-details-area h3, 

  .services-details-area h4, 

  .services-details-area h5, 

  .services-details-area h6 {

	font-weight: 600;

}



.feature-list-item {

	margin: 0;

	padding: 0;

	list-style: none;

}



.feature-list-item li {

	position: relative;

	z-index: 1;

	padding-left: 27px;

	margin-top: 8px;

}



.feature-list-item li::after {

	position: absolute;

	left: 0;

	top: 1px;

	content: "\f00c";

	font-family: "Font Awesome 5 Pro";

	color: var(--color-secondary);

	font-weight: 500;

}



.quick-contact-widget {

	padding: 60px 37px;

	text-align: center;

	background-size: cover;

	background-position: center;

	position: relative;

	z-index: 1;

}



.quick-contact-widget h2 {

	font-size: 30px;

	font-weight: 600;

	margin-bottom: 10px;

	margin-top: 25px;

}



.quick-contact-widget h4 a {

	font-weight: 400;

	border-bottom: 2px solid;

}



.quick-contact-widget i {

	display: inline-block;

	height: 60px;

	width: 60px;

	line-height: 60px;

	font-weight: 100;

	background: #ffffff;

	color: var(--color-primary);

	font-size: 22px;

	border-radius: 50%;

	margin-bottom: 40px;

	position: relative;

}



.quick-contact-widget i::after {

	position: absolute;

	left: -10px;

	top: -10px;

	content: "";

	height: 80px;

	width: 80px;

	background: #ffffff;

	z-index: -1;

	border-radius: 50%;

	opacity: 0.8;

}



.quick-contact-widget::after {

	position: absolute;

	left: 0;

	top: 0;

	content: "";

	height: 100%;

	width: 100%;

	background: var(--black);

	z-index: -1;

	opacity: 0.6;

}



.quick-contact-widget .btn-sm {

	font-size: 16px;

}



.services-sidebar .single-widget {

	margin-top: 50px;

}



.services-sidebar .single-widget .widget-title {

	display: block;

	font-weight: 800;

	margin-bottom: 30px;

	margin-top: -5px;

	position: relative;

	text-transform: capitalize;

	z-index: 1;

	display: inline-block;

	padding-bottom: 15px;

}



.services-sidebar .single-widget .widget-title::after {

	position: absolute;

	left: 0;

	bottom: 0;

	content: "";

	height: 2px;

	width: 50px;

	border-bottom: 2px solid var(--color-primary);

}



.services-sidebar .single-widget h4.widget-title {

	font-size: 22px;

}



.services-sidebar .single-widget:first-child {

	margin-top: 0;

}



.widget-brochure ul {

	padding-left: 0;

	list-style: none;

}



.widget-brochure ul li a {

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin-top: 15px;

	background: #ffffff;

	padding: 20px 25px;

	border-radius: 5px;

	border: 2px solid #cddff7;

	color: var(--color-heading);

}



.widget-brochure ul li a:hover {

	color: var(--color-primary);

}



.widget-brochure ul li:first-child a {

	margin-top: 0;

}



.widget-brochure ul li:first-child a,

.widget-brochure ul li a:hover {

	background: var(--color-primary);

	border-color: transparent;

	color: var(--white);

}



.widget-brochure ul li i {

	font-size: 35px;

	font-weight: 100;

	margin-right: 16px;

	display: inline-block;

	text-align: center;

	border-radius: 50%;

	-webkit-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

}



.widget-brochure ul li:hover i,

  .widget-brochure ul li:first-child i {

	color: var(--white);

}



.services-list-widget {

	background: var(--bg-gray);

	padding: 30px;

}



.services-list-widget ul li:last-child a {

	border: none;

}



.services-list-widget ul {

	list-style: none;

	overflow: hidden;

	margin: 0;

	padding: 0;

}



.services-list-widget ul li {

	display: block;

}



.services-list-widget ul li a {

	display: block;

	padding: 18px 25px;

	border-bottom: 1px solid #c8e0ff;

	position: relative;

	z-index: 1;

	overflow: hidden;

	color: var(--color-heading);

}



.services-list-widget ul li a::before {

	position: absolute;

	left: 0;

	top: 0;

	content: "";

	height: 100%;

	width: 0;

	background: var(--color-primary);

	-webkit-transition: all 0.35s ease-in-out;

	transition: all 0.35s ease-in-out;

	z-index: -1;

}



.services-list-widget ul li a:hover {

	color: var(--color-heading);

}



.services-list-widget ul li a:hover::before {

	width: 100%;

}



.services-list-widget ul li.current-item a {

	color: var(--color-heading);

}



.services-list-widget ul li.current-item a::after {

	position: absolute;

	right: 20px;

	top: 50%;

	content: "\f061";

	border-radius: 50%;

	font-family: "Font Awesome 5 Pro";

	font-weight: 500;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

	font-size: 17px;

}



.services-list-widget ul li.current-item a::before {

	width: 100%;

}



@media only screen and (max-width: 767px) {

	.services-more .row {

		margin-top: -20px;

	}

}



.services-more .item {

	padding: 35px;

	background: var(--bg-gray);

	margin-top: 15px;

	border-radius: 10px;

}



@media only screen and (max-width: 767px) {

	.services-more .item {

		margin-top: 30px;

		text-align: center;

	}



	.services-details-items blockquote {

		font-size: 28px;

		padding: 50px 37px;

		margin: 30px 0;

		margin-top: 0;

	}

}



.services-more .item i {

	display: inline-block;

	font-size: 40px;

	margin-bottom: 30px;

	background: var(--color-primary);

	color: var(--white);

	height: 70px;

	width: 70px;

	text-align: center;

	line-height: 70px;

	border-radius: 50%;

}



.services-more .item a {

	color: var(--color-heading);

}



.services-more .item a:hover {

	color: var(--color-primary);

}



.services-more .item p {

	margin: 0;

}



.accordion-style-two-items .accordion-style-two {

	margin-top: 15px;

	border: none;

	background: #ffffff;

	box-shadow: 0 25px 70px rgb(0 0 0 / 7%);

	border-radius: 8px;

	position: relative;

	z-index: 1;

	border-radius: 10px;

}



.accordion-style-two-items .accordion-style-two .accordion-body {

	padding: 30px;

}



.accordion-style-two-items button.accordion-button:not(.collapsed) {

	background: var(--color-primary);

	border-radius: 10px 10px 0 0;

}



.accordion-style-two-items .accordion-style-two::after {

	position: absolute;

	right: 0;

	top: 0;

	content: "";

	height: 100%;

	width: 5px;

	border-radius: 0 10px 10px 0;

}



.accordion-style-two-items .accordion-style-two .accordion-body p {

	margin: 0;

}



.accordion-style-two-items button.accordion-button {

	background: #ffffff;

	padding: 20px 25px !important;

	box-shadow: inherit !important;

	color: var(--color-heading);

	border-radius: 10px;

}



.accordion-style-two-items button.accordion-button::after {

	filter: grayscale(100%);

	left: auto;

	right: 20px;

	background-color: transparent;

	transform: none;

}



.services-details-items blockquote {

	background: var(--color-secondary);

	color: var(--color-heading);

	padding: 45px 60px;

	border-radius: 6px;

	margin: 40px 0;

	font-size: 30px;

	font-weight: 400;

	line-height: 1.5;

}



.accordion-button {

	text-transform: none;

}



/* ============================================================== 

     # Product 

=================================================================== */



.our-product-area .single-product {

  margin-bottom: 30px;

}



.our-product-area .item {

    border: 2px solid #e7e7e7;

    padding: 50px 30px;

    background: var(--bg-gray);

    position: relative;

    border-radius: 20px;

}



.our-product-area .item .product-rating i {

    color: #ffb606;

    font-size: 14px;

}



.our-product-area .item .thumb {

    margin-bottom: 20px;

    position: relative;

}



.our-product-area .item .thumb img {

  transition: all 0.35s ease-in-out;

  height: 100px;

}



.our-product-area .item:hover .thumb img {

  opacity: 0.7;

}



.our-product-area .item .thumb a {

    display: inline-block;

    height: 50px;

    width: 50px;

    background: var(--color-primary);

    line-height: 50px;

    border-radius: 50%;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -10%);

    opacity: 0;

    box-shadow: 0 0 10px #cccccc;

}



.green .our-product-area .item .thumb a {

    background: var(--color-style-two);

    color: var(--white);

}



.our-product-area .item:hover .thumb a {

    opacity: 1;

    transform: translate(-50%, -50%);

}



.our-product-area .item .product-rating {

    margin-bottom: 10px;

}



.our-product-area .item .price del {

    font-size: 16px;

    color: #999999;

}



.our-product-area .item .price {

    font-weight: 600;

    margin: 0;

}



.our-product-area .item .offer {

  position: absolute;

  right: 30px;

  top: -20px;

  background: var(--bg-gradient-secondary);

  display: inline-block;

  color: var(--white);

  font-weight: 500;

  padding: 4px 20px;

  border-radius: 30px;

  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);

  padding-bottom: 2px;

}



/* ============================================================== 

     # Gallery 

=================================================================== */



.gallery-area {

  position: relative;

  z-index: inherit;

}



.gallery-area .fixed-shape {

  position: absolute;

  right: 0;

  top: 0;

  opacity: 0.03;

}



.gallery-area #portfolio-grid {

  margin: -15px;

}



.gallery-area .gallery-items.colums-3 .pf-item {

  float: left;

  padding: 15px;

  width: 33.3333%;

}



.gallery-area .gallery-items.colums-2 .pf-item {

  float: left;

  padding: 15px;

  width: 50%;

}



.gallery-area .gallery-items.colums-4 .pf-item {

  float: left;

  padding: 15px;

  width: 25%;

}



.gallery-area .gallery-items.colums-6 .pf-item {

  float: left;

  padding: 15px;

  width: 16.6666%;

}



.gallery-area .pf-item .item {

  overflow: hidden;

}



.gallery-area .pf-item .item::after {

  position: absolute;

  left: 0;

  top: 0;

  background: var(--black);

  content: "";

  transition: all 0.25s ease-in-out;

  opacity: 0;

  height: 100%;

  width: 100%;

}



.gallery-area .pf-item .item:hover::after {

  opacity: 0.6;

}



.gallery-area .pf-item .item .info {

  padding: 30px 45px;

  position: absolute;

  bottom: -30px;

  left: 0;

  display: flex;

  align-items: center;

  transition: all 0.35s ease-in-out;

  opacity: 0;

  z-index: 1;

  right: 0;

  text-align: center;

  justify-content: center;

}



.gallery-area .pf-item .item:hover .info {

  opacity: 1;

  bottom: 0;

}



.gallery-area .pf-item .item .info a {

  color: var(--white);

  position: relative;

}



.gallery-area .pf-item .item .info a::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/1.png);

  background-size: contain;

  background-repeat: no-repeat;

  z-index: -1;

  background-position: bottom;

}



.gallery-area.shape-less .pf-item .item .info a::after {

  display: none;

}



.gallery-area .pf-item .item {

  position: relative;

}



.gallery-area .pf-item .item .info h4 {

  margin: 0;

}



.gallery-area .pf-item .item .thumb a {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 60px;

  width: 60px;

  background: var(--color-secondary);

  z-index: 1;

  text-align: center;

  line-height: 60px;

  border-radius: 50%;

  opacity: 0;

  transition: all 0.35s ease-in-out;

  transform: translate(-50%, -50px);

}



.gallery-area .pf-item .item .thumb a:hover {

  background: var(--bg-dark);

  color: var(--white);

}



.gallery-area .pf-item .item .thumb a::after {

  display: none;

}



.gallery-area .pf-item .item:hover .thumb a {

  transform: translate(-50%, -50%);

  opacity: 1;

}



.gallery-area .pf-item .item .thumb img {

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  width: 100%;

  height: auto;

}



.gallery-area .pf-item .item:hover .thumb img {

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

}





/* ============================================================== 

    # Project Details

=================================================================== */



.project-details-style-one img {

	border-radius: 10px;

}



.project-details-thumb img {

	margin-bottom: 60px;

}



.project-single-tags a {

	display: inline-block;

	position: relative;

	z-index: 1;

	padding-right: 10px;

	text-transform: uppercase;

	color: var(--color-paragraph);

}



.project-single-tags a::after {

	position: absolute;

	right: 0;

	bottom: 0;

	content: ",";

}



.project-single-tags a:last-child::after {

	display: none;

}



.project-single-tags {

	margin-bottom: 15px;

}



.project-single-tags a:hover {

	color: var(--color-primary);

}



.project-details-thumb h2 {

	font-weight: 600;

	margin: 0;

	padding-right: 15%;

}



.project-author-details ul {

	margin: 0;

	padding: 0;

	list-style: none;

	display: grid;

	grid-row-gap: 30px;

}



.project-author-details ul li {

	display: grid;

	grid-template-columns: 1fr 3fr;

	grid-column-gap: 60px;

	position: relative;

	z-index: 1;

	border-top: 1px solid #dddddd;

	padding-top: 30px;

}



.project-author-details ul li:first-child {

	border: none;

	padding: 0;

}



.project-author-details ul li  h3 {

	font-weight: 600;

	font-size: 20px;

	margin: 0;

}



.project-author-details ul li p {

	margin: 0;

}



.project-author-details ul li .right-info h3 {

	color: var(--color-paragraph);

	font-weight: 600;

}



p.project-inner-tag {

	font-weight: 600;

	line-height: 2.3;

	text-transform: uppercase;

}



.item-grid-container img {

	margin-top: 50px;

}



.item-grid-colum h1,

.item-grid-colum h2,

.item-grid-colum h3,

.item-grid-colum h4,

.item-grid-colum h5,

.item-grid-colum h6 {

	font-weight: 600;

}



ul.list-disc {

	list-style: disc;

	margin-left: 20px;

	padding: 0;

}



ul.list-disc li {

	list-style: disc;

	margin-top: 7px;

}



.project-details-style-one img {

	margin-bottom: 35px;

}



.project-details-style-one .project-details-top img {

	margin-bottom: 60px;

}



.project-detail-content {

	position: relative;

}



.project-detail-content ul.project-info {

	padding: 60px;

	border-radius: 8px;

}



@media (min-width: 992px) {

	.project-detail-content ul.project-info {

		position: sticky;

		top: 200px;

	}

}



ul.project-info li h4 {

	margin: 0;

	margin-bottom: 4px;

}



ul.project-info li {

	margin-top: 25px;

}



ul.project-info li:first-child {

	margin-top: 0;

}



.project-static-gallery img {

	margin-bottom: 0;

	margin-top: 20px;

}



/* ============================================================== 

     # Team Area  

=================================================================== */



.team-area.default-padding.bottom-less {

  padding-bottom: 70px;

}



.team-area .team-items .single-item {

  margin-bottom: 50px;

}



.team-area .team-items {

  margin-right: -25px;

}



.team-area .team-items .thumb {

  position: relative;

  z-index: 1;

  padding-right: 25px;

}



.team-area .team-items .thumb img {

  border-radius: 5px;

}



.team-area .team-items .thumb ul li {

  display: block;

}



.team-area .team-items .thumb ul li a {

  display: inline-block;

  text-align: center;

  border-radius: 50%;

  margin: 7px 0;

  color: var(--color-heading);

}



.team-area .team-items .thumb ul li.facebook a {

  color: #3B5998;

}



.team-area .team-items .thumb ul li.twitter a {

  color: #1DA1F2;

}



.team-area .team-items .thumb ul li.pinterest a {

  color: #BD081C;

}



.team-area .team-items .thumb ul li.g-plus a {

  color: #DB4437;

}



.team-area .team-items .thumb ul li.linkedin a {

  color: #0077B5;

}



.team-area .team-items .thumb ul {

  display: inline-block;

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-20%);

  background: var(--white);

  padding: 20px;

  text-align: center;

  border-radius: 50px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  transition: all 0.35s ease-in-out;

  opacity: 0;

}



.team-area .team-items .info {

  margin-top: 15px;

  padding-right: 25px;

}



.team-area .team-items .info h4 {

  margin: 0;

  font-weight: 600;

}



.team-area .team-items .info span {

  display: block;

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 5px;

  font-size: 14px;

  color: #999999;

}



.team-area .team-items .item:hover .thumb ul {

  transform: translateY(-50%);

  opacity: 1;

}





/* ============================================================== 

     # Offer Product Area  

=================================================================== */



.offer-product-area .thumb {

  padding-right: 35px;

}



.offer-product-area h2 {

  font-weight: 600;

}



.offer-product-area h4 {

  font-weight: 600;

  margin-bottom: 25px;

}



.offer-product-area h4 del {

  color: #999999;

  font-size: 20px;

}



.offer-product-area .carousel-box {

  position: relative;

  background: var(--white);

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  padding: 50px;

  margin-top: 50px;

}



.offer-product-area .bottom {

  display: flex;

  align-items: center;

  justify-content: space-between;

  background: var(--color-primary);

  position: absolute;

  top: -50px;

  padding: 10px 20px;

  left: 50%;

  margin-left: 15px;

}



.offer-product-area .counter-item {

  display: inline-block;

  margin-right: 25px;

  border-right: 1px dashed;

  padding-right: 25px;

}



.offer-product-area .counter-item:last-child {

  margin: 0;

  padding: 0;

  border: none;

}



.offer-product-area .counter-item .item span {

  display: block;

  font-size: 36px;

  font-weight: 600;

  color: var(--color-heading);

  line-height: 1;

  margin-bottom: 5px;

}



.offer-product-area .counter-item .item {

  font-weight: 500;

  text-align: center;

  margin-top: 15px;

  display: block;

}



.offer-product-area .counter-item .item h5 {

  margin: 0;

  position: relative;

  font-size: 13px;

  text-transform: uppercase;

  font-weight: 500;

}



.offer-product-area .info > a {

  margin-top: 10px;

}



.offer-product-area .info > a i {

  margin-left: 0;

  margin-right: 4px;

}



.offer-product-area .info > a i {

  transform: none;

}



.offer-product-area .bottom i {

  margin-right: 5px;

}



.offer-product-area .info {

  position: relative;

  padding-top: 30px;

}



.offer-product-area .bottom h5 {

  margin: 0;

  margin-right: 30px;

  font-weight: 600;

}



.offer-product-area .offer-pro-carousel .owl-nav {

  margin: 0;

}



.offer-product-area .offer-pro-carousel .owl-nav .owl-prev, 

.offer-product-area .offer-pro-carousel .owl-nav .owl-next {

  background: transparent none repeat scroll 0 0;

  color: var(--color-heading);

  font-size: 30px;

  height: 40px;

  left: -100px;

  line-height: 40px;

  margin: -20px 0 0;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 40px;

  transition: all 0.35s ease-in-out;

}



.offer-product-area .offer-pro-carousel .owl-nav .owl-next {

  left: auto;

  right: -100px;

}



/* ============================================================== 

     # Partners 

=================================================================== */

.partner-area .owl-item img {

    width: auto;

    margin: auto;

    height: 60px;

}



/* ============================================================== 

     # Faq Area 

=================================================================== */



.faq-area {

  z-index: inherit;

}



.faq-area .thumb img {

  position: relative;

  bottom: -50px;

  z-index: 9;

}



.faq-area .thumb {

  position: relative;

  margin-top: -50px;

  z-index: 9;

}



.faq-area .heading h5 {

  text-transform: uppercase;

  font-weight: 600;

  color: var(--color-paragraph);

}



.faq-area .heading h2 {

  font-weight: 600;

  margin-bottom: 25px;

}



.faq-area .heading {

  margin-bottom: 30px;

}



.faq-items .faq-content .accordion-item {

  border: none;

  background: transparent;

}



.faq-items .faq-content .accordion-item button.accordion-button {

  background: transparent;

  border: none;

  color: var(--color-heading);

  padding: 15px 0;

  font-size: 20px;

  position: relative;

  z-index: 1;

  padding-right: 60px;

}



.faq-items .faq-content .accordion-item button.accordion-button:after {

  display: none;

}



.faq-items .faq-content .accordion-item button.accordion-button:before {

  font-family: "Font Awesome 5 Pro";

  content: "\f107";

  position: absolute;

  right: 0;

  top: 16px;

  text-align: center;

  background: transparent;

  border-radius: 50%;

  font-weight: 400;

  color: var(--color-heading);

  font-size: 20px;

}



.faq-items .faq-content .accordion-item button.accordion-button.collapsed:before {

  content: "\f105";

}







.faq-items .faq-content .accordion-item .accordion-body {

  padding: 0;

  border-top: 1px solid #cccccc;

  margin-top: 10px;

  padding-bottom: 10px;

  padding-top: 20px;

}



.faq-items .faq-content .accordion-item .accordion-body p {

  margin: 0;

}





/* ============================================================== 

     # Testimonials 

=================================================================== */



.testimonials-area {

  position: relative;

}



.testimonials-area::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: var(--bg-gray);

  z-index: -1;

}



.testimonials-area .tesimonials-content {

  position: relative;

  padding-left: 50px;

  padding-right: 50px;

}



.testimonials-area .tesimonials-content::after {

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 300%;

  background: var(--bg-dark);

  position: absolute;

  z-index: -1;

}



.testimonials-area .info {

  position: relative;

  z-index: 1;

}



.testimonials-area .info > i {

  font-size: 120px;

  z-index: -1;

  opacity: 0.1;

  top: -70px;

  position: absolute;

}



.testimonials-area .info h5 {

  text-transform: uppercase;

  color: var(--color-primary);

  font-weight: 600;

  letter-spacing: 1px;

  margin-bottom: 25px;

}



.testimonials-area .info h2 {

  font-weight: 500;

  margin-bottom: 0;

}



.testimonials-area .info a {

  margin-top: 50px;

}



.testimonials-area .testimonial-items h4 {

  text-transform: capitalize;

  font-weight: 600;

  margin-top: 25px;

  margin-bottom: 5px;

}



.testimonials-area .testimonial-items span {

  color: #cccccc;

}



.testimonials-area .testimonial-items p {

  color: #dddddd;

}



.testimonials-area .testimonials {

  border-left: 1px solid rgba(255, 255, 255, 0.4);

  padding-left: 50px;

}



/* Indicator */



.testimonials-area .carousel-indicators {

  bottom: 0;

  left: 0;

  margin-left: -10px;

  position: relative;

  text-align: left;

  width: 100%;

  justify-content: left;

  margin-top: 30px;

}



.testimonials-area .carousel-indicators button {
    min-width: 10px;
    border: 2px solid transparent !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 9%;
    cursor: pointer;
    height: 8px;
    margin: 0 3px;
    opacity: 0.4;
    overflow: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    min-width: 10px;
    min-width: 31px;
}


.testimonials-area .carousel-indicators button img {

  display: block;

  height: auto;

  width: 100%;

}



.testimonials-area .carousel-indicators button.active {

  border: 2px solid var(--color-primary) !important;

  margin: 0 15px;

  opacity: 1;

  transform: scale(1.3);

  -webkit-transform: scale(1.3);

  -moz-transform: scale(1.3);

  -ms-transform: scale(1.3);

  -o-transform: scale(1.3);

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  background: transparent;

}



.testimonials-area .carousel-indicators .active img {

  padding: 3px;

  border-radius: 50%;

}



/* ============================================================== 

     # Blog 

=================================================================== */

.blog-area {

    z-index: inherit;

}



.blog-area .blog-items .single-item {

  margin-bottom: 30px;

}



.blog-area .blog-items .item .thumb img {

  border-radius: 5px 5px 0 0;

}



.blog-area .blog-items .info {

  padding-top: 50px;

  background: var(--white);

  border-radius: 0 0 5px 5px;

}



.blog-area .blog-items .info h2,

.blog-area .blog-items .info h3,

.blog-area .blog-items .info h4,

.blog-area .blog-items .info h5 {

  font-weight: 600;

}



.blog-area.bg-gray .blog-items .info,

.blog-area.full-blog .blog-items .info {

  padding-left: 30px;

  padding-right: 30px;

  padding-bottom: 30px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

}



.blog-area .blog-items .thumb {

  position: relative;

}



.blog-area .blog-items .thumb .date {

  background: var(--color-primary);

  position: absolute;

  right: 30px;

  bottom: -25px;

  color: var(--color-heading);

  font-weight: 600;

  padding: 10px 20px;

  border-radius: 5px;

  text-transform: capitalize;

  border: 1px solid var(--white);

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

}



.blog-area .blog-items .item .meta ul img {

  height: 50px;

  width: 50px;

  margin-right: 15px;

  border-radius: 50%;

}



.blog-area .blog-items h2 a:hover,

.blog-area .blog-items h3 a:hover,

.blog-area .blog-items h4 a:hover,

.blog-area .blog-items h5 a:hover,

.blog-area .blog-items .meta a:hover {

  color: var(--color-secondary);

}



.blog-area .blog-items .info .meta {

  margin-top: 20px;

}



.blog-area.full-blog .blog-items .info .meta {

  margin-top: 0;

  margin-bottom: 15px;

}



.blog-area.full-blog .blog-items .info .meta li {

  display: inline-block;

  margin-right: 20px;

  text-transform: uppercase;

  color: var(--color-paragraph);

  font-weight: 500;

  font-size: 14px;

}



.blog-area.full-blog .blog-items .info .meta li a {

  color: var(--color-paragraph);

  font-weight: 400;

}



.blog-area.full-blog .blog-items .info .meta li a:hover {

  color: var(--color-secondary);

}



.blog-area.full-blog .blog-items .info .meta li i {

  margin-right: 3px;

  color: var(--color-secondary);

}



.blog-area .blog-items .info .btn {

  margin-top: 5px;

}



.blog-area .blog-items .info .btn.btn-gray {

  background: transparent;

}



.blog-area .blog-items .info .btn.btn-gray:hover {

  background: var(--bg-dark)

}



/* Sidebar */



.blog-area.left-sidebar .blog-content {

  float: right;

}



.blog-area.left-sidebar .sidebar {

  padding-right: 35px;

}



.blog-area.right-sidebar .sidebar {

  padding-left: 35px;

}



.blog-area .sidebar .title {

  display: block;

}



.blog-area .sidebar .title h4 {

  font-weight: 800;

  margin-bottom: 20px;

  margin-top: -5px;

  position: relative;

  text-transform: capitalize;

  z-index: 1;

  font-size: 20px;

  display: inline-block;

  padding-bottom: 15px;

}



.blog-area .sidebar .title h4::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 2px;

  width: 50px;

  background: var(--color-primary);

}



.blog-area .sidebar input[type="text"] {

  border: 1px solid #e7e7e7;

  border-radius: inherit;

  box-shadow: inherit;

  min-height: 60px;

}



.blog-area .sidebar form {

  position: relative;

}



.blog-area .sidebar button[type="submit"] {

  background: var(--color-secondary);

  border: medium none;

  color: var(--white);

  font-weight: 500;

  letter-spacing: 1px;

  min-height: 50px;

  width: 50px;

  position: absolute;

  right: 5px;

  text-transform: uppercase;

  top: 5px;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

}



.blog-area .sidebar input[type="submit"]:hover {

  background: var(--color-secondary) none repeat scroll 0 0;

}



.blog-area .sidebar .sidebar-item {

  float: left;

  margin-bottom: 50px;

  width: 100%;

}



.blog-area .sidebar .sidebar-item:last-child {

  margin-bottom: 0;

}



.blog-area .sidebar .sidebar-item.category .sidebar-info, 

.blog-area .sidebar .sidebar-item.archives .sidebar-info {

  margin-top: -5px;

}



.blog-area .sidebar .sidebar-item.category li {

  display: block;

  position: relative;

  margin-top: 13px;

}



.blog-area .sidebar .sidebar-item.category li a {

  display: inline-block;

  text-transform: capitalize;

  font-weight: 600;

  color: var(--color-paragraph);

}



.blog-area .sidebar .sidebar-item li a:hover {

  color: var(--color-secondary);

}



.blog-area .sidebar .sidebar-item.category li a span {

  color: #b5b5b5;

  font-size: 14px;

  margin-left: 5px;

}



.blog-area .sidebar .sidebar-item.category li:first-child a span {

  top: 0;

}



.blog-area .sidebar .sidebar-item.category li:first-child {

  margin-top: 0;

  padding-top: 0;

}



.blog-area .sidebar .sidebar-item.category li:first-child a::after {

  top: 0;

}



.blog-area .sidebar .sidebar-item.category li:last-child {

  border: medium none;

  margin-bottom: 0;

  padding-bottom: 0;

}



.sidebar-item.recent-post li a {

  color: #333333;

  display: block;

  font-weight: 600;

}



.sidebar-item.recent-post li a:last-child {

  display: inline-block;

}



.sidebar-item.recent-post .meta-title {

  margin-top: 10px;

  font-weight: 600;

  text-transform: capitalize;

  font-size: 13px;

}



.sidebar-item.recent-post .meta-title i {

  margin-right: 5px;

  font-weight: 500;

  font-size: 14px;

}



.sidebar-item.recent-post li a:hover {

  color: var(--color-secondary);

}



.sidebar-item.recent-post li a span {

  display: inline-block;

  color: #002359;

}



.sidebar-item.recent-post li span {

  display: inline-block;

  text-transform: uppercase;

  font-size: 12px;

  color: var(--color-paragraph);

  font-weight: 600;

}



.sidebar-item.recent-post .meta-title a {

  color: #999999;

}



.sidebar-item.recent-post li {

  color: #cdd0d3;

}



.sidebar-item.recent-post li {

  border-bottom: 1px solid #e7e7e7;

  margin-bottom: 15px;

  padding-bottom: 15px;

}



.sidebar-item.recent-post li:last-child {

  border: medium none;

  margin: 0;

  padding: 0;

}



.sidebar-item.recent-post li:last-child {

  margin: 0;

}



.sidebar-item.recent-post li .thumb {

  display: table-cell;

  padding-top: 5px;

  vertical-align: top;

  width: 80px;

}



.sidebar-item.recent-post .thumb img {

  width: 100%;

}



.blog-area .blog-items .sidebar-item.recent-post li .info {

  box-shadow: inherit;

  color: #837f7e;

  display: table-cell;

  line-height: 26px;

  padding: 0;

  margin: 0;

  box-shadow: inherit;

  padding-left: 25px;

  vertical-align: top;

  background: transparent;

}



.sidebar-item.recent-post li .info a {

  text-decoration: inherit;

  font-weight: 600;

}



.blog-area .sidebar-item.gallery ul {

  margin: -7px;

  overflow: hidden;

}



.sidebar-item.gallery ul li {

  box-sizing: border-box;

  float: left;

  padding: 7px;

  width: 33.333%;

}



.sidebar-item.gallery ul li img {

  min-height: 70px;

  width: 100%;

  margin: 0;

}



.sidebar-item.archives ul li {

  display: block;

  margin-bottom: 20px;

  position: relative;

}



.sidebar-item.archives ul li:last-child {

  margin-bottom: 0;

}



.sidebar-item.archives ul li a {

  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  z-index: 1;

  padding-left: 25px;

  font-size: 14px;

  color: var(--color-paragraph);

}



.sidebar-item.archives ul li a::after {

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "\f07b";

  font-family: "Font Awesome 5 Pro";

  height: 8px;

  left: 0;

  position: absolute;

  width: 8px;

  font-weight: 500;

}



.sidebar-item.social-sidebar ul {

  margin-bottom: -10px;

  overflow: hidden;

}



.sidebar-item.social-sidebar li {

  display: inline-block;

  float: left;

  margin-right: 10px;

  margin-bottom: 10px;

}



.sidebar-item.social-sidebar li a {

  background: #002359 none repeat scroll 0 0;

  border: medium none;

  color: var(--white);

  display: inline-block;

  height: 50px;

  line-height: 54px;

  margin-bottom: 5px;

  text-align: center;

  width: 50px;

  font-size: 14px;

}



.sidebar-item.social-sidebar li a:hover {

  color: var(--white) !important;

}



.sidebar-item.social-sidebar li.facebook a {

  background: #3B5998 none repeat scroll 0 0;

}



.sidebar-item.social-sidebar li.twitter a {

  background: #1DA1F2 none repeat scroll 0 0;

}



.sidebar-item.social-sidebar li.pinterest a {

  background: #BD081C none repeat scroll 0 0;

}



.sidebar-item.social-sidebar li.g-plus a {

  background: #DB4437 none repeat scroll 0 0;

}



.sidebar-item.social-sidebar li.linkedin a {

  background: #0077B5 none repeat scroll 0 0;

}



.sidebar-item.tags ul {

  margin-top: -8px;

}



.sidebar-item.tags ul li {

  display: inline-block;

}



.sidebar-item.tags ul li a {

  border: 1px solid #e7e7e7;

  display: inline-block;

  font-weight: 800;

  margin-top: 8px;

  margin-right: 5px;

  padding: 5px 28px;

  text-transform: capitalize;

  font-size: 14px;

  border-radius: 30px;

  color: var(--color-paragraph);

  background: #fafafa;

}



.sidebar-item.tags ul li a:hover {

  color: var(--color-secondary);

}



.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  padding: 80px 50px;

  text-align: center;

  position: relative;

  z-index: 1;

}



.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: var(--color-secondary);

  z-index: -1;

  opacity: 0.7;

}



.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {

  color: var(--white);

  font-weight: 600;

  line-height: 1.4;

}



.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {

  color: var(--white);

}



.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {

  display: inline-block;

  color: var(--white);

  border: 1px dashed rgba(255, 255, 255, 0.7);

  padding: 10px 25px;

  margin-top: 9px;

}



.blog-area .blog-items.content-less .item .info > a {

  margin-top: 10px;

}



/* Blog Single */

.blog-area.single .item .content-box span {

  background: var(--color-secondary) none repeat scroll 0 0;

  color: var(--white);

  display: inline-block;

  font-weight: 600;

  letter-spacing: 1px;

  padding: 3px 20px;

  text-transform: uppercase;

}



.blog-area.single .item .content-box h2,

.blog-area.single .item .content-box h3,

.blog-area.single .item .content-box h4 {

  font-weight: 500;

}



.blog-area.single .content-box .cats {

  float: left;

  margin-right: 5px;

}



.blog-area.single .content-box .meta .date {

  float: right;

  letter-spacing: 1px;

  text-transform: uppercase;

}



.blog-area.single .content-box .meta {

  overflow: hidden;

  width: 100%;

  border: none;

  margin: 0;

  padding: 0;

}



.blog-area .blog-items .info > ul li {

  margin-bottom: 15px;

  color: var(--color-heading);

  position: relative;

  z-index: 1;

  padding-left: 25px;

  display: block;

}



.blog-area .blog-items .info > ul {

  margin-bottom: 25px;

  margin-top: 25px;

}



.blog-area .blog-items .info > ul li::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "\f00c";

  height: 100%;

  width: 100%;

  font-family: "Font Awesome 5 Pro";

  color: var(--color-secondary);

  font-weight: 600;

  font-size: 14px;

}



.blog-area.single .item {

  margin-bottom: 0;

}



.blog-area .item blockquote {

  position: relative;

  z-index: 1;

  border: none;

  font-size: 20px;

  margin-top: 30px;

  margin-bottom: 30px;

  padding-left: 85px;

  color: var(--color-heading);

  font-weight: 600;

  line-height: 37px;

  background: #fafafa;

  padding: 50px;

}



.blog-area .item blockquote cite {

  display: block;

  margin-top: 15px;

  color: #999999;

  font-weight: 500;

}



.blog-area .item blockquote::before {

  position: absolute;

  left: 0;

  top: 5%;

  content: "";

  height: 90%;

  width: 3px;

  background: var(--color-secondary);

}



.blog-area .item blockquote::after {

  position: absolute;

  left: 30px;

  content: "\f10d";

  font-family: "Font Awesome 5 Pro";

  color: var(--color-paragraph);

  top: 45px;

  font-weight: 600;

  opacity: 0.1;

  font-size: 60px;

}



.blog-area .item blockquote p {

  margin: 0;

  position: relative;

  z-index: 1;

  line-height: 34px;

  font-size: 16px;

  font-style: italic;

  font-weight: 500;

}



.blog-area .blog-content .post-tags, 

.blog-area .blog-content .share {

  margin-top: 40px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-top: 1px solid #e7e7e7;

  border-bottom: 1px solid #e7e7e7;

  padding: 10px 0;

  padding-bottom: 6px;

}



.blog-area .blog-content .share li {

  display: inline-block;

  margin-left: 15px;

}



.blog-area .blog-content .share li a {

  display: inline-block;

  color: var(--color-secondary);

}



.blog-area .blog-content .share li.facebook a {

  color: #3B5998;

}



.blog-area .blog-content .share li.twitter a {

  color: #1DA1F2;

}



.blog-area .blog-content .share li.pinterest a {

  color: #BD081C;

}



.blog-area .blog-content .share li.g-plus a {

  color: #DB4437;

}



.blog-area .blog-content .share li.linkedin a {

  color: #0077B5;

}



.blog-area .gallery img {

  margin-bottom: 30px;

}



.blog-area .blog-content .post-tags .tags a {

  background: #f7f7f7;

  padding: 10px 15px;

  font-size: 14px;

  margin-right: 3px;

  margin-bottom: 5px;

  display: inline-block;

}



.blog-area.single .post-pagi-area {

  margin-top: 50px;

  overflow: hidden;

}



.blog-area.single .post-pagi-area a {

  display: inline-block;

  font-weight: 400;

  text-transform: capitalize;

  color: #999999;

  border-radius: 30px;

}



.blog-area.single .post-pagi-area h5 {

  margin: 0;

  margin-top: 5px;

  font-weight: 600;

  transition: all 0.35s ease-in-out;

  font-size: 18px;

}



.blog-area.single .post-pagi-area h5:hover {

  color: var(--color-secondary);

}



.blog-area.single.color-yellow .post-pagi-area a:hover {

  color: #ff9800;

}



.blog-area.single .post-pagi-area a:last-child {

  float: right;

}



.blog-area.single .post-pagi-area a:first-child i {

  margin-right: 3px;

}



.blog-area.single .post-pagi-area a:last-child i {

  margin-left: 3px;

}



.comments-area .commen-item .comments-info p {

  display: block;

  margin: 0;

}



.blog-area .contact-comments .submit {

  margin-bottom: 0;

}



.responsive-video {

  position: relative;

  padding-bottom: 56.25%;

 /* 16:9 */

  padding-top: 25px;

  height: 0;

}



.responsive-video iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



/* Comments */



.blog-area .comments-form {

  margin-top: 50px;

}



.blog-area .blog-comments .comments-list {

  margin-bottom: 50px;

}



.blog-area .blog-comments .comments-list:last-child {

  margin-bottom: 0;

}



.comments-list .commen-item .avatar {

  float: left;

  height: 105px;

  width: 105px;

}



.comments-list .commen-item .content {

  display: table-cell;

  vertical-align: top;

}



.comments-list .commen-item .avatar img {

  height: 80px;

  width: 80px;

  border-radius: 50%;

}



.comments-list .commen-item {

  margin-bottom: 50px;

  background: #f7f7f7;

  padding: 30px;

  border-radius: 7px;

}



.comments-list .commen-item:last-child {

  margin-bottom: 0;

}



.comments-list .commen-item.reply {

  margin-left: 80px;

}



.comments-area {

  margin-top: 40px;

}



.comments-area .comments-title h2,

.comments-area .comments-title h3,

.comments-area .comments-title h4 {

  font-weight: 600;

  margin-bottom: 30px;

  text-transform: capitalize;

}



.comments-list .commen-item .content h3, 

.comments-list .commen-item .content h4, 

.comments-list .commen-item .content h5 {

  font-size: 16px;

  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 0;

}



.comments-list .commen-item .content p:last-child {

  margin-bottom: 0;

}



.comments-list .commen-item .content .title {

    align-items: center;

    margin-bottom: 15px;

    font-weight: 500;

}



.comments-list .commen-item .content .title span {

    color: var(--color-heading);

    font-weight: 400;

    color: #777;

    display: block;

    margin-top: 15px;

}



.comments-list .commen-item .content .title span i {

  font-weight: 500;

  margin-right: 5px;

}



.comments-list .commen-item .content .title span i.fa-reply {

  font-weight: 600;

  margin-right: 3px;

}



.comments-list .commen-item .content .title span a {

  margin-left: 10px;

}



.comments-list .commen-item .content .title span a:hover {

  color: var(--color-primary);

}



.comments-info a {

  border: 1px solid #e7e7e7;

  color: #002359;

  display: inline-block;

  font-size: 12px;

  margin-top: 5px;

  padding: 1px 20px;

  background: var(--white);

  text-transform: uppercase;

  font-weight: 600;

  border-radius: 30px;

}



.comments-info a:hover {

  color: var(--color-secondary);

}



.comments-info a i {

  margin-right: 10px;

}



.comments-form input, 

.comments-form textarea {

  border: none;

  box-shadow: inherit;

  padding: 15px;

  background: #f7f7f7;

}



.comments-form textarea {

  min-height: 180px;

  padding: 15px;

}



.blog-area.full-blog.single-blog .form-group.submit {

  margin-bottom: 0;

}



.comments-form button {

  background: var(--color-primary);

  border: 1px solid var(--color-primary);

  color: var(--color-heading);

  display: inline-block;

  font-weight: 600;

  line-height: 25px;

  margin-top: 20px;

  padding: 17px 40px;

  text-transform: capitalize;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  border-radius: 30px;

}



.comments-form .title h2, 

.comments-form .title h3, 

.comments-form .title h4 {

  font-weight: 600;

  margin-bottom: 30px;

  text-transform: capitalize;

}



.blog-area .contact-comments .comments {

  margin-top: 20px;

}



.blog-area.single .blog-items .item .contact-comments .col-md-6 {

  float: left;

  padding: 0 15px;

}





/* Pagination */



.pagination li {

  display: inline-block;

  margin-top: 7px;

}



ul.pagination {

  display: block;

  margin-top: 30px;

}



.pagination li a {

  display: inline-block;

  padding: 10px 20px;

  border-radius: 5px;

  margin: 0 2px;

  color: var(--color-heading);

  font-weight: 800;

}



.pagination li.page-item.active a {

  background: var(--color-secondary);

  border-color: var(--color-secondary);

}





/* ============================================================== 

     # Contact 

=================================================================== */

.contact-area {

  position: relative;

}



.contact-thumb {

  z-index: -1;

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 50%;

}



.contact-thumb img {

  height: 100%;

  width: 100%;

  object-fit: cover;

  object-position: center;

}



.contact-area .google-maps iframe {

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 50%;

}



.contact-area .form-content {

  padding: 50px;

  background: var(--white);

  box-shadow: 0 0 10px #cccccc;

  position: relative;

  z-index: 1;

}



.contact-area .form-content h2 {

  font-weight: 600;

  margin-bottom: 30px;

}



.contact-area .form-content input, 

.contact-area .form-content textarea {

  border: none;

  background: #f7f7f7;

  padding: 15px;

}



.contact-area .form-content button {

  width: 100%;

  padding: 15px 40px;

  border-radius: 30px;

  background: var(--color-primary);

  color: var(--color-heading);

  font-weight: 600;

}



.green .contact-area .form-content button {

  background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);

  color: var(--white);

}



.contact-area .form-content textarea {

  min-height: 150px;

}



.contact-area img.loader {

  position: absolute;

  right: -10px;

  top: 18px;

}



.contact-area .contact-info {

  padding-right: 30px;

}



.contact-area .contact-info li {

  display: block;

  margin-top: 30px;

}



.contact-area .contact-info li:first-child {

  margin-top: 0;

}



.contact-area .contact-info li h4 {

  font-weight: 600;

}





/* ============================================================== 

     # Error Page 

=================================================================== */

.error-page-area h1 {

  font-size: 140px;

  font-weight: 900;

  line-height: 110px;

  margin-bottom: 25px;

  color: var(--color-paragraph);

  text-shadow: -5px 5px 0px #eceefe;

}



.error-page-area h2 {

  font-weight: 600;

  margin-bottom: 25px;

}



.error-box .search {

  margin-bottom: 0;

  margin-top: 30px;

  text-align: center;

}



.error-box .search form {

  position: relative;

  width: 400px;

}



.error-box .search .input-group {

  width: 100%;

}



.error-box .search form input {

  border: 1px solid #e7e7e7;

  -webkit-border-radius: 5px !important;

  -moz-border-radius: 5px !important;

  border-radius: 5px !important;

  box-shadow: inherit;

}



.error-box .search form button {

  background: transparent none repeat scroll 0 0;

  border: medium none;

  line-height: 50px;

  padding: 0 15px;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 9;

}





/* ============================================================== 

     # Footer 

=================================================================== */

footer {

  position: relative;

}



footer .fixed-shape {

  position: absolute;

  right: 0;

  bottom: 0;

  opacity: 0.1;

  max-width: 50%;

}



footer .default-padding {

  padding-top: 70px;

}



footer .item {

  margin-top: 50px;

}



footer img {

  margin-bottom: 30px;

}



footer .about img {

  height: 160px;

}



footer .widget-title {

  margin-bottom: 30px;

  font-weight: 500;

}



footer .recent-post li {

  display: flex;

  margin-bottom: 20px;

}



footer .recent-post li:last-child {

  margin-bottom: 0;

}



footer .recent-post li img {

  max-width: 70px;

  margin-right: 20px;

  margin-top: 5px;

  border-radius: 5px;

}



footer .recent-post li a {

  font-weight: 500;

}



footer .recent-post .meta-title {

  margin-top: 5px;

}



footer .recent-post a {

  color: #cccccc;

}



footer .recent-post a:hover {

  color: var(--white);

}



footer .recent-post img {

  margin-bottom: 0;

}



footer .recent-post span.post-date {

  text-transform: uppercase;

  font-size: 12px;

  color: var(--color-primary);

  letter-spacing: 1px;

  font-weight: 400;

}



footer .address li {

  display: block;

  margin-top: 15px;

  color: #cccccc;

}



footer .address li a {

  color: #cccccc;

}



footer .address li a:hover {

  color: var(--color-primary);

}



footer .address li:first-child {

  margin-top: 0;

}



footer .address li strong {

  text-transform: uppercase;

  margin-right: 5px;

  color: var(--white);

}



footer .address li i {

  margin-right: 5px;

  color: var(--color-primary);

  font-size: 25px;

  min-width: 35px;

}



footer .address li a {

  font-weight: 400;

}



footer .about {

  padding-right: 30px;

  border-right: 1px solid rgba(255, 255, 255, 0.3);

}



footer .about p {

  color: #cccccc;

}



footer form {

  position: relative;

}



footer form input {

  border: none !important;

  background: rgba(255, 255, 255, 0.2) !important;

  border-radius: 30px !important;

  color: var(--white) !important;

  padding-left: 20px !important;

  padding-right: 20px !important;

  min-height: 60px !important;

}



footer form input::-webkit-input-placeholder {

 /* Chrome/Opera/Safari */

  color: #cccccc !important;

}



footer form input::-moz-placeholder {

 /* Firefox 19+ */

  color: #cccccc !important;

}



footer form input:-ms-input-placeholder {

 /* IE 10+ */

  color: #cccccc !important;

}



footer form input:-moz-placeholder {

 /* Firefox 18- */

  color: #cccccc !important;

}



footer form button {

  position: absolute;

  right: 5px;

  top: 5px;

  height: 50px;

  border-radius: 30px;

  background: var(--white);

  color: var(--color-heading);

  padding: 0 30px;

  font-weight: 600;

}



footer .link a {

  display: inline-block;

  color: #cccccc;

}



footer .link li {

  display: block;

  margin-bottom: 10px;

}



footer .link li:last-child {

  margin-bottom: 0;

}



footer .link a:hover {

  color: var(--color-primary);

}



footer .social li {

  display: inline-block;

  margin-right: 15px;

}



footer .social li a {

  display: inline-block;

  height: 40px;

  width: 40px;

  line-height: 43px;

  text-align: center;

  background: var(--white);

  border-radius: 50%;

  color: var(--color-heading);

}



footer .social li.facebook a {

  color: #3B5998;

}



footer .social li.twitter a {

  color: #1DA1F2;

}



footer .social li.pinterest a {

  color: #BD081C;

}



footer .social li.g-plus a {

  color: #DB4437;

}



footer .social li.linkedin a {

  color: #0077B5;

}



footer .social li.youtube a {

  color: #c4302b;

}



footer .social {

  margin-top: 20px;

}



footer .footer-bottom li {

  display: inline-block;

  margin-bottom: 0;

  margin-left: 20px;

}



footer .footer-bottom p {

  margin: 0;

}



footer .footer-bottom {

  padding: 20px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



/* ============================================================== 

     # Preloader 

=================================================================== */

.no-js #loader {

  display: none;

}



.js #loader {

  display: block;

  position: absolute;

  left: 100px;

  top: 0;

}



.se-pre-con {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 999999;

  background: url(assets/img/preloader.gif) center no-repeat var(--white);

  text-align: center;

}





/* ============================================================== 

     # Demo 

=================================================================== */



.demo-area.demo-conten.default-padding {

  padding-bottom: 30px;

}



.demo-area .single-item {

    position: relative;

    z-index: 1;

    background: var(--white);

    border-radius: 10px;

    box-shadow: 0 0 10px #cccccc;

}



.demo-area .item {

    margin-bottom: 50px

}



.demo-area .single-item .info {

    padding: 30px 15px;

    text-align: center;

    background: #fafafa;

}



.demo-area .single-item .info h4 {

    font-size: 16px;

    font-weight: 800;

    margin: 0;

    text-transform: uppercase;

    margin-top: 15px;

}

.banner-area .demo-banner h1 {

    font-weight: 600;

    margin-bottom: 30px;

    font-size: 46px;

}



.banner-area .demo-banner h1 span {

    font-size: 36px;

}



.banner-area .demo-banner img {

  height: auto;

  margin-bottom: 20px;

  max-height: 60px;

}

.demo-area .def-heading h2 {

  font-weight: 900;

  margin: 30px 0;

  text-transform: uppercase;

  color: #333333;

}

.demo-footer {

  padding-bottom: 80px;

}



.introduction-area h2 span {

  color: #fd0060;

}



.introduction-area h4 {

  font-weight: 300;

  line-height: 30px;

}



.introduction-area h2 {

  color: var(--white);

  display: inline-block;

  font-weight: 600;

  padding-bottom: 20px;

  position: relative;

  text-transform: uppercase;

  margin-bottom: 30px;

}



.introduction-area h2::before {

  background: #fd0060 none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -10px;

  position: absolute;

  width: 50px;

}



.introduction-area h2::after {

  background: var(--white) none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -40px;

  position: absolute;

  width: 25px;

}



footer.demo .copyright {

  margin-top: 15px;

}

.demo-area .comming-soon.item img {

    opacity: 0.3;

}

.banner-area.demo-banner {

  padding: 50px 0;

}

.demo-area .site-heading {

  margin-bottom: 30px;

}

.demo-area img {

  background: var(--white) none repeat scroll 0 0;

  /* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */

  border-radius: 8px 8px 0 0;

  padding: 10px;

}



.demo-area.demo-conten .single-item a {

    position: relative;

    display: block;

}



.demo-area.demo-conten .single-item a span {

    position: absolute;

    right: 15px;

    top: -14px;

    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);

    color: var(--white);

    padding: 1px 35px;

    border-radius: 30px;

    box-shadow: 0 0 10px #cccccc;

}



.demo-area .rtl-version a {

    position: fixed;

    right: 50px;

    bottom: 50px;

    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);

    display: inline-block;

    height: 100px;

    width: 100px;

    line-height: 100px;

    z-index: 9;

    text-align: center;

    color: var(--white);

    border-radius: 50%;

    font-size: 20px;

}



.demo-area .rtl-version a::after {

    position: absolute;

    left: -10px;

    top: -10px;

    height: 120%;

    width: 120%;

    content: "";

    background: #437eeb;

    z-index: -1;

    border-radius: 50%;

    opacity: 0.3;

}



.demo-area.default-padding {

    z-index: inherit;

}



.demo-banner a.btn img {

    height: 30px;

    margin-right: 2px;

    margin-bottom: 0;

    position: relative;

}



.demo-banner a.btn {

  position: relative;

}



.banner-thumb {

  display: none;

}



.banner-area {

  position: relative;

  overflow: hidden;

}



.demo-area .site-heading h2 {

    margin-bottom: 40px;

}





.demo-area .single-item .info a {

    display: inline-block;

    padding: 5px 30px;

    border-radius: 30px;

    color: var(--color-heading);

    margin: 0 5px;

    background: var(--color-primary);

}



.demo-area .single-item .info h4 {

    /* color: var(--white); */

    margin-bottom: 25px;

    margin-top: 0;

}



.banner-area .fun-fact-box {

    position: absolute;

    bottom: 50px;

    text-align: center;

    width: 100%;

    left: 50%;

    transform: translateX(-50%);

    display: none;

}



.banner-area .fun-fact-box .fun-fact {

    display: inline-block;

    padding: 0 30px;

    position: relative;

}



.banner-area .fun-fact-box .fun-fact::after {

    position: absolute;

    right: 0;

    top: 0;

    content: "";

    height: 100%;

    width: 1px;

    background: rgba(255, 255, 255, 0.6);

}



.banner-area .fun-fact-box .fun-fact:last-child::after {

    display: none;

}



.banner-area .fun-fact-box .fun-fact .timer {

    font-weight: 800;

    font-size: 30px;

    display: block;

    margin-bottom: 10px;

}



.banner-area .fun-fact-box .fun-fact .medium {

    text-transform: uppercase;

    font-weight: 600;

}



/* Features */



.demo-features .single-item {

  margin-bottom: 30px;

}



.demo-features .item {

    background: var(--white);

    padding: 50px;

    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

    border-radius: 8px;

}



.demo-features .item img {

    height: 50px;

    width: auto;

    margin-bottom: 15px;

}



.demo-features .item h5 {

    font-weight: 600;

    text-transform: capitalize;

}



.demo .navbar.navbar-transparent .attr-nav > ul > li.button {

    display: none;

}



.demo .attr-nav > ul > li.button a img {

    height: 30px;

}



.demo footer img {

  margin-bottom: 0;

}