/*
** General Styles for HTML tags
*/

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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

:root{
  --plyr-color-main: #7ac261;  
}


* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
	
}

body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Syne", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
}


html,
body,
.wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Syne", sans-serif;
	letter-spacing: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 6vmin;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a,
.btn,
button {
	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;
	outline: medium none;
	font-family: "Syne", sans-serif;
}

a img,
iframe {
	border: none;
}

p {
	color: #666666;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inherit;
}

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

a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
	color: #232323;
}

a:hover {
	color: #232323;
}

a {
	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;
	text-decoration: none;
	font-weight: 600;
}

b,
strong {
	font-weight: 700;
}

.btn.active,
.btn:active {
	background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

/* 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%;
	padding: 0;
}

.navbar{
    height: 60px;
}


@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 {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-full {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-full {
		max-width: 960px;
	}
}

@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%;
	}
}

@media (max-width:1199px) {
	.container-fill {
		padding: 0 15px;
	}
}

header .logo{
    max-width: 150px;
}

.fixed-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.video-banner{
    height: 100vh;
    width: 100%;
}

.video-banner video{
    height: 100%;
    width: 100%;
    object-fit : cover;
    object-position : center;
}

/* Desktop video (default) */
    .hero-video-desktop {
      display: block;
    }

    /* Mobile video (hidden by default) */
    .hero-video-mobile {
      display: none;
    }

    /* Media query for mobile screens */
    @media (max-width: 768px) {
        html{
            width: 100vw;
        }
      .hero-video-desktop {
        display: none;
      }

      .hero-video-mobile {
        display: block;
      }
    }

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
}

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

.bg-dark {
	background-color: #1b1b1b !important;
}

.bg-theme {
	background-color: #7cbc58;
}

.bg-gradient {
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 57%, rgba(0, 212, 255, 1) 100%);
}

.gradient-bg {
	background-image: linear-gradient(90deg, rgba(74, 196, 243, 1) 23%, rgba(9, 168, 228, 1) 100%);
	background-color: #7cbc58;
}

.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: #ffffff;
}

.shadow {
	position: relative;
	z-index: 1;
	box-shadow: inherit !important;
}

.shadow.dark::after {
	/*background: #000000 none repeat scroll 0 0;*/
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.head-category {
    font-size: clamp(16px , 2vw , 60px);
    font-weight: 600;
}

.shadow.dark-hard::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #7cbc58 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: #7cbc58 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;
}

.default-padding {
	padding: 60px;
}

.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 */

.btn {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	-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;
	overflow: hidden;
	border-radius: 8px;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.btn-md {
	padding: 17px 42px;
}

.btn-md.btn-theme {
	padding: 17px 40px;
}

.btn-md i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-left: 30px;
}

.btn-md i::after {
	position: absolute;
	left: -19px;
	top: 8px;
	content: "";
	border: 1px solid #ffffff;
	width: 30px;
	height: 1px;
}

.btn-sm {
	padding: 14px 40px;
	font-size: 14px;
}

a:hover,
a:active {
	opacity: 1;
	text-decoration: none;
}

.btn.btn-gradient {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #7cbc58, #18ebeb, #7cbc58);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #ee2852, #d100df, #ee2852);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #ee2852;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-gradient:hover::after,
.btn.btn-gradient:active {
	background-position: -70% 0;
	color: #ffffff;
}

.btn.btn-light.effect {
	color: #232323;
	border: 2px solid transparent;
	overflow: hidden;
	position: relative;
}

.btn.btn-light.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
	border: 2px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.btn.btn-light.effect:hover::after {
	width: 0;
}

.btn.btn-dark.effect {
	color: #ffffff;
	border: 2px solid transparent;
	box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.btn.btn-dark.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #202942;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
	border: 2px solid #202942;
	color: #202942;
	background: transparent;
}

.btn.btn-dark.effect:hover::after {
	width: 0;
}

.btn-light.border {
	background: #ffffff;
	border: 2px solid #e7e7e7 !important;
}

.btn.btn-theme.effect {
	color: #ffffff;
	border: 2px solid #35b4f1;
	overflow: hidden;
	position: relative;
}

.btn.btn-theme.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #35b4f1;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.shadow .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect:hover {
	border: 2px solid #7cbc58;
	color: #ffffff;
	background: transparent;
}

.shadow .btn.btn-theme.effect:hover {
	border: 2px solid #ffffff;
	color: #232323;
	background: transparent;
}

.btn.btn-theme.effect:hover::after {
	width: 0;
}

.btn.btn-theme.effect:hover::before {
	width: 100%;
}

.torch-red .btn.btn-theme.effect {
	color: #ffffff;
	border: 2px solid #ee2852;
	overflow: hidden;
	position: relative;
}

.torch-red .btn.btn-theme.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ee2852;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .shadow .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect:hover {
	border: 2px solid #7cbc58;
	color: #ffffff;
	background: transparent;
}

.torch-red .shadow .btn.btn-theme.effect:hover {
	border: 2px solid #ffffff;
	color: #ee2852;
	background: transparent;
}

.torch-red .btn.btn-theme.effect:hover::after {
	width: 0;
}

.torch-red .btn.btn-theme.effect:hover::before {
	width: 100%;
}

.btn-theme-border {
	border: 2px solid #7cbc58;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn-theme-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
	border-radius: 30px;
}

.btn-theme-border:hover::after {
	width: 100%;
}

.btn-theme-border:hover {
	color: #ffffff;
}

.btn-light-border {
	border: 2px solid #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-light-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
	border-radius: 30px;
}

.btn-light-border:hover::after {
	width: 100%;
}

.btn-light-border:hover {
	color: #232323;
}

.btn-theme-effect {
	border: 2px solid #7cbc58;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-theme-effect::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
	border-radius: 30px;
}

.btn-theme-effect:hover::after {
	width: 0;
}

.btn-theme-effect:hover {
	color: #232323;
}



/* End Button */

.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;
}


/* Start Site Heading */
.site-heading h4,.site-heading h1 span{
	text-transform: uppercase;
	font-weight: bolder;
	color: #7cbc58;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: linear-gradient(90deg, #258d72 30%, #7cbc58 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5vmin;
	
}

.site-heading h1{
    color: black !important;
    font-weight: bolder;
}

.torch-red .site-heading h4 {
	color: #ee2852;
	background: linear-gradient(90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-heading p {
	margin: 0;
	margin-top: 10px;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #7cbc58;
	position: relative;
	z-index: 1;
	left: 10px;
}

.torch-red .site-heading .devider {
	background: #ee2852;
}

.site-heading.light .devider {
	background: #ffffff;
}

.site-heading .devider:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	height: 2px;
	width: 10px;
	background: #7cbc58;
}

.torch-red .site-heading .devider:before {
	background: #ee2852;
}

.area-title {
	font-size: 40px;
	line-height: 1.2;
}

.site-heading {
	overflow: hidden;
}

.about-abybaby-para{
    line-height: 1.5;
    color: black;
    font-weight: 300;
    border-left: 2px solid black;
    padding-left: 50px;
    font-size: clamp(16px , 1.5vw , 22px);
}

.about-content-area{
        background: linear-gradient(-42deg, #7cbc588f, white, transparent);
}


.left-heading {
	margin-bottom: 60px;
}

.left-heading h4 {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	color: #7cbc58;
	margin-top: -5px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.left-heading h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px;
	padding: 15px;
}

@media only screen and (min-width: 1100px) {
	.left-border::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 100%;
		width: 70px;
		background: #edf5ff;
	}

	.bg-gray.left-border::before {
		background: #ffffff;
	}
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area .container-full {
	padding: 0 30px;
}

.top-bar-area {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
}

.top-bar-area.transparent i {
	color: #ffffff !important;
}

.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: 600;
}

.top-bar-area p a {
	text-decoration: underline;
	font-weight: 600;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
	display: inline-block;
	padding: 6px 25px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	height: 19px;
	width: 1px;
	border-left: 1px solid #dddddd;
}

.top-bar-area.transparent li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	height: 80px;
	top: -30px;
}

.top-bar-area li:first-child::after {
	display: none;
}

.top-bar-area .item-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .social ul {
	margin-left: 30px;
}

.top-bar-area .social ul li::after {
	display: none;
}

.top-bar-area .social li {
	margin-left: 10px;
}

.top-bar-area.inc-pad {
	padding: 15px 0;
}

.top-bar-area.inc-padding {
	padding: 10px 0;
}

.top-bar-area .button i {
	margin-right: 5px;
}

.top-bar-area .info li i {
	margin-right: 5px;
	color: #104cba;
}

.top-bar-area.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.top-bar-area.fixe .row {
	align-items: center;
}

.top-bar-area.fixed {
	padding: 20px 0;
}

.top-bar-area .address-info li {
	text-align: left;
}

.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
	display: inline-block;
}

.top-bar-area .address-info li .icon i {
	margin-right: 10px;
}

.top-bar-area .info a {
	margin-left: 20px;
}

.top-bar-area.fixed .container {
	padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
	color: #ffffff;
}

.top-bar-area.inc-logo {
	padding: 15px 0;
}

.top-bar-area .info-colums ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.top-bar-area .info-colums li i {
	font-size: 35px;
}

.top-bar-area .info-colums ul .info {
	font-size: 14px;
	text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
	display: inline-block;
}

.top-bar-area .info-colums ul li {
	text-align: left;
}

.top-bar-area .info-colums ul li .info {
	line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
	margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
	height: 90%;
	top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
	color: #104cba;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
	color: #ffffff;
}

.top-bar-area.bg-theme {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
	padding-top: 135px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 50px;
}

.breadcrumb-area.top-pad-extra {
	padding-top: 240px;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    font-family: 'Shadows Into Light', cursive;
    font-size: 4vmin;
    margin-top: 10px;
    line-height: 50px;
}

.breadcrumb-area h1 {
	display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 7vmin;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #8dc96e;
    background: #00000063;
    /*-webkit-text-fill-color: #ffffff00;*/
    /*-webkit-text-stroke-width: 2px;*/
    /*-webkit-text-stroke-color: #8dc96e;*/
    box-shadow: 10px 10px 0 #ffffffbf;
}

.breadcrumb>li+li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
	display: none;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
	content: "";
	height: 2px;
	left: -10px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	background: #ffffff;
	width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
	display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

/* ============================================================== 
     # 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 .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;
	z-index: 1;
}

.banner-area .content {
	position: relative;
	z-index: 9;
	overflow: hidden;
}


/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
	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;
}

.banner-area .carousel-item p {
	animation-delay: .5s;
}

.banner-area .carousel-item ul {
	animation-delay: .6s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
	animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-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-item>.slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 9;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #ffffff;
	opacity: 0;
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.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 .carousel-control.left::after {
	position: absolute;
	left: 25px;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ffffff;
}

.banner-area .carousel-control.left::before {
	position: absolute;
	left: 20px;
	top: 22px;
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.left {
	left: 50px;
	opacity: 1;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}

.banner-area .carousel-control.right {
	right: -80px;
}

.banner-area:hover .carousel-control.right {
	right: 50px;
	opacity: 1;
}

.banner-area .carousel-control.right::after {
	position: absolute;
	right: 25px;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ffffff;
}

.banner-area .carousel-control.right::before {
	position: absolute;
	right: 20px;
	top: 23px;
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}

/* Carousel Contril Right Position */
.banner-area .carousel-control.position-right {
	position: absolute;
	right: -100px;
	left: auto !important;
	margin: 0;
	top: 50%;
	transform: translateX(-50%);
}

.banner-area .carousel-control.position-right.right {
	margin-top: -80px;
}

.banner-area:hover .carousel-control.position-right.left,
.banner-area:hover .carousel-control.position-right.right {
	right: 0;
	left: auto !important;
}

.carousel-control.light-bg::after,
.carousel-control.light-bg::before {
	display: none;
}

.carousel-control.light-bg {
	background: #ffffff;
	color: #7cbc58;
	box-shadow: 0 0 10px #cccccc;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 100%;
}

.banner-area .carousel-indicators {
	position: absolute;
	right: auto;
	left: 0;
	width: auto;
	height: auto;
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 30px 0;
}

.banner-area .carousel-indicators.right {
	padding: 80px 0;
	left: auto;
	right: 0;
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 5px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1;
}

.banner-area .carousel-indicators.theme li {
	border: 2px solid #e7e7e7;
	opacity: 1;
}

.banner-area .carousel-indicators li.active {
	border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
	border: 2px solid #7cbc58;
}

.torch-red .banner-area .carousel-indicators.theme li.active {
	border: 2px solid #ee2852;
}

.banner-area .carousel-indicators li::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: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
	background: #7cbc58;
}

.torch-red .banner-area .carousel-indicators.theme li::after {
	background: #ee2852;
}

.double-items>.row div {
	height: auto;
}

/* Content */
.banner-area .top-right-shape {
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;
	width: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: right top;
}

.banner-area .top-left-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 60% !important;
	width: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: left top;
}

.banner-area .shape-thumb {
	margin-right: -50px;
}

.banner-area .shape-thumb img {
	padding: 50px;
}

.banner-area.top-pad-140p .carousel-item {
	padding-top: 140px;
}

.banner-area.inc-shape::after {
	position: absolute;
	right: -100px;
	top: -200px;
	content: "";
	height: 600px;
	width: 800px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 57%, rgba(0, 212, 255, 1) 100%);
	z-index: -1;
	border-radius: 30px;
	transform: rotate(45deg);
	opacity: 0.1;
}

.banner-area.text-default h4 {
	text-transform: uppercase;
	color: #7cbc58;
	font-weight: 600;
	margin-bottom: 25px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 0%, rgba(62, 220, 251, 1) 37%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .banner-area.text-default h4 {
	color: #ee2852;
	background: linear-gradient(90deg, #ee2852 0%, #d100df 37%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-area.text-default h2 {
	font-weight: 600;
	font-size: 60px;
	margin: 0;
	line-height: 1.1;
}

.banner-area.text-default a {
	margin-top: 40px;
}

.banner-area.inc-video h2 {
	font-size: 70px;
	font-weight: 600;
	line-height: 1.1;
}

.banner-area.inc-video h4 {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.banner-area h2 span {
	font-weight: 200;
}

.banner-area.inc-video a.btn {
	margin-top: 23px;
}

.banner-area p {
	padding-right: 30%;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
}

.banner-area.text-center p {
	padding-left: 15%;
	padding-right: 15%;
}

.banner-area.inc-video a span {
	position: absolute;
	left: 80px;
	top: 0;
	min-width: 129px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: inherit;
}

.banner-area.inc-video a.video-play-button {
	margin-bottom: 50px;
}

.banner-area.inc-video .content {
	overflow: inherit;
}

.banner-area.top-pad-50 .content {
	padding-top: 50px;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

.banner-area .shape-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60%;
	width: 40%;
	z-index: 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.banner-area.text-big h2 {
	font-size: 150px;
	line-height: 120px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-area.text-big h2 span {
	font-weight: 100;
	font-size: 80px;
	display: block;
	line-height: 1.2;
}

.banner-area.text-big a.btn {
	margin-top: 20px;
}

.banner-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100% !important;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	opacity: 0.5;
}

.banner-area.auto-height .shape-thumb img {
	padding: 50px;
	margin-top: 120px;
	padding-bottom: 0;
}

.banner-area.auto-height .content {
	padding: 0;
	padding-top: 120px;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
	color: #7cbc58;
	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: #ffffff 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: #7cbc58 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: #ffffff 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: #7cbc58;
}

.torch-red .video-play-button i {
	color: #ee2852;
}

.video-play-button.theme i {
	color: #ffffff;
}

.video-play-button.relative {
	position: relative;
	display: inline-block;
	left: 30px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	text-align: center;
	margin-top: 0 !important;
	top: 55px;
	margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
	height: 68px;
	width: 68px;
	line-height: 68px;
}

.video-play-button.relative i {
	line-height: 70px;
	font-size: 25px;
}

/* 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-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	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;
	z-index: 1;
}

.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);
	overflow-y: auto !important;
	height: 200px;
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #96aac1;
}

.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;
}

.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 
=================================================================== */

@media only screen and (min-width: 1367px) {
	.about-area .container {
		margin-left: calc((100% - 1140px)/ 2);
		padding: 0;
		width: auto;
		min-width: auto;
		max-width: inherit;
	}
}

@media (min-width: 1601px) {
	.about-area .container {
		margin-left: calc((100% - 1320px)/ 2);
		padding: 0;
		width: auto;
		min-width: auto;
		max-width: inherit;
	}
}

.about-area {
	position: relative;
	z-index: 1;
}

.about-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 80px;
	width: 100%;
	background: #ffffff;
	z-index: -1;
}

.about-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 80px;
	height: 100%;
	width: 60%;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.about-area .about-items .row {
	margin-left: 0;
}

.about-area .thumb {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-area .info {
	margin-top: 200px;
	padding-bottom: 120px;
}

.about-area .thumb .success-rate {
	position: absolute;
	display: flex;
	align-items: center;
}

.about-items .thumb .successr-ate {
	position: absolute;
	left: -80px;
	display: flex;
	align-items: center;
	background: #7cbc58;
	padding: 30px;
	top: 80px;
}

.torch-red .about-items .thumb .successr-ate {
	background: #ee2852;
}

.about-items .thumb .successr-ate i {
	display: inline-block;
	font-size: 60px;
	margin-right: 20px;
}

.about-items .thumb .successr-ate h2 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

.about-area .info>h4 {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	color: #7cbc58;
	margin-top: -5px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .about-area .info>h4 {
	color: #ee2852;
	background: linear-gradient(90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.about-area .info p {
	color: #a0a2a6;
}

.about-area .info {
	padding-right: 50px;
}

.about-area .info ul {
	margin-right: -15px;
	margin-top: 35px;
	overflow: hidden;
}

.about-area .info li {
	float: left;
	width: 50%;
	padding: 0 15px;
	position: relative;
	padding-left: 60px;
}

.about-area .info li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "N";
	font-family: 'ElegantIcons';
	height: 40px;
	width: 40px;
	background: #ffffff;
	border-radius: 50%;
	color: #7cbc58;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.torch-red .about-area .info li::after {
	color: #ee2852;
}

.about-area .info li h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.about-area .info li p {
	margin-bottom: 0;
}

.about-area .info>a {
	margin-top: 40px;
}


/* ============================================================== 
     # About Version Two  
=================================================================== */
.about-us-area .about-items .thumb {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.about-us-area .about-items .thumb h2 {
	position: absolute;
	left: 0;
	bottom: 50px;
	margin: 0;
	background: #ffffff;
	padding: 37px;
	padding-top: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #666666;
	border-radius: 8px;
}

.about-us-area .about-items .thumb h2 strong {
	font-size: 62px;
	color: #7cbc58;
}

.about-us-area .about-items .thumb::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 50%;
	width: 25px;
	background: #7cbc58;
	z-index: -1;
	border-radius: 8px;
}

.about-us-area .about-items .thumb img {
	    border-radius: 8px;

}

.about-us-area .info {
	padding-left: 35px;
}

.about-us-area .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.about-us-area .author {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.about-us-area .author img {
	height: 80px;
}

.about-us-area .author .signature {
	border-right: 1px solid #999999;
	padding-right: 20px;
	margin-right: 20px;
}

.about-us-area .author h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.about-us-area .about-items .info ul {
	margin-top: 30px;
}

.about-us-area .about-items .info ul li {
	display: block;
	padding-left: 25px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	color: #232323;
	font-weight: 500;
}

.about-us-area .about-items .info ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "N";
	font-family: 'ElegantIcons';
	height: 100%;
	width: 100%;
	color: #7cbc58;
}


/* ============================================================== 
     # About Version Three  
=================================================================== */
.about-content-area .content-box .thumb {
	padding-right: 35px;
}

.about-content-area .thumb-box .shape {
	position: absolute;
	height: 300px;
	left: -150px;
	top: -80px;
	width: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: -1;
}

.about-content-area .thumb-box {
	position: relative;
}

.about-content-area .thumb-box img:first-child {
	width: 80%;
	border-radius: 8px;
	max-width: 500px;
}

.about-content-area .thumb-box img:last-child {
	position: relative;
	width: 80%;
	right: 0;
}

.about-content-area .thumb-box img:nth-child(2) {
	position: absolute;
	right: 0;
	width: 50%;
	float: right;
	bottom: 30%;
	margin-bottom: -200px;
	border: 5px solid #ffffff;
	border-radius: 50%;
}

.about-content-area .thumb-box .experience {
	position: absolute;
	right: -50px;
	bottom: 50px;
	background: #7cbc58;
	padding: 30px 50px;
	overflow: hidden;
	z-index: 1;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.about-content-area .thumb-box .experience h2 {
	font-size: 120px;
	color: #ffffff;
	font-weight: 800;
	line-height: 1;
	padding-right: 200px;
	margin: 0;
	margin-top: -10px;
}

.about-content-area .thumb-box .experience h2 strong {
	font-size: 22px;
	font-weight: 600;
	display: block;
}

.about-content-area .thumb-box .experience .video-play-button {
	position: absolute;
	right: 60px;
	left: auto;
}

.about-content-area .thumb-box .experience::after {
	position: absolute;
	right: -110px;
	top: -55px;
	content: "";
	height: 300px;
	width: 300px;
	background: #ffffff;
	z-index: -1;
	border-radius: 50%;
}

.about-content-area .content-box .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.about-content-area .content-box .info ul li {
	display: flex;
	margin-top: 30px;
}

.about-content-area .content-box .info ul li i {
	display: inline-block;
	font-size: 40px;
	margin-right: 25px;
	color: #7cbc58;
}

.about-content-area .content-box .info ul li h4 {
	font-weight: 600;
}

.about-content-area .content-box .info ul li p {
	margin: 0;
}

.about-content-area .content-box .info .call {
	border-top: 1px solid #e7e7e7;
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	align-items: center;
}

.about-content-area .content-box .info .call i {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 75px;
	background: #7cbc58;
	text-align: center;
	border-radius: 50%;
	margin-right: 25px;
	color: #ffffff;
	font-size: 30px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
	margin-top: 7px;
}

.about-content-area .content-box .info .call i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #7cbc58;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.about-content-area .content-box .info .call h5 {
	font-weight: 600;
	margin-bottom: 3px;
}

/* ============================================================== 
     # Features  
=================================================================== */
.features-area .features-content .top {
	display: flex;
	align-items: center;
}

.features-area .features-content .top h4 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.features-area .features-content .top {
	margin-bottom: 20px;
}

.features-area .features-content .top span {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	position: relative;
	padding-right: 70px;
	color: #7cbc58;
	text-shadow: -5px 5px 0px #eceefe;
}

.torch-red .features-area .features-content .top span {
	color: #ee2852;
}

.features-area .features-content .top span::after {
	position: absolute;
	left: 65px;
	top: 50%;
	content: "";
	height: 1px;
	width: 35px;
	background: #cccccc;
}

.features-area .item a {
	display: inline-block;
	margin-top: 10px;
}

.features-area .item a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 2px solid #e7e7e7;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	position: relative;
}

.features-area .item a::before,
.features-area .item a::after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.features-area .item a::before {
	border: 2px solid transparent;
}

.features-area .item:hover a::before {
	border-top-color: #7cbc58;
	border-right-color: #7cbc58;
	border-bottom-color: #7cbc58;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.torch-red .features-area .item:hover a::before {
	border-top-color: #ee2852;
	border-right-color: #ee2852;
	border-bottom-color: #ee2852;
}

.features-area .item a::after {
	border: 0 solid transparent;
}

.features-area .item:hover a::after {
	border-top: 2px solid #7cbc58;
	border-left-width: 2px;
	border-right-width: 2px;
	transform: rotate(270deg);
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.torch-red .features-area .item:hover a::after {
	border-top: 2px solid #ee2852;
}

.features-area .item:hover a {
	border-color: transparent;
}

.features-area .item a i {
	position: relative;
	top: 2px;
}

.features-area .single-item .item {
	padding: 60px 30px;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	position: relative;
}

.features-area .single-item .item>i {
	display: inline-block;
	position: absolute;
	right: -60px;
	bottom: -60px;
	font-size: 120px;
	opacity: 0.06;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.features-area .single-item .item:hover>i,
.features-area .single-item:nth-child(2n) .item>i {
	opacity: 0.07;
	right: -20px;
	bottom: -20px;
	color: #7cbc58;
}

.features-area .single-item:nth-child(2n) .item,
.features-area .single-item .item:hover {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}


/* ============================================================== 
     # Services  
=================================================================== */

.services-area .right-shape {
	position: absolute;
	right: 0;
	top: 120px;
}

.services-area .services-items .item .info>i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px;
	color: #ffffff;
	height: 90px;
	width: 90px;
	line-height: 105px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 57%, rgba(4, 215, 242, 1) 100%);
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.torch-red .services-area .services-items .item .info>i {
	background: #ee2852;
}

.services-area .services-items .item .info>i::after {
	position: absolute;
	right: 8px;
	bottom: 0;
	content: "";
	height: 20px;
	width: 20px;
	background: #7cbc58;
	z-index: -1;
	border-radius: 50%;
	border: 3px solid #ffffff;
}

.torch-red .services-area .services-items .item .info>i::after {
	background: #ee2852;
}

.services-area .services-items .item h4 {
	font-weight: 600;
}

.services-area .services-items {
	position: relative;
	z-index: 1;
}

.services-area .services-items .single-item {
	margin-bottom: 30px;
}

.services-area .services-items .single-item .item {
	padding: 60px 30px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
}

.services-area.inc-thumbnail .services-items .single-item .item {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	padding: 0;
}

.services-area.inc-thumbnail .services-items .single-item .item .info {
	padding: 30px;
	padding-top: 0;
	position: relative;
	top: -45px;
	margin-bottom: -45px;
}

.services-area .services-items .single-item .item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 0;
	width: 100%;
	background: linear-gradient(to top, #7cbc58 0%, #7cbc58 50%, #18ebeb 100%);
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .services-area .services-items .single-item .item::after {
	background: #ee2852;
}

.services-area .services-items .single-item .item i,
.services-area .services-items .single-item .item h4,
.services-area .services-items .single-item .item p,
.services-area .services-items .single-item .item span {
	transition: all 0.35s ease-in-out;
}

.services-area .services-items .single-item .item:hover i,
.services-area .services-items .single-item .item:hover h4,
.services-area .services-items .single-item .item:hover p,
.services-area .services-items .single-item .item:hover span {
	color: #ffffff;
}

.services-area .services-items .single-item .item:hover i {
	background: #ffffff;
	color: #7cbc58;
}

.torch-red .services-area .services-items .single-item .item:hover i {
	color: #ee2852;
}

.services-area .services-items .single-item .item:hover span,
.services-area .services-items .single-item .item:hover a {
	background: transparent;
}

.services-area .services-items .single-item .item:hover span {
	opacity: 0.3;
}

.services-area .services-items .item:hover .info .bottom::after {
	opacity: 0;
}

.services-area .services-items .single-item .item:hover a {
	color: #ffffff;
}

.services-area .services-items .single-item .item:hover::after {
	height: 100%;
}

.services-area .services-items .info .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.services-area .services-items .info .bottom::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 100%;
	background: #e7e7e7;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.services-area .services-items .info .bottom a {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #232323;
	text-transform: uppercase;
	background: #ffffff;
	padding-left: 20px;
	font-size: 14px;
}

.services-area .services-items .info .bottom span {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 900;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	color: #e9e9e9;
	background: #ffffff;
}

.services-area .services-items .info .bottom a i {
	position: relative;
	top: 1px;
}


/* ============================================================== 
     # Services 
=================================================================== */

.services-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	height: 80%;
	width: 46%;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	.services-area .fixed-shape {
		height: 100%;
		width: 80%;
	}
}

@media screen and (min-width: 2201px) {
	.services-area .fixed-shape {
		height: 130%;
		width: 130%;
	}
}

.services-area .services-heading {
	margin-bottom: 60px;
}

.services-area .services-heading h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.services-area .services-heading h4 {
	text-transform: uppercase;
	color: #7cbc58;
	font-weight: 600;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-area ul.achivement {
	float: right;
}

.services-area ul.achivement li {
	display: inline-block;
	margin-right: 80px;
	float: left;
	font-family: 'Poppins', sans-serif;
}

.services-area ul.achivement li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.services-area ul.achivement li .counter {
	position: relative;
}

.services-area ul.achivement li .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 50px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 5px;
}

.services-area ul.achivement li .counter .operator {
	font-size: 40px;
	margin-left: 2px;
}

.services-area ul.achivement li .medium {
	font-weight: 600;
	color: #ffffff;
	text-align: right;
	float: right;
}

.services-area .services-content .single-item {
	margin-bottom: 30px;
}

.services-area .services-content .item {
	padding: 60px 30px;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.services-area .services-content .item i {
	display: inline-block;
	font-size: 50px;
	margin-bottom: 30px;
	margin-top: 25px;
	color: #7cbc58;
	background: linear-gradient(to right, #7cbc58, #7cbc58, #7cbc58, #9a009c, #9a009c);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.services-area .services-content .item i::after {
	position: absolute;
	left: -21px;
	top: -25px;
	content: "";
	height: 80px;
	width: 81px;
	background: linear-gradient(-62.5deg, transparent, rgba(237, 245, 255, 0.9));
	z-index: -1;
	border-radius: 50%;
	transform: rotate(65deg);
	transition: all 0.35s ease-in-out;
}

.services-area .services-content .item h4 {
	font-weight: 600;
	font-size: 18px;
}

.services-area .services-content .item p {
	margin-bottom: -5px;
}


/* ============================================================== 
     # Thumb Services 
=================================================================== */
.thumb-services-area {}

.thumb-services-area .right-shape {
	position: absolute;
	right: 0;
	top: 120px;
}

.thumb-services-area .single-item {
	margin-bottom: 30px;
}

.thumb-services-area .services-items .item {
	background-size: cover;
	background-position: center;
	padding: 60px 37px;
	position: relative;
	z-index: 1;
}

.thumb-services-area .services-items .item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item .info h4 {
	font-weight: 600;
}

.thumb-services-area .services-items .item .info>i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px;
	color: #ffffff;
	height: 90px;
	width: 90px;
	line-height: 105px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 57%, rgba(4, 215, 242, 1) 100%);
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item .info>i::after {
	position: absolute;
	right: 8px;
	bottom: 0;
	content: "";
	height: 20px;
	width: 20px;
	background: #7cbc58;
	z-index: -1;
	border-radius: 50%;
	border: 3px solid #ffffff;
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item::before {
	opacity: 0.6;
	transition: all 0.35s ease-in-out;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item:hover::after,
.thumb-services-area .services-items .single-item:first-child .item::after {
	opacity: 0;
}

.thumb-services-area .services-items .single-item .item:hover::before,
.thumb-services-area .services-items .single-item:first-child .item::before {
	height: 100%;
}

.thumb-services-area .services-items .single-item:first-child .item .info>i,
.thumb-services-area .services-items .single-item .item:hover .info>i {
	background: #ffffff;
	color: #7cbc58;
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item h4,
.thumb-services-area .services-items .single-item .item p,
.thumb-services-area .services-items .single-item .item a {
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item:first-child .item h4,
.thumb-services-area .services-items .single-item:first-child .item p,
.thumb-services-area .services-items .single-item:first-child .item a,
.thumb-services-area .services-items .single-item .item:hover h4,
.thumb-services-area .services-items .single-item .item:hover p,
.thumb-services-area .services-items .single-item .item:hover a {
	color: #ffffff;
}

.thumb-services-area .services-items .item .bottom a {
	margin-top: 5px;
	color: #232323;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.thumb-services-area .services-items .item .bottom a i {
	font-size: 12px;
	margin-right: 3px;
}

.thumb-services-area .services-items .single-item:first-child .item .bottom a {
	border-color: rgba(255, 255, 255, 0.5);
}


/* ============================================================== 
     # Services Default
=================================================================== */

.default-services-area .item {
	padding: 30px;
}

.default-services-area .item .info i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px;
	background: rgba(18, 115, 235, 0.1);
	height: 90px;
	width: 90px;
	line-height: 100px;
	color: #7cbc58;
	border-radius: 5px;
	text-align: center;
}

.torch-red .default-services-area .item .info i {
	background: rgba(238, 40, 82, 0.07);
	color: #ee2852;
}

.default-services-area .item .info p {
	margin: 0;
}

.default-services-area .services-items {
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
}


/* ============================================================== 
     # Service Version Four
=================================================================== */

.thumbs-services-area .single-item {
	margin-bottom: 30px;
}

.thumbs-services-area .item img {
	border-radius: 7px;
	margin-bottom: 30px;
}

.thumbs-services-area .item {
	position: relative;
	z-index: 1;
	margin: 0 15px;
}

.thumbs-services-area .item::after {
	position: absolute;
	left: -15px;
	top: 80px;
	right: -15px;
	background: #24282b;
	content: "";
	bottom: 0;
	z-index: -1;
	border-radius: 7px;
}

.thumbs-services-area .item .info {
	padding: 30px;
	padding-top: 0;
}

.thumbs-services-area .item .info p {
	color: #cccccc;
}

.thumbs-services-area .item .info>a {
	text-transform: uppercase;
	font-size: 13px;
	color: #cccccc;
	display: inline-block;
	margin-top: 15px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	padding: 8px 25px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-weight: 600;
}

.thumbs-services-area .item .info>a i {
	margin-left: 3px;
	position: relative;
	top: 1px;
}

.thumbs-services-area .item:hover .info>a {
	color: #ffffff;
	border: 2px solid #7cbc58;
}

.thumbs-services-area .item .info>a::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.thumbs-services-area .item:hover .info>a::after {
	width: 100%;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots {
	margin-top: 40px;
	margin-bottom: -8px;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots .owl-dot span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 10px;
	width: 10px;
	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: #7cbc58;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* ============================================================== 
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
	font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
	margin-top: 50px;
}

.services-details-items .services-sidebar .single-widget:first-child {
	margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
	font-weight: 800;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 15px;
}

.services-details-items .services-sidebar .widget-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 50px;
	border-bottom: 2px solid #7cbc58;
}

.services-details-items .services-sidebar .services-list a {
	display: block;
	padding: 18px 25px;
	background: rgba(237, 245, 255, 1);
	margin-top: 15px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	overflow: hidden;
	border-radius: 5px;
}

.services-details-items .services-sidebar .services-list a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	height: 13px;
	width: 13px;
	border: 3px solid #7cbc58;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list .current-item a::after,
.services-details-items .services-sidebar .services-list a:hover::after {
	border-color: #ffffff;
}

.services-details-items .services-sidebar .services-list a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list li.current-item a::before {
	width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
	color: #ffffff;
}

.services-details-items .services-sidebar .services-list a:hover::before {
	width: 100%;
}

.services-details-items .services-sidebar {
	padding-left: 35px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #232323;
	opacity: 0.7;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content {
	padding: 50px 30px;
	position: relative;
	z-index: 1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i {
	display: inline-block;
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #7cbc58;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	text-align: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #7cbc58;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content p {
	color: #FFFFFFD1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	margin-top: 25px;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
	margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
	display: flex;
	align-items: center;
	margin-top: 15px;
	background: #ffffff;
	padding: 18px 25px;
	border-radius: 5px;
	border: 2px solid rgb(205 223 247);
}

.services-details-items .services-sidebar .single-widget.brochure a i {
	font-size: 30px;
	font-weight: 600;
	color: #7cbc58;
	margin-right: 16px;
}

.services-details-items .services-sidebar .single-widget.brochure li:first-child a {
	margin-top: 0;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover {
	color: #7cbc58;
}

.services-details-items .services-single-content h2 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}

.services-details-area .features .col-lg-6 {
	display: flex;
}

.services-details-area .features i {
	display: inline-block;
	font-size: 50px;
	color: #7cbc58;
	margin-right: 25px;
}

.services-details-area .features h4 {
	font-weight: 600;
}

.services-details-area .features p {
	margin: 0;
}

.services-details-area .features {
	margin: 20px 0;
}

.services-details-area .services-single-content ul {
	list-style: disc;
	margin-left: 20px;
}

.services-details-area .services-single-content ul li {
	line-height: 30px;
}


/* ============================================================== 
     # Fun Factor  
=================================================================== */
.fun-factor-area .fun-fact-items {
	position: relative;
	z-index: 1;
	padding: 120px 50px;
}

.fun-factor-area .fun-fact-items::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #7cbc58;
	z-index: -1;
}


/* ============================================================== 
     # Business Growth Area
=================================================================== */

.business-groth-area .info {
	padding-right: 35px;
	position: relative;
	z-index: 1;
}

.business-groth-area .info h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #7cbc58;
	margin-top: -5px;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.business-groth-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.business-groth-area .info::after {
	position: absolute;
	content: "";
	background: url(./assets/img/shape/14.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -200px;
	top: -200px;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.1;
}

.business-groth-area .info a {
	margin-top: 20px;
}


/* ============================================================== 
     # Why Choose Us  
=================================================================== */
.choose-us-area {
	position: relative;
	z-index: 1;
}

.choose-us-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
	z-index: -1;
}

.choose-us-area .item-box {
	padding-left: 15px;
	margin-right: 15px;
}

.choose-us-area .item-box .thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.choose-us-area .info {
	padding-top: 240px;
	padding-left: 50px;
}

.choose-us-area .thumb {
	position: relative;
	z-index: 1;
}

.choose-us-area .thumb .transform-text {
	position: absolute;
	left: -260px;
	bottom: 50%;
	transform: rotate(-90deg);
	margin-bottom: -22%;
}

.choose-us-area .thumb .transform-text h2 {
	margin: 0;
	font-size: 200px;
	font-weight: 900;
	opacity: 0.2;
	color: #7cbc58;
}

.torch-red .choose-us-area .thumb .transform-text h2 {
	color: #ee2852;
}

.choose-us-area .info .award {
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #232323;
	margin-top: 30px;
}

.choose-us-area .info .award i {
	display: inline-block;
	font-size: 70px;
	margin-right: 30px;
	border-right: 1px solid #dddddd;
	padding-right: 25px;
	background: linear-gradient(to right, #7cbc58, #18ebeb, #7cbc58);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .choose-us-area .info .award i {
	color: #ee2852;
	-webkit-background-clip: inherit;
	-moz-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
}

.choose-us-area .info .award span {
	line-height: 30px;
}

.choose-us-area .info h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #7cbc58;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .choose-us-area .info h4 {
	color: #ee2852;
	background: linear-gradient(90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.choose-us-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}


/* ============================================================== 
     # Partner  
=================================================================== */
.partner-area .item-box {
	padding: 120px 0;
	padding-right: 50px;
	position: relative;
	z-index: 1;
}

.partner-area .item-box img {
	width: auto;
	margin: auto;
}

.partner-area .item-box::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #7cbc58;
	z-index: -1;
}

.torch-red .partner-area .item-box::after {
	background: #1b1b1b;
}

.torch-red .partner-area .item-box.red::after {
	background: #ee2852;
}

.partner-area .item-box::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500px;
	background: url(./assets/img/shape/4.png);
	opacity: 0.2;
}

.partner-area {
position: relative;
    z-index: 1;
    height: 100vh;
    display: flex !important;
    align-items: center;
    padding-top: 150px;
    /* align-content: center; */
    justify-content: center;
}

@media(max-width: 768px){
     .partner-area {
    height: auto;
    padding-top: 50px;
}
}

.partner-area h6{
        font-family: 'Shadows Into Light', cursive;
        font-size: 25px;
}

.partner-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
	z-index: -1;
}

.partner-area.bg-gray::after {
	background: #ffffff;
}

.partner-area.shadow-less::after {
	display: none;
}

.partner-area.shape-less::after {
	display: none;
}

.partner-area .info {
	padding-right: 50px;
}

.partner-area .info h2 {
	font-weight: 600;
	margin-top: -8px;
}

.partner-area .info p {
	margin-bottom: -5px;
}


.partner-area .partner-carousel .single-item a img{
    padding: 25px 0 !important;
}

/* ============================================================== 
     # Team  
=================================================================== */

.team-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 120px;
	height: 100%;
	width: 100%;
}

.team-area .fixed-shape img {
	width: 100%;
}

.team-area .team-items {
	position: relative;
	z-index: 1;
}

.team-area .team-items::after {
	position: absolute;
	left: -80px;
	top: -80px;
	content: "";
	height: 150px;
	width: 150px;
	background: url(./assets/img/shape/3.png);
	z-index: -1;
}

.team-area::after {
	position: absolute;
	right: -150px;
	bottom: -120px;
	content: "";
	height: 600px;
	width: 600px;
	border: 100px solid #ffffff;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.team-area {
	position: relative;
	z-index: 1;
}

.team-area .single-item {
	margin-bottom: 30px;
}

.team-area .item {
	position: relative;
}

.team-area .team-items .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-bottom: 3px solid #7cbc58;
	border-radius: 8px;
	height:36vh;
}

.torch-red .team-area .team-items .thumb {
	border-bottom: 3px solid #ee2852;
}

.team-area .team-items .thumb .share {
	position: absolute;
	right: 30px;
	bottom: 0;
	display: inline-block;
	padding: 17px;
	padding-bottom: 10px;
	background: #7cbc58;
	border-radius: 30px 30px 0 0;
	color: #ffffff;
	transition: all 0.35s ease-in-out;
}

.torch-red .team-area .team-items .thumb .share {
	background: #ee2852;
}

.team-area .team-items .item:hover .thumb .share {
	transform: translateY(60px);
}

.team-area .item .info {
	padding: 30px;
	padding-bottom: 0;
}

.team-area .team-items .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.team-area .team-items .thumb img {
	transition: all 0.35s ease-in-out;
}

.team-area .team-items .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.team-area .item .info h4 {
	font-weight: 600;
	margin-bottom: 5px;
}

.team-area .item .info span {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: -10px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.share-button i {
	transition: .3s ease;
}

.team-area .team-items .item .share-icon {
	opacity: 0;
}

.team-area .team-items .item:hover .share-icon {
	opacity: 1;
}

.team-area .team-items .item:hover .share-icon:first-child {
	transform: translateY(-30px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(2) {
	transform: translateY(-85px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(3) {
	transform: translateY(-140px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(4) {
	transform: translateY(-195px) rotate(0);
}

.share-icon {
	position: absolute;
	bottom: 0;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transform: translateX(0) rotate(180deg);
	cursor: pointer;
	transition: .3s ease-in-out;
}

.team-area .team-items .social a {
	color: #ffffff;
}

.team-area .team-items .social a.facebook {
	background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items .social a.twitter {
	background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items .social a.pinterest {
	background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items .social a.g-plus {
	background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items .social a.linkedin {
	background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items .social a.instagram {
	background: #3f729b none repeat scroll 0 0;
}



/* ============================================================== 
     # Team Single  
=================================================================== */

.team-single-area .team-content-top {
	background: #ffffff;
	padding: 40px;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.team-single-area .team-content-top .right-info {
	padding-left: 35px;
	padding-right: 50px;
}

.team-single-area .team-content-top .right-info h2 {
	font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
	display: block;
	text-transform: uppercase;
	color: #7cbc58;
	font-weight: 600;
	margin-bottom: 25px;
}

.team-single-area .right-info ul {
	margin-top: 25px;
	border-top: 1px solid #e7e7e7;
	padding-top: 17px;
}

.team-single-area .right-info ul li {
	margin-top: 10px;
	color: #232323;
}

.team-single-area .right-info ul li a {
	font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
	color: #7cbc58;
}

.team-single-area .right-info .social {
	display: flex;
	margin-top: 25px;
	font-weight: 600;
	align-items: center;
}

.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}

.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}

.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
}

.team-single-area .right-info .social .share-link>i {
	display: inline-block;
	height: 45px;
	background: #ffffff;
	box-shadow: 0 0 10px #cccccc;
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: #7cbc58;
}

.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}

.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.team-single-area .right-info .social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
}

.team-single-area .bottom-info {
	margin-top: 80px;
}

.team-single-area .bottom-info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
	margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
	padding-left: 35px;
}

/* ============================================================== 
     # Testimonials  
=================================================================== */

.testimonials-area .fixed-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80%;
	width: 50%;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.testimonials-area .testimonial-items {
	position: relative;
	z-index: 1;
}

.testimonials-area .testimonial-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 60%;
	z-index: -1;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 96%) repeat scroll 0 0;
	border-radius: 10px;
}

.testimonials-area .item {
	padding: 120px 50px;
	position: relative;
	z-index: 1;
}

.testimonials-area .item::after {
	position: absolute;
	left: 50px;
	top: 10px;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	font-size: 80px;
	opacity: 0.07;
	z-index: -1;
}

.testimonials-area .item .provider {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.testimonials-area .item .provider img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

.testimonials-area .item .provider h4 {
	margin-bottom: 5px;
	font-weight: 600;
}

.testimonials-area .row>.info h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #7cbc58;
}

.torch-red .testimonials-area .row>.info h4 {
	color: #ee2852;
}

.testimonials-area .row>.info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.testimonials-area .row>.info p {
	margin: 0;
}

.testimonials-area .item .provider span {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #7cbc58;
}

.torch-red .testimonials-area .item .provider span {
	color: #ee2852;
}

.testimonials-area .row>.info {
	padding-left: 50px;
	border-left: 1px solid #c7c7c7;
}

.testimonials-area .testimonials-carousel .owl-nav {
	position: absolute;
	right: 30px;
	bottom: 135px;
}

.testimonials-area .testimonials-carousel .owl-nav .owl-prev,
.testimonials-area .testimonials-carousel .owl-nav .owl-next {
	background: transparent;
	color: #232323;
	font-size: 25px;
	margin: 0;
}


/* ============================================================== 
     # Expertise  
=================================================================== */

.expertise-area {
	position: relative;
	z-index: 1;
}

.expertise-area .item-heading {
	margin-bottom: 60px;
}

.expertise-area .info {
	padding-right: 35px;
}

.expertise-area .info h4 {
	text-transform: uppercase;
	color: #7cbc58;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.torch-red .expertise-area .info h4 {
	color: #ee2852;
	background: linear-gradient(90deg, rgba(238, 40, 82, 1) 0%, rgba(166, 23, 153, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.expertise-area .info h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.skill-items .progress-box {
	margin-bottom: 40px;
}

.skill-items .progress-box:last-child {
	margin-bottom: 0;
}

.skill-items .progress-box h5 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.skill-items .progress-box h5 span {
	position: absolute;
	font-size: 50px;
	line-height: 1;
	top: -21px;
	left: 0;
	z-index: -1;
	opacity: 0.05;
	font-weight: 900;
}

.skill-items .skill-items {
	margin-top: 40px;
}

.skill-items .progress-box .progress {
	background: transparent;
	border-bottom: 2px solid #e7e7e7;
	box-shadow: inherit;
	border-radius: inherit;
	overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
	height: 6px;
	border-radius: 30px;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	top: 12px;
	position: relative;
	overflow: inherit;
}

.torch-red .skill-items .progress-box .progress .progress-bar {
	background: #ee2852;
}

.skill-items .progress-box .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -40px;
	display: block;
	font-size: 15px;
	color: #232323;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.torch-red .skill-items .progress-box .progress .progress-bar span {
	top: -50px;
}

.torch-red .skill-items .progress-box .progress .progress-bar {
	position: relative;
	z-index: 1;
}

.torch-red .skill-items .progress-box .progress .progress-bar::after {
	position: absolute;
	right: 13px;
	top: -28px;
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	color: #ee2852;
	font-size: 20px;
}

.expertise-area .expertise-content .item {
	padding: 50px;
	padding-top: 450px;
	position: relative;
	z-index: 1;
}

.expertise-area .expertise-content .single-item {
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	z-index: 1;
}

.expertise-area .expertise-content .single-item:last-child {
	border: none;
}

.expertise-content {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0 15px;
	border-radius: 8px;
}

.expertise-content .fixed-shape {
	position: absolute;
	left: -180px;
	bottom: -120px;
	height: 350px;
	width: 350px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.expertise-area .expertise-content::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 0 0 8px 8px;
	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;
}

.expertise-content h4 {
	font-weight: 600;
}

.expertise-content p {
	margin: 0;
}

.expertise-content .content i {
	display: inline-block;
	font-size: 35px;
	margin-bottom: 25px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	border-radius: 50%;
	color: #7cbc58;
	border: 2px solid rgba(255, 255, 255, 0.7);
}

.expertise-area .expertise-content .content {
	position: absolute;
	transition: all 0.35s ease-in-out;
	transform: translateY(5px);
	left: 50px;
	right: 50px;
	bottom: 50px;
}

.expertise-area .expertise-content .item:hover .content {
	transform: translateY(-90px);
}

.expertise-content a {
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	z-index: 1;
	bottom: 65px;
	position: absolute;
	opacity: 0;
	transform: translateX(-30px);
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #ffffff !important;
	font-size: 14px;
	color: #232323;
	padding: 12px 35px;
}

.expertise-area .expertise-content .item:hover a {
	opacity: 1;
	transform: translateX(0);
}

.expertise-area .expertise-content .item a:hover {
	background: rgba(255, 255, 255, 1);
}

/* ============================================================== 
     # Faq
=================================================================== */

.faq-content-area .faq-content {
	margin-top: -25px;
}

.faq-content-area .thumb {
	padding-left: 35px;
}

.faq-content-area .accordion .card-header h4:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	position: absolute;
	right: 0;
	left: auto;
	top: 22px;
	font-weight: 600;
}

.faq-content-area .accordion .card-header h4.collapsed:after {
	content: "\f067";
	font-weight: 600;
	font-size: 14px;
	color: #232323;
}

.faq-content-area .faq-content .card {
	border: none;
	overflow: inherit;
	background: #ffffff;
	border-radius: inherit;
	border-bottom: 1px solid #e7e7e7;
}

.faq-content-area .faq-content .card:last-child {
	margin-bottom: 0;
}

.faq-content-area .faq-content .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
}

.faq-content-area .faq-content .card .card-header h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 25px;
	padding-right: 50px;
	padding-left: 0;
	cursor: pointer;
}

.faq-content-area .faq-content .card .card-body {
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-right: 50px;
}

.faq-content-area .ask-question a {
	color: #7cbc58;
	text-decoration: underline;
}


/* ============================================================== 
     # Faq Area 
=================================================================== */

.faq-area .faq-items .fixed-thumb {
	position: absolute;
	left: -195px;
	bottom: 0;
	width: 350px;
}

.faq-area .faq-items {
	position: relative;
	z-index: 1;
	padding-left: 50px;
}

.faq-area .faq-items .faq-content {
	padding: 120px 0;
	z-index: 9;
}

.faq-area .faq-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #7cbc58;
	z-index: -1;
}

.faq-area .faq-items .icon i {
	position: absolute;
	right: -170px;
	top: 50%;
	font-size: 300px;
	opacity: 0.1;
	transform: translateY(-50%);
}

.faq-area {
	position: relative;
	z-index: 1;
}

.faq-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
	z-index: -1;
}

.faq-area .faq-content h2 {
	font-weight: 600;
	margin-top: -8px;
	margin-bottom: 30px;
}

.accordion .card-header h4:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	position: absolute;
	left: 0;
	top: -2px;
	font-weight: 600;
	background: #ffffff;
	color: #7cbc58;
	font-size: 12px;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

.accordion .card-header h4.collapsed:after {
	content: "\f067";
	font-weight: 600;
}

.faq-area .faq-content .card {
	border: none;
	margin-bottom: 30px;
	overflow: inherit;
	background: transparent;
	border-radius: 5px;
	padding: 0;
}

.faq-area .faq-content .card:last-child {
	margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
	margin: 0;
	font-weight: 500;
	padding: 0;
	padding-left: 45px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.faq-area .faq-content .card .card-body {
	padding-left: 30px;
	padding: 0;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child {
	margin-bottom: 0;
}

.faq-area .faq-content .card .card-header h4 strong {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #7cbc58;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #7cbc58;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

/* ============================================================== 
     # Gallery 
=================================================================== */

.gallery-area {
	position: relative;
	z-index: inherit;
}

.gallery-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.03;
	
}



.gallery-area .gallery-items.colums-3 .pf-item {
	float: left;
	padding: 15px;
	width: 33.3333%;
	transition: 0.5s;
	border-radius: 10px;
}



.gallery-area .pf-item .item {
	position: relative;
	overflow: hidden;
}

.gallery-area .pf-item .item .content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	bottom: 0;
	opacity: 0;
}

.gallery-area .pf-item .item .content::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 80%;
	background: #000000;
	z-index: -1;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.gallery-area .pf-item .item:hover .content::after {
	width: 100%;
	opacity: 0.6;
}



.gallery-area .pf-item .item:hover .content .info {
	transform: translateX(0);
}

.gallery-area .pf-item .item .content .button a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 44px;
	background: #7cbc58;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	transform: translateY(-30px);
}

.pf-item .thumb img{
    height: 400px;
    object-position: top;
    object-fit: cover;
}

@media(max-width: 768px){
    .pf-item .thumb img{
    height:250px;
    object-position: center;
    object-fit: cover;
}
}

.torch-red .gallery-area .pf-item .item .content .button a {
	background: #ee2852;
	color: #ffffff;
}

.gallery-area .pf-item .item:hover .content .button a {
	transform: translateY(0);
}

.gallery-area .pf-item .item .content a i {
	position: relative;
	top: 5px;
}

.gallery-area .pf-item .item .content h4 {
	font-weight: 600;
	margin-bottom: 7px;
	color: #ffffff;
}

.gallery-area .pf-item .item .content h4 a {
	color: #ffffff;
}

.gallery-area .pf-item .item .content span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #cccccc;
}

.gallery-area .pf-item .item:hover .content {
	bottom: 0;
	opacity: 1;
}


/* ============================================================== 
     # Projects 
=================================================================== */

.projects-area {
	position: relative;
	z-index: inherit;
}

.projects-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.03;
}

.projects-area .single-item .thumb img {
	max-width: 120%;
}

.projects-area .single-item .content {
	background: #ffffff;
	padding: 80px;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	position: relative;
	z-index: 1;
}

.projects-area .single-item .content::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 150px;
	background: url(./assets/img/shape/1.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.projects-area .single-item span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.projects-area .single-item h2,
.projects-area .single-item h3,
.projects-area .single-item h4 {
	font-weight: 600;
	margin-bottom: 30px;
}

.projects-area .single-item a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #7cbc58;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}

.torch-red .projects-area .single-item a {
	background: #ee2852;
}

.projects-area .single-item a i {
	font-size: 25px;
	position: relative;
	top: 8px;
}

.projects-area .single-item .thumb {
	background-size: cover;
	background-position: center;
	max-width: 120%;
	width: 120%;
}

.projects-area .single-item .info {
	padding-left: 0;
	position: relative;
}

.projects-area .owl-item,
.projects-area .owl-item:not(.center) {
	opacity: 0.4;
}

.projects-area .owl-item.active.center {
	opacity: 1;
}

.projects-area .projects-carousel .owl-nav {
	margin: 0;
}

.projects-area .projects-carousel .owl-nav .owl-prev,
.projects-area .projects-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #232323;
	font-size: 30px;
	height: 40px;
	left: 0;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.projects-area .projects-carousel:hover .owl-nav .owl-prev,
.projects-area .projects-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.projects-area .projects-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.projects-area .projects-carousel:hover .owl-nav .owl-prev {
	left: 50px;
}

.projects-area .projects-carousel:hover .owl-nav .owl-next {
	right: 50px;
}

/* ============================================================== 
     # Project Details
=================================================================== */


.project-details-area .top-info {
	position: relative;
	margin-top: 50px;
}

.project-details-area .top-info .left-info {
	padding-right: 35px;
}

.project-details-area .top-info p:last-child {
	margin-bottom: 0;
}

.project-details-area .project-info {
	background: rgba(237, 245, 255, 1);
	padding: 40px;
	border-bottom: 2px solid #7cbc58;
}

.project-details-area .project-info h2,
.project-details-area .project-info h3,
.project-details-area .project-info h4,
.project-details-area .project-info h5 {
	font-weight: 600;
	margin-bottom: 25px;
}

.project-details-area .project-info>ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #232323;
}

.project-details-area .project-info>ul li i {
	display: inline-block;
	margin-right: 14px;
	color: #086AD8;
	font-size: 16px;
}

.project-details-area .project-info>ul {
	display: inline-block;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	grid-gap: 30px 30px;
}

.project-details-area .project-info>ul li span {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	display: block;
	margin-top: 2px;
	color: #666666;
}

.project-details-area .project-info .share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #bbbbbb;
	margin-top: 20px;
	padding-top: 20px;
}

.project-details-area .project-info .share ul li {
	display: inline-block;
	margin-right: 8px;
}

.project-details-area .project-info .share ul li a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.project-details-area .project-info .share ul li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.pinterest a {
	background: #BD081C none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.g-plus a {
	background: #DB4437 none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.linkedin a {
	background: #0077B5 none repeat scroll 0 0;
}

.project-details-area .project-info .share h4 {
	margin: 0;
	padding-right: 50px;
}

.project-details-area .main-content {
	margin-top: 50px;
}

.project-details-area .main-content h2,
.project-details-area .main-content h3,
.project-details-area .main-content h4,
.project-details-area .main-content h5 {
	font-weight: 600;
	margin-bottom: 25px;
}

.project-details-area .main-content .row img {
	margin-top: 30px;
}

.project-details-area .top-info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

/* ============================================================== 
     # Terms Policy 
=================================================================== */
.terms-policy-area h1,
.terms-policy-area h2,
.terms-policy-area h3,
.terms-policy-area h4,
.terms-policy-area h5,
.terms-policy-area h6 {
	font-weight: 600;
}

.terms-policy-area p {
	margin-bottom: 20px;
}

.terms-policy-area p:last-child {
	margin-bottom: 0;
}

.terms-policy-area i {
	position: fixed;
	top: 50%;
	right: 50px;
	font-size: 200px;
	z-index: -1;
	opacity: 0.05;
	margin-top: -50px;
}

.terms-policy-area i.fa-copy {
	font-weight: 500;
}

.terms-policy-area ul li {
	display: flex;
	margin-top: 20px;
}

.terms-policy-area ul li span {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #7cbc58;
	color: #ffffff;
	font-weight: 600;
	min-width: 30px;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 12px;
}

.terms-policy-area ul li:first-child {
	margin: 0;
}

.terms-policy-area ul {
	margin: 25px 0;
}


/* ============================================================== 
     # Career
=================================================================== */

.earna-career ul.job-list {
	text-align: center;
	margin-bottom: 50px;
}

.earna-career ul.job-list li {
	display: inline-block;
	margin: 0 30px;
	text-align: center;
}

.earna-career ul.job-list li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.earna-career ul.job-list li .counter {
	position: relative;
}

.earna-career ul.job-list li .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: 600;
	color: #232323;
	line-height: 1;
	margin-bottom: 5px;
}

.earna-career ul.job-list li .counter .operator {
	font-size: 30px;
	margin-left: 2px;
}

.earna-career ul.job-list li .medium {
	font-weight: 500;
	color: #666666;
	font-size: 14px;
}

.earna-career .job-lists .item {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	padding: 50px;
	border-radius: 7px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
}

.earna-career .job-lists .item:last-child {
	margin-bottom: 0;
}

.earna-career .job-lists .item .info {
	padding-right: 30px;
}

.earna-career .job-lists .item .info h4 {
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 24px;
	margin-right: 50px;
}

.earna-career .job-lists .item .info h4 span {
	background: rgba(18, 115, 235, 0.2);
	color: rgba(18, 115, 235, 1);
	font-weight: 500;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
	top: -18px;
}

.earna-career .job-lists .item .info h4 span::after {
	position: absolute;
	left: 5px;
	bottom: -8px;
	content: "";
	border-left: 2px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(18, 115, 235, 0.2);
}

.earna-career .job-lists .item .info .top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.earna-career .job-lists .item .info .top i {
	display: inline-block;
	font-size: 40px;
	margin-right: 9px;
	color: #7cbc58;
}

.earna-career .job-lists .item .info .top i.fa-wordpress {
	font-weight: 500;
}

.earna-career .job-lists .item .info ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.earna-career .job-lists .item .info ul li::after {
	position: absolute;
	right: -15px;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: #666666;
	border-radius: 50%;
	margin-top: -2px;
}

.earna-career .job-lists .item .info ul li:last-child::after {
	display: none;
}



/* ============================================================== 
     # Blog Area  
=================================================================== */
.blog-area .blog-items .single-item {
	margin-bottom: 30px;
	transition: 0.5s;
}

.blog-area .blog-items .single-item:hover{
    scale: 1.03;
    transition: 0.5s;
}
.blog-area .blog-items .item {
/*box-shadow: 5px 5px 0px  #21252963; */
    border-radius: 10px;
    overflow: hidden;
}

.blog-area .blog-items .item .thumb img {
	border-radius: 8px;
    width: 100%;
    object-fit: contain;
    object-position: top ;
}

.blog-area .blog-items .info {
	padding-top: 40px !important;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	height: 100%;
}

.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: 400;
	line-height: 1.4;
	font-size: 22px;
}

.blog-area .blog-items .info h2 a,
.blog-area .blog-items .info h3 a,
.blog-area .blog-items .info h4 a,
.blog-area .blog-items .info h5 a {
	font-weight: 600;
}

.blog-area .blog-items .info a,
.blog-area .blog-items .info a,
.blog-area .blog-items .info a,
.blog-area .blog-items .info a {
	color: blue;
}

.blog-area .blog-items .info {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.blog-area .blog-items .info>a {
	margin-top: 8px;
}

.blog-area .blog-items .thumb {
	position: relative;
	background: #ffffff;
	border-radius: 8px 8px 0 0;
}

.blog-area .blog-items .thumb .date {
	background: #ffffff;
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: #232323;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	font-family: 'Poppins', sans-serif;
}

.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: #7cbc58;
}

.torch-red .blog-area .blog-items h2 a:hover,
.torch-red .blog-area .blog-items h3 a:hover,
.torch-red .blog-area .blog-items h4 a:hover,
.torch-red .blog-area .blog-items h5 a:hover,
.torch-red .blog-area .blog-items .meta a:hover {
	color: #ee2852;
}

.blog-area .meta {
	display: block;
	margin-bottom: 15px;
}

.blog-area .meta ul li {
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 60px;
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
}

.blog-area .meta ul li img {
	height: 35px;
	width: 35px !important;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-area .meta ul li:last-child {
	padding-right: 0;
}

.blog-area .meta ul {
	display: flex;
	align-items: center;
}

.blog-area .meta ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	height: 1px;
	width: 30px;
	background: #dddddd;
}

.blog-area .meta ul li:last-child::after {
	display: none;
}

.blog-area .meta ul li a {
	margin-left: 3px;
	display: inline-block;
	line-height: 1.4;
}

.blog-area .meta ul li:first-child a {
	color: #1272eb;
}

.torch-red .blog-area .meta ul li:first-child a {
	color: #ee2852;
}

.blog-area .meta ul li a:hover {
	color: #7cbc58;
}

.torch-red .blog-area .meta ul li a:hover {
	color: #ee2852;
}

.blog-area .info p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-area .meta ul li img {
		display: none;
	}
}

/* Pagination */
.pagi-area .pagination {
	text-align: center;
	display: block;
	margin-top: 30px;
}

.pagi-area .pagination li.page-item {
	float: none;
	display: inline-block;
}

.pagi-area .pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	margin: 0 2px;
	margin-top: 5px;
	color: #232323;
	font-weight: 800;
}

.pagi-area .pagination li.active a {
	background: #7cbc58;
	border-color: #7cbc58;
}

/* 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: 600;
	margin-bottom: 30px;
	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;
	border-bottom: 2px solid #7cbc58;
}

.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: transparent;
	border: medium none;
	color: #232323;
	font-weight: 600;
	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;
	border-radius: inherit;
	font-size: 18px;
	border-left: 1px solid #e7e7e7 !important;
}

.blog-area .sidebar input[type="submit"]:hover {
	background: #7cbc58 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: flex;
	text-transform: capitalize;
	font-weight: 600;
	color: #666666;
	align-items: center;
	justify-content: space-between;
}

.blog-area .sidebar .sidebar-item li a:hover {
	color: #7cbc58;
}

.blog-area .sidebar .sidebar-item.category li a span {
	font-size: 12px;
	margin-left: 5px;
	background: #f1f1f1;
	min-width: 40px;
	padding: 3px;
	text-align: center;
	color: #232323;
	border-radius: 30px;
}

.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: #232323 !important;
	display: block;
	font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
	display: inline-block;
}

.sidebar-item.recent-post .meta-title {
	margin-bottom: 8px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 600;
}

.sidebar-item.recent-post li a:hover {
	color: #7cbc58 !important;
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359;
}

.sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.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; */
    background: white;
    box-shadow: 0 0 10px #cdd0d3;
    padding: 5px;
    border-radius: 10px;
}

/*.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: 0;
    /* padding-top: 5px; */
    vertical-align: top;
    width: 80px;
    height: 100%;
}

.sidebar-item.recent-post .thumb img {
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
}

.sidebar-item.recent-post li .info {
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
	padding-top: 0 !important;
	width: 80%;
}

.sidebar-item.recent-post li .info a {
	    text-decoration: inherit;
    font-weight: 600;
    font-size: 11px;
    margin-top: 0;
    line-height: 15px;
}

.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%;
}

.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: 600;
	text-transform: capitalize;
	z-index: 1;
	padding-left: 25px;
	font-size: 14px;
	color: #666666;
}

.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: 600;
}

.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: #ffffff;
	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: #ffffff !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: 600;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #666666;
	background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
	color: #7cbc58;
}

.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: #7cbc58;
	z-index: -1;
	opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
	color: #ffffff;
	font-weight: 600;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
	color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
	display: inline-block;
	color: #ffffff;
	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: #7cbc58 none repeat scroll 0 0;
	color: #ffffff;
	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: 600;
}

.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: 5px;
	color: #232323;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	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: 10px;
	content: "";
	height: 5px;
	width: 5px;
	background: #333333;
	border-radius: 50%;
}

.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: #232323;
	font-weight: 600;
	line-height: 32px;
	background: #ecf6fa;
	padding: 50px;
	font-family: 'Poppins', sans-serif;
}

.blog-area .item blockquote cite {
	display: block;
	margin-top: 15px;
	color: #999999;
	font-weight: 600;
	font-style: normal;
}

.blog-area .item blockquote::before {
	position: absolute;
	left: 0;
	top: 5%;
	content: "";
	height: 90%;
	width: 3px;
	background: #7cbc58;
}

.blog-area .item blockquote::after {
	position: absolute;
	right: 50px;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	color: #666666;
	bottom: 50px;
	font-weight: 600;
	opacity: 0.1;
	font-size: 80px;
}

.blog-area .item blockquote p {
	margin: 0;
	position: relative;
	z-index: 1;
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}

.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: #7cbc58;
}

.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 .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: 600;
	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: #7cbc58;
}

.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 {
	height: 120px;
	width: 120px;
	min-width: 120px;
}

.comments-list .commen-item .content {
	position: relative;
}

.comments-list .commen-item .avatar img {
	height: 90px;
	width: 90px;
	border-radius: 5px;
}

.comments-list .commen-item {
	margin-top: 30px;
	display: flex;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
}

.comments-list .commen-item:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

.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;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
	font-size: 14px;
	background: #0a1015;
	color: #ffffff;
	display: inline-block;
	padding: 8px;
	font-weight: 600;
}

.comments-list .commen-item .content .reply a:hover {
	background: #7cbc58;
}

.comments-list .commen-item .content .reply i {
	font-size: 12px;
}

.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: 600;
}

.comments-list .commen-item .content .title span {
	font-weight: 400;
	color: #7cbc58;
	display: block;
	margin-top: 0;
	font-size: 13px;
}

.comments-list .commen-item .content .title span i {
	font-weight: 600;
	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-info a {
	border: 1px solid #e7e7e7;
	color: #002359;
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 1px 20px;
	background: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 30px;
}

.comments-info a:hover {
	color: #7cbc58;
}

.comments-info a i {
	margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
	border: none;
	box-shadow: inherit;
	padding: 15px;
	background: #ecf6fa;
	font-size: 14px;
}

.comments-form textarea {
	min-height: 180px;
	padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0;
}

.comments-form button,
.comments-form button:focus {
	background: transparent;
	margin-top: 15px;
	border: 2px solid #7cbc58;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
	transition: all 0.35s ease-in-out;
	padding: 14px 40px;
	font-size: 15px;
	border-radius: 30px;
	font-weight: 600;
}

.comments-form button::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.comments-form button:hover::after {
	width: 0;
}

.comments-form button:hover {
	color: #232323;
}

.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: 15px 20px;
	border-radius: 5px;
	margin: 0 2px;
	color: #7cbc58;
	font-weight: 800;
}

.pagination li.page-item.active a {
	background: #7cbc58;
	border-color: #7cbc58;
}

/* ============================================================== 
     # Contact Area  
=================================================================== */

.contact-area.extra-margin {
	margin: 120px 0;
}

.contact-area {
	position: relative;
	z-index: 1;
}

.contact-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 120px;
	background: #ffffff;
	z-index: -1;
}

.contact-area::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 120px;
	background: #ffffff;
	z-index: -1;
}

.contact-area .info .content {
	padding: 50px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	padding-left: 80px;
	padding-top: 80px;
}

.contact-area .info .content::after {
	position: absolute;
	right: -30px;
	top: 30px;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.contact-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-area .info ul {
	display: block;
	margin-top: 35px;
}

.contact-area .info ul li {
	display: flex;
	margin-top: 30px;
}

.contact-area .info ul li:first-child {
	margin-top: 0;
}

.contact-area .info ul li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	min-width: 60px;
	line-height: 60px;
	background: linear-gradient(90deg, #258d72 27%, #7cbc58 100%);
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 20px;
}

.contact-area .info ul li p {
	margin: 0;
}

.contact-area .form-box input,
.contact-area .form-box textarea {
	padding: 20px;
	padding-left: 0;
	border: none;
	box-shadow: inherit;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	border-radius: inherit;
}

.contact-area .form-box input::-webkit-input-placeholder,
.contact-area .form-box textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
}

.contact-area .form-box input::-moz-placeholder,
.contact-area .form-box textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
}

.contact-area .form-box input:-ms-input-placeholder,
.contact-area .form-box textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
}

.contact-area .form-box input:-moz-placeholder,
.contact-area .form-box textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
}

.contact-area .form-box textarea {
	min-height: 180px;
}

.contact-area .form-box button {
	display: inline-block;
	padding: 15px 42px;
	border-radius: 5px;
	background: #ffffff;
	font-weight: 600;
	color: #7cbc58;
}

.contact-area .form-box button i {
	margin-left: 3px;
}

.contact-area .form-box img.loader {
	margin-left: 10px;
}


/* Google Maps */

.google-maps iframe {
	border: medium none;
	height: 550px;
	margin-bottom: -10px;
	width: 100%;
}

.maps-area {
	overflow: hidden;
}


/* ============================================================== 
     # Contact Version Two
=================================================================== */

.contact-us-area .info h2 {
	font-weight: 600;
}

.contact-us-area .info ul li {
	display: flex;
	margin-top: 30px;
}

.contact-us-area .info ul li:first-child {
	margin-top: 0;
}

.contact-us-area .info ul li p {
	margin: 0;
}

.contact-us-area .info ul li i {
	display: inline-block;
	font-size: 30px;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background: rgba(18, 115, 235, 0.1);
	color: rgba(18, 115, 235, 1);
	border-radius: 8px;
	margin-right: 20px;
}

.contact-us-area .info ul {
	margin-top: 50px;
}

.contact-us-area .info ul li h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-us-area form {
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
	padding: 60px;
}

.contact-us-area form input,
.contact-us-area form textarea {
	border: none;
	background: #f4f4f4;
	padding: 20px;
	font-size: 15px;
}

.contact-us-area form textarea {
	min-height: 180px;
}

.contact-us-area form button {
	padding: 15px 42px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 5px;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	color: #ffffff;
}

.contact-us-area form button::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #7cbc58, #18ebeb, #7cbc58);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #7cbc58;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
}

.contact-us-area form button:hover::after,
.contact-us-area form button:active {
	background-position: -70% 0;
	color: #ffffff;
}

/* ============================================================== 
     # Login Register
=================================================================== */
form.white-popup-block {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	margin: auto;
	overflow: hidden;
	padding: 50px 30px;
	position: relative;
	width: 50%;
}

form.white-popup-block button.mfp-close {
	color: red;
}

form.white-popup-block li {
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 3px;
	margin-left: 3px;
}

form.white-popup-block li a {
	background: #002147 none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 45px;
	line-height: 48px;
	text-align: center;
	width: 45px;
}

form.white-popup-block li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-md-6:last-child {
	border-left: 1px solid #e7e7e7;
}

form.white-popup-block .col-md-6:last-child {
	border-left: 1px solid;
}

form.white-popup-block h3,
form.white-popup-block h4 {
	font-weight: 600;
	margin-bottom: 30px;
}

form.white-popup-block .login-social h3,
form.white-popup-block .login-social h4 {
	margin-bottom: 20px;
}

form.white-popup-block .login-social {
	padding-right: 30px;
	text-align: center;
}

form.white-popup-block .login-social>i {
	display: inline-block;
	height: 90px;
	width: 90px;
	line-height: 90px;
	background: rgba(18, 115, 235, 0.1);
	color: rgba(18, 115, 235, 1);
	font-size: 36px;
	border-radius: 50%;
	margin-bottom: 30px;
}

form.white-popup-block .login-social>i.fa-user-plus {
	font-size: 30px;
	position: relative;
	padding-left: 6px;
}

form.white-popup-block .login-custom {
	border-left: 1px solid #e7e7e7;
	padding-left: 35px;
}

form.white-popup-block input {
	border: none;
	box-shadow: inherit;
	background: rgba(237, 245, 255, 1);
	padding-left: 25px;
}

form.white-popup-block .lost-pass-link {
	float: right;
}

form.white-popup-block .lost-pass-link:hover {
	text-decoration: underline;
}

form.white-popup-block label {
	float: left;
}

form.white-popup-block label input {
	float: left;
	margin-right: 10px;
	min-height: 25px;
}

form.white-popup-block button[type="submit"] {
	background: #7cbc58 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	padding: 12px 55px;
	text-transform: uppercase;
	border-radius: 30px;
}

form.white-popup-block .link-bottom {
	display: block;
	float: left;
	margin-bottom: 0;
	margin-top: 15px;
	width: 100%;
}

form.white-popup-block .link-bottom a:hover {
	text-decoration: underline;
}

.login-area form.white-popup-block {
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	width: auto;
}

.login-area .form-group {
	width: 100%;
}


/* ============================================================== 
     # Error Page  
=================================================================== */

.error-page-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.error-page-area .error-box h1 {
	color: #666666;
	font-size: 300px;
	font-weight: 900;
	line-height: 215px;
	z-index: -1;
	margin-bottom: 30px;
}

.error-page-area h2 {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.error-page-area a {
	margin-top: 15px;
}

.error-box .search {
	margin-top: 30px;
	text-align: center;
}

.error-box .search form {
	margin: auto;
	position: relative;
	width: 400px;
}

.error-box .search .input-group {
	width: 100%;
}

.error-box .search form input {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
	border-radius: 30px;
	min-height: 60px;
	padding: 25px;
}

.error-box .search form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	line-height: 60px;
	padding: 0 25px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}


/* ============================================================== 
     # Footer  
=================================================================== */

footer {
	position: relative;
	z-index: 1;
	background: url(./assets/img/assets1/image1/mark-page/mark-footer.png);
}

/* footer::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 400px;
	width: 400px;
	background: url(./assets/img/map.svg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.3;
} */

footer .widget-title,
footer img {
	margin-bottom: 30px;
	font-weight: 600;
}

footer .f-items .f-item.about {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 40px;
	margin-right: 10px;
}

footer .f-items .f-item form {
	position: relative;
	margin-top: 30px;
}

footer .f-items .f-item form input {
	background: #24282b;
	color: #ffffff;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

footer .f-items .f-item form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #adb5bd;
}

footer .f-items .f-item form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #adb5bd;
}

footer .f-items .f-item form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #adb5bd;
}

footer .f-items .f-item form input:-moz-placeholder {
	/* Firefox 18- */
	color: #adb5bd;
}

footer .f-items .f-item form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: transparent;
	color: #7cbc58;
	font-size: 25px;
}

.torch-red footer .f-items .f-item form button {
	color: #ee2852;
}

footer .f-items .f-item form button::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 30px;
	width: 1px;
	margin-top: -15px;
	opacity: 0.1;
	border-left: 1px solid #ffffff;
}

footer .f-items .f-item form button i {
	position: relative;
	top: 4px;
}

footer p {
	color: #a0a2a6 !important;
}

footer a {
	font-weight: 500;
}

footer .f-items .f-item.link li {
	margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
	margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
	color: #ffffff;
	margin-left: 10px;
}

footer .f-items .f-item.link li a {
	font-weight: 400;
	color: #a0a2a6;
}

footer .f-items .f-item.link li a i {
	font-size: 12px;
	margin-right: 3px;
}

footer .f-items .f-item .address li {
	display: flex;
	margin-bottom: 25px;
}

footer .f-items .f-item .address li .content,
footer .f-items .f-item .address li .content a {
	color: #a0a2a6;
}

footer .f-items .f-item .address li i {
	display: inline-block;
	margin-right: 20px;
	color: #ffffff;
	font-size: 24px;
	color: #7cbc58;
	position: relative;
	top: 5px;
}

.torch-red footer .f-items .f-item .address li i {
	color: #ee2852;
}

footer .f-items .f-item .address li:last-child {
	margin-bottom: -8px;
}

footer .f-items .f-item .address li strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

/* Footer Bottom */
footer .footer-bottom {
	overflow: hidden;
}

footer .footer-bottom p {
	margin-bottom: 0;
}

footer .footer-bottom li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
}

footer .footer-bottom li::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: -3px;
	opacity: 0.5;
}

footer .footer-bottom li:first-child::before {
	display: none;
}

footer .footer-bottom-box {
	padding: 50px 0;
	padding-right: 80px;
	position: relative;
	z-index: 1;
}

footer .footer-bottom-box::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #24282b;
	z-index: -1;
	opacity: 0.8;
	clip-path: polygon(0 0, 99% 0, 100% 100%, 10% 100%);
}


/* ============================================================== 
     # Preloader 
=================================================================== */

/*#preloader{*/
/*    width: 100%;*/
/*    background: #fcfcfc;*/
/*    height: 100vh;*/
/*    position: fixed;*/
/*    display: flex;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 999;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*#preloader img{*/
/*    width: 30%;*/
/*}*/

/*.remove-preloader{*/
/*    z-index: -1 !important;*/
/*    opacity: 0;*/
/*}*/

/*@media(max-width: 600px){*/
/*    #preloader img{*/
/*    width: 100%;*/
/*}*/
/*}*/


.earna-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}


#preloader-video-mobile1{
    display: none !important;
}

@media(max-width: 600px){
    #preloader-video-mobile1{
    display: block !important;
    width: 100vw !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    object-fit: cover;
}

#preloader-video{
    display: none !important;
}


}


/* Style to hide the WebKit scrollbar */
/*body.hide-scrollbar::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

.earna-preloader .animation-preloader {
	z-index: 1000;
}

.earna-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	/*border: 3px solid rgba(0, 0, 0, 0.2);*/
	border-top-color: #7cbc58;
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}

.torch-red .earna-preloader .animation-preloader .spinner {
	border-top-color: #ee2852;
}

.earna-preloader .animation-preloader .txt-loading {
	font: bold 5em "Poppins", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.earna-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}

.earna-preloader p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.earna-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.earna-preloader .loader .row {
	height: 100%;
}

.earna-preloader .loader .loader-section {
	padding: 0px;
}

.earna-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.earna-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.earna-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.earna-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*@-webkit-keyframes spinner {*/
/*	to {*/
/*		-webkit-transform: rotateZ(360deg);*/
/*		transform: rotateZ(360deg);*/
/*	}*/
/*}*/

/*@keyframes spinner {*/
/*	to {*/
/*		-webkit-transform: rotateZ(360deg);*/
/*		transform: rotateZ(360deg);*/
/*	}*/
/*}*/

@-webkit-keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.earna-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	.earna-preloader .animation-preloader .txt-loading {
		font: bold 3.5em "Poppins", sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.earna-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	.earna-preloader .animation-preloader .txt-loading {
		font: bold 2em "Poppins", sans-serif;
	}
}

/* ============================================================== 
     # Home Style Six 
=================================================================== */
.top-bar-style-two {
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	padding: 10px 30px;
}

.top-bar-style-two .info li i {
	font-weight: 100;
	color: #ffffff;
}

nav.navbar.bootsnav {
	background-color: #fff;
	border-radius: 0;
	border: none;
	box-shadow: 0 20px 25px 0 rgb(0 0 0 / 4%);
	-moz-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 20px 25px 0 rgb(0 0 0 / 4%);
	-o-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
}

.btn.btn-theme.effect {
	border: 2px solid #7cbc58;
}

.btn.btn-theme.effect::after {
	background: #7cbc58;
}

.btn.btn-theme.effect::before {
	background: #ee2852;
}

.btn.btn-theme.effect:hover {
	border: 2px solid #ee2852;
}

.banner-style-six .content h2 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 25px;
}

.banner-style-six .content a {
	margin-top: 15px;
}

.banner-style-six .content p {
	color: #232323;
	font-weight: 400;
}

.banner-style-six .carousel-control i {
	font-weight: 100;
	font-size: 30px;
	position: relative;
	top: 5px;
	color: #232323;
}

.banner-style-six .content h2 strong {
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.banner-style-six .content h2 strong::after {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 12px;
	content: "";
	height: 7px;
	background: #ee2852;
	z-index: -1;
}

.banner-style-six .content h2 strong::before {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	content: "";
	height: 3px;
	background: #ee2852;
	z-index: -1;
	transform: rotate(-1deg);
}

.banner-area .fixed-shape img {
	height: 100%;
	width: auto;
	float: right;
}

.banner-area.banner-style-six .fixed-shape {
	bottom: -100px;
	top: auto;
}

.banner-area.banner-style-six.auto-height .content {
	padding-top: 200px;
	padding-bottom: 200px;
}

.navbar .attr-nav .call i.fa-user-headset {
	font-weight: 100;
	-webkit-text-fill-color: #232323;
}

.about-service-list {
	background-color: #ee2852;
	padding: 50px;
	background: linear-gradient(30deg, #7cbc58 5%, #ee2852 90%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 60%;
}

.about-style-six.d-flex {
	position: relative;
}

.about-style-six .thumb {
	max-width: 120%;
	margin-left: -20%;
	border-right: 5px solid #ffffff;
}

.about-service-list li {
	margin-top: 30px;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	padding-top: 30px;
}

.about-service-list li i {
	display: inline-block;
	font-size: 50px;
	font-weight: 100;
	margin-right: 30px;
}

.about-service-list li p {
	margin: 0;
	opacity: 0.9;
}

.about-service-list li:first-child {
	margin-top: 0;
	padding: 0;
	border: none;
}

.about-service-list li h4 {
	font-weight: 600;
}

.about-service-list img {
	width: 60px;
	min-width: 80px;
	margin-bottom: 30px;
}

.shape-inner {
	position: absolute;
	z-index: -1;
	right: -65px;
	top: -80px;
	margin-left: -120px;
	transform: rotate(5deg);
}

.shape-inner img {
	height: 100px;
}

.compnay-author {
	display: flex;
	align-items: center;
}

.compnay-author img {
	height: 100px;
	margin-right: 30px;
	border-right: 1px solid #e7e7e7;
	padding-right: 30px;
	margin-top: 30px;
}

.compnay-author h4 {
	font-weight: 600;
	margin-bottom: 5px;
}

.compnay-author span strong {
	color: #7cbc58;
}

.about-style-six-info .title {
	font-weight: 700;
	margin-bottom: 30px;
}

.circle-progress-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-column-gap: 50px;
}

.circle-progress-items .circle {
	position: relative;
	z-index: 1;
}

.circle-progress-items .circle strong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	color: #232323;
	font-size: 20px;
}

.circle-progress-items h5 {
	font-weight: 600;
	margin: 0;
	margin-top: 15px;
}

.services-style-six .item {
	padding: 60px 37px;
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.services-style-six {
	margin-bottom: 30px;
}

.services-style-six .item i {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 30px;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	color: #7cbc58;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.services-style-six .item p {
	margin: 0;
}

.services-style-six .item i::before {
	line-height: inherit;
}

.services-style-six .item i::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #7cbc58;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.1;
}

.services-style-six:nth-child(2) .item i {
	color: #FF5A0F;
}

.services-style-six:nth-child(2) .item i::after {
	background: #FF5A0F;
}

.services-style-six:nth-child(4) .item i {
	color: #00DDC1;
}

.services-style-six:nth-child(4) .item i::after {
	background: #00DDC1;
}

.services-style-six:nth-child(3) .item i {
	color: #FF35B7;
}

.services-style-six:nth-child(3) .item i::after {
	background: #FF35B7;
}

.services-style-six .item img {
	height: 80px;
	margin-bottom: 30px;
}

.service-six-grid:nth-child(2) {
	margin-top: 60px;
}

.shape-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: right;
}

.shape-box .shape-item {
	position: absolute;
	height: 700px;
	width: 200px;
	background: #ffffff;
	z-index: -1;
	right: 0;
	transform: skewX(30deg);
	opacity: 0.5;
}

.services-style-six-area {
	position: relative;
	z-index: 1;
}

.shape-box .shape-item:nth-child(2) {
	top: 300px;
	right: 50px;
}

.shape-box .shape-item:nth-child(3) {
	top: 700px;
}

.half-bg-light {
	position: relative;
	z-index: 1;
}

.half-bg-light::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
}

.compnay-owner-carousel-carousel .item {
	position: relative;
}

.compnay-owner-carousel-carousel .item .company-owner-info {
	max-width: 33.333%;
	position: absolute;
	left: 7%;
	bottom: -85px;
	background: #ffffff;
}

.compnay-owner-carousel-carousel .item .company-owner-info .content {
	padding: 50px;
	position: relative;
	z-index: 1;
}

.compnay-owner-carousel-carousel .item .company-owner-info .content p {
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.compnay-owner-carousel-carousel .item .company-owner-info .content::after {
	position: absolute;
	left: 50px;
	top: 30px;
	content: "";
	height: 80px;
	width: 80px;
	background: url(./assets/img/shape/quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
	opacity: 0.15;
}

.compnay-owner-carousel-carousel .item .company-owner-info .provider {
	background: linear-gradient(30deg, #7cbc58 5%, #ee2852 90%);
	padding: 15px 30px;
}

.compnay-owner-carousel-carousel .item .company-owner-info .provider h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 3px;
}

.compnay-owner-carousel-carousel .item .company-owner-info .provider span {
	color: #ffffff;
	opacity: 0.9;
}

.compnay-owner-carousel-carousel .owl-stage-outer {
	padding-bottom: 85px;
}

.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 0;
}

.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav>div {
	margin: 0;
	margin-left: 10px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	background: #7cbc58;
}


/* ============================================================== 
     # Home Seven CSS 
=================================================================== */

@keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


.banner-area.banner-style-seven.auto-height .content {
	padding: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 600px;
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: inherit;
}

.banner-area.banner-style-seven.auto-height .carousel-item {
	padding: 160px 0;
}

.banner-area.banner-style-seven.auto-height .content::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #7cbc58;
	z-index: -1;
	mix-blend-mode: multiply;
	opacity: 0.8;
	border-radius: 50%;
}

.banner-area.banner-style-seven.auto-height .content p {
	padding: 0 15%;
}

.banner-style-seven h2 {
	padding: 0 15%;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px;
}

.banner-style-seven p {
	opacity: 1 !important;
	z-index: 1;
	position: relative;
	animation: inherit;
	font-weight: 400;
	animation: infinite;
}

.banner-style-seven a {
	margin-top: 15px;
}

.banner-area.banner-style-seven.auto-height .content::before {
	position: absolute;
	right: 0;
	top: 100px;
	content: "";
	height: 200px;
	width: 200px;
	background: url(./assets/img/shape/17.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner-area.banner-style-seven.auto-height .carousel-item.active .content::before {
	opacity: 1;
	top: 0;
	transition-delay: 300ms;

}

.banner-area .carousel-indicators.left.center {
	bottom: auto;
	top: 0;
	height: auto;
	width: auto;
	transform: translateY(-50%);
	display: block;
}

.banner-area.banner-style-seven .carousel-indicator {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 50px;
}

.banner-area .carousel-indicators.left.center li {
	display: block;
}

.heading-left {
	margin-bottom: 60px;
}

.heading-left .sub-title {
	text-transform: uppercase;
	color: #7cbc58;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.heading-left .title {
	font-weight: 600;
	margin-bottom: 0;
}

.services-style-seven .item {
	display: flex;
	margin-bottom: 30px;
	padding: 50px 37px;
	transition: all 0.35s ease-in-out;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.services-style-seven .item::before {
	position: absolute;
	bottom: -10px;
	right: -50px;
	content: "";
	background: url(./assets/img/shape/20.png);
	height: 60px;
	width: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.services-style-seven .item:hover::before,
.services-style-seven:first-child .item::before {
	opacity: 1;
	right: 0;
}

.services-style-seven .item::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 70%;
	width: 100%;
	transition: all 0.35s ease-in-out;
	background: #7cbc58;
	z-index: -1;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
}

.services-style-seven .item i {
	display: inline-block;
	font-size: 50px;
	min-width: 70px;
	color: #7cbc58;
}

.services-style-seven .item p {
	margin: 0;
}

.services-style-seven:first-child .item::after,
.services-style-seven .item:hover::after {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.services-style-seven .item i,
.services-style-seven .item p,
.services-style-seven .item a {
	transition: all 0.35s ease-in-out;
}

.services-style-seven:first-child .item i,
.services-style-seven:first-child .item p,
.services-style-seven:first-child .item a,
.services-style-seven .item:hover i,
.services-style-seven .item:hover p,
.services-style-seven .item:hover a {
	color: #ffffff;
}

.services-style-seven:first-child .item p {
	opacity: 0.9;
}

.services-style-seven-area {
	background-size: cover;
	background-position: left top;
}


/* About */
.about-style-seven h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.about-style-seven h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #7cbc58;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgb(115 4 242) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-style-seven .thumb {
	position: relative;
	margin-right: 50px;
}

.about-style-seven .author {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.about-style-seven .author img {
	height: 70px;
	margin-right: 20px;
}

.about-style-seven .author h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.about-style-seven ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	margin-top: 23px;
}

.about-style-seven ul li {
	position: relative;
	z-index: 1;
	font-weight: 500;
	padding-left: 28px;
	line-height: 32px;
	font-family: 'Poppins', sans-serif;
	color: #232323;
}

.about-style-seven ul li::after {
	position: absolute;
	left: 0;
	top: 8px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 18px;
	width: 18px;
	text-align: center;
	line-height: 18px;
	background: #7cbc58;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
	font-weight: 500;
}

.about-style-seven .video {
	position: absolute;
	bottom: 50px;
	right: -30px;
	overflow: hidden;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.about-style-seven .video i {
	display: inline-block;
	height: 80px;
	width: 80px;
	background: #7cbc58;
	text-align: center;
	line-height: 80px;
	color: #ffffff;
	font-weight: 100;
	font-size: 30px;
}

.about-style-seven .video i::before {
	position: relative;
	left: 7px;
}

.about-style-seven .video a {
	display: inline-block;
	background: #ffffff;
}

.about-style-seven .video span {
	padding: 0 25px;
	position: relative;
	top: -5px;
	padding-right: 35px;
}

.about-style-seven .thumb img:nth-child(2) {
	position: absolute;
	left: -80px;
	bottom: 50px;
	height: 150px;
	border: none;
	border-radius: inherit;
}

.about-style-seven .thumb img {
	border: 5px solid #ffffff;
	border-radius: 50%;
}

.shape-left-top {
	position: absolute;
	left: 0;
	top: -80px;
	max-width: 15%;
}


/* Process */
.process-style-two img {
	height: 80px;
	margin-bottom: 30px;
}

.process-style-two h4 {
	font-weight: 600;
	margin: 0;
	padding-right: 30%;
}

.process-style-two .item {
	position: relative;
}

.process-style-two .item span {
	position: absolute;
	top: 0;
	margin-left: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 50px;
	top: 30px;
	opacity: 0.15;
	color: transparent;
	-webkit-text-stroke: 2px #666666;
	text-shadow: -5px 5px 0px #eceefe;
}



/* ============================================================== 
     # Responsive CSS 
=================================================================== */
@media (max-width: 1023px) {
	.navbar .attr-nav .call i.fa-user-headset {
		display: none;
	}
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.top-bar-style-two {
		background: no-repeat;
	}

	.top-bar-area.top-bar-style-six-area {
		background: linear-gradient(90deg, rgba(18, 115, 235, 1) 30%, rgba(4, 215, 242, 1) 100%);
	}

	.banner-area.banner-style-six.auto-height .content {
		padding: 120px 0 !important;
		margin: 0;
	}

	.banner-area.banner-style-seven.auto-height .content {
		margin: auto;
	}

	.about-style-six.d-flex {
		display: block !important;
	}

	.about-style-six .thumb {
		margin: 0;
		max-width: 100%;
		border: none;
		margin-bottom: 30px;
	}

	.about-style-six .shape-inner {
		display: none;
	}

	.about-service-list {
		text-align: center;
		margin-bottom: 50px;
		width: 100%;
		min-width: 100%;
		padding: 50px 30px;
	}

	.compnay-author {
		display: block;
	}

	.about-style-six-info {
		text-align: center;
	}

	.compnay-author img {
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 15px;
	}

	.about-style-six .thumb img {
		width: 100%;
	}

	.about-style-seven .thumb img:nth-child(2) {
		left: 0;
	}

	.about-style-seven .thumb {
		margin: 0;
		margin-bottom: 80px;
	}

	.about-style-seven .video {
		right: 0;
	}

	.heading-left {
		text-align: center;
	}

	.process-style-two {
		margin-bottom: 80px;
	}

	.process-style-two-area {
		padding-bottom: 40px;
	}

	.services-style-six-area {
		text-align: center;
	}

	.services-style-six-area .right-info {
		margin-top: 50px;
	}

	.service-six-grid:nth-child(2) {
		margin-top: 0;
	}

	.services-style-seven-area {
		text-align: center;
	}

	.heading-left .text-right {
		text-align: center !important;
		margin-top: 20px;
	}

	.services-style-seven .item {
		display: block;
		background: #f9f9f9;
	}

	.services-style-seven .item i {
		margin-bottom: 30px;
	}

	.compnay-owner-carousel-carousel .item .company-owner-info {
		position: relative;
		max-width: 100%;
		left: 0;
		bottom: 0;
		border: 1px solid #e7e7e7;
	}

	.compnay-owner-carousel-carousel .owl-stage-outer {
		padding-bottom: 0;
	}

	.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav {
		display: none;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .banner-area .item{
       height: 50vh !important; 
    }

	.banner-style-six .content h2 {
		font-size: 36px;
	}

	.banner-area.banner-style-six.auto-height .content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.banner-area.banner-style-seven.auto-height .content {
		height: 100%;
		width: 100%;
	}

	.banner-area.banner-style-seven.auto-height .content::after {
		height: 500%;
		width: 500%;
		border-radius: inherit;
		left: -150%;
		top: -150%;
	}

	.banner-area.banner-style-seven.auto-height .carousel-item {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.banner-area.banner-style-seven.auto-height .carousel-item.active .content::before {
		display: none;
	}

	.banner-area .carousel-indicators.left.center {
		bottom: 20px;
		top: auto;
		transform: translateY(0);
		left: 0;
		width: 100%;
		right: 0;
		margin: 0;
		padding: 0;
	}

	.banner-area.banner-style-seven .carousel-indicator {
		top: auto;
		transform: inherit;
		bottom: 0;
		left: 0;
	}

	.banner-area .carousel-indicators.left.center li {
		display: inline-block;
	}

	.about-style-six.d-flex {
		display: block !important;
	}

	.about-style-six .thumb {
		margin: 0;
		max-width: 100%;
		border: none;
		margin-bottom: 30px;
	}

	.about-style-six .shape-inner {
		display: none;
	}

	.about-service-list {
		text-align: center;
		margin-bottom: 50px;
		width: 100%;
		min-width: 100%;
		padding: 50px 30px;
	}

	.about-style-seven .thumb img:nth-child(2) {
		left: 0;
		bottom: 0;
		max-width: 50%;
		height: auto;
	}

	.about-style-seven .thumb {
		margin: 0;
		margin-bottom: 70px;
	}

	.about-style-seven .video {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		min-width: auto;
		bottom: -30px;
	}

	.about-style-seven .video span {
		display: none;
	}

	.about-style-seven .video i::before {
		left: 4px;
	}

	.about-style-seven ul {
		grid-template-columns: 1fr;
	}

	.about-style-seven ul li {
		line-height: 36px;
	}

	.about-style-seven ul li::after {
		top: 9px;
	}

	.compnay-author {
		display: block;
	}

	.about-style-six-info {
		text-align: center;
	}

	.compnay-author img {
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 15px;
	}

	.services-style-six-area {
		text-align: center;
	}

	.services-style-six-area .right-info {
		margin-top: 30px;
	}

	.service-six-grid:nth-child(2) {
		margin-top: 0;
	}

	.services-style-seven-area {
		background-image: none !important;
		text-align: center;
	}

	.heading-left .text-right {
		text-align: center !important;
		margin-top: 20px;
	}

	.services-style-seven .item {
		display: block;
		background: #f9f9f9;
	}

	.services-style-seven .item i {
		margin-bottom: 30px;
	}

	.compnay-owner-carousel-carousel .item .company-owner-info {
		position: relative;
		max-width: 100%;
		left: 0;
		bottom: 0;
		border: 1px solid #e7e7e7;
	}

	.compnay-owner-carousel-carousel .owl-stage-outer {
		padding-bottom: 0;
	}

	.heading-left {
		text-align: center;
	}

	.process-style-two {
		text-align: center;
		margin-top: 50px;
	}

	.process-style-two:first-child {
		margin: 0;
	}

	.process-style-two h4 {
		padding: 0 10%;
	}

	.process-style-two .item span {
		position: inherit;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		margin-bottom: 25px;
	}
}

/* Custom layout. */
@media only screen and (max-width: 500px) {}

@media (max-width: 1023px) {
	.navbar .attr-nav .call i {
		display: none;
	}
}


/* //////////////////////////////////////////////////////////// */
/* PRESENCE */
.presence-area {
	width: 100%;
	height: auto;
	background: url(./assets/img/shape/8.png) no-repeat center/contain;
}

.location-details{
	height: 100%;
	position: relative;
}

.address1 {	
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,-50%);
width: 300px;
background: white;
padding: 10px;
text-align: center;
border-radius: 20px 0;
border: 2px solid #5cb85c;
}


.locate-img .img-place{
	position: absolute;
    height: 280px;
    width: 380px;
    object-fit: cover;
    bottom: 10px;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.hidden{
	display: none !important;
}

.shown{
	display: block !important;
}

.address1 p{
	color: black;
	font-size: 15px;
	font-weight: bold;
}

.location-details h2{
	color: white;
	font-weight: bolder;
	background-color: #000000c2;
	padding: 10px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hidden{
	display: none;
}

.locate-img iframe{
    box-shadow: 0 0 10px gray;
    border-radius: 10px;
}

.locate-img .round-globe{
    position: absolute;
    top: -10%;
    left: 10%;
    z-index: -2;
}

.locate-img .round-vector {
    position: absolute;
    top: -20%;
    left: 0;
    z-index: -3;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 15s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* SERVICES */

.services-abybaby .owl-nav .owl-prev,
.services-abybaby .owl-nav .owl-next{
    background-color: #7cbc58 !important;
}


.services-abybaby p {

	    font-size: 4vmin;
    color: #FFF;
    text-align: center;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
}

.services-abybaby .serv-img {
	position: relative;
}

.serv-img img {
	height: 60vh;
	width: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 10px;
}

.sr-c {
	position: absolute;
	background-color: #1312129c;
	width: 100%;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sr-c a {
	font-size: 12px;
	color: #a8d596 !important;
	font-weight: bold;
}

/* STORIES MOBILE view */
.str-box {
	width: 100%;
	/* height: 80px; */
	/* background: url(./assets/images/3-36562_600-x-550-37-film-strip-transparent-background-removebg-preview.png) no-repeat center/contain; */
	display: grid;
	place-content: center;
	margin-bottom: 10px;
	/* overflow: hidden; */
	position: relative;
	border-radius: 5px;
	/* box-shadow: 0 0 15px #4caa12; */
}



.mask {
	position: absolute;
	width: 95% !important;
	height: 67%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 3px;

}


.stories-area .item {
	padding: 10px;
}

.mobile-view-clients{
	height: 75px;
	width: 100vw !important;
	position: fixed;
	bottom: 0;
	padding: 10px 20px;
	border-top: 3px solid #5cb85c;
	z-index: 99 !important;
	background-color: white;
}

.mobile-view-clients img{
	height: 50px !important;
	display: inline-block !important;
	object-fit: contain;
}

.service-option-tab a {
    font-size: 12px;
    color: black;
    padding: 15px;
    border-radius: 5px;
}

.service-option-tab a:hover {
    color: #a8d596 !important;
}

.active-service-tab {
    color: #a8d596 !important;
}

.line-right {
    width: 1px;
    height: 11px;
    background-color: black;
    margin-bottom: 2px;
}

.gallery-box {
        width: 100%;
    height: 400px;
    padding: 10px;
    box-shadow: 0 0 10px gray;
    border-radius: 10px;
}

.gallery-box video{
	width: 100%;
}

.gallery-box .col-6{
    height: 15vh;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-box .col-4{
    height: 10vh;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-box a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.g1 {
    width: 100%;
    padding: 3px;
    object-fit: cover;
}

.fit {
    height: 100%;
}

.g-cat {
    text-align: center;
    /* position: absolute; */
    top: 50%;
    /* width: 89%; */
    /* background: #0c0c0c9d; */
    right: 0%;
    left: 22px;
    transform: translate(0%, 0%);
    color: black;
    /* border: 1px solid white; */
    padding: 10px;
    /* border-radius: 5px; */
    z-index: 99;
    line-height: 18px;
	font-size: 20px;
	font-weight: bold;
}



@media(max-width:768px) {
	.default-padding{
		padding: 30px;
	}
	.portfolio-area,
	.breadcrumb-area{
		margin-top: 65px;
	}
	.carousel-item{
		margin-top: 88px;
	}
	footer {
		margin-bottom: 95px;
	}

	.services-abybaby p {

		font-size: 16px;
		color: #FFF;
		text-align: center;
	}

	.services-abybaby .serv-img {
		position: relative;
	}

	.serv-img img {
		height: 350px;
		width: 100%;
		object-position: center;
		object-fit: cover;
		border-radius: 10px;
	}

	.address-field{
	    height: 350px;
		margin-top: 100px;
	}

	.address1{
		width: 200px;
		padding: 5px;
	}

	.address1 p{
		font-size: 10px;
	}

	.location-details h2{
		font-size: 20px !important;
	}
	
	.locate-img iframe {
	    position: absolute;
        left: 0;
        width: 100%;
        height: 165px;
    }

    .locate-img .img-place {

        height: 150px;
        width: 100%;
       

    }
    
    nav.navbar.bootsnav.navbar-fixed.no-background{
        background: white;
    }
}

.banner-abybaby img{
    object-position: center;
    object-fit: cover;
}


/*COMPANY INFINITE SLIDER*/


@-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .slider {
    background: white;
    height: 300px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-top: 1px solid #cbcbcb;
    padding-top: 20px;
  }

  .slider .slide-track {
    -webkit-animation: scroll 20s linear infinite;
            animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .slider .slide {
    height: 100px;
    width: 250px;
  }
  
    .slider .slide img{
        margin-bottom: 20px;
        width: 160px;
        object-fit: contain;
    }

.slider .slide-track:hover{
    animation-play-state: paused;
}

.client-number{
    border-bottom: 2px solid black;
}

.client-number p{
     margin-bottom: 5px !important;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
}
   
   
   /*INFOGRAPHICS*/
   
   .infographics-area{
   min-height: 100vh;
   padding-top: 100px;

    width: 100%;
    background:linear-gradient(to right, black 50%, transparent) , url(./assets/infograph.jpg) no-repeat center/cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
   }
   
   .infographics-area .counter-box h6{
    font-size: 2.5vmin;
    font-weight: 600;
    color: white;
    /* border-bottom: 2px solid #28a745; */
    border: 2px solid green;
    text-align: center;
    border-radius: 20px;
    padding: 10px 15px;
   }
   
   .infographics-area .counter-box p{
   font-size: 8vmin;
    font-family: 'Anton';
    color: #28a745!important;
    margin-top: 16px;
    text-align: center;
   }
   
    .infographics-area .counter-box span{
        font-size: 8vmin;
    font-family: 'Anton';
    color: #28a745!important;
    /* margin-top: 35px; */
    text-align: center;
    }
   
   
   

   @media(max-width: 600px){
          .infographics-area .counter-box p{
    margin-top: 25px;
   
   }
   }
   
   .thumb-services-area{
       width: 100%;
    background: linear-gradient(#000000a3,#0000008f),url(./assets/infograph.jpg) ;
    
    background-attachment: fixed;
   }
   
   
   .item-ser{
       width: 220px;
   }
   
   /*SERVICE*/
   
   .stories-area{
       background: linear-gradient(#ffffff85,#ffffff80),url(./assets/info.jpg) no-repeat center/cover;
    background-attachment: fixed;
   }
   
  .services {
       position: relative;
    overflow: hidden;
    /* border-radius: 20px; */
    border: 1px solid #212529;
}

.ser-h3{
        font-size: 18px !important;
    font-weight: 500 !important;
    margin-top: 20px;
    display: inline-block;
}

.mask-info {
    height: 100%;
    width: 100%;
    background: #8dc96e;
    position: absolute;
    transform: translateX(100%);
    z-index: -1;
    transition: 0.5s;
}


.services:hover .mask-info {
    transform: translateX(0);
    z-index: 1;
    transition: 0.5s;
}
   
   .bg-1{
       background: linear-gradient(#00000087,#0000004d),url(https://new.businessenquiry.co.in/ABYBABYUPDATE/admin/assets/rural_gallary/9341961687602409VIRTUAL%20SHOWROOM7.jpg) no-repeat center/cover;
       height: 250px;
      
   }
   
   .bg-2{
       background: linear-gradient(#00000087,#0000004d),url(https://new.businessenquiry.co.in/ABYBABYUPDATE/admin/assets/event_gallary/6292701687606871p21.jpg) no-repeat center/cover;
       height: 250px;
       
   }
     
     
     .bg-3{
       background: linear-gradient(#00000087,#0000004d),url(https://new.businessenquiry.co.in/ABYBABYUPDATE/admin/assets/event_gallary/591570168760737517.jpg) no-repeat center/cover;
       height: 250px;
      
   }
     
     
     .bg-4{
       background: linear-gradient(#00000087,#0000004d),url(./assets/img/assets1/image1/image-slider/digital.webp) no-repeat center/cover;
       height: 250px;
      
   }
     
     
     .bg-5{
       background: linear-gradient(#00000087,#0000004d),url(./assets/img/assets1/image1/image-slider/UP.webp) no-repeat center/cover;
       height: 250px;
      
   }
   
        
     .bg-6{
       background: linear-gradient(#00000087,#0000004d),url(https://new.businessenquiry.co.in/ABYBABYUPDATE/admin/assets/sports_gallary/54189916876088034.jpeg) no-repeat center/cover;
       height: 250px;
      
   }
   
   
   
   
   
   
   .sr-c1{
    height: 100%;
    background: linear-gradient(45deg, white 60%, #28a745);
    width: 35%;
    position: relative;
   }
   
   .item-ser{
       transition: all linear 0.3s;
   }
   
   .item-ser:hover{
       scale: 1.05;
       transition: all linear 0.3s;
   }
   
   .item-ser:hover .sr-c1 {
           background: #7cbc58;
   }
   
   
   .sr-c1 p{
    font-size: 40px !important;
    color: #000;
    text-align: center;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    text-wrap: nowrap;
    rotate: -90deg;
    position: relative;
    top: 86%;

   }
   
   .serv-content{
       position: absolute;
    z-index: 1;
    bottom: 10%;
    background: #7cbc58;
    /* width: 100%; */
    right: -75%;
    padding: 10px 100px 10px 10px;
    text-wrap: nowrap;
    border-radius: 20px;
    transition: 0.5s;
   }
   
    .item-ser:hover .serv-content {
           background: #7cbc58;
           right: -45%;
           transition: 0.5s;
   }
   
   
   /*TEST*/
   
   section {
  height: 100vh;
  width: 100vw;
  flex-shrink: 0;
}

.section-1 {

}

.section-2 {
transform: translateX(-2%);
}

.main-wrapper {
  display: flex;
}
 
 
/*SERVICE UPDATE*/

.ser-update {
  margin: 0 auto;
}
.ser-update .row {
  align-items: center;
}

.card1 {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
  transition: ease all 2.3s;
  perspective: 1200px;
}

.card2 {
  position: relative;
  height: 370px;
  width: 100%;
  margin: 10px 0;
  transition: ease all 2.3s;
  perspective: 1200px;
}

@media(max-width: 768px){
    .card1{
        width: 75%;
        margin: 20px auto;
    }
    
    .card1 .cover h5{
        font-size: 25px !important;
    }
}


.card1:hover .cover {
  transform: rotateX(0deg) rotateY(-180deg);
}
.card1:hover .cover:before {
  transform: translateZ(30px);
}
.card1:hover .cover:after {
  background-color: black;
}
.card1:hover .cover h1 {
  transform: translateZ(100px);
}
.card1:hover .cover .price {
  transform: translateZ(60px);
}
.card1:hover .cover a {
  transform: translateZ(-60px) rotatey(-180deg);
}
.card1 .cover {
 position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid white;
    box-shadow: 0 0 10px white;
}
.card1 .cover:before {
  content: "";
    position: absolute;
    border: 5px solid rgb(255 255 255);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: ease all 2.3s;
    transform-style: preserve-3d;
    transform: translateZ(0px);
}
.card1 .cover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: ease all 1.3s;
  
}
.card1 .cover.item-a {
  background-image: url("./assets/img/assets1/image1/image-slider/RP.webp");
}
.card1 .cover.item-b {
  background-image: url("./assets/img/assets1/image1/image-slider/UP.webp");
}
.card1 .cover.item-c {
  background-image: url("./assets/img/assets1/image1/image-slider/EVENT.webp");
}
.card1 .cover.item-d {
  background-image: url("./assets/img/assets1/image1/image-slider/digital.webp");
}
.card1 .cover.item-e {
  background-image: url("./assets/img/assets1/image1/image-slider/Sports.webp");
}
.card1 .cover h5 {
    
    position: absolute;
    bottom: 55px;
    left: 0px;
    color: #212529;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 3vmin;
    transform: translateZ(0px);
    background: linear-gradient(45deg, white 44%, transparent);
    padding: 36px;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    height: 37%;
    width: 100%;
}

.card1 .cover .price {
  font-weight: 200;
  position: absolute;
  top: 55px;
  right: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 4;
  font-size: 2em;
  transform: translateZ(0px);
}


/*////////////////////////////////////////////////////*/


.card2:hover .cover {
  transform: rotateX(0deg) rotateY(-180deg);
}
.card2:hover .cover:before {
  transform: translateZ(30px);
}
.card2:hover .cover:after {
  background-color: black;
}
.card2:hover .cover h1 {
  transform: translateZ(100px);
}
.card2:hover .cover .price {
  transform: translateZ(60px);
}
.card2:hover .cover a {
  transform: translateZ(-60px) rotatey(-180deg);
}
.card2 .cover {
 position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid white;
    border-radius: 10px;
}
/*.card2 .cover:before {*/
/*  content: "";*/
/*    position: absolute;*/
/*    border: 5px solid rgb(255 255 255);*/
/*    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    right: 20px;*/
/*    bottom: 20px;*/
/*    z-index: 2;*/
/*    transition: ease all 2.3s;*/
/*    transform-style: preserve-3d;*/
/*    transform: translateZ(0px);*/
/*}*/
/*.card2 .cover:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*  right: 0px;*/
/*  bottom: 0px;*/
/*  z-index: 2;*/
/*  transition: ease all 1.3s;*/
  
/*}*/
.item-a {
  background-image: url("./assets/img/assets1/image1/image-slider/RP.webp");
      
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.item-b {
  background-image: url("./assets/img/assets1/image1/image-slider/UP.webp");
     
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.item-c {
  background-image: url("./assets/img/assets1/image1/image-slider/EVENT.webp");
      
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.item-d {
  background-image: url("./assets/img/assets1/image1/image-slider/digital.webp");
     
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.item-e {
  background-image: url("./assets/img/assets1/image1/image-slider/Sports.webp");
      
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.card2 .cover{
    background-color: black;
}
.card2 .cover h5 {
    position: absolute;
    top: 20%;
    left: 35%;
    color: #ffffff;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 2vmin;
    transform: translateX(-20%);
    /* background: linear-gradient(45deg, white 44%, transparent); */
    /* padding: 12px 20px; */
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 100;
    /* width: 30%; */
    border: 1px solid white;
    padding: 5px 20px;
    box-shadow: 0 0 8px white;
    border-radius: 10px;
}

@media(max-width:600px){
    .card2 .cover h5{
        font-size: 9vmin;
    }
}

.card2 .cover .price {
  font-weight: 200;
  position: absolute;
  top: 55px;
  right: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 4;
  font-size: 2em;
  transform: translateZ(0px);
}

.card1 .card1-back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0b0f08;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  transform: translateZ(-1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card1 .card1-back a {
  transform-style: preserve-3d;
  transition: ease transform 2.3s, ease background 0.5s;
  transform: translateZ(-1px) rotatey(-180deg);
  background: transparent;
  border: 1px solid white;
  font-weight: 200;
  font-size: 1.3em;
  color: white;
  padding: 14px 32px;
  outline: none;
  text-decoration: none;
}
.card1 .card1-back a:hover {
  background-color: white;
  color: #0b0f08;
}


.card2 .card2-back {
  position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.card2 .card2-back a {
  transform-style: preserve-3d;
  transition: ease transform 2.3s, ease background 0.5s;
  transform: translateZ(-1px) rotatey(-180deg);
  background: white;
  border: 1px solid white;
  font-weight: 200;
  font-size: 1.3em;
  color: black;
  padding: 14px 32px;
  outline: none;
  text-decoration: none;
}
.card2 .card2-back a:hover {
  background-color: black;
  color: white;
}
   
   /*OUR STORIES NEW*/
   
   
  
  .background {
    background: url('https://images.pexels.com/photos/1095624/pexels-photo-1095624.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260')
      center top no-repeat #252746;
    background-size: cover;

  }
  
  .background-texture {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#0f0140e6),
      to(rgba(255, 214, 117, 0.9))
    );
    background: linear-gradient(to top, #0f0140e6, rgba(255, 214, 117, 0.9));
    background-size: cover;
  }
  
  .carousel {
    width: 100%;
    overflow-x: scroll;
    /* padding: 30px; */
    /* padding-top: 80px; */
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  

/* width */
.carousel::-webkit-scrollbar {
  height: 10px;
  cursor: pointer;
}

/* Track */
.carousel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.carousel::-webkit-scrollbar-thumb {
  background: #8dc96e; 
  border-radius: 5px;
}

/* Handle on hover */
.carousel::-webkit-scrollbar-thumb:hover {
  background: black; 
}

  
  .carousel__container {
    white-space: nowrap;
    margin-bottom: 70px;
    padding-bottom: 10px;
    display: inline-block;
  }
  
  
  .categories__title {
   color: rgb(77, 55, 102);
    font-size: 28px;
    position: absolute;
    padding-left: 30px;
  }
  
  .carousel-box {
    width: 350px;
    height: 230px;
    border-radius: 15px;
    background-color: #95bcd6;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 40px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 1000ms all;
    transition: 1000ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    position: relative;
    border: 1px solid #d5d1d1;
    margin-right: 20px;
  }
  
  @media(max-width:768px){
      .carousel-box{
          width: 300px;
          height: 200px;
      }
  }
  
  .carousel-box:hover ~ .carousel-box {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  
  .carousel__container:hover .carousel-box {
    opacity: 1;
  }
  
  .carousel__container:hover .carousel-box:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  
  .carousel-item__img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left;
  }
  
  .carousel-item__details {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    font-size: 10px;i
    opacity: 0;
    -webkit-transition: 450ms opacity;
    transition: 450ms opacity;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .carousel-item__details:hover {
    opacity: 1;
  }
  
  .carousel-item__details span {
    /* width: 10px;
    height: 10px; */
    font-size: 3rem;
    color: #2ecc71;
    /* background-color: white; */
  }
  
  .carousel-item__details .controls {
    padding-top: 90px;
  }
  
  .carousel-item__details .carousel-item__details--title,
  .carousel-item__details--subtitle {
    color: #fff;
    margin: 5px 0;
  }
  
  .text-bg{
    background: url(./assets/text-bg1.png) no-repeat right/contain;
  }
  
    .text-bg1{
    background: url(./assets/text-bg.png) no-repeat right/contain;
  }
  
  
  .blog-area{
     background: linear-gradient(#ffffff,#ffffffbd),url(./assets/blog-area.jpg);
    background-attachment: fixed;
    
  }
  
  
  /*LATEST PROJECT SHOWCASE*/
  
  /*HEADER*/
  
  .nav-link{
      font-size: 20px;
      font-weight: 400;
      padding: 0 30px !important;
  }
  
  
  #home nav ul li a{
      color: white !important;
  }
  
   #home.active-head nav ul li a{
       color: black !important;
   }
   
  
  @media(max-width:768px){
        .nav-link{
      margin: 20px 0;
  }
   #home{
     border-bottom: 3px solid #86c76b; 
     background: white;
  }
  
   #home nav ul li a{
       color: black !important;
   }
  }
  
  .navbar-brand{
      background: #f8f9fa;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 2px 2px 0px black;
    margin-top: 70px;
  }
  
  
  .active-head{
     border-bottom: 3px solid #86c76b; 
     background: white;
  }
  

  
  
  .nav-link:hover{
      color: #86c76b;
  }
  
  /*SERVICE*/
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

body {
    /*font-family: 'Poppins', sans-serif !important;*/
}

.services-list .div {
    padding: 0 20px;
    align-items: center;
    background-color: #000000;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.services-list div h2 {
    font-size: 8vmin;
    font-weight: 500;
    color: white;
    padding: 30px 100px;
    margin: 0;
    position: relative;
    transition: all linear 0.5s;
}

.services-list .div:first-child {
    color: black;
    background-color: #86c76b;
}

.services-list div:last-child{
    border: 0;
}

.services-list div:hover h2 {
    margin-left: 2%;
}

.services-list .div:hover {
    background-color: #86c76b;
}

.services-list div i {
    font-size: 30px;
    color: white;
    transition: all linear 0.5s;
}

.services-list div:hover i {
    rotate: -45deg;
}

.services-list h2:hover.h2 {
    background-color: #86c76b !important;
}

.service-section { background: linear-gradient(rgba(255, 255, 255, 0.493),rgba(0, 0, 0, 0.329)),url(https://res.cloudinary.com/simpleview/image/upload/v1609876212/clients/springfield/Concerts_Live_Music_d30b0459-d42e-424b-8ccf-31419a06694d.jpg) no-repeat bottom/cover;
   
    background-attachment: fixed;
}

.site-heading h4,.site-heading h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #7cbc58;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(90deg, #258d72 30%, #7cbc58 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vmin;
}

.site-heading h2 {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.site-heading h2 {
    margin: 0;
    margin-top: 10px;
    color: rgb(0, 0, 0);
    font-size: 4vmin;
}

.site-heading p{
    color: #000000;
}

.owl-carousel .owl-stage {
    transition: 0.6s; /* Add smooth transition to slide changes */
  }

/*.we-are {*/
/*    min-height: 100vh;*/
    /* background: linear-gradient(rgba(255, 255, 255, 0.76),transparent ),url(./info.jpg) no-repeat center/cover; */
/*}*/

.we-are h4{
    font-weight: 600;
}

.we-are h3{
    text-transform: uppercase;
    font-weight: 600;
    color: #7cbc58;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(90deg, #258d72 30%, #7cbc58 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10vmin;
}

.we-are i{
   display: inline-block;
    font-size: 40px;
    margin-right: 25px;
    color: #7cbc58; 
}

.we-are ul li{
    display: flex;
    margin-top: 30px;
}


    
.we-are h1 span{
    line-height: 100px;
    font-size: 10vw !important;
    font-weight: bolder;
    color: transparent; 
    -webkit-text-stroke: 3px #000000;
    background: url(./assets/img/text-bg.png) ;
    -webkit-background-clip: text;
    background-position: 0 0;
    animation: back 20s linear infinite;
}

@media(max-width: 768px){
    .we-are h1 span{
        line-height: 40px;
    font-size: 50px !important;
}

.we-are {
    height: auto;
    /* background: linear-gradient(rgba(255, 255, 255, 0.76),transparent ),url(./info.jpg) no-repeat center/cover; */
}
.we-are .owl-carousel .item img{
    height: 200px !important;
}

.dot{
    display: none;
}
.border-circle{
     display: none;
}


}

@keyframes back {
    100%{
        background-position: 2000px 0;
        scale: 1.2;
    }
}

.we-are .owl-carousel{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 10px 10px 20px #7cbc58;
}

.we-are .owl-carousel .item img{
    height: 400px;
    object-position: center;
    object-fit: cover;
}


.dot{
    width: 7px;
    height: 7px;
    background: #28a745;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
}

.border-circle{
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #28a745;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
}

.ser-binary{
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}


/*DURGA PUJA*/


.video-breadcrumb {
    height: 50vh;
    width: 100%;
}

.video-breadcrumb video {
    object-fit: cover;
    object-position: center;
}

.durga-puja-slogan .content {
    background: linear-gradient(to right, whitesmoke, transparent);
    padding: 2rem;
    margin: 2rem;
}

.durga-puja-slogan .content h1 {
    color: black;
    font-weight: 800;
    font-size: 1.8rem;
}

@media(max-width: 600px) {
    .durga-puja-slogan .content h1 {
        font-size: 1rem;
    }
}

.durga-puja-slogan img {
    width: 250px;
}


.durga-puja-slogan .sankha {
    position: absolute;
    left: 5%;
    rotate: 90deg;
    top: 80%;
    transform: translate(0%, -5%);
}



.durga-puja-slogan .content h1 span.one {
    color: #8DC96E;
    font-size: 7vmin;
}

.durga-puja-slogan .content h1 span.two {
    color: #2C724A;
    font-size: 7vmin;
}

.durga-puja-slogan .content h1 span.three {
    color: black;
    font-size: 2rem;
    font-weight: 600;
}


.exclusive-service h2 {
    font-size: 2.5vw;
    font-weight: 800;
    position: relative;
    margin-top: 100px;
}

.exclusive-service h2:before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #8DC96E;
    display: inline-block;
    position: absolute;
    filter: blur(80px);
}

.exclusive-service h2:after {
    content: "";
    height: 0.2rem;
    width: 3rem;
    background-color: #8DC96E;
    display: inline-block;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0%);
}


.exclusive-service h2 span {
    color: #2C724A;

}

.option-card {
    position: relative;
    cursor: pointer;
}

.option-card img {
    width: 80%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgb(196, 196, 196);
}

.option-card:after {
    content: "";
    height: 100%;
    width: 80%;
    background-color: transparent;
    display: inline-block;
    position: absolute;
    border-radius: 30px;
    border: 2px solid #8DC96E;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
}

.option-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}


.chakra-container-1 {
    position: absolute;
    text-align: center;
    top: -20%;
    left: 4%;
}

.chakra-container-1 img {
    width: 65%;
    opacity: 0.08;
    animation: rotation 35s infinite linear;
}

.chakra-container-2 {
    position: absolute;
    text-align: center;
    top: -20%;
    right: 6%;
}

.chakra-container-2 img {
    width: 65%;
    opacity: 0.08;
    animation: rotation 35s infinite linear;
}

.our-previous-works {
    background: linear-gradient(to left, whitesmoke, transparent);
    padding: 40px 0;
    margin-top: 100px;
}

.our-previous-works h2 {
    font-size: 2.5vw;
    font-weight: 800;
    position: relative;
}

.our-previous-works h2 span.one {
    color: #2C724A;
}

.our-previous-works h2 span.two {
    color: #8DC96E;
}

.our-previous-works h2 span.three {
    font-size: 1.5rem;
    font-weight: 500;
}

@media(max-width: 600px) {
    .our-previous-works h2 span.three {
        font-size: 1rem;
        font-weight: 500;
    }
}

.our-previous-works h2:after {
    content: "";
    height: 0.2rem;
    width: 3rem;
    background-color: #8DC96E;
    display: inline-block;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0%);
}


.previous-works-gallery {
    height: 800px;
    display: flex;
    gap: 0.5rem;
}

@media(max-width: 600px) {
    .previous-works-gallery {
        height: auto;
        flex-direction: column;
        gap: 0.2rem;
    }
}

.previous-works-gallery img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.bento-row-1 {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bento-sub-row-1 {
    height: 49%;
    border-radius: 20px;
    display: flex;
    gap: 0.5rem;
}

.bento-sub-row-2 {
    height: 50%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bento-col {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}

.bento-col-1 {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}

.bento-row-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bento-col-2 {
    height: 33.33%;
    border-radius: 20px;
    overflow: hidden;
}

.bento-row-3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bento-col-3 {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}

.show-more-btn {
    transition: all 0.5s ease-in-out;
}

.show-more-btn:hover {
    scale: 1.1;
    background-color: #8DC96E !important;
}

.top-pujas h2 {
    font-size: 2.5vw;
    font-weight: 800;
    position: relative;
}

.top-pujas h2 span.one {
    color: #8DC96E;
}

.top-pujas h2:after {
    content: "";
    height: 0.2rem;
    width: 3rem;
    background-color: #2C724A;
    display: inline-block;
    position: absolute;
    top: 80%;
    left: 51%;
    transform: translate(-50%, 0%);
}

.top-pujas h2:before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #8DC96E;
    display: inline-block;
    position: absolute;
    filter: blur(80px);
}

.preworks-wrap {
    /*height: 850px;*/
    overflow-y: auto;
}

.preworks-wrap::-webkit-scrollbar {
    scrollbar-color: pink lightblue;
}

.top-puja-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: white;
    box-shadow: 5px 5px 10px #8DC96E;
    border-radius: 20px;
    margin: 20px;
    padding: 30px;
}

.top-puja-card img {
    width: 40px !important;
}

.top-puja-card h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
}

.social-icons{
   position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.social-icons a{
    display: inline-block;
    width: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    transition: all 0.5s ease;

}

.social-icons a:hover{
    scale: 1.1
}


.social-icons .fb{
    background: #0865fe;
    color: white;

}

.social-icons .insta{
    background: #e1306c;
    color: white;

}

.social-icons .youtube{
    background: #ff020b;
    color: white;

}

.social-icons .linkedin{
    background: #0867c6;
    color: white;

}

    
.contact-us {
    min-height: 350px;
}

.contact-us h2 {
    font-size: 2.5vw;
    font-weight: 800;
    position: relative;
    color: #8DC96E;
}

.contact-us h2 span.one {
    color: #2C724A;
}

.contact-us h2 span.two {
    color: #2C724A;
    font-size: 1.5rem;
}

.contact-us h2:after {
    content: "";
    height: 0.2rem;
    width: 3rem;
    background-color: #8DC96E;
    display: inline-block;
    position: absolute;
    top: 110%;
    left: 51%;
    transform: translate(-50%, 0%);
}

.cta-btns{
    gap: 40px;
}

.cta-btn-1,
.cta-btn-2 {
    transition: all 0.5s ease-in-out;
}

.cta-btn-1 .icon {
    background: #2C724A;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

.cta-btn-1 p,
.cta-btn-2 p {
    margin: 0;
    background: black;
    display: inline-block;
    padding: 15px 20px 15px 50px;
    color: white;
    font-weight: 800;
    border-radius: 30px;
    margin-left: -43px;
    position: relative;
    z-index: -1;
    box-shadow: 5px 2px 5px green;
    transition: all 0.5s ease-in-out;
}

.cta-btn-1:hover,
.cta-btn-2:hover {
    scale: 1.1;
}

.cta-btn-1:hover .action-text,
.cta-btn-2:hover .action-text {
    box-shadow: 5px 5px 15px green;
}


.icon img {
    width: 50px;
}

.cta-btn-2 .icon {
    background: #8DC96E;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

.contact-bg {
    bottom: -25%;
    z-index: -1;
}

@media(max-width: 600px) {
    .contact-bg {
        bottom: 0;
        z-index: -1;
    }
}

.contact-bg img {
    width: 20%;
    height: 20%;
}


.float-cta{
    width: 120px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

@media(max-width: 600px){
    .float-cta{
        width: 80px;
    }  
}

.float-cta img{
    filter: drop-shadow(0 0 5px gold);
}

.fancybox-caption {
    text-align: center;
    font-size: 24px; /* Adjust the font size as per your design */
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-family: "Syne", sans-serif !important; 
}

.festive-pop-up {
    height: 70vh;
    background: url("./images/durga puja.jpg") no-repeat center / cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.close-festive{
    position: absolute;
    top: 0;
    right: 0;
}


@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact-us .contact-form label{
    font-size: 20px;
    font-weight: 800;
}

.contact-us .contact-form input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #8dd373;
    outline: none;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-us .contact-form button{
    border: none;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 30px;
    background: #8dd373;
    color: white;
    border-radius: 50px;
    box-shadow: 2px 2px 5px black;
}

.contact-us .contact-form button:hover{
    box-shadow: 5px 5px 0px black;
}

.contact-us .contact-form {
    background: white;
    padding: 40px;
    box-shadow: 2px 5px 10px rgb(223 223 223) inset;
    margin-bottom: 50px;
    border-radius: 20px;
}

.contact-us .or{
    font-size: 45px !important;
    font-weight: 800 !important;
    margin-bottom: 30px;
}

.recent-project.modal{
    background: #000000ad;
}

.recent-project .modal-body{
    padding: 0;
}

.recent-project .modal-content{
    box-shadow: 0 0 15px black;
}


