/* ----------------------------------

Template Name: Avedi - Creative & Digital Agency Multipurpose Template
Author: validtheme
Description:
Version: 1.1.2

Main Font    : Quicksand
Main Color   : #f35a38

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features Area
        - Version One
        - Version Two
    05. About Area
        - Version One
        - Version Two
    06. What we do
    07. Services
        - Version One
        - Version Two
    08. Skill Area
    09. Video Area
    10. Featured Work / Portfolio
    11. Fun Factor
    12. Testimonials
        - Light Version
        - Dark Version
    13. Why Choose us
    14. Partners
    15. Team Members
    16. Pricing Table
    17. Award
    18. Portfolio
        - Side Version
        - Carousel Version
    19. Blog
        - Grid Colum
        - Standard
        - Left Sidebar
        - Right Sidebar
    20. Concat Area
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;700;900&amp;display=swap');

* {
	padding: 0;
	margin: 0;
}

* {
	scroll-behavior: smooth;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #666666;
}

body.dark-layout {
	background: #0D152E;
}


body.dark-layout h1,
body.dark-layout h2,
body.dark-layout h3,
body.dark-layout h4,
body.dark-layout h5,
body.dark-layout h6,
body.dark-layout span {
	color: #ffffff;
}

body.dark-layout,
body.dark-layout p {
	color: #cccccc;
}

body.dark-layout .navbar .side,
body.dark-layout .navbar .side p {
	color: #666666;
}

html,
body,
.wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

.red a {
	text-decoration: none;
}

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: 'Quicksand', sans-serif;
}

a img,
iframe {
	border: none;
}

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;
}

.dark-layout a,
.dark-layout a:active,
.dark-layout a:focus,
.dark-layout a:hover {
	color: #ffffff;
}

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-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

b,
strong {
	font-weight: 600;
}

.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: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input,
textarea {
	border: none !important;
	border-bottom: 1px solid #6c6c6c !important;
	border-radius: 0px !important;
	box-shadow: inherit;
	min-height: 50px;
}

/* Button Animaton Border Light */
.btn-animate {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
}

.btn-animate {
	min-width: 14rem;
	height: auto;
}

.btn-animate .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: rgba(243, 90, 56, 1);
	border-radius: 2rem;
}

.btn-animate .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.btn-animate .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

.btn-animate .circle .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}

.btn-animate .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	/* color: #232323; */
	line-height: 1.8;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
}

.dark-layout .btn-animate .button-text {
	color: #ffffff;
}

.btn-animate:hover .circle {
	width: 100%;
}

.btn-animate:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}

.btn-animate:hover .button-text {
	color: #fff;
}

a.btn-simple {
	text-transform: uppercase;
	color: #666666;
}

a.btn-simple i {
	position: relative;
	top: 2px;
}

a.btn-simple:hover {
	color: #f35a38;
}

.video-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 10px;
}

.text-center .video-btn {
	margin-left: 0;
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: #4628ba;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: #ffffff;
}

.text-light .video-btn i {
	background: #ffffff;
	color: #4628ba;
}



.text-light .video-btn i::after {
	background: #ffffff repeat scroll 0 0;
}

/* End Btn Animate */



/* Button Animation Border Light */
.btn-animation.border.light {
	border: 2px solid rgba(255, 255, 255, 1) !important;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-animation.border.light::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	transition: all 0.35s ease-in-out;
	background: #ffffff;
	z-index: -1;
}

.btn-animation.border.light:hover::after {
	width: 100%;
}

.btn-animation.border.light:hover {
	color: #232323;
	padding-right: 60px;
}

.btn-animation.border.light:hover i {
	right: 25px;
}

.btn-animation.border.light:hover i::after {
	background: #232323;
	width: 10px;
}

.btn-animation.border.light i {
	position: absolute;
	right: -30px;
	top: 10px;
	font-size: 30px;
	transition: all 0.35s ease-in-out;
}

.btn-animation.border.light i::after {
	position: absolute;
	right: 7px;
	top: 13px;
	content: "";
	height: 2px;
	width: 40px;
	background: #ffffff;
	transition: all 0.35s ease-in-out;
}

/* Button Animation Border Dark */
.btn-animation.border.dark {
	border: 2px solid #232323 !important;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 1;
	color: #232323;
}

.dark-layout .btn-animation.border.dark {
	border: 2px solid #ffffff !important;
	color: #ffffff;
}

.btn-animation.border.dark::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	transition: all 0.35s ease-in-out;
	background: #0a1015;
	z-index: -1;
}

.dark-layout .btn-animation.border.dark::after {
	background: transparent;
}

.btn-animation.border.dark:hover::after {
	width: 100%;
}

.btn-animation.border.dark:hover {
	color: #ffffff;
	padding-right: 60px;
}

.btn-animation.border.dark:hover i {
	right: 25px;
}

.btn-animation.border.dark:hover i::after {
	background: #ffffff;
	width: 10px;
}

.btn-animation.border.dark i {
	position: absolute;
	right: -30px;
	top: 10px;
	font-size: 30px;
	transition: all 0.35s ease-in-out;
}

.btn-animation.border.dark i::after {
	position: absolute;
	right: 7px;
	top: 13px;
	content: "";
	height: 2px;
	width: 40px;
	background: #232323;
	transition: all 0.35s ease-in-out;
}


.dark-layout .btn-animation.border.dark i::after {
	background: #ffffff;
}

/* Button Animation Border theme */
.btn-animation.border.theme {
	border: 2px solid #f35a38 !important;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 1;
	color: #f35a38;
}

.blue .btn-animation.border.theme {
	border: 2px solid #4628ba !important;
	color: #4628ba;
}

.dark-layout.blue .btn-animation.border.theme {
	border: 2px solid #ffffff !important;
	color: #ffffff;
}

.btn-animation.border.theme::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	transition: all 0.35s ease-in-out;
	background: #f35a38;
	z-index: -1;
}

.blue .btn-animation.border.theme::after {
	background: #4628ba;
}

.dark-layout.blue .btn-animation.border.theme::after {
	background: transparent;
}

.btn-animation.border.theme:hover::after {
	width: 100%;
}

.btn-animation.border.theme:hover {
	color: #ffffff;
	padding-right: 60px;
}

.btn-animation.border.theme:hover i {
	right: 25px;
}

.btn-animation.border.theme:hover i::after {
	background: #ffffff !important;
	width: 10px;
}

.btn-animation.border.theme i {
	position: absolute;
	right: -30px;
	top: 10px;
	font-size: 30px;
	transition: all 0.35s ease-in-out;
}

.btn-animation.border.theme i::after {
	position: absolute;
	right: 7px;
	top: 13px;
	content: "";
	height: 2px;
	width: 40px;
	background: #f35a38;
	transition: all 0.35s ease-in-out;
}

.blue .btn-animation.border.theme i::after {
	background: #4628ba;
}

.dark-layout.blue .btn-animation.border.theme i::after {
	background: #ffffff;
}

/* Button Animation Theme Effect */
.btn-animation {
	font-size: 14px;
}

.btn-animation.theme.effect {
	border: 2px solid #f35a38 !important;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.btn-animation.theme.effect::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	transition: all 0.35s ease-in-out;
	background: #f35a38;
	z-index: -1;
}

.btn-animation.theme.effect:hover::after {
	background: #0a1015;
}

.btn-animation.theme.effect:hover {
	color: #ffffff;
	padding-right: 60px;
	border: 2px solid #0a1015 !important;
}

.btn-animation.theme.effect:hover i {
	right: 25px;
}

.btn-animation.theme.effect:hover i::after {
	background: #ffffff;
	width: 10px;
}

.btn-animation.theme.effect i {
	position: absolute;
	right: -30px;
	top: 10px;
	font-size: 30px;
	transition: all 0.35s ease-in-out;
}

.btn-animation.theme.effect i::after {
	position: absolute;
	right: 7px;
	top: 13px;
	content: "";
	height: 2px;
	width: 40px;
	background: #232323;
	transition: all 0.35s ease-in-out;
}

.invisible-heading {
	position: relative;
}

.invisible-heading h2.text-invisible {
	position: absolute !important;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-text-stroke: 1px #f1f1f1;
	z-index: -1;
	color: transparent;
	text-transform: uppercase;
	font-size: 120px;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	line-height: 1;
	margin-top: -60px;
}

.bg-gray .invisible-heading h2.text-invisible {
	-webkit-text-stroke: 1px #dddddd;
	z-index: -1;
	color: transparent;
	text-transform: uppercase;
}

/* Default CSS */
.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width:576px) {
	.container-medium {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-medium {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-medium {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-medium {
		max-width: 1400px;
		width: 80%;
	}
}

@media (min-width:576px) {
	.container-full {
		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%;
	}
}

.container-fluid {
	width: 100%;
}

@media (min-width:576px) {
	.container-fluid {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-fluid {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-fluid {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.container-fluid {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width:576px) {
	.container-fill {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-fill {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-fill {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

.bg-cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background-color: #ecf6fa;
}

body.dark-layout .bg-gray {
	background-color: #101c3d;
}

.bg-light {
	background-color: #ffffff;
}

.bg-theme {
	background-color: #f35a38;
}

.bg-theme-blue {
	background: #4628ba;
}

.bg-light-gradient {
	background: linear-gradient(90deg, rgba(244, 247, 252, 1) 36%, rgba(255, 255, 255, 1) 100%);
}

.container-md {
	width: 90%;
	margin: auto;
	position: relative;
}

.gradient-overlay {
	position: relative;
	z-index: 1;
}

.gradient-overlay::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgb(155 228 255) 0%, rgb(155 228 255) 100%);
	z-index: -1;
	opacity: 0.5;
}

.gradient-overlay-dark {
	position: relative;
	z-index: 1;
}

.gradient-overlay-dark::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, #230985 0%, #262626 100%);
	z-index: -1;
	opacity: 0.6;
}


.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.2;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.dark-hard::after {
	background: #230985 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #f35a38 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: #f35a38 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 {
	position: relative;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.default-padding-top {
	padding-top: 120px;
}

.default-padding-bottom {
	padding-bottom: 120px;
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
	padding-bottom: 90px;
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

.default-padding.bottom-30 {
	padding-top: 120px;
	padding-bottom: 30px;
}

.default-padding.bottom-20 {
	padding-top: 120px;
	padding-bottom: 20px;
}

.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px;
}

.top-border {
	border-top: 1px solid #e7e7e7;
}

.align-center {
	align-items: center;
}

.btn {
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	-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;
	letter-spacing: 1px;
	overflow: hidden;
	border-radius: 3px;
}

.btn-md {
	padding: 13px 35px;
}

.btn-sm {
	padding: 10px 30px;
	font-size: 13px;
}

.btn-xsm {
	padding: 7px 30px;
	font-size: 12px;
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 700;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}

.btn-border-light {
	border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #232323;
	border: 2px solid #ffffff;
}

.btn-dark {
	background-color: #232323;
	color: #ffffff;
	border: 2px solid #232323;
}

.btn-dark.border {
	background-color: transparent;
	color: #232323;
	border: 2px solid #232323 !important;
}


.dark-layout .btn-dark.border {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff !important;
}

.btn-dark.border:hover {
	background-color: #232323;
	color: #ffffff !important;
	border: 2px solid #232323 !important;
}

.dark-layout .btn-dark.border:hover {
	background-color: #ffffff;
	color: #232323 !important;
	border: 2px solid #ffffff !important;
}

.btn-gray.border {
	background-color: transparent;
	color: #232323;
	border: 2px solid #b6d4ef !important;
}

.btn-gray.border:hover {
	background-color: #b6d4ef;
	color: #232323 !important;
	border: 2px solid #b6d4ef !important;
}

.btn-gray.effect {
	background-color: #b6d4ef;
	color: #232323 !important;
	border: 2px solid #b6d4ef !important;
}

.btn-gray.effect:hover {
	background-color: transparent;
	color: #f35a38;
	border: 2px solid #b6d4ef !important;
}

.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff !important;
	color: #ffffff;
}

.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #232323 !important;
}

.btn-standard {
	display: inline-block;
	text-align: center;
	color: #f35a38;
	position: relative;
	margin-top: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px 30px;
	text-transform: capitalize;
	border-radius: 30px;
	font-weight: 700;
}

.btn-standard.md {
	padding: 13px 45px;
}

.btn-standard i {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #f35a38;
	font-size: 15px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 0 10px #cccccc;
	z-index: 1;
	margin-right: 5px;
	background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
	background: #ffffff;
	color: #f35a38;
}

.btn-dark:hover,
.btn-dark:focus {
	color: #232323 !important;
	background: transparent;
}

.bg-dark {
	background: #101c3d none repeat scroll 0 0;
	background-color: #07455b important !;
}

.f_color {
	background-color: #07455b important !;
}

.dark-layout .bg-dark {
	background: #0D152E none repeat scroll 0 0;
}

.bg-gradient-dark {
	background: linear-gradient(90deg, rgba(2, 2, 66, 1) 0%, rgba(35, 9, 133, 1) 100%);
}

.bg-gradient {
	background-image: linear-gradient(90deg, rgba(228, 41, 63, 1) 0%, rgba(255, 65, 87, 1) 100%);
	background-color: #f35a38;
}

.bg-gradient-blue {
	background-image: linear-gradient(90deg, rgba(70, 40, 186, 1) 32%, rgba(8, 113, 255, 1) 100%);
	background-color: #f35a38;
}

.btn-theme {
	background-color: #f35a38;
	color: #ffffff !important;
	border: 2px solid #f35a38;
}

.blue .btn-theme {
	background-color: #4628ba;
	color: #ffffff !important;
	border: 2px solid #4628ba;
}

.btn-theme.border {
	background-color: transparent;
	color: #232323 !important;
	border: 2px solid #f35a38 !important;
}

.blue .btn-theme.border {
	background-color: transparent;
	color: #4628ba !important;
	border: 2px solid #4628ba !important;
}

.btn-theme.border:hover {
	background-color: #f35a38;
	color: #ffffff !important;
	border: 2px solid #f35a38 !important;
}

.blue .btn-theme.border:hover {
	background-color: #4628ba;
	color: #ffffff !important;
	border: 2px solid #4628ba !important;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
	background: #f35a38 none repeat scroll 0 0;
	border: 2px solid #f35a38;
	color: #ffffff;
}

.blue .btn-theme.effect:hover,
.blue .btn-theme.effect:focus {
	background: #4628ba none repeat scroll 0 0;
	border: 2px solid #4628ba;
	color: #ffffff;
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn-smart {
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	color: #f35a38;
	position: relative;
	z-index: 1;
	padding-left: 50px;
}

.btn-smart:hover {
	color: #f35a38;
}

.btn-smart.light {
	color: #ffffff;
}

.btn-smart::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 40px;
	background: #f35a38;
}

.btn-smart.light::after {
	background: #ffffff;
}

/* Gradient Button */

.btn i {
	position: relative;
	top: 4px;
	font-size: 20px;
}

.btn-gradient {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-gradient.btn-md {
	padding: 18px 50px;
}

.btn-gradient.btn-md.circle {
	border-radius: 50px;
}

.btn-gradient::after {
	background-image: linear-gradient(90deg, rgba(228, 41, 63, 1) 0%, rgba(255, 65, 87, 1) 100%);
	background-color: #f35a38;
	transition: all 500ms ease;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
}

.btn-gradient.circle::after {
	border-radius: 30px;
}


.btn-gradient:hover::after {
	background-image: linear-gradient(90deg, rgba(228, 41, 63, 1) 0%, rgba(255, 65, 87, 1) 100%);
	background-color: #f35a38;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.inc-icon i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 10px;
	border-radius: 50%;
	margin-left: 5px;
	border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn.btn-transparent.border {
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff !important;
}


.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

@media only screen and (min-width: 1024px) and (max-width: 1991px) {

	.container.container-full {
		padding: 0 15px;
		width: 90%;
		max-width: 90%;
	}

	.container.container-medium {
		padding: 0 15px;
		width: 80%;
		max-width: 80%;
		margin: auto;
	}

}

.oh {
	overflow: hidden;
}

.less-margin {
	margin: 0;
}

nav.navbar.bootsnav ul.nav>li>a {
	color: #ffffff;
}

header {
	position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}

.attr-nav .social.right li {
	margin-left: 20px;
}

.attr-nav .social li a {
	font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
	background: #f35a38 none repeat scroll 0 0;
	border: 2px solid #f35a38;
	color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #f35a38;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}

.site-heading h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #f35a38;
	font-size: 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.site-heading h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 10px;
	width: 100%;
	background: #f35a38;
	z-index: -1;
	opacity: 0.1;
}

.site-heading.clean h2 {
	padding-bottom: 0;
}

.site-heading.clean h2 span {
	color: #f35a38;
}

.site-heading h2 span {
	color: #f35a38;
}

.site-heading.barber h2 span {
	color: #bc9355;
}

.site-heading p {
	margin: 0;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
	font-size: 36px;
}

.site-heading h2 span {
	color: #f35a38;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.site-heading.single {
	margin-bottom: 35px;
}

/* Heading Side */

.heading-center {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.heading-center h2.text-invisible {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	-webkit-text-stroke: 1px #f4f4f4;
	z-index: -1;
	color: transparent;
	text-transform: uppercase;
	font-size: 100px;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	line-height: 1;
	margin-top: -40px;
}

.bg-gray .heading-center h2.text-invisible {
	-webkit-text-stroke: 1px #e1e1e1;
	z-index: -1;
	color: transparent;
	text-transform: uppercase;
}

.heading-side h5 {
	display: inline-block;
	margin-bottom: 25px;
	border-radius: 5px;
	color: #0b6a8d;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding-left: 45px;
}

.heading-side h2 {
	font-weight: 700;
	margin-bottom: 0;
}

.heading-side p {
	margin-top: 25px;
	margin-bottom: 0;
}

.heading-side h5::after {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 30px;
	background: #5ca7c3;
	content: "";
	margin-top: -1px;
}

.heading-side a {
	margin-top: 30px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}

.heading-center h5 {
	display: inline-block;
	border-radius: 5px;
	color: #0b6a8d !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.blue .heading-center h5 {
	color: #4628ba !important;
}

.dark-layout.blue .heading-center h5 {
	color: #bbbbbb !important;
}

.heading-center h2 {
	font-weight: 700;
	margin-bottom: 0;
}


.area-title {
	font-size: 46px;
}

.heading-left {
	margin-bottom: 60px;
}

.heading-left .left-info {
	padding-right: 50px;
	border-right: 1px solid #dddddd;
}

.heading-left .right-info {
	padding-left: 50px;
}

.heading-left h5 {
	text-transform: uppercase;
	font-weight: 800;
	color: #f35a38;
}

.heading-left p {
	margin-top: -5px;
}

.heading-left h2 {
	font-weight: 800;
	margin-bottom: 0;
}

.heading-left a {
	margin-top: 10px;
}


/* ============================================================== 
     # Topbar 
=================================================================== */

.top-bar-area.transparent.bottom-border {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.transparent .container-full {
	width: 90%;
	margin: auto;
	padding: 0 30px;
}

.top-bar-area li {
	display: inline-block;
	margin-right: 15px;
}

.top-bar-area .button a {
	display: inline-block;
	background: #ffffff;
	color: #f35a38;
	padding: 10px 35px;
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
	text-transform: uppercase;
	box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
	font-size: 13px;
}

.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
	z-index: 9;
	padding: 15px 0;
}

.top-bar-area li i {
	margin-right: 5px;
}

.top-bar-area .link a {
	margin-left: 20px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.top-bar-area .link a:last-child {
	color: #f35a38;
	padding: 3px 30px;
	background: #ffffff;
	border-radius: 30px;
}


.top-bar-area.relative {
	padding: 10px 0;
	overflow: hidden;
}

.top-bar-area.relative .address-info li {
	margin-right: 17px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}

.top-bar-area.relative .address-info li::after {
	position: absolute;
	right: 0;
	top: -20px;
	content: "";
	height: 80px;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(11deg);
}

.top-bar-area.relative .address-info li:last-child::after {
	display: none;
}

.top-bar-area.relative .address-info li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.top-bar-area .social li a {
	color: #666666;
}

.top-bar-area .item-flex>div {
	display: inline-block;
}

.top-bar-area .item-flex>div.language-switcher {
	margin-left: 15px;
}

.top-bar-area .item-flex.border-less>div {
	border: none;
}

.top-bar-area .item-flex {
	display: inline-block;
	float: right;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle,
.top-bar-area .item-flex .language-switcher .dropdown-toggle:focus {
	border: none;
	color: #ffffff;
	font-weight: 700;
	white-space: nowrap;
	text-transform: capitalize;
	box-shadow: inherit;
	background-image: linear-gradient(90deg, rgba(228, 41, 63, 1) 0%, rgba(255, 65, 87, 1) 100%);
	background-color: #f35a38;
	padding: 5px 15px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle i {
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle li {
	display: block;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li {
	display: block;
	padding: 0;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu {
	margin: 0;
	min-width: 230px;
	border-radius: inherit;
	border: 1px solid #e7e7e7;
	padding: 0;
	margin-top: 10px;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu a {
	padding: 7px 15px;
}

.language-switcher span {
	font-size: 12px;
}

.top-bar-area .item-flex li {
	margin-right: 0;
	margin-left: 15px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
	padding: 150px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area h1 {
	/*display: inline-block;*/
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	opacity: 1;
}

.breadcrumb>li+li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	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-size: 14px;
}



/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
	height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto;
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
}

.banner-area .fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	width: 48%;
}

.banner-area .wavesshape {
	bottom: -2px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
}

.banner-area .wavesshape.shape {
	bottom: -50px;
	height: auto;
}

.banner-area.bg-mixed {
	background-size: cover;
	background-position: center bottom;
}

.banner-area .content {
	position: relative;
	z-index: 9;
}

.banner-area.top-pad-130p .content {
	padding-top: 130px;
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item 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;
	line-height: inherit;
	font-weight: 700;
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	/*text-transform: uppercase;*/
	color: #0b6a8d;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
	animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}

.banner-area .carousel-item p {
	animation-delay: .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 .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}

	to {
		-moz-transform: scale(1.2, 1.2);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}

	to {
		-o-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.2, 1.2);
	}
}

.carousel-inner .item>.slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}

#particles-js,
#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #4628ba;
	font-size: 20px;
	height: 50px;
	line-height: 55px;
	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: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.banner-area .carousel-control.left {
	left: -50px;
}

.banner-area:hover .carousel-control.left {
	left: 20px;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 30px;
}

.banner-area .carousel-control.right {
	right: -50px;
}

.banner-area:hover .carousel-control.right {
	right: 20px;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 100%;
}

.banner-area .carousel-indicators {
	position: absolute;
	right: 40px;
	left: auto;
	width: auto;
	height: auto;
	bottom: 150px;
	margin: 0;
	display: block;
}

.banner-area .carousel-indicators li {
	display: inline-block;
	height: 20px;
	width: 20px;
	border: none;
	position: relative;
	z-index: 1;
	background: transparent;
	box-shadow: none;
	text-indent: 0;
	font-weight: 600;
	color: #232323;
	margin: 0 5px;
	transition: all 0.35s ease-in-out;
}

.dark-layout .banner-area .carousel-indicators li {
	color: #cccccc
}

.banner-area .carousel-indicators li.active {
	padding-right: 30px;
	margin-right: 35px;
}

.dark-layout .banner-area .carousel-indicators li.active {
	color: #cccccc
}

.banner-area .carousel-indicators li.active::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 100%;
	background: #232323;
	margin-right: -30px;
	transition: all 0.35s ease-in-out;
	margin-top: 2px;
}

.dark-layout .banner-area .carousel-indicators li.active::after {
	background: #ffffff;
}

.banner-area.video-bg-live .mbYTP_wrapper {
	z-index: 1 !important;
}


/* Content */

.banner-area.top-mar-150 .content {
	margin-top: 155px;
}

.banner-area.top-pad-90 .content {
	margin-top: 90px;
}

.banner-area.top-pad-50 .content {
	padding-top: 50px;
}

.banner-area.version-center .content h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.banner-area.version-center .content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
	color: #0b6a8d;
}

.banner-area.version-center .content h2 span {
	font-weight: 400;
}

.banner-area.text-center p,
.banner-area .text-center p {
	padding: 0 10%;
	font-size: 20px;
	line-height: 35px;
}

.banner-area.version-center .content a {
	margin-top: 25px;
}

.fixed-social {
	position: absolute;
	right: 50px;
	bottom: 50px;
	height: auto !important;
	z-index: 1;
}

.fixed-social li {
	display: inline-block;
	margin-left: 20px;
	font-style: italic;
}

/* Banner Box */

.banner-area.box {
	overflow: inherit;
}

.banner-area .banner-box .background {
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;
	width: calc(50% - 80px);
	z-index: 9;
	background-size: cover;
	background-position: center center;
}

.banner-area .banner-box {
	position: relative;
	z-index: 1;
	top: 91px;
	margin-bottom: 91px;
}

.banner-area .background {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.banner-area.circle-bg .background {
	background: calc(100% - 320px) 405px no-repeat;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -46%;
	right: -20%;
	width: 65vw;
	height: 65vw;
	border-radius: 50%;
	outline: 1px solid transparent;
	background-size: cover;
	background-position: center;
}

.banner-area.circle-bg .background::before {
	background: linear-gradient(90deg, rgba(255, 65, 87, 1) 0%, rgba(200, 0, 23, 1) 100%);
	background-repeat: repeat-x;
	content: " ";
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(260deg);
	-ms-transform: rotate(260deg);
	transform: rotate(260deg);
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 50%;
	outline: 1px solid transparent;
	z-index: -1;
	opacity: 0.5;
}

.banner-area.circle-bg::after {
	height: 600px;
	content: "";
	width: 600px;
	position: absolute;
	background: linear-gradient(62.5deg, transparent, rgba(74, 196, 243, 0.06));
	right: -150px;
	top: -85px;
	transform: rotate(200deg);
	z-index: -1;
	border-radius: 50px;
}

.banner-area.circle-bg .thumb {
	padding-left: 35px;
}

.banner-area.circle-bg .shape {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
}

.banner-area.angle-shape::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(assets/img/shape/2.png);
	background-size: cover;
	background-position: center bottom;
}

.banner-area.box .content h2 {
	font-size: 60px;
	line-height: 1.1;
	margin-top: -7px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.banner-area.box .content a {
	margin-top: 20px;
}

.banner-area.box .content p {
	font-size: 20px;
	line-height: 36px;
}



.banner-area.circle-shape::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 400px;
	width: 400px;
	background: url(assets/img/shape/1.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}

.banner-area .shape-bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

.shape-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

.shape-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	opacity: 0.2;
}

.bottom-shape {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	z-index: -1;
}

.relative {
	position: relative;
}

.fixed-bottom-shape {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -2px;
}

.fixed-bottom-shape img {
	width: 100%;
}

.fixed-shape-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	z-index: -1;
}

.dark-layout .fixed-shape-bottom {
	display: none;
}

.fixed-shape-bottom img {
	width: 100%;
}

.shape-left-top {
	position: absolute;
	left: 0;
	top: 0;
}

@media (min-width: 2400px) {
	.bottom-shape {
		background-size: cover;
		bottom: -10%;
	}

}


/* Animation Rotation */
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.banner-area.double-items .thumb {
	padding-left: 35px;
}

.banner-area.double-items .content h4 {
	text-transform: capitalize;
	font-weight: 300;
	margin-bottom: 30px;
}

.banner-area.double-items .content h2 {
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 25px;
}

.banner-area.double-items .content a {
	margin-top: 25px;
}

.banner-area .heading-double .content h2 {
	font-size: 100px;
	line-height: 1;
	margin-top: -10px;
	margin-bottom: 25px;
}

.banner-area .heading-double .content h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}

.banner-area .content a {
	margin-right: 8px;
}


.banner-area .form-info {
	padding: 70px 50px;
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	background: linear-gradient(90deg, rgba(228, 41, 63, 1) 0%, rgba(255, 65, 87, 1) 100%);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.blue .banner-area .form-info {
	background: linear-gradient(90deg, rgba(70, 40, 186, 1) 32%, rgba(8, 113, 255, 1) 100%);
}

.banner-area .form-info img {
	position: absolute;
	right: -150px;
	bottom: -50px;
	height: 450px;
}

.banner-area .form-info input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	color: #ffffff;
	padding: 15px 25px;
}

.banner-area .form-info input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
}

.banner-area .form-info input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
}

.banner-area .form-info input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
}

.banner-area .form-info input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
}

.banner-area .form-info .form-group {
	width: 100%;
}

.banner-area .form-info button {
	border-radius: 30px;
	border: none;
	padding: 13px 45px;
	text-transform: capitalize;
	background: #ffffff;
	font-weight: 700;
	margin-top: 10px;
}

.banner-area .form-info h4 {
	font-weight: 700;
	margin-bottom: 30px;
	color: #ffffff;
}

.banner-area.text-default .info {
	padding-right: 35px;
}

.banner-area.text-default .content h2 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 25px;
}

.banner-area.text-default .content h2 strong {
	color: #f35a38;
}

.blue .banner-area.text-default .content h2 strong {
	color: #4628ba;
}

.banner-area.text-default .content a {
	margin-top: 15px;
}

.banner-area.portfolio .content .thumb::after {
	position: absolute;
	left: -25%;
	bottom: -10%;
	content: "";
	height: 150%;
	width: 150%;
	background: url(assets/img/color-bg-2.html);
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 5px;
	opacity: 0.8;
}

.banner-area.portfolio .content .thumb {
	height: 250px;
	width: 250px;
	margin: auto auto 50px;
	position: relative;
	z-index: 1;
}

.banner-area.portfolio .content img {
	padding: 10px;
	box-shadow: 0 0 10px #cccccc;
	background: #ffffff;
	border-radius: 50%;
}

.banner-area.portfolio .content h4 {
	font-weight: 700;
}

.banner-area.portfolio .content h2 {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}

.banner-area.portfolio .content h3 {
	margin: 0;
	font-weight: 700;
	/* color: #f35a38; */
	color: #0b6a8d
}

.banner-area.circle-bg .content h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.1;
}

.banner-area.circle-bg .content p {
	font-size: 18px;
	line-height: 34px;
}

.banner-area.circle-bg .content a {
	margin-top: 20px;
}

.banner-area.circle-bg .content::after {
	position: absolute;
	left: -50px;
	top: -50px;
	background: url(assets/img/round-shappe.png);
	content: "";
	height: 150px;
	width: 150px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.7;
	animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.banner-area .thumb.multi-items .thumb-box {
	position: relative;
}

.banner-area .thumb.multi-items .thumb-box img:first-child {
	margin-top: -120px;
}

.banner-area .thumb.multi-items .thumb-box img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
}

.banner-area .thumb.multi-items .thumb-box img:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
}

.banner-area .shape {
	position: absolute;
	right: 0;
	top: 0;
	background-size: contain;
	width: 20%;
	background-position: right top;
}

.banner-area .fixed-bg::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100px;
	background: url(assets/img/brush.png);
	background-repeat: no-repeat;
	background-position: right;
}

.banner-area.auto-height .banner-content {
	padding-top: 120px;
}

.banner-area.auto-height .banner-content .thumb {
	position: relative;
}

.banner-area.auto-height.version-center {
	position: relative;
	z-index: 1;
}

.banner-area.auto-height .banner-content .content {
	margin-top: -120px;
}

.banner-area.auto-height .banner-content .thumb img {
	max-width: 120%;
}

.banner-area .banner-box {
	background: #ffffff;
	margin: 80px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.dark-layout .banner-area .banner-box {
	background: #0D152E;
}

.banner-area .banner-box::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: #ecf6fa;
	z-index: -1;
}

.dark-layout .banner-area .banner-box::after {
	background: #101c3d;
}

.banner-area .shape-left {
	left: 0;
	width: 100%;
	background-size: cover;
	background-position: bottom right;
	opacity: 1;
}


/* ============================================================== 
     # About
=================================================================== */
.about-area {
	overflow: inherit;
}

.about-area .default-padding {
	padding-bottom: -1px !important;
}

.about-area .content li {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	color: #232323;
}

.dark-layout .about-area .content li {
	color: #cccccc;
}

/*.about-area .about-items .content {*/
/*	padding-left: 5px;*/
/*}*/

.about-area .content li:first-child {
	margin-top: 0;
}

.about-area .content ul {
	padding: 30px 0;
	overflow: hidden;
}

.about-area .about-items .content-inner {
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.about-area .about-items .content-inner::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 150%;
	background: #ecf6fa;
	z-index: -1;
}

.about-area .content h4 {
	display: inline-block;
	margin-bottom: 25px;
	border-radius: 5px;
	color: #0b6a8d;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding-left: 45px;
}

.about-area .content h4::after {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 30px;
	background: #5ca7c3;
	content: "";
	margin-top: -1px;
}

.about-area .content h2 {
	font-weight: 700;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}

.about-area .content h2 strong {
	position: relative;
	z-index: 1;
}

.about-area .content a {
	margin-top: 15px;
}

.about-area .content li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\4e";
	font-family: 'ElegantIcons';
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
}

.about-area .thumb {
	position: relative;
	z-index: 1;
}

.about-area .thumb h2 {
	background: #ecf6fa;
	margin: 0;
	font-size: 100px;
	font-weight: 700;
	position: absolute;
	right: -50px;
	bottom: 50px;
	line-height: 80px;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
	padding: 21px 60px;
}

.about-area .thumb h2 span {
	display: block;
	font-size: 15px;
	line-height: 1.2;
	margin-top: 15px;
	font-weight: 700;
}

/* ============================================================== 
     # About Version Three
=================================================================== */

.about-us-content .thumb {
	text-align: right;
	padding-right: 50px;
}

.about-us-content .thumb img {
	margin-left: -30%;
	max-width: 130%;
}

.about-us-content .experience {
	display: flex;
	align-items: center;
	margin-top: 30px;
}


.about-us-content h2 {
	font-weight: 700;
	margin-bottom: 30px;
}



/* ============================================================== 
     # Services
=================================================================== */

.services-area .services-box .heading-side {
	padding-right: 20px;
}

.services-area .services-box .services-items {
	margin-top: -30px;
}

.services-area .services-box .single-item {
	margin-top: 30px;
}

.services-area .services-box .item {
	padding: 50px 30px;
	background: #ffffff;
	/* box-shadow: 0 0 10px #cccccc; */
}

.dark-layout .services-area .services-box .item {
	background: #101c3d;
	box-shadow: inherit;
}

.services-area .services-box .item i {
	display: inline-block;
	font-size: 50px;
	color: #232323;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

.dark-layout .services-area .services-box .item i {
	color: #f35a38;
}

.services-area .services-box .item i::after {
	position: absolute;
	right: -15px;
	top: -15px;
	content: "";
	height: 50px;
	width: 50px;
	z-index: -1;
	opacity: 0.06;
	background: #232323;
	border-radius: 50%;
}

.dark-layout .services-area .services-box .item i::after {
	background: #e4e0e0;
}

.services-area .services-box .item h5 {
	font-weight: 600;
}

.dark-layout .services-area .services-box .item h5 a {
	color: #ffffff;
}

.services-area .services-box .item p {
	margin-bottom: 0;
}

.services-area .services-box .item-grid:first-child {
	margin-top: 80px;
}

.services-area .shape-fixed {
	position: absolute;
	left: -120px;
	top: -120px;
	height: 100%;
	width: 100%;
	opacity: 0.3;
}

.services-area .shape-fixed img {
	animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* ============================================================== 
     # Services Version Two
=================================================================== */

@media only screen and (min-width: 1367px) {
	.services-content-area .container-full {
		margin-left: calc((100% - 1140px)/ 2);
		padding-right: 0;
		width: auto;
		min-width: auto;
		max-width: inherit;
	}
}

@media only screen and (min-width: 1000px) {
	.services-content-area .services-stage-carousel.owl-carousel .owl-stage {
		left: -100px;
	}
}

.services-content-area {
	position: relative;
	z-index: 1;
}

.services-content-area .fixed-shape {
	position: absolute;
	top: 400px;
	opacity: 0.1;
	z-index: -1;
}

.services-content-box .item {
	padding: 60px 37px;
	background: #ffffff;
	box-shadow: 0 0 10px #cccccc;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.dark-layout .bg-gray .services-content-box .item {
	box-shadow: inherit;
	background: #0D152E;
}

.services-content-box .item h4 {
	font-weight: 700;
}

.services-content-box .item p {
	margin: 0;
}

.services-content-box .item>i,
.services-content-box .item .icon>i {
	font-size: 80px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 25px;
	background: linear-gradient(90deg, rgba(70, 40, 186, 1) 24%, rgba(75, 232, 183, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-content-box .item>i::after,
.services-content-box .item .icon>i::after {
	position: absolute;
	left: -10px;
	top: -20px;
	content: "";
	height: 70px;
	width: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	background: #4628ba;
	border-radius: 50%;
	opacity: 0.07;
}

.dark-layout .services-content-box .item>i::after,
.dark-layout .services-content-box .item .icon>i::after {
	background: #ffffff;
}

.services-content-box .item .icon {
	position: relative;
}

.services-content-box .item .icon span {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 60px;
	font-weight: 900;
	-webkit-text-stroke: 1px #e7e7e7;
	z-index: -1;
	color: transparent;
}

.dark-layout .services-content-box .item .icon span {
	display: none;
}

.services-content-box .item>a {
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
	color: #666666;
	font-size: 14px;
}

.dark-layout .services-content-box .item>a {
	color: #ffffff;
}

.services-content-box .item>a:hover {
	color: #4628ba;
}

.dark-layout .services-content-box .item>a:hover {
	color: #ffffff;
}


.services-content-box .item>a i {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 4px;
}

.services-content-box.services-stage-carousel .owl-dots {
	margin-top: 40px;
	margin-bottom: -8px;
}

.services-content-box.services-stage-carousel .owl-dots .owl-dot span {
	display: block;
	height: 25px;
	width: 25px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	position: relative;
	z-index: 1;
	border: 2px solid #e7e7e7;
}

.services-content-box.services-stage-carousel .owl-dots .owl-dot.active span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 8px;
	width: 8px;
	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: #4628ba;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* ============================================================== 
     # Services Version Three
=================================================================== */

.main-services-area .main-services-box::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 500px;
	width: 500px;
	background: #ecf6fa;
	z-index: -1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	margin-top: -120px;
}

.dark-layout .main-services-area .main-services-box::after {
	display: none;
}

.main-services-area .main-services-box::before,
.main-services-area .main-services-box::after {
	filter: blur(80px);
}

.main-services-box .single-item {
	border-right: 1px solid #e7e7e7;
}

.dark-layout .main-services-box .single-item {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-services-box .single-item:nth-child(2n) {
	border-right: none;
}


.main-services-box .single-item:first-child .item,
.main-services-box .single-item:nth-child(2) .item {
	padding-top: 0;
}

.main-services-box .single-item:nth-child(odd) .item {
	padding-left: 0;
}

.main-services-box .single-item:nth-child(even) .item {
	padding-right: 0;
}

.main-services-box .single-item:last-child .item,
.main-services-box .single-item:nth-last-child(2) .item {
	padding-bottom: 0;
}

.main-services-box .item {
	display: flex;
	padding: 30px;
}

.main-services-box .item .icon i {
	display: inline-block;
	font-size: 50px;
}

.dark-layout .main-services-box .item .icon i {
	color: #ffffff;
}

.main-services-box .item .icon {
	display: inline-block;
	height: 90px;
	width: 90px;
	line-height: 95px;
	border-radius: 5px;
	text-align: center;
	min-width: 90px;
	margin-right: 25px;
	position: relative;
	z-index: 1;
}

.main-services-box .item .icon::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(8, 106, 216, 0.07);
	border-radius: 30px;
	transform: rotate(-45deg);
	transition: all 0.35s ease-in-out;
	border-radius: 50%;
}

.dark-layout .main-services-box .item .icon::after {
	background: rgba(8, 106, 216, 0.2);
}

.main-services-box .item:hover .icon::after {
	left: 0;
	width: 100%;
	border-radius: 50%;
	transform: inherit;
	margin-left: 0;
}

.main-services-box .item h4 {
	font-weight: 600;
}

.main-services-box .item p {
	margin: 0;
}


/* ============================================================== 
     # 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 #f35a38;
}

.services-details-items .services-sidebar .services-list a {
	display: block;
	padding: 25px;
	background: #f6f6f6;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	font-weight: 500;
	overflow: hidden;
}

.services-details-items .services-sidebar .services-list a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	transform: translateY(-50%);
	font-size: 20px;
}

.services-details-items .services-sidebar .services-list a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #f35a38;
	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-right: 65px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
	position: relative;
	z-index: 1;
}

.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 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 30px;
	z-index: 1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 25px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background: #f35a38;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #f35a38;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
	padding: 20px 30px;
	background: #f6f6f6;
	margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a i {
	font-size: 20px;
	font-weight: 600;
	color: #f35a38;
	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: #f35a38;
}

.services-details-items .services-single-content h2 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 25px;
}

.services-details-area .features .col-lg-6 {
	display: flex;
}

.services-details-area .features i {
	display: inline-block;
	font-size: 50px;
	color: #f35a38;
	margin-right: 25px;
}

.services-details-area .features h4 {
	font-weight: 600;
}

.services-details-area .features p {
	margin: 0;
}

.services-details-area .features {
	margin: 40px 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;
}


/* ============================================================== 
     # Services List
=================================================================== */

.services-list-items {
	margin-top: 30px;
	margin-left: -45px;
	margin-right: -45px;
	position: relative;
}

.services-list-items::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 500px;
	width: 500px;
	background: #ecf6fa;
	z-index: -1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	margin-top: -120px;
	filter: blur(80px);
}

.services-list-items .item .top {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.services-list-items .item .top h4 {
	font-weight: 700;
	margin: 0;
}

.services-list-items .item .top i {
	display: inline-block;
	font-size: 60px;
	margin-right: 20px;
	color: #4628ba;
	position: relative;
	z-index: 1;
}

.services-list-items .item {
	padding: 0 45px;
	border-right: 1px solid #e7e7e7;
}

.services-list-items .single-item:last-child .item {
	border-right: none;
}

.services-list-items .item ul {
	margin-top: 25px;
}

.services-list-items .item ul li {
	display: block;
	font-weight: 700;
	margin-top: 7px;
	position: relative;
	z-index: 1;
	padding-left: 27px;
}

.services-list-items .item ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\4e";
	font-family: 'ElegantIcons';
}



/* ============================================================== 
     # Work Process
=================================================================== */
.process-list-items .icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 150px;
	line-height: 150px;
	width: 150px;
	background: #ffffff;
	box-shadow: 0 0 1.5625rem 0 rgba(54, 186, 254, .1);
	text-align: center;
	border-radius: 50%;
	margin-bottom: 30px;
}

.process-list-items .icon i {
	display: inline-block;
	font-size: 50px;
	color: #232323;
}

.process-list-items .icon span {
	position: absolute;
	right: -22px;
	top: 50%;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: linear-gradient(90deg, rgba(70, 40, 186, 1) 32%, rgba(8, 113, 255, 1) 100%);
	color: #ffffff;
	font-weight: 900;
	border-radius: 50%;
	margin-top: -22px;
}

.process-list-items h4 {
	font-weight: 700;
}

.process-list-items p {
	margin: 0;
	padding: 0 10%;
}

.process-list-items .single-item {
	margin-bottom: 30px;
}

.process-list-items .item {
	position: relative;
	z-index: 1;
}

.process-list-items .item::after {
	position: absolute;
	right: 30px;
	top: 110px;
	content: "";
	height: 90px;
	width: 200px;
	background: url(assets/img/shape/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	transform: rotate(-20deg);
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.process-list-items .single-item:first-child .item::after,
.process-list-items .single-item .item:hover::after {
	opacity: 0.3;
	transform: rotate(-53deg);
}

/* ============================================================== 
     # Boosting Area
=================================================================== */
.fun-fact-area {
	position: relative;
	z-index: 1;
}

.fun-fact-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: #ecf6fa;
	z-index: -1;
}

.fun-fact-area.bg-gray::after {
	background: #ffffff;
}

.dark-layout .fun-fact-area::after {
	background: #101c3d;
}

.fun-fact-area .inner-items {
	position: relative;
	z-index: 1;
	top: -120px;
	margin-bottom: -120px;
	background: linear-gradient(90deg, rgba(70, 40, 186, 1) 32%, rgba(8, 113, 255, 1) 100%);
	padding: 90px 50px;
	border-radius: 8px;
}

.fun-fact-area .inner-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(assets/img/map.svg);
	background-position: bottom;
	z-index: -1;
	opacity: 0.4;
	background-size: cover;
}

.fun-fact-area h2 {
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: -8px;
}

.fun-fact-area ul li {
	padding-left: 30px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.fun-fact-area ul li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "\4e";
	border-radius: 50%;
	transform: translateY(-50%);
	font-family: 'ElegantIcons';
	font-size: 20px;
}

.fun-fact-area ul li:last-child {
	margin-bottom: 0;
}

.fun-fact-area .timer {
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
	display: inline-block;
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.fun-fact-area .medium {
	display: block;
	margin-top: 10px;
}

.fun-fact-area .timer::after {
	position: absolute;
	right: -19px;
	top: -10px;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
}


/* ============================================================== 
     # Clients
=================================================================== */
.clients-area .partner-carousel {
	border-top: 1px solid #e7e7e7;
	padding-top: 80px;
	margin-top: 80px;
}

.clients-area .partner-carousel img {
	width: auto;
	margin: auto;
}


/* ============================================================== 
     # Team Area
=================================================================== */

.team-area .team-items .single-item {
	margin-bottom: 30px;
}

.team-area .team-items .item img {
	border-radius: 10px;
}

.team-area .team-items .single-item .item {
	margin-right: 30px;
	margin-top: 80px;
}

.team-area.mar-top-less .team-items .single-item .item {
	margin-top: 0;
}

.team-area .team-items .single-item:nth-child(2) .item,
.team-area .team-items .single-item:nth-child(5) .item {
	margin: 0 15px;
}

.team-area .team-items .single-item:last-child .item,
.team-area .team-items .single-item:nth-child(3) .item {
	margin-right: 0;
	margin-left: 30px;
}

.team-area .team-items .thumb {
	position: relative;
	z-index: 1;
}

.team-area .team-items .thumb .social ul {
	display: inline-block;
	position: absolute;
	right: -25px;
	bottom: 30px;
	background: #ffffff;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0 10px #cccccc;
}

.dark-layout .bg-gray.team-area .team-items .thumb .social ul {
	background: #0D152E;
	box-shadow: inherit;
	border: 1px solid;
}

.team-area .team-items .thumb .social li {
	text-transform: capitalize;
	margin-top: 10px;
}

.team-area .team-items .thumb .social li:first-child {
	margin-top: 0;
}

.team-area .team-items .thumb .social li a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
}

.team-area .team-items .thumb .social li:first-child a,
.team-area .team-items .thumb .social li a:hover {
	background: #f35a38;
	color: #ffffff;
}

.blue .team-area .team-items .thumb .social li:first-child a,
.blue .team-area .team-items .thumb .social li a:hover {
	background: #4628ba;
}

.team-area .team-items .info {
	padding-top: 20px;
}

.team-area .team-items .info h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

.team-area .team-items .info span {
	display: block;
	font-weight: 500;
	margin-bottom: -5px;
}


/* ============================================================== 
     # Team Single
=================================================================== */

.team-single-area .thumb {
	position: relative;
	z-index: 1;
}

.team-single-area .thumb img {
	border-radius: 8px;
}

.team-single-area .thumb .social ul {
	display: inline-block;
	position: absolute;
	right: -25px;
	bottom: 30px;
	background: #ffffff;
	padding: 10px 7px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0 10px #cccccc;
}

.dark-layout .bg-gray.team-single-area .thumb .social ul {
	background: #0D152E;
	box-shadow: inherit;
	border: 1px solid;
}

.team-single-area .thumb .social li {
	text-transform: capitalize;
	margin: 0 3px;
}

.team-single-area .thumb .social li:first-child {
	margin-top: 0;
}

.team-single-area .thumb .social li a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
}

.team-single-area .thumb .social li:first-child a,
.team-single-area .thumb .social li a:hover {
	background: #f35a38;
	color: #ffffff;
}

.blue .team-single-area .thumb .social li:first-child a,
.blue .team-single-area .thumb .social li a:hover {
	background: #4628ba;
}


.team-single-area .right-info ul li {
	margin-top: 10px;
	color: #232323;
}

.team-single-area .right-info ul {
	margin-top: 25px;
}

.team-single-area .right-info ul li a {
	color: #666666;
	font-weight: 500;
}

.team-single-area .right-info ul li:first-child {
	margin-top: 0;
}

.team-single-area .right-info ul li a:hover {
	color: #f35a38;
}

.team-single-area .right-info {
	padding-left: 50px;
}

.team-single-area .right-info h2 {
	font-weight: 700;
}

.team-single-area .right-info span {
	display: block;
	color: #f35a38;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.team-single-area .social ul li {
	display: inline-block;
}

.team-single-area .social ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #efefef;
	text-align: center;
	border-radius: 50%;
	color: #232323;
}

.team-single-area .social ul li a:hover {
	background: #f35a38;
	color: #ffffff;
}

.team-single-area .social ul {
	margin-top: 25px;
}

.team-single-area .bottom-info {
	margin-top: 50px;
	border-top: 1px solid #e7e7e7;
	padding-top: 50px;
}

.team-single-area .bottom-info .about-area.reverse {
	padding-left: 35px;
}

.team-single-area .bottom-info h2 {
	font-weight: 700;
}

.team-single-area .bottom-info p:last-child {
	margin: 0;
}

/* ============================================================== 
     # Why Choose Us
=================================================================== */

.choose-us-area .thumb {
	padding-left: 0;
	background-size: cover;
	background-position: center;
}

.choose-us-area .info {
	max-width: 600px;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-top: 120px;
	padding-left: 50px;
}

.choose-us-area .info>h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #4628ba;
}

.dark-layout .choose-us-area .info>h5 {
	color: #cccccc;
}

.choose-us-area .info h2 {
	font-weight: 700;
	margin-bottom: 25px;
}

.choose-us-area .info .skill-items {
	margin-top: 30px;
}

.choose-us-area .fun-factors .counter {
	position: relative;
}

.choose-us-area .fun-factors .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: 700;
	color: #232323;
	line-height: 1;
	margin-bottom: 7px;
}

.dark-layout .choose-us-area .fun-factors .counter {
	color: #ffffff;
}

.choose-us-area .fun-factors .counter .operator {
	font-size: 30px;
	margin-left: 2px;
}

.choose-us-area .fun-factors .fun-fact {
	display: flex;
	margin-top: 40px;
	float: left;
	margin-right: 30px;
	border-right: 1px solid #dddddd;
	padding-right: 30px;
}

.dark-layout .choose-us-area .fun-factors .fun-fact {
	border-right-color: rgba(255, 255, 255, 0.4);
}

.choose-us-area .fun-factors .fun-fact:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.choose-us-area .skill-items .progress-box .progress .progress-bar span {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #4628ba;
	padding: 0px 8px;
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
}

.choose-us-area .skill-items .progress-box .progress .progress-bar span::after {
	position: absolute;
	left: 5px;
	bottom: -5px;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4628ba;
}

.choose-us-area .statistics {
	margin-top: 40px;
	overflow: hidden;
}

.choose-us-area .statistics .item {
	text-align: center;
	display: inline-block;
	margin-right: 50px;
	border-right: 1px solid #e7e7e7;
	padding-right: 50px;
	float: left;
}

.dark-layout .choose-us-area .statistics .item {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.choose-us-area .statistics .item:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.choose-us-area .statistics .chart {
	position: relative;
	z-index: 1;
}

.choose-us-area .statistics .chart span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	color: #232323;
}

.dark-layout .choose-us-area .statistics .chart span {
	color: #ffffff;
}

.choose-us-area .statistics .item h5 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
}


/* ============================================================== 
     # Why Choose us Version Two
=================================================================== */

.why-choose-us-area {
	margin-top: 80px;
	/*background-position: top;*/
	padding-bottom: 200px;
}

.why-choose-us-area .fixed-bg img {
	width: 100%;
}

.why-choose-us-area .fixed-bg.left {
	position: absolute;
	left: -10%;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

.why-choose-us-area .inner-items .info {
	padding: 60px;
	position: relative;
	z-index: 1;
	background: #3a84ff;
	overflow: hidden;
	top: -80px;
	margin-bottom: -80px;
}

.dark-layout .why-choose-us-area .inner-items .info {
	background: #101c3d !important;
}

.why-choose-us-area .inner-items .info h2 {
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 25px;
}

.why-choose-us-area .inner-items .info p {
	margin: 0;
}

.why-choose-us-area .half-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.why-choose-us-area .info ul li {
	float: left;
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
}

.why-choose-us-area .info ul li:last-child {
	margin-right: 0;
	padding: 0;
	border: none;
}

.why-choose-us-area .info ul li h5 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
}

.why-choose-us-area .info p {
	color: #cccccc;
}

.why-choose-us-area .info ul li p {
	margin: 0;
}

.why-choose-us-area.bg-gray {
	position: relative;
	z-index: 1;
}

.why-choose-us-area.bg-gray::after {
	position: absolute;
	left: 0;
	top: -80px;
	content: "";
	height: 80px;
	width: 100%;
	background: #ecf6fa;
	z-index: -1;
}

.bg-dark {
	background-color: #03213d !important;
}

/* ============================================================== 
    Faq 
=================================================================== */
.faq-area .info ul {
	margin-right: -15px;
	margin-top: 20px;
	margin-bottom: -7px;
	overflow: hidden;
}

.faq-area .info ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
}

.faq-area .info a {
	margin-top: 25px;
}

.faq-area .info h2 {
	font-weight: 700;
	margin-bottom: 25px;
}

.faq-area .info ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\4e";
	font-family: 'ElegantIcons';
	color: #f35a38;
}

.faq-area .faq-content {
	padding-left: 35px;
}

.accordion .card-header h4:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	right: 15px;
	top: 20px;
	font-weight: 700;
}

.accordion .card-header h4.collapsed:after {
	content: "\f105";
	font-weight: 700;
	color: #999999;
}

.faq-area .faq-content .card {
	border: none;
	margin-bottom: 31px;
	overflow: inherit;

	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-size: 16px;
	font-weight: 700;
	padding: 0;
	padding-right: 45px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.faq-area .faq-content .card .card-body {
	padding-left: 20px;
	padding: 0;
	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: #23b2e8;
	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: 90%;
	width: 120%;
	background: #104cba;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.faq-area .faq-content .card .card-header h4 {
	background: #0a1015;
	color: #ffffff;
	padding: 20px;
	padding-right: 45px;
	border-radius: 8px;
}

.dark-layout .faq-area .faq-content .card .card-header h4 {
	background: #f35a38;
}

.faq-area .faq-content .card .card-header h4.collapsed {
	background: transparent;
	color: #232323;
	padding-right: 45px;
	background: #ffffff;
	/*box-shadow: 0 0 10px #cccccc;*/
}

.dark-layout .faq-area .faq-content .card .card-header h4.collapsed {
	color: #ffffff;
	background: #101c3d;
	/*box-shadow: inherit;*/
}


/* ============================================================== 
     # Gallery Carousel
=================================================================== */

@media only screen and (min-width: 1367px) {
	.projects-area .container-full {
		/* margin-left: calc((100% - 1140px)/ 2); */
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

.dark-layout .projects-area.default-padding-bottom {
	padding-top: 120px;
}

/* .projects-area .projects-carousel .item { */
.services .item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 30px;
}

/* .projects-area .projects-carousel .item::after { */
.services .item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	opacity: 0;
	width: 100%;
	background: #000000;
	transition: all 0.35s ease-in-out;
}

/* .projects-area .projects-carousel .item:hover::after { */
.services .item:hover::after {
	opacity: 0.7;
	top: 0;
	right: 0;
}

/* .projects-area .projects-carousel .item img { */
.services .item img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
}

/* .projects-area .projects-carousel .item:hover img { */
.services .item:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* .projects-area .projects-carousel .item .overlay { */
.services .item .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	z-index: 1;
	transform: translateX(100px);
}

/* .projects-area .projects-carousel .item:hover .overlay { */
.services .item:hover .overlay {
	left: 0;
	opacity: 1;
	transform: translateX(0px);
}

/* .projects-area.bg-gray .projects-carousel .item .overlay { */
.services .item .overlay {
	box-shadow: inherit;
}

/* .projects-area .projects-carousel .item .overlay>span { */
.services .item .overlay>span {
	background: #f35a38;
	font-size: 36px;
	display: inline-block;
	color: #ffffff;
	font-weight: 600;
	padding: 45px 20px;
	margin-right: 15px;
}

/* .projects-area .projects-carousel .item .overlay .content { */
.services .item .overlay .content {
	padding: 30px;
	position: relative;
	z-index: 1;
}

/* .projects-area .projects-carousel .item .overlay .content span { */
.services .item .overlay .content span {
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 5px;
	display: block;
}

/* .projects-area .projects-carousel .item .overlay .content h5 { */
.services .item .overlay .content h5 {
	font-weight: 700;
	margin: 0;
}

/* .projects-area .projects-carousel .item .overlay .content h5 a { */
.services .item .overlay .content h5 a {
	color: #ffffff;
}

.projects-area .services .owl-nav i {
	font-size: 18px;
	position: relative;
	top: 4px;
}

.projects-area .projects-carousel .owl-nav {
	margin: 0;
	display: none;
}

.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;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	display: inline-block;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	font-weight: 600;
	text-transform: uppercase;
	background: #ffffff;
	padding: 0 !important;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	line-height: 45px;
	box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

.projects-area .projects-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px;
}

.projects-area .projects-carousel:hover .owl-nav .owl-prev {
	left: 30px;
	opacity: 1;
}

.projects-area .projects-carousel:hover .owl-nav .owl-next {
	right: 30px;
	left: auto;
	opacity: 1;
}


/* ============================================================== 
     # Project Details
=================================================================== */

.project-details-area .project-info {
	padding: 80px;
	display: inline-block;
	background: #101c3d;
	position: absolute;
	right: 50px;
	bottom: -50px;
	box-shadow: 0 0 10px #cccccc;
	color: #ffffff;
}

.project-details-area .top-info {
	position: relative;
	margin-bottom: 50px;
}

.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: 700;
	margin-bottom: 25px;
	color: #ffffff;
}

.project-details-area .project-info>ul li {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.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: 'Nunito', sans-serif;
	font-weight: 300;
	position: relative;
	font-size: 15px;
	display: block;
	margin-top: 4px;
	color: #cccccc;
}

.project-details-area .project-info .share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	margin-top: 30px;
	padding-top: 30px;
}

.project-details-area .project-info .share ul li {
	display: inline-block;
	margin-left: 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: 30px;
}

.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;
}



/* ============================================================== 
     # Brand / Clients
=================================================================== */

.brand-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: #ecf6fa;
	z-index: -1;
}

.dark-layout .brand-area::after {
	display: none;
}

.brand-area.bg-gray::after {
	background: #ffffff;
}

.brand-area {
	position: relative;
	z-index: 1;
}

.brand-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.brand-area .brand-items {
	position: relative;
	padding: 120px 0;
	padding-right: 50px;
}

.brand-area .brand-items::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500%;
	background: #101c3d;
	z-index: 1;
}

.dark-layout .brand-area .brand-items::after {
	background: #0D152E;
}

.brand-area .brand-items .info,
.brand-area .brand-items .brand {
	position: relative;
	z-index: 9;
}

.brand-area .brand-items .info {
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-area .brand-items .brand {
	padding-left: 50px;
	margin-top: -30px;
}

.brand-area .brand img {
	text-align: center;
	width: auto;
	margin-top: 30px;
}

.brand-area .brand {
	text-align: center;
}

.brand-area h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.brand-area a {
	margin-top: 15px;
}


/* ============================================================== 
     # Testimonials
=================================================================== */

.dark-layout .testimonials-area.default-padding {
	padding-top: 0;
}

.dark-layout .testimonials-area.default-padding-bottom {
	padding-top: 120px;
}

.testimonials-area {
	position: relative;
	z-index: 1;
}

.testimonial-items {
	position: relative;
	z-index: 1;
}

.testimonials-area .fixed-shape {
	position: absolute;
	left: 10%;
	bottom: 0;
	content: "";
	height: 100%;
	width: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
}

.dark-layout .testimonials-area .fixed-shape {
	opacity: 0.1;
}

.testimonials-area.bg-dark .fixed-shape {
	opacity: 0.1;
}

.testimonials-area .heading h2 {
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: -8px;
}

.testimonial-items .item {
	position: relative;
	z-index: 1;
}

.testimonial-items .item p {
	font-style: italic;
	font-size: 22px;
	line-height: 38px;
	font-weight: 300;
	color: #232323;
}

.dark-layout .testimonial-items .item p {
	color: #cccccc;
}

.bg-gray .testimonial-items .item p {
	color: #232323;
	font-weight: 500;
}

.dark-layout .bg-gray .testimonial-items .item p {
	color: #cccccc;
}

.testimonial-items .item span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}

.testimonial-items .item img {
	border-radius: 50%;
	background: #ffffff;
	padding: 5px;
	height: 100px;
	width: 100px;
	margin-top: 30px;
	box-shadow: 0 0 10px #cccccc;
}

.dark-layout .testimonial-items .item img {
	box-shadow: inherit;
}

.testimonial-items .item h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 5px;
}

.testimonial-items .item i {
	font-weight: 700;
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 30px;
	display: inline-block;
}

.testimonials-area .thumb {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.testimonials-area .thumb-box {
	border-top: 1px solid #666666;
	padding-top: 10px;
	margin-top: 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
}

.testimonials-area.bg-gray .thumb-box {
	border-top: 1px solid #cccccc;
}

.testimonials-area .thumb-box::after,
.testimonials-area .thumb-box::before {
	position: absolute;
	margin: auto;
	top: -1px;
	left: 0;
	right: 0;
	width: 17px;
	height: 15px;
	border-right: 1px solid #666666;
	border-top: 1px solid #fff;
	content: "";
}

.dark-layout .testimonials-area .thumb-box::after,
.dark-layout .testimonials-area .thumb-box::before {
	border-top: 1px solid #0D152E;
}

.testimonials-area.bg-dark .thumb-box::after,
.testimonials-area.bg-dark .thumb-box::before {
	border-top: 1px solid #0a1015;
}

.testimonials-area.bg-gray .thumb-box::after,
.testimonials-area.bg-gray .thumb-box::before {
	border-top: 1px solid #ecf6fa;
}

.dark-layout .testimonials-area.bg-gray .thumb-box::after,
.dark-layout .testimonials-area.bg-gray .thumb-box::before {
	border-top: 1px solid #101c3d;
}

.testimonials-area .thumb-box::after {
	border-right: transparent;
	border-top: transparent;
	border-left: 1px solid #666666;
	-webkit-transform: rotate(-49deg);
	-ms-transform: rotate(-49deg);
	transform: rotate(-49deg);
	width: 4px;
	height: 23px;
	right: 0;
	top: -6px;
}

.testimonials-area.bg-gray .thumb-box::after {
	border-left: 1px solid #cccccc;
}

.testimonials-area .thumb::after {
	position: absolute;
	right: 0;
	top: 25px;
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #f35a38;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
}

.blue .testimonials-area .thumb::after {
	background: #4628ba;
}


.testimonials-area .testimonial-items .testimonials-carousel .owl-nav {
	margin: 0;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-nav .owl-prev,
.testimonials-area .testimonial-items .testimonials-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #232323;
	font-size: 30px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.testimonials-area.bg-dark .testimonial-items .testimonials-carousel .owl-nav .owl-prev,
.testimonials-area.bg-dark .testimonial-items .testimonials-carousel .owl-nav .owl-next {
	color: #ffffff;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px;
}


/* ============================================================== 
     # Partner
=================================================================== */

.partner-area h2 {
	font-weight: 600;
	margin-bottom: 50px;
}

.partner-area h2 strong {
	text-decoration: underline;
	color: #f35a38;
}

.blue .partner-area h2 strong {
	color: #4628ba;
}

.partner-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.partner-area .partner-items {
	position: relative;
	z-index: 1;
	padding: 120px 0;
	padding-left: 50px;
}

.partner-area .partner-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500%;
	background: #ffffff;
	z-index: -1;
}

.dark-layout .partner-area .partner-items::after {
	background: #0D152E;
}

.partner-area .partner-carousel.owl-carousel img {
	width: auto;
	margin: auto;
}


/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
	margin-bottom: 30px;
}

.blog-area.blog-standard .item .thumb {
	overflow: hidden;
	position: relative;
}

.blog-area.blog-standard .item .thumb>img {
	transform: scale(1.1) translate(0, 0);
	transition: all 0.35s ease-in-out;
}

.blog-area.blog-standard .item:hover .thumb>img {
	transform: scale(1.3) rotate(10deg);
}

.blog-area.blog-standard .item .thumb .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	z-index: 1;
	transition: all 0.20s ease-in-out;
}

.blog-area.blog-standard .item .thumb>.cats {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1;
}

.blog-area .item .btn-animation {
	margin-top: 5px;
}

.blog-area .item .date {
	background: #f35a38;
	color: #ffffff;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 5px;
	margin-bottom: 23px;
	font-size: 12px;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

.blue .blog-area .item .date {
	background: #4628ba;
}

.blog-area.blog-standard .item .thumb::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.blog-area.blog-standard .item .thumb .overlay ul {
	margin-bottom: -5px;
	color: #ffffff;
}

.blog-area.blog-standard .item .thumb .overlay h4 a {
	font-weight: 700;
	color: #ffffff
}

.blog-area.blog-standard .item .thumb .overlay ul li a {
	color: #ffffff;
	font-weight: 600;
}

.blog-area.blog-standard .item .thumb .overlay .button>a {
	opacity: 0;
	margin-top: 25px;
}

.blog-area.blog-standard .item:hover .thumb .overlay .button>a {
	opacity: 1;
	z-index: 9;
}

.blog-area .blog-items .item h4 {
	line-height: 1.4;
	font-size: 22px;
}

/* Item Thumb Less */
.blog-area.blog-standard .single-item.thumb-less .item {
	border: 2px solid #e7e7e7;
	padding: 30px;
	box-shadow: inherit;
	border-radius: inherit;
}

.dark-layout .blog-area.blog-standard .single-item.thumb-less .item {
	border: none;
	background: #0D152E;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li {
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li a {
	font-weight: 600;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
	color: #f35a38;
}

.blue .blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
	color: #4628ba;
}

.dark-layout.blue .blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
	color: #ffffff;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul {
	display: block;
	margin-bottom: 12px;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li::after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "/";
	color: #232323;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li:last-child::after {
	display: none;
}

.blog-area.blog-standard .single-item.thumb-less .item a.btn-simple {
	text-transform: uppercase;
	color: #666666;
}

.blog-area.blog-standard .item .thumb .overlay .button a.btn-simple {
	text-transform: uppercase;
	color: #ffffff;
}

.full-blog .footer-meta {
	margin-bottom: 15px;
}

.blog-area .footer-meta ul li {
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 60px;
	display: flex;
	align-items: center;
}

.blog-area .footer-meta ul li img {
	height: 35px;
	width: 35px !important;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-area .footer-meta ul li:last-child {
	padding-right: 0;
}

.blog-area .footer-meta ul {
	display: flex;
	align-items: center;
}

.blog-area .footer-meta ul li::after {
	position: absolute;
	right: 15px;
	top: 30%;
	content: "";
	height: 1px;
	width: 30px;
	background: #dddddd;
}

.blog-area .footer-meta ul li:last-child::after {
	display: none;
}

.blog-area .footer-meta ul li a {
	margin-left: 3px;
	display: inline-block;
	line-height: 1.4;
}

.blog-area .footer-meta ul li a:hover {
	color: #f35a38;
}

.blue .blog-area .footer-meta ul li a:hover {
	color: #4628ba;
}


.dark-layout.blue .blog-area .footer-meta ul li a:hover {
	color: #ffffff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-area .footer-meta ul li img {
		display: none;
	}
}

/* Blog Regular */

.blog-area .item {
	background: #ffffff;
	box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
	border-radius: 8px;
}

.dark-layout .blog-area .item {
	background: #101c3d;
	box-shadow: inherit;
}

.blog-area .thumb {
	position: relative;
	z-index: 1;
}

.blog-area .thumb .date {
	position: absolute;
	left: 30px;
	top: 30px;
}


.blog-area .thumb img {
	border-radius: 8px 8px 0 0;
}

.blog-area .info {
	padding: 30px;
}

.blog-area .info p:last-child {
	margin-bottom: 0;
}

.blog-area .info>a {
	margin-top: 8px;
}

.blog-area .info .meta li {
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

.blog-area .info .meta li i {
	margin-right: 5px;
}

.blog-area .info .meta li a {
	font-weight: 700;
	color: #666666;
}

.blog-area .info .meta li a:hover,
.blog-area .info h4 a:hover {
	color: #f35a38;
}

.blue .blog-area .info .meta li a:hover,
.blue .blog-area .info h4 a:hover {
	color: #4628ba;
}

.dark-layout.blue .blog-area .info .meta li a:hover,
.dark-layout.blue .blog-area .info h4 a:hover {
	color: #ffffff;
}

.blog-area .info .meta {
	margin-bottom: 15px;
}

.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4 {
	font-weight: 700;
}

.blog-area .item .info h2,
.blog-area .item .info h3 {
	margin-bottom: 20px;
}

.blog-area .item .info .gallery img {
	margin-bottom: 30px;
}

/* 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: #f35a38;
	border-color: #f35a38;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
	float: right;
}

.blog-area.left-sidebar .sidebar {
	padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
	padding-left: 35px;
}

.blog-area .sidebar .title {
	display: block;
}

.blog-area .sidebar .title h4 {
	font-weight: 800;
	margin-bottom: 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 #f35a38;
}

.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: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: inherit;
	font-size: 18px;
	border-left: 1px solid #e7e7e7;
}

.blog-area .sidebar input[type="submit"]:hover {
	background: #f35a38 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: 700;
	color: #666666;
	align-items: center;
	justify-content: space-between;
}

.blog-area .sidebar .sidebar-item li a:hover {
	color: #f35a38;
}

.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;
	display: block;
	font-weight: 700;
}

.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: 500;
}

.sidebar-item.recent-post li a:hover {
	color: #f35a38;
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359;
}

.sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 13px;
	color: #999999;
	font-weight: 500;
	text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
	color: #999999;
}

.sidebar-item.recent-post li {
	color: #cdd0d3;
}

.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.sidebar-item.recent-post li:last-child {
	margin: 0;
}

.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}

.sidebar-item.recent-post .thumb img {
	width: 100%;
	border-radius: inherit;
}

.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
}

.sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
}

.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: 800;
	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 Free";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 500;
}

.sidebar-item.social-sidebar ul {
	margin-bottom: -10px;
	overflow: hidden;
}

.sidebar-item.social-sidebar li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
	background: #002359 none repeat scroll 0 0;
	border: medium none;
	color: #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: 800;
	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: #f35a38;
}

.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: #f35a38;
	z-index: -1;
	opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
	color: #ffffff;
	font-weight: 700;
}

.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: #f35a38 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: 500;
}

.blog-area.single .content-box .cats {
	float: left;
	margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-area.single .content-box .meta {
	overflow: hidden;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

.blog-area .blog-items .info>ul li {
	margin-bottom: 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: 500;
	line-height: 32px;
	background: #ecf6fa;
	padding: 50px;
	font-family: 'Quicksand', sans-serif;
}

.blog-area .item blockquote cite {
	display: block;
	margin-top: 15px;
	color: #999999;
	font-weight: 500;
	font-style: normal;
}

.blog-area .item blockquote::before {
	position: absolute;
	left: 0;
	top: 5%;
	content: "";
	height: 90%;
	width: 3px;
	background: #f35a38;
}

.blog-area .item blockquote::after {
	position: absolute;
	right: 50px;
	content: "\f126";
	font-family: "Flaticon";
	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: 500;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	padding-bottom: 6px;
}

.blog-area .blog-content .share li {
	display: inline-block;
	margin-left: 15px;
}

.blog-area .blog-content .share li a {
	display: inline-block;
	color: #f35a38;
}

.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: 900;
	transition: all 0.35s ease-in-out;
	font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
	color: #f35a38;
}

.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: 130px;
	width: 130px;
	min-width: 130px;
}

.comments-list .commen-item .content {
	position: relative;
}

.comments-list .commen-item .avatar img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.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: 900;
	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: 700;
	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: #f35a38;
}

.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: 500;
}

.comments-list .commen-item .content .title span {
	font-weight: 400;
	color: #f35a38;
	display: block;
	margin-top: 0;
	font-size: 13px;
}

.comments-list .commen-item .content .title span i {
	font-weight: 500;
	margin-right: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
	font-weight: 600;
	margin-right: 3px;
}

.comments-list .commen-item .content .title span a {
	margin-left: 10px;
}

.comments-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: #f35a38;
}

.comments-info a i {
	margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
	border: none;
	box-shadow: inherit;
	padding: 15px;
	background: #ecf6fa;
}

.comments-form textarea {
	min-height: 180px;
	padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0;
}

.comments-form button {
	background: transparent;
	margin-top: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
	font-weight: 900;
	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: #f35a38;
	font-weight: 800;
}

.pagination li.page-item.active a {
	background: #f35a38;
	border-color: #f35a38;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .thumb {
	position: relative;
	text-align: center;
}

.contact-area .thumb img {
	position: relative;
	left: 0;
	margin-bottom: -120px;
	max-width: 80%;
}

.contact-area .fixed-bg.left {
	position: absolute;
	left: -300px;
	top: 0;
}

.contact-area .left-info .item {
	display: flex;
	margin-bottom: 40px;
}

.contact-area .left-info .social li {
	display: inline-block;
	margin-right: 30px;
}

.contact-area .left-info ul.social {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-left: 125px;
}

.contact-area .left-info .item i {
	font-size: 40px;
	margin-right: 20px;
	display: inline-block;
}

.contact-area .left-info .item h5 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 8px;
}

.contact-area .left-info .item p {
	margin-bottom: 0;
}

.contact-area .left-info .item:last-child {
	margin-bottom: 0;
}

.contact-area .info-items {
	padding: 50px 30px;
	background: #0b6a8d;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-size: cover;
	background-position: center;
}

.blue .contact-area .info-items {
	background: linear-gradient(90deg, rgba(70, 40, 186, 1) 32%, rgba(8, 113, 255, 1) 100%);
	border: none;
}

.contact-area .contact-items {
	position: relative;
	z-index: 1;
}

.contact-area .contact-items .index {
	margin-left: 60px;
}

/* .contact-area .contact-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 75%;
	background: #ffffff;
	z-index: -1;
	box-shadow: 0 0 10px #cccccc;
	border-radius: 8px;
} */

/* .bg-gradient-blue.contact-area .contact-items::after,
.bg-gradient.contact-area .contact-items::after,
.bg-dark.contact-area .contact-items::after {
	box-shadow: inherit;
} */

/* .dark-layout .bg-gray.contact-area .contact-items::after {
	background: #0D152E;
	box-shadow: inherit;
} */

.contact-area .contact-items .form-items {
	padding: 50px;
}

.contact-area .contact-items .form-items h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-area .contact-items .form-items input,
.contact-area .contact-items .form-items textarea,
.contact-area .contact-items .form-items input:focus,
.contact-area .contact-items .form-items textarea:focus {
	border: none;
	background: transparent;
	border-radius: inherit;
	border-bottom: 1px solid #dddddd;
	padding: 0;
	box-shadow: inherit;
}

.contact-area .contact-items .form-items input,
.contact-area .contact-items .form-items textarea,
.contact-area .contact-items .form-items input:focus,
.contact-area .contact-items .form-items textarea:focus {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
}

.contact-area .contact-items .form-items textarea {
	min-height: 180px;
}

.contact-area .contact-items .form-items button {
	background: transparent;
}

img.loader {
	margin-left: 8px;
}


/* Google Maps */

.google-maps iframe {
	border: medium none;
	height: 550px;
	margin-bottom: -10px;
	width: 100%;
}

.maps-area {
	overflow: hidden;
	margin-bottom: 100px;
}


/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area,
.error-page-area div {
	height: 100%;
}

.error-page-area div.error-box,
.error-page-area div.error-box div {
	height: auto;
}

.error-page-area div.error-box {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.error-page-area .error-box {
	position: relative;
}

.error-page-area .error-box h1 {
	color: #666666;
	font-size: 300px;
	font-weight: 900;
	left: 50%;
	line-height: 1;
	opacity: 0.09;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: -1;
}

.error-page-area h2 {
	font-weight: 900;
	text-transform: capitalize;
}

.error-page-area a {
	margin-top: 15px;
}

.error-box .search {
	margin-bottom: 15px;
	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;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	box-shadow: inherit;
}

.error-box .search form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	line-height: 50px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}



/* ============================================================== 
     # Footer
=================================================================== */

footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}


footer.bg-dark::after {
	/* background: rgba(255, 255, 255, 0.016); */
	opacity: 1;
}

footer .fixed-bg {
	position: absolute;
	right: -20%;
	bottom: -10%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: 0.09;
	transform: rotate(-35deg);
}

footer .default-padding {
	overflow: inherit;
	padding-top: 70px;
}

/* footer .item {
	margin-top: 40px;
} */

footer .widget-title {
	margin-bottom: 35px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	text-align: left;
}


footer .widget-content {
	font-size: 16px;
	line-height: inherit;
	margin-bottom: 0px;
	text-align: left;
}

@media (max-width: 767.98px) {
  .widget-title,
  .widget-content {
    text-align: center !important;
  }
}
.widget-content a:hover{
    color:#fff;
}
/* ======================= */

/* footer .widget-title::after {
  position: absolute;
  left: -15px;
  top: -10px;
  content: "";
  height: 40px;
  width: 40px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.05;
} */

footer .widget-title {
	margin-bottom: 30px;
	font-weight: 700;
}

footer.bg-dark .item p {
	color: #ffffff;
}

footer .social h5 {
	margin-bottom: 15px;
	font-weight: 600;
}

footer .social li {
	display: inline-block;
	margin-right: 35px;
	font-size: 15px;
}


footer .f-item.about {
	padding-right: 30px;
}

footer .f-item .address ul li {
	margin-bottom: 15px;
}

/* .footer {
	background-color: #0b6a8d;
} */

footer .f-item .address ul li p {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 14px;
	margin-bottom: 5px;
	color: #232323;
}

footer.bg-dark .f-item .address ul li p {
	color: #ffffff;
}

footer .f-item .address ul li:last-child {
	margin-bottom: 0;
}

footer .f-item .address ul li strong {
	display: block;
	font-weight: 400;
	color: #ffffff;
}

footer.bg-dark .f-item .address ul li strong {
	color: #ffffff;
}

footer .f-item.link li {
	margin-bottom: 15px;
}

footer .f-item.link li:last-child {
	margin-bottom: 0;
}

footer .f-item.link li a {
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
}

footer.bg-dark .f-item.link li a {
	color: #cccccc;
}

footer .f-item.link li a:hover {
    text-decoration:none;
	/*color: #f35a38;*/
}

footer.bg-dark .f-item.link li a:hover {
	color: #ffffff;
}


/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid #e7e7e7;
	padding: 30px 0;
}

.bg-dark .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-bottom form {
	position: relative;
	z-index: 1;
	width: 100%;
}

footer .footer-bottom form .input-group.stylish-input-group {
	position: relative;
}

footer .footer-bottom form input,
footer .footer-bottom form input:focus {
	width: 100%;
	background: transparent;
	padding: 15px;
	/* color: #232323; */
	border-radius: inherit;
	border: 1px solid #e7e7e7;
	min-height: 60px;
}

footer.bg-dark .footer-bottom form input,
footer.bg-dark .footer-bottom form input:focus {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-bottom form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #cccccc;
}

footer .footer-bottom form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #cccccc;
}

footer .footer-bottom form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #cccccc;
}

footer .footer-bottom form input:-moz-placeholder {
	/* Firefox 18- */
	color: #cccccc;
}

footer .footer-bottom form span.input-group-addon {
	width: 60px;
	position: absolute;
	right: 0;
	border-left: 1px solid #e7e7e7;
	min-height: 60px;
}

footer.bg-dark .footer-bottom form span.input-group-addon {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-bottom form span.input-group-addon button {
	position: absolute;
	height: 40px;
	top: 10px;
	right: 10px;
	width: 40px;
	border: none;
	/* background: #f35a38; */
	border-radius: 5px;
	color: #ffffff;
	z-index: 9;
}

.blue footer .footer-bottom form span.input-group-addon button {
	color: #4628ba !important;
}

footer.bg-dark .footer-bottom form span.input-group-addon button {
	background: #ffffff;
	color: #0b6a8d;
}

footer .footer-bottom p {
	margin-bottom: 0;
}

footer.bg-dark .footer-bottom p {
	color: #cccccc;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.site-preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.site-preloader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.site-preloader .ring {
	width: 100px;
	height: 100px;
	border: 3px solid rgba(218, 223, 248, 0.2);
	/* border: 3px solid rgba(243, 90, 56, 0.2); */
	border-top-color: #89b4cd;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	font-size: 2rem;
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0 0 10px white;
	-webkit-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
	margin: 0 auto;
}

.blue .site-preloader .ring {
	border: 3px solid rgba(70, 40, 186, 0.2);
	border-top-color: #4628ba;
	color: #ffffff;
}

.site-preloader h2 {
	font-weight: 700;
	margin: 30px auto 0;
	text-align: center;
	text-shadow: 0 0 10px white;
}
.preloader{
    font-size: 30px;
    font-weight: 700;
	margin: 30px auto 0;
	text-align: center;
	text-shadow: 0 0 10px white;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area .single-item {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

.demo-area .single-item:last-child {
	margin-bottom: 0;
}

.demo-area .single-item .info.order-lg-first {
	padding-left: 15px;
	padding-right: 35px;
	text-align: right;
}

.demo-area .single-item .info h2,
.demo-area .single-item .info h3,
.demo-area .single-item .info h4,
.demo-area .single-item .info h4 {
	font-weight: 800;
	text-transform: capitalize;
}

.banner-area .demo-banner h1 {
	font-weight: 700;
	margin-bottom: 0;
}

.banner-area .demo-banner img {
	height: auto;
	margin-bottom: 20px;
	max-height: 100px;
}

.demo-area .def-heading h2 {
	font-weight: 900;
	margin: 30px 0;
	text-transform: uppercase;
	color: #333333;
}

.demo-footer {
	padding-bottom: 80px;
}

.introduction-area h2 span {
	color: #fd0060;
}

.introduction-area h4 {
	font-weight: 300;
	line-height: 30px;
}

.introduction-area h2 {
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.introduction-area h2::before {
	background: #fd0060 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 50px;
}

.introduction-area h2::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 25px;
}

footer.demo .copyright {
	margin-top: 15px;
}

.demo-area .comming-soon.item img {
	opacity: 0.3;
}

.banner-area.demo-banner {
	padding: 50px 0;
}

.demo-area .site-heading {
	margin-bottom: 30px;
}

.demo-area img {
	box-shadow: 0 0 10px #cccccc;
	border: 10px solid #ffffff;
}

.demo-area.demo-conten .single-item a {
	position: relative;
	margin-top: 15px;
}

.demo-area.demo-conten .single-item a span {
	position: absolute;
	right: 15px;
	top: -14px;
	background: #4ac4f3;
	color: #ffffff;
	padding: 1px 35px;
	border-radius: 30px;
	box-shadow: 0 0 10px #cccccc;
}

footer.text-light.demo.default-padding.centered.bg-dark.text-center img {
	margin-bottom: 0;
}

.demo-banner img {
	margin-bottom: 40px;
}

.demo-banner a {
	margin-top: 50px;
}

.banner-area.auto-height.demo-banner {
	padding-top: 200px;
	padding-bottom: 200px;
}

.demo-banner .fixed-shape {
	position: absolute;
	left: 0;
	bottom: 0;
}

.demo-banner .fixed-shape img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.demo-fun-fact-items {
	position: relative;
	top: -80px;
	z-index: 1;
	background: #f35a38;
	padding: 120px 50px;
	margin-bottom: -80px;
	text-align: center;
}

.demo-fun-fact-items .item .timer {
	display: block;
	font-size: 36px;
	font-weight: 800;
}

.demo-fun-fact-items .item .medium {
	display: block;
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
}

.demo-fun-fact-items .item {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.demo-fun-fact-items .item:last-child {
	border: none;
}

.demo-area .single-item span.badge {
	background: #f35a38;
	color: #ffffff;
	padding: 7px;
	font-size: 12px;
}


@media only screen and (max-width: 767px) {

	.banner-area.auto-height.demo-banner {
		padding-top: 130px;
		padding-bottom: 140px;
	}

	.demo-fun-fact-items {
		padding: 50px;
	}

	.demo-area {
		text-align: center;
	}

	.demo-fun-fact-items .item {
		border: none;
		margin-top: 40px;
	}

	.demo-fun-fact-items .item:first-child {
		margin-top: 0;
	}

	.demo-area .single-item .info.order-lg-first {
		text-align: center;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

	.demo-fun-fact-items {
		padding: 50px;
	}

	.demo-area {
		text-align: center;
	}

	.demo-fun-fact-items .item {
		border: none;
		margin-top: 40px;
	}

	.demo-fun-fact-items .item:first-child,
	.demo-fun-fact-items .item:nth-child(2) {
		margin-top: 0;
	}

	.demo-area .single-item .info.order-lg-first {
		text-align: center;
	}

}

.demo-area.demo-conten .items-box {
	margin-bottom: -50px;
}

.demo-area.demo-conten .site-heading h2 {
	margin-bottom: 30px;
}

.demo-area .single-item .info h4 {
	font-size: 16px;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
	margin-top: 15px;
}

.demo-area .item {
	margin-bottom: 50px;
}

.demo-area .single-item .info {
	padding: 15px 10px;
	text-align: center;
}



/* what we do Akhila  */

.go-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 90px;
	height: 90px;
	overflow: hidden;
	top: 0;
	right: 0;
	background-color: #0b6a8d;
	border-radius: 0 4px 0 80px;
}

.card1:hover .description p {
	color: #fff;
	transition: all 0.3s ease-out;
}

.card1:hover .description h2 {
	color: #fff;
	transition: all 0.3s ease-out;
}

.card1:hover .description a {
	color: #000;
	/*transition: all 0.3s ease-out;*/
}

.card1:hover .description h5 {
	color: #fff;
	/*transition: all 0.3s ease-out;*/
}

.card1:hover .description img {
	color: #fff;
	transition: all 0.3s ease-out;
}


.card1 {
	display: block;
	position: relative;
	/* max-width: 262px; */
	background-color: #f2f8f9;
	border-radius: 4px;
	padding: 32px 24px;
	margin: 12px;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;

	&:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -16px;
		right: -16px;
		background: #0b6a8d;
		height: 32px;
		width: 32px;
		border-radius: 32px;
		transform: scale(1);
		transform-origin: 50% 50%;
		transition: transform 0.25s ease-out;
	}

	&:hover:before {
		transform: scale(90);
	}
}

/* end what we do */


/*  features on index page akhila */

.container .card {
	position: relative;
	max-width: 300px;
	/* background-color: #0b6a8d; */
	margin: 35px 40px;
	padding: 10px 15px;
	border: none;
	display: flex;
	flex-direction: column;
	/*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);*/
	transition: 0.3s ease-in-out;
	border-radius: 15px;
	height: 400px;
	color: #212529;
}

.features-items a:hover {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	/* font-weight: inherit; */
}

.features-items a {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	text-align: inherit;
}

.container .card:hover {
	background: linear-gradient(to bottom, #85caf9 0%, #0b6a8d 100%);
	/* margin-top: 10px; */
	transition: 0.3s ease-in-out;

	height: 400px;
}

.container .card .image {
	position: relative;
	font-size: 70px;
	margin: 40px;
}

/* .container .card .content {

  text-align: center;
  transition: 0.3s ease-in-out;

} */

.container .card:hover .content,
.container .card:hover .image {
	color: #fff;
	/* margin-top: 10px; */
	transition: 0.3s ease-in-out;

}

/* end of features on index page */


/* service page added by akhila */

/* .dark {
	background: #ecf6fa;
}

a,
.dark a:hover {
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
	margin: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
} */

/* Cards */
/* .postcard {

	flex-wrap: wrap;
	display: flex;

	box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
	border-radius: 10px;
	margin: 0 0 5rem 14rem;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	height: 330px;
	width: 700px;

	&.dark {
		background-color: #007bff;

	}


	.t-dark {
		color: #18151f;
	}

	.postcard__title {
		font-size: 1.75rem;
		color: #000 !important;
	}

	.postcard__img {
		max-height: 180px;
		width: 100%;
		object-fit: cover;
		position: relative;
	}

	.postcard__img_link {
		display: contents;
	}

	.postcard__bar {
		width: 50px;
		height: 10px;
		margin: 10px 0;
		border-radius: 5px;
		background-color: #424242;
		transition: width 0.2s ease;
	}

	.postcard__text {
		padding: 1.5rem;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.postcard__preview-txt {
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: justify;
		height: 100%;
	}

	.postcard__tagbox {
		display: flex;
		flex-flow: row wrap;
		font-size: 14px;
		margin: 20px 0 0 0;
		padding: 0;
		justify-content: center;

		.tag__item {
			display: inline-block;
			background: rgba(83, 83, 83, 0.4);
			border-radius: 3px;
			padding: 2.5px 10px;
			margin: 0 5px 5px 0;
			cursor: default;
			user-select: none;
			transition: background-color 0.3s;

			&:hover {
				background: rgba(83, 83, 83, 0.8);
			}
		}
	}

	&:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
		border-radius: 10px;
	}

	&:hover .postcard__bar {
		width: 100px;
	}
} */

/* This CSS will apply to screens with a maximum width of 767px (typical mobile screens)
 added by akhila on 08-12--2023*/
/* @media (max-width: 480px) {

	.postcard {

		margin: 0 0 4rem 0rem;
		flex-wrap: wrap;
		display: flex;
		height: 500px;
		width: 315px;

		.postcard__preview-txt {

			text-align: -webkit-center;

		}

	}

	.postcard__img {
		max-width: 315px;
		max-height: 100%;
		transition: transform 0.3s ease;
	}

	.postcard__text {
		padding: 3rem;
		width: 100%;
	}

	&:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
		border-radius: 10px;
	}

	&:hover .postcard__bar {
		width: 100px;
	}

}


@media screen and (min-width: 769px) {
	.postcard {
		flex-wrap: inherit;
		background-color: #007bff !important;

		.postcard__title {
			font-size: 2rem;
		}

		.postcard__tagbox {
			justify-content: start;
		}

		.postcard__img {
			max-width: 300px;
			max-height: 100%;
			transition: transform 0.3s ease;
		}

		.postcard__text {
			padding: 3rem;
			width: 100%;
		}

		.media.postcard__text:before {
			content: "";
			position: absolute;
			display: block;
			background: #18151f;
			top: -20%;
			height: 130%;
			width: 55px;
		}

		&:hover .postcard__img {
			transform: scale(1.1);
		}

		&:nth-child(2n+1) {
			flex-direction: row;
		}

		&:nth-child(2n+0) {
			flex-direction: row-reverse;
		}

		&:nth-child(2n+1) .postcard__text::before {
			left: -12px !important;
			transform: rotate(4deg);
		}

		&:nth-child(2n+0) .postcard__text::before {
			right: -12px !important;
			transform: rotate(-4deg);
		}
	}
}

@media screen and (min-width: 1024px) {
	.postcard__text {
		padding: 2rem 3.5rem;
	}

	.postcard__text:before {
		content: "";
		position: absolute;
		display: block;

		top: -20%;
		height: 130%;
		width: 55px;
	}

	.postcard.dark {
		.postcard__text:before {
			background: #007bff;
		}
	}

} */

/* // Box shadow helper */
/* @mixin BoxShadowHelper($level: 1) {
	@if $level==1 {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	}

	@if $level==2 {
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	}
}

a {
	transition: .25s all;
}

.service-card {
	overflow: hidden;
	@include BoxShadowHelper(1);
	transition: .25s box-shadow;

	&:focus,
	&:hover {
		@include BoxShadowHelper(2);
	}
}

.service-card-inverse .service-card-img-overlay {
	background-color: rgba(#333, .85);
	border-color: rgba(#333, .85);
}

.hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #0087ca;
}

.hover-underline-animation::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #0087ca;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
} */







/* features transitions added by akhila applied only for one card ( TEST ) */
/* .heading {
  transform: translate(-50%, calc(-50% + 1em));
} */
/* .is-visible .heading {
	transform: translate(-50%, -50%);
}

.heading {
	transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
		filter 10s 2s ease-out;
	will-change: transform;
}

.inline-photo {

	opacity: 0;
	transform: translateY(4em) rotateZ(-5deg);
	transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
		opacity .3s .25s ease-out;

	will-change: transform, opacity;
}

.inline-photo.is-visible {
	opacity: 1;
	transform: rotateZ(-2deg);
} */








/* css for form validations */
form label {
	display: inline-block;
	width: 100px;
}

form div {
	margin-bottom: 10px;
}

.error {
	color: red;
	margin-left: 5px;
	border-color: red !important;
}

label.error {
	display: inline;
}

/* end of form validation styles */



.form__group {
	position: relative;
	padding: 0px 0 0;
	width: 100%;
	max-width: 350px;
	margin-left: 55px;
}

.form__field {
	font-family: inherit;
	width: 100%;
	border: none;
	border-bottom: 2px solid #9b9b9b;
	outline: 0;
	font-size: 17px;
	color: #232323;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
}

.form__field::placeholder {
	color: transparent;
}

.form__field:placeholder-shown~.form__label {
	font-size: 17px;
	cursor: text;
	top: 20px;
}

.form__label {
	position: absolute;
	top: -10px;
	display: block;
	transition: 0.2s;
	font-size: 17px;
	color: #9b9b9b;
	pointer-events: none;
}

.form__field:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image: linear-gradient(to right, #116399, #38caef);
	border-image-slice: 1;
}

.form__field:focus~.form__label {
	position: absolute;
	top: -10px;
	display: block;
	transition: 0.2s;
	font-size: 17px;
	color: #38caef;
	font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
	box-shadow: none;
}

.modal-content {
	background-color: #F2F8FC !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.form__group {
		margin-left: 0px !important;
	}

	.form__field:placeholder-shown~.form__label {
		font-size: 13px !important;
		top: 10px !important;
	}

	form div {
		margin-bottom: 5px;
	}

	.form__field {
		font-size: 13px;
	}

	/* .modal-content {
		width: 24% !important;
	} */

	.form__label {
		font-size: 13px;
		top: -5px;
	}

	.modal-backdrop {
		height: 200vh !important;
	}

	.modal-backdrop.show {
		opacity: .3 !important;
	}

	.modal {
		top: 25% !important;
	}

	/* footer .container{
		padding-right: 40px !important;
		padding-left: 0px !important;
	} */
	#myVideo {
		display: none;
	}
}

#myVideo {
	/* position: fixed; */
	right: 0;
	bottom: 0;
	width: 1520px;
	height: 1000px;
	/* min-width: 100%; 
	min-height: 100%; */
	object-fit: cover;
	display: block;

}

.tooltip-container {
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 17px;
	border-radius: 10px;
}

.tooltip {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	border-radius: 15px;
	box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
		inset -5px -5px 15px rgba(255, 255, 255, 0.1),
		5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
}

.profile {
	background: #fff;
	border-radius: 10px 15px;
	padding: 10px;
	border: 1px solid #fff;
	width: 130px;
	height: 80px;
}

.tooltip-container:hover .tooltip {
	top: -150px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.icon {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
}

.layer {
	width: 55px;
	height: 55px;
	transition: transform 0.3s;
}

.icon:hover .layer {
	transform: rotate(-35deg) skew(20deg);
}

.layer span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 15px;
	transition: all 0.3s;
}

.layer span,
.text {
	color: #fff;
	border-color: #fff;
}

.icon:hover.layer span {
	box-shadow: -1px 1px 3px #e6683c;
}

.icon .text {
	position: absolute;
	left: 50%;
	bottom: -5px;
	opacity: 0;
	font-weight: 500;
	transform: translateX(-50%);
	transition: bottom 0.3s ease, opacity 0.3s ease;
}

.icon:hover .text {
	bottom: -35px;
	opacity: 1;
}

.icon:hover .layer span:nth-child(1) {
	opacity: 0.2;
}

.icon:hover .layer span:nth-child(2) {
	opacity: 0.4;
	transform: translate(5px, -5px);
}

.icon:hover .layer span:nth-child(3) {
	opacity: 0.6;
	transform: translate(10px, -10px);
}

.icon:hover .layer span:nth-child(4) {
	opacity: 0.8;
	transform: translate(15px, -15px);
}

.icon:hover .layer span:nth-child(5) {
	opacity: 1;
	transform: translate(20px, -20px);
}

.icon:hover .layer svg {
	opacity: 1;
	transform: translate(0px, 0px);
}

.instagramSVG {
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}


.user {
	display: flex;
	gap: 10px;
}

.facebook .name {
	font-size: 17px;
	font-weight: 700;
	color: #316FF6;
}

.facebook .username {
	display: flex;
	flex-direction: column;
	gap: 0;
	color: #316FF6;
}

.instagram .name {
	font-size: 17px;
	font-weight: 700;
	background: -webkit-linear-gradient(45deg,
			#f09433 0%,
			#e6683c 25%,
			#dc2743 50%,
			#cc2366 75%,
			#bc1888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.instagram .username {
	display: flex;
	flex-direction: column;
	gap: 0;
	/* color: #fff; */
	background: -webkit-linear-gradient(45deg,
			#f09433 0%,
			#e6683c 25%,
			#dc2743 50%,
			#cc2366 75%,
			#bc1888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.linkedIn .name {
	font-size: 17px;
	font-weight: 700;
	color: #0077B5;
}

.linkedIn .username {
	display: flex;
	flex-direction: column;
	gap: 0;
	color: #0077B5;

}

.layer span.fab {
	font-size: 30px;
	line-height: 64px;
	text-align: center;
	fill: #1da1f2;
	background: #000;
}

/* .about {
	color: #ccc;
	padding-top: 5px;
} */

.profile .details .facebook {
	/* color: #fff !important; */
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;

}

.profile .details .linkedIn {
	/* color: #fff !important; */
	display: flex;
	flex-direction: column;
	gap: 0;
	-webkit-text-fill-color: #002359;
}

footer .social ul {
	justify-content: center !important;
	display: flex;
}


.brand-name {
	font-size: 5rem;
	font-family: 'Outfit';
	line-height: initial;
	font-weight: 500;
}





/* new add ons  */
.section.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.cta-v1-content {
	min-height: 452px;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	background-color: var(--neutral-900);
	color: var(--neutral-100);
	border-radius: 6px;
	grid-template-rows: auto;
	grid-template-columns: 1fr auto;
	grid-auto-columns: 1fr;
	padding-left: 72px;
	padding-right: 72px;
	display: grid;
	overflow: hidden;
}

.cta-v1-details {
	max-width: 600px;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 32px;
	padding-bottom: 32px;
	display: flex;
}

#cta_section {
	grid-area: span 1 / span 1 / span 1 / span 1;
	align-self: center;
}

.heading---gap-12px {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	flex-direction: column;
	display: flex;
}

.text-neutral-400 {
	color: var(--neutral-400);
}

.text-large {
	flex: 0 auto;
	font-size: 23px;
	line-height: 130%;
}

.cta-v1-image {
	width: 100%;
	max-width: 500px;
}

#cta_image {
	grid-area: span 1 / span 1 / span 1 / span 1;
	align-self: end;
}

.cta_section h2 {
	font-weight: 700;
	font-size: 3rem;
}



.section {
	width: 100%;
}

.section .container.padding-144px {
	padding-left: 144px;
	padding-right: 144px;
}

.section .container {
	width: 100%;
	max-width: 1440px !important;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.w-layout-blockcontainer {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.service_prototype .w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.w-container:before,
.w-container:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.service_prototype .space-112px {
	min-height: 112px;
}

.service_prototype .services-row-flex {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 16px;
	display: flex;
}

.service_prototype .services-link-wrapper {
	text-decoration: none !important;
	/* Ensure no underlines by default */
	display: block;
	/* Ensure the link is a block element */
}

.services-link-wrapper {
	border-bottom: 1px solid #000;
	align-items: stretch;
	width: 100%;
	min-height: 180px;
	max-height: 180px;
	padding: 32px 64px;
	display: flex;
	position: relative;
}

/* .service_prototype .services-link-wrapper a:last-child {
	border-bottom: none;
} */

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

/* a {
	color: var(--light-grey);
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: none;
	transition: color .3s;
} */

.service_prototype .services-row-block {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	min-width: 100%;
	max-width: 100%;
	display: flex;
}

.service_prototype .services-flex {
	/* justify-content: space-between; */
	align-items: center;
	/* max-width: 480px; */
	display: flex;
}

.service_prototype .color-black,
.service_prototype .font-black {
	color: #000;
}

.service_prototype h5 {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.service_prototype .services-block {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	flex-flow: column;
	/* align-items: center; */
	display: flex;
	margin-left: 60px;
}

.service_prototype .services-row-title {
	color: #000;
	text-transform: uppercase;
	line-height: 40px;
}

.services-row-title {
	font-family: Archivo, sans-serif;
	font-size: 54px;
	font-weight: 600;
}

.services-flex p {
	color: var(--light-grey);
	letter-spacing: 1px;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
	font-size: 17px;
	font-weight: 100;
	line-height: 27px;
}

.service_prototype .services-row-image {
	width: 300px;
	height: 220px;
	position: absolute;
	top: -64px;
	left: 60%;
	overflow: hidden;
	transform: translate3d(320px, 0px, 0px) rotate(64deg);
	transform-style: preserve-3d;
	opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
	object-fit: cover;
	/* Add transition for smooth animation */
}

.services-link-wrapper:hover .services-row-image {
	transform: translate3d(0px, 0px, 0px) rotate(20deg);
	opacity: 1;
}

@-webkit-keyframes translate3d {
	0% {
		transform: translate3d(320px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(64deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
		opacity: 0;
	}

	100% {
		transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(20deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
		opacity: 1;
	}
}




.section .slide-up-animation {
	padding-top: 213px !important;
}

.section .container.padding-72px.overflow {
	position: relative;
	overflow: visible;
}

.section .container.overflow {
	overflow: visible;
}

.section .container.padding-72px {
	padding-left: 72px;
	padding-right: 72px;
}

.projects-wrapper {
	grid-row-gap: 64px;
	text-align: center;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	display: flex;
}

.projects-flex {
	grid-column-gap: 32px;
	background-color: #fff;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 32px;
	will-change: top;
}

.project-image-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 50%;
	max-width: 720px;
	min-height: 480px;
	max-height: 480px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.project-image {
	/* border-radius: 20px; */
	min-width: 50%;
	max-width: 720px;
	min-height: 480px;
	max-height: 480px;
	object-fit: cover;
}

img {
	object-fit: cover;
	max-width: 100%;
	display: inline-block;
}

.project-icon-wrapper {
	z-index: 1;
	background-color: #1c1b1f;
	border-radius: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-width: 72px;
	max-width: 72px;
	min-height: 72px;
	max-height: 72px;
	display: flex;
	position: absolute;
}

.project-icon {
	filter: invert();
	object-fit: cover;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	display: flex;
}

.projects-text-block {
	text-align: left;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 480px;
	padding-top: 80px;
	padding-bottom: 16px;
	display: flex;
}

.projects-text-wrapper {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	text-align: left;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	display: flex;
}

.works-title-wrapper {
	position: relative;
	overflow: hidden;
}

.works-title {
	color: #000;
	text-transform: uppercase;
	line-height: 42px;
	font-family: poppins, sans-serif;
	font-size: 48px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

.works-description {
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
    font-size: 16px;
	font-weight: 100;
	line-height: 26px;
    padding: 5px;
}

.button-flex {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
}

.link-wrapper-animation {
	flex-direction: row;
	display: flex;
	position: relative;
	overflow: hidden;
}

.animate-h5 {
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.animate-h5.move-down {
	position: absolute;
	top: 100%;
}

.projects-flex-tags {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	display: flex;
	margin-top: -75px;
}

.projects-badge {
	/* background-color: #161616; */
	justify-content: flex-start;
	align-items: flex-start;
	padding: 8px 9px 8px 14px;
	display: flex;
}

.m-flip {
	overflow: hidden;
	cursor: pointer;
}

.m-flip_item {
	display: block;
	position: relative;
	top: 0;
	transition: top .2s ease-out 0s;
	color: #0c4c65;
	/* &:nth-child(1) {
		color: #666;
	} */
}

.slide-up-animation .projects-text-block {
	text-decoration: none !important;
	/* Ensure no underlines by default */
	display: block;
	/* Ensure the link is a block element */
}

.clients img {
	max-width: 220px;
	height: 75px;
	object-fit: cover;
}

.clients_logo_div {
	width: 100%;
	max-width: 175px;
}

.client_show {
	padding-top: 100px;
}

/* .footer {
	background-color: #0b6a8d;
	height: 100%;
	width: 100%;
	background: url(assets/img/shape/glossy_squiggle.png);
	background-size: cover;
	background-position: center bottom;
} */

.footer {

	background-color: #0b6a8d !important;
	/* Existing background color */

}

/* .bg_img {
	position: relative;
	background: url(../assets/img/glossy_squiggle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
} */
.footer .bg_img {
	position: relative;
	overflow: hidden;
	/* Ensure the pseudo-element doesn't overflow */
}

.footer .bg_img::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 70%;
	background: url('../assets/img/glossy_squiggle.png') no-repeat center;
	background-size: contain;
	transform: translate(-50%, -50%) rotate(0deg);
	transform-origin: center;
	animation: rotateBackground 20s linear infinite;
	/* transform: translate(-50%, -50%);
	transform-origin: center;
	animation: squigglyBackground 10s infinite linear; */
	opacity: 0.7;
}

@keyframes rotateBackground {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}


.about-image-wrapper {
	width: 100%;
	max-width: 590px;
}

.about-area .about-image {
	width: 100%;
	object-fit: cover;
}

.about-area img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	padding: 0 25px;
}

.about_heading {
	font-size: 2.2rem;
}

.paragraph-big {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.1875rem;
}

.core_values {
	margin-top: 90px;
}

.space-112px {
	min-height: 112px;
}

.core_values .container {
	background-color: whitesmoke;
}

.values-title-wrapper {
	grid-column-gap: 128px;
	grid-row-gap: 32px;
	justify-content: space-around;
	align-items: flex-end;
	width: 100%;
	display: flex;
}

.core_values h5 {
	color: black;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.core_values h2 {
	color: #000;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
	font-size: 54px;
	font-weight: 600;
	line-height: 64px;
}

.second_h2 {
	color: #fff !important;
}

.outline-white {
	color: #0b6a8d;

}

.max-width-360px {
	max-width: 360px;
}

.text-align-right {
	text-align: right;
	display: flex;
}

.core_values p {
	color: #696767;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-family: Archivo, sans-serif;
	font-size: 17px;
	font-weight: 100;
	line-height: 130px;
}

.space-64px {
	min-height: 64px;
}

.core_values_points {
	text-align: center;
}
.core_values_points p{
    font-size: 50px !important;
	font-weight: 900 !important;
	line-height: 60px !important;
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.core_value_point {
	font-size: 80px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	display: inline-block;
	opacity: 0;
	/* Ensure hidden until animation starts */
	animation: slideInFromLeft 1s ease-in-out forwards;
}

.core_value_point:nth-child(1) {
	animation-delay: 0s;
}

.core_value_point:nth-child(2) {
	animation-delay: 1s;
}

.core_value_point:nth-child(3) {
	animation-delay: 2s;
}


/* service page new design- 03-06-2024 */
.reverse-direction {
	direction: rtl !important;
}

.product_detail {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-column-gap: 28px;
	grid-row-gap: 56px;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	display: flex;
}

.w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 60px;
}

.vertical-image-grid {
	grid-row-gap: 7px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.product_detail_2 {
	position: relative;
	width: 100%;
	max-width: 497px;
}

.product_detail_2.align-center {
	direction: ltr;
}

.container-small {
	width: 100%;
	max-width: 550px;
	direction: ltr;
}

.service_description {
	font-size: 18px;
}

.text-primary {
	color: #e94a1f;
}

.uppercase {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.large-heading {
	margin-bottom: 35px;
	/* font-family: 'Newsreader Display', sans-serif; */
	font-size: 50px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: -0.01em;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(40, 47, 72, 0.1);
	font-family: 'Quicksand', sans-serif;
}

.align-center {
	margin-right: auto;
	margin-left: auto;
}

.main-container {
	position: relative;
	z-index: 1;
	max-width: 1328px;
	margin-right: auto;
	margin-left: auto;
	padding: 90px 28px 20px 90px;
}


.checklist-grid {
	grid-row-gap: 14px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.product_detail_section img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}


.mil-content-frame {
	position: relative;
	/*background-color: #ecf6fa;*/
	pointer-events: all;
	font-family: Outfit, sans-serif;
	font-size: 25px;
	color: #7c8f98;
	font-weight: 300;
	line-height: 145%;
}

.mil-p-120-90 {
	padding: 120px 45px 35px 45px
}

.mil-content-frame .service {
	font-family: Outfit, sans-serif;
	line-height: 120%;
	color: #214f66;
	font-size: 3.5rem;
	font-weight: 500;
}

.mil-link,
.mil-link-arrow,
.mil-link-hover {
	line-height: 100%;
	display: inline-block;
	color: #263238;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

.mil-softened-60 {
	color: #7d8488 !important;
	fill: #7d8488 !important;
}

.mil-content-frame .justify-content-between {
	justify-content: space-between !important;
}

.mil-mb-30 {
	margin-bottom: 30px;
}

.mil-first-letter {
	padding: 0px 130px 0px 0px;
}


.mil-first-letter:first-letter {    
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    padding: 0;
    float: none;
	/*color: #214f66;*/
	/*font-weight: 500;*/
	/*padding-right: 5px;*/
	/*line-height: 100%;*/
	/*float: left;*/
	/*font-size: 6rem;*/
	/*font-family: Outfit, sans-serif;*/
}

.mil-content-frame .bold {
	font-size: 20px;
	font-family: 'Quicksand';
	font-weight: bold;
}


.reach_anywhere {
	padding-left: 85px;
}

/* end service page new */


.contact_heading {
	font-family: "Righteous", sans-serif;
	font-size: 6rem;
	padding-left: 20px;
}

.contact_row {
	padding: 60px 17px 0px 22px;
}

.hello_description {
	font-size: 3rem;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	padding-top: 75px;
}

.contact_form {
	padding: 0 90px;
}

.contact_mail {
	font-family: "poppins", sans-serif;
    font-size: 28px;
    text-align: center;
	border-right: 1px solid #666666;
	padding-top: 15px;
}

.contact_mail p{
      font-size: 20px;
}

.c_heading {
	font-family: 'Quicksand';
	font-weight: 300;
	font-size: 40px;
    margin: 30px 40px;
}

.contact_decription {
	font-family: 'Quicksand';
	font-weight: 300;
	font-size: 28px;
}

.contact-area .info {
	margin-top: 65px;
	margin-left: 30px;
}

.enquiry {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            background: #183153;
            font-family: "Montserrat", sans-serif;
            box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            cursor: pointer;
            border: none;
        }

        .enquiry:after {
            content: " ";
            width: 0%;
            height: 100%;
            background: #fff;
            position: absolute;
            transition: all 0.4s ease-in-out;
            right: 0;
        }

        .enquiry:hover::after {
            right: auto;
            left: 0;
            width: 100%;
        }

        .enquiry span {
            text-align: center;
            text-decoration: none;
            width: 100%;
            padding: 18px 15px;
            color: #fff;
            font-size: 1em;
            font-weight: 400;
            letter-spacing: 0.3em;
            z-index: 20;
            transition: all 0.3s ease-in-out;
        }

        .enquiry:hover span {
            color: #183153;
            animation: scaleUp 0.3s ease-in-out;
        }

        @keyframes scaleUp {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(0.95);
            }

            100% {
                transform: scale(1);
            }
        }
        
        
                .about-image-wrapper {
            width: 100%;
            max-width: 590px;
        }

        .about-area .about-image {
            width: 100%;
            object-fit: cover;
        }

        .about-area img {
            max-width: 100%;
            vertical-align: middle;
            display: inline-block;
        }

        .about_heading {
            font-size: 2.2rem;
        }

        .paragraph-big {
            font-size: 1rem;
            font-weight: 500;
            line-height: 2.1875rem;
        }

        .core_values {
            margin-top: 90px;
        }

        .space-112px {
            min-height: 112px;
        }

        .core_values .container {
            background-color: whitesmoke;
        }

        .values-title-wrapper {
            grid-column-gap: 128px;
            grid-row-gap: 32px;
            justify-content: space-around;
            align-items: flex-end;
            width: 100%;
            display: flex;
        }

        .core_values h5 {
            color: black;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0;
            font-family: Archivo, sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 14px;
        }

        .core_values h2 {
            color: #000;
            letter-spacing: -1px;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 0;
            font-family: Archivo, sans-serif;
            font-size: 54px;
            font-weight: 600;
            line-height: 64px;
        }

        .second_h2 {
            color: #fff !important;
        }

        .outline-white {
            color: #0b6a8d;
            /* -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: whitesmoke; */
        }

        .max-width-360px {
            max-width: 360px;
        }

        .text-align-right {
            text-align: right;
            display: flex;
        }

        .core_values p {
            color: #696767;
            letter-spacing: 1px;
            margin-bottom: 0;
            font-family: Archivo, sans-serif;
            font-size: 17px;
            font-weight: 100;
            line-height: 130px;
        }

        .space-64px {
            min-height: 64px;
        }

        .core_values_points {
            text-align: center;
        }

        /* .core_value_point {
            font-size: 80px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
        } */

        @keyframes slideInFromLeft {
            0% {
                transform: translateX(-100%);
                opacity: 0;
            }

            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .core_value_point {
            font-size: 80px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            display: inline-block;
            opacity: 0;
            /* Ensure hidden until animation starts */
            animation: slideInFromLeft 1s ease-in-out forwards;
        }

        .core_value_point:nth-child(1) {
            animation-delay: 0s;
        }

        .core_value_point:nth-child(2) {
            animation-delay: 1s;
        }

        .core_value_point:nth-child(3) {
            animation-delay: 2s;
        }
        
        
        
        
        
        
        


@keyframes slides {
	from {
		transform: translateX(0);
	}

	to {
		/* transform: translateX(-100%); */
		transform: translateX(-105%); 
	}
}

.logos {
	overflow: hidden;
	padding: 100px 0px 0 0;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
	position: absolute;
	top: 0;
	content: '';
	/* width: 250px; */
	height: 100%;
	z-index: 2;
}

.logos:before {
	left: 0;
	/* background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255)); */
}

.logos:after {
	right: 0;
	/* background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); */
}

.logo_items {
	display: inline-block;
	animation: 35s slides infinite linear;
	/*width: calc(100% + 190px);*/
}

.logos:hover .logo_items {
	animation-play-state: paused;
}

.logo_items img {
	height: 100px;
}

.client_heading {
	text-align: center;
	margin-bottom: 50px;

}
.clients_head {
    font-weight: 900 !important;
    font-size: 2.5rem !important;
}

.about-area{
    padding-top: 70px;
    padding-bottom: 120px;
}

.slider_head{
    font-weight: 700;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    /*text-transform: uppercase;*/
    color: #0b6a8d;
}







/*updated code on 28-02-2025*/



:root {
    /* spacing
     * base font size: 18px 
     * vertical space unit : 32px
     */
    --base-size     : 62.5%;
    --base-font-size: 1.8rem;
    --space         : 3.2rem;

    --color-black   : #000000;
    --color-1       : hsla(345, 93%, 44%, 1);
    --font-2        : "Montserrat", sans-serif;
    --color-white   : #fff;
}

/* newly added */
/* added on 26-02-2025 */

/* ===================================================================
 * # hero
 * ------------------------------------------------------------------- */
.s-hero {
    width: 100%;
    height: 100vh;
    min-height: calc(15.5 * var(--space));
    overflow: hidden;
    position: relative;
}

.s-hero__bg {
    /* background-image: url(../assets/img/hero-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36.5vw;
}

.s-hero__bg::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-black);
    opacity: .25;
}

.s-hero__bg .gradient-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, black 10%, rgba(0, 0, 0, 0) 100%);
    opacity: .35;
}

/* ------------------------------------------------------------------- 
 * ## hero content
 * ------------------------------------------------------------------- */
.s-hero__content {
    height: 100%;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    padding-top: 18vh;
    padding-bottom: 27vh;
    position: relative;
    padding-left: 8vh;
}

.s-hero__content h1 {
    font-size: 4rem;
    font-weight: 600;
    padding-left: 60px;
    letter-spacing: -.04em;
    line-height: 1;
    color: hsl(196.67deg 87.88% 29.23%);
    margin-bottom: 0;
    position: relative;
    opacity: 1;
}

.s-hero__content h1::before {
    display: block;
    content: "";
    height: 10rem;
    width: 20rem;
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
    opacity: .25;
    position: absolute;
    bottom: .14em;
    right: 100%;
}

/* hero content about
 * ----------------------------------------------- */
.s-hero__content-about {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.444;
    /* color: var(--color-white); */
    padding-left: 3.6em;
    position: relative;
}

.s-hero__content-about::before {
    content: "";
    display: block;
    height: 1px;
    width: 2.4em;
    background-color: var(--color-border);
    position: absolute;
    left: .5em;
    top: .8em;
}

.s-hero__content-about p {
    margin-bottom: var(--vspace-2);
}

/* hero content social
 * ----------------------------------------------- */
.s-hero__content-social {
    display: inline-block;
    font-size: 1.8rem;
    line-height: var(--vspace-1);
}

.s-hero__content-social a {
    color: #0b6a8d;
    margin-right: 1.2rem;
}

.s-hero__content-social a:hover, 
.s-hero__content-social a:focus {
    color: var(--color-1-light);
}

.s-hero__content-social a:last-child {
    margin-right: 0;
}



/* ------------------------------------------------------------------- 
 * ## hero scroll
 * ------------------------------------------------------------------- */
.s-hero__scroll {
    position: absolute;
    left: 6vw;
    bottom: 0;
    -webkit-transform: rotate(90deg) translateX(-200px);
    transform: rotate(90deg) translateX(-200px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.s-hero__scroll-link {
    display: inline-block;
    font-family: var(--font-2);
    font-weight: 300;
    font-size: 9px;
    line-height: 3.2rem;
    height: 3.2rem;
    text-transform: uppercase;
    letter-spacing: .4em;
    text-align: left;
    vertical-align: middle;
    color: var(--color-text);
    position: relative;
}

.s-hero__scroll-link:hover, 
.s-hero__scroll-link:focus {
    color: white;
}

/* -------------------------------------------------------------------
 * ## animate intro content
 * ------------------------------------------------------------------- */
html.ss-preload .s-hero__content {
    opacity: 0;
}

html.ss-loaded .s-hero__content {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html.no-csstransitions .s-hero__content {
    opacity: 1;
}

/* ------------------------------------------------------------------- 
 * ## animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* fade in left */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* fade out */
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * content
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1600px) {
    .s-hero__content {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1400px) {
    .s-hero__content {
        max-width: 1000px;
    }
    .s-hero__content h1 {
        font-size: 4rem;
    }
    .s-hero__content-about {
        font-size: 3.3rem;
    }
    .s-hero__video-link {
        height: 8.8rem;
        width: 8.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .s-hero__content {
        max-width: 900px;
    }
}

@media screen and (max-width: 1100px) {
    .s-hero__content {
        max-width: 800px;
    }
    .s-hero__content h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1000px) {
    .s-hero__content {
        max-width: 700px;
    }
    .s-hero__content-about {
        padding-left: .6em;
    }
    .s-hero__content-about::before {
        display: none;
    }
    .s-hero__video {
        right: calc(100% - 48vw);
        bottom: calc(7vh);
    }
    .s-hero__video svg {
        display: inline-block;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-right: .4rem;
        position: static;
    }
    .s-hero__video-link {
        display: inline-block;
        height: auto;
        width: auto;
        background-color: transparent !important;
        -webkit-transition: background-color 0s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0s ease-in-out, color 0.3s ease-in-out;
        border-radius: 0;
    }
    .s-hero__video-text {
        display: inline-block;
    }
    .s-hero__scroll {
        left: auto;
        right: 4.8rem;
        -webkit-transform: rotate(90deg) translateX(-100px) translateY(3.2rem);
        transform: rotate(90deg) translateX(-100px) translateY(3.2rem);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    .s-hero__scroll-link {
        color: var(--color-white);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .s-hero__bg {
        height: 100%;
        width: 100%;
        left: auto;
        right: 0;
    }
    .s-hero_img {
        width: 50% !important;
        top: 30% !important;
    }
    .s-hero__content h1 {
        font-size: 3rem;
        margin-bottom: 335px;
    }
    .s-hero__content-about {
        font-size: 2.1rem;
        padding-top: 8rem;
    }
}


@media screen and (max-width: 800px) {
    .s-hero__content {
        padding-bottom: 10vh; /* Adjusted */
        padding-left: 5vh;
    }
    .s-hero__content h1::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -1.2rem;
        bottom: .8em;
    }
    .s-hero__video {
        bottom: calc(8vh);
    }
}

@media screen and (max-width: 700px) {
    .s-hero__content h1 {
        font-size: 2rem;
    }
    .s-hero__content-about {
        font-size: 2.8rem;
        padding-top: 60%;
    }
    .s-hero__content-social, .s-hero__video {
        font-size: 1.6rem;
        padding-top: 4vh;
    }
}

@media screen and (max-width: 600px) {
    .s-hero__content h1 {
        font-size: 2rem;
        padding-left: 0px;
    }
    .s-hero__content-about {
        padding-right: 15vw;
    }
    .s-hero__content-about br {
        display: none;
    }
    .s-hero__scroll {
        right: 2.8rem;
    }
    .s-hero__video {
        right: calc(100% - 30rem);
    }
}

@media screen and (max-width: 500px) {
    .s-hero__content h1::before {
        left: -6rem;
        bottom: .6em;
    }
    .s-hero__content-about {
        font-size: 1.6rem;
        padding-right: 1rem;
        padding-left: 0em;
    }
}

@media screen and (max-width: 400px) {
    .s-header__logo {
        left: 3.2rem;
    }
    .s-header__menu-toggle {
        right: 3.2rem;
    }
    .s-hero__content h1::before {
        left: -8rem;
    }
    .s-hero__content {
        padding-bottom: 5vh; /* Reduced from 14vh */
    }
    .s-hero__content-about {
        font-size: 1.2rem;
    }
    .s-hero__video {
        right: auto;
        left: 9vw;
        bottom: 2vh; /* Reduced from 8.2vh */
    }
}

@media screen and (max-width: 360px) {
    .s-hero__scroll {
        right: 2rem;
        -webkit-transform: rotate(90deg) translateX(-4rem) translateY(3.2rem);
        transform: rotate(90deg) translateX(-4rem) translateY(3.2rem);
        padding-right: 0;
    }
}


.s-hero_img {
    width: 60%;
    position: relative;
    left: 25%;
    top: 15%;
    animation: rotateInPlace 10s linear infinite; /* Adjust time for speed */
}

@keyframes rotateInPlace {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 767px) {
    .s-hero {
        height: auto;
        min-height: 0; /* Adjusted to remove forced minimum height */
        overflow: visible; /* Adjusted for better content flow */
    }
    .s-hero__bg {
        display: block;
        height: 100%;
        right: 0;
        bottom: auto;
        left: auto;
    }
    .s-hero__content {
        max-width: 600px;
        padding-bottom: 10vh; /* Reduced from 36vh */
    }
    
    .s-hero_img {
        width: 50%;
        top: 42%; !important /* Reduced from 35% */
        left: 25% !important;
    }
    .s-hero__video {
        right: calc(100% - 54vw);
        bottom: 2vh; /* Adjusted for tighter spacing */
    }
    .s-hero__scroll-link {
        color: var(--color-text);
    }
    .services-section {
        padding: 20px 0; /* Reduced from 50px 0 */
    }
}



.services-section {
    padding: 50px 0;
    background: #f9f9f9;
}

.services-wrapper {
    display: flex;
    width: 100%;
    gap: 30px;
}

/* Left Column (Image) */
.services-image {
    width: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* Right Column (Service List) */
.services-list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.service-item:hover {
    background: #007bff;
    color: #fff;
}

/* 28-02-2025 */

.whatsapp {
    position: fixed;
    bottom: 105px;
    right: 3%;
    z-index: 4;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
}
.whatsapp img {
    height: 50px;
}

.video_carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: none;
}

.slider-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.slide {
    min-width: 400px;
    max-width: 400px;
    height: 400px;
    margin: 0 10px;
    position: relative;
    transform: scale(0.8);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.slide.active {
    transform: scale(1);
    opacity: 1;
}

.slide img,
.slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-cursor {
    width: 50px;
    height: 50px;
    background: #0b6a8d26;
    border: 2px solid white;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0b6a8d;
    font-size: 20px;
    opacity: 0;
    transition: transform 0.1s ease;
    backdrop-filter: blur(4px);
    z-index: 9999;
}

.custom-cursor.left::before {
    content: "←";
}

.custom-cursor.right::before {
    content: "→";
}

.custom-cursor.active {
    transform: scale(1.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .slide {
        min-width: 300px;
        max-width: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .slide {
        min-width: 250px;
        max-width: 250px;
        height: 250px;
    }
    .custom-cursor {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    /* Tablet: Show 3 slides, middle one active, sides partially visible */
    .slider-container {
        width: 100%;
        max-width: 750px; /* 250px * 3 */
    }
    .slide {
        min-width: 250px;
        margin: 0; /* Remove margins for tighter layout */
    }
}

@media (max-width: 480px) {
    .slide {
        min-width: 100%; /* Full width for mobile */
        max-width: 100%;
        height: auto; /* Dynamic height */
        margin: 0; /* No margins */
    }
    .custom-cursor {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .slider-container {
        width: 100%;
        max-width: 100%;
    }
    .video_carousel {
        padding: 10px;
        position: relative;
        top: 80px;
	    }

    .slide video {
        width: 100%; /* Ensure videos scale */
    }
}

.carousel-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #0b6a8d; /* Match your cursor color or adjust */
    font-weight: bold;
	margin-top: 60px;
}
@media (max-width: 480px) {
    .carousel-heading {
        font-size: 1.5rem; /* Smaller on mobile */
		position: relative;
		margin-top: 0px;
		top: 50px;
    }
}




/* added on 04-03-2025 */



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.dropdown-menu a:hover {
    background: #f1f1f1;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
nav.navbar.bootsnav ul.nav > li > a{
	font-size: 16px !important;
	text-decoration: none;
}






/* Container for the slider */
.slider-container_client {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

/* Slider wrapper */
.client_slider {
	display: flex;
	width: fit-content; /* Ensures the slider takes the width of its content */
	animation: slide 20s linear infinite;
}

/* Individual logo styling */
.logo-item {
	flex: 0 0 auto;
	margin: 0 50px; /* Space between logos */
}

.logo-item img {
	height: 120px; /* Adjust as needed */
	width: auto;
	object-fit: contain;
}

/* Animation keyframes */
@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%); /* Must match half the duplicated content */
	}
}

/* Optional: Pause on hover */
.slider-container_client:hover .client_slider {
	animation-play-state: paused;
}


.core_values p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 130px;
}

.core_values_points p {
    font-size: 35px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    text-shadow: 1px 4px 6px rgba(0,0,0,0.33);
}

.core_value_image {
    background-image: url(/public/assets/img/about/core.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 35px;
}

.core_values span p {
    color: white;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 30px !important;
    padding: 0 200px;
    text-shadow: 1px 4px 6px rgba(0,0,0,0.33);
}

/* ------------ RESPONSIVE STYLES ------------ */

@media (max-width: 992px) {
    .core_values p {
        font-size: 16px;
        line-height: 100px;
    }

    .core_values_points p {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .core_values span p {
        font-size: 16px !important;
        padding: 0 100px;
    }
}

@media (max-width: 768px) {
    .core_values p {
        font-size: 15px;
        line-height: 80px;
    }

    .core_values_points p {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .core_values span p {
        font-size: 15px !important;
        padding: 0 50px;
    }
}

@media (max-width: 576px) {
    .core_values p {
        font-size: 14px;
        line-height: 60px;
    }

    .core_values_points p {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .core_values span p {
        font-size: 14px !important;
        padding: 0 20px;
        flex-direction: column;
    }
}









/* added on 12-03-2025 */
/* sep page styles */


.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.equal-height > .col-lg-6 {
  display: flex;
}

.box_text,
.service_backk_img {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.box_text{
	background-color: #fff;
    padding: 50px;
    align-items: center;
    text-align: center;
    border-radius: 24px;
	font-family: 'Outfit';
}

.service_new_head{
	color: #fff;
    /*font-size: 3.5rem;*/
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    font-family: 'Outfit';
    text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.service_backk_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; /* or use a fixed height like 400px if needed */
    /* min-height: 350px;  */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}
@media (max-width: 767.98px) {
	.service_backk_img {
	  height: 300px !important;
	  padding: 1.5rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	}
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .service_backk_img {
        min-height: 350px;
        padding: 2rem;
    }
}
  
.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;  
    border-top: 6px solid black;
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is active */
.dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.card-heading{
	font-size: 2.5rem;
    font-family: 'Outfit';
    font-weight: 600;
}

.why-choose-link {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 20px;
    background: #fff;
    transition: color 0.3s ease;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
}

.why-choose-link:hover {
    color: #000;
    text-decoration: none;
}

.card-body {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bottom_text {
    padding: 20px;
}

.texty_text {
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .texty_text {
        text-align: center;
        font-size: 1rem;
    }

    .why-choose-link {
        padding: 15px;
        font-size: 1rem;
    }
}



/* Awards Cards with More Height */
.awards-card {
    background-color: #fff;
    text-align: left;
    border-radius: 25px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 350px; /* Adds more height */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all 0.3s ease-in-out;
}

/* Add equal height to each column on larger screens */
@media (min-width: 992px) {
    .process .col-lg-3 {
        display: flex;
        flex-direction: column;
    }

    .awards-card {
        flex-grow: 1;
        height: 100%; 
    }
}

/* Awards Content */
.awards-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Number and Heading */
.main-paragraph.awards {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.heading-3.awards {
    color: #000;
    font-size: 2.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    line-height: 2.4rem;
}

/* Background Image */
.awards-card-bg {
    opacity: 0;
    background-image: url('../assets/img/service_background/process.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Heading */
.seo_heading {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 70px;
    text-align: center;
}

/* Process container spacing */
.process {
    padding: 60px 15px;
}

/* Staggered effect */
.process .down {
    margin-top: 55px;
}
.process .up {
    margin-bottom: 55px;
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .awards-card {
        min-height: 300px;
        margin-bottom: 30px;
    }

    .heading-3.awards {
        font-size: 2.5rem;
    }

    .seo_heading {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .main-paragraph.awards {
        font-size: 1rem;
    }

    .process .down,
    .process .up {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .awards-card {
        padding: 30px 20px;
        min-height: 280px;
    }

    .heading-3.awards {
        font-size: 2rem;
    }

    .seo_heading {
        font-size: 2rem;
    }
}





/* INDEX PAGE ENQUIRY */

    .enquiry {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background: #183153;
        font-family: "Montserrat", sans-serif;
        box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        cursor: pointer;
        border: none;
    }

    .enquiry:after {
        content: " ";
        width: 0%;
        height: 100%;
        background: #ffd401;
        position: absolute;
        transition: all 0.4s ease-in-out;
        right: 0;
    }

    .enquiry:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .enquiry span {
        text-align: center;
        text-decoration: none;
        width: 100%;
        padding: 18px 15px;
        color: #fff;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 0.3em;
        z-index: 20;
        transition: all 0.3s ease-in-out;
    }

    .enquiry:hover span {
        color: #183153;
        animation: scaleUp 0.3s ease-in-out;
    }

    @keyframes scaleUp {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.95);
        }

        100% {
            transform: scale(1);
        }
    }





	/* #parallax {
		position: relative;
		width: 100%;
		height: 100vh;
		background-image: url('/public/assets/img/Object_6_cta.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-attachment: fixed; 

	}	 */

	/* #parallax h1 {
		position: absolute;
		top: 47%;
		left: 35%;
		width: 50%;
		transform: translate(-50%, -50%);
		color: #000;
		font-family: 'Outfit';
		font-weight: 600;
		text-transform: uppercase;
		opacity: 1;
		font-size: 60px;
	} */

	#parallax {
		position: relative;
		width: 100%;
		height: 100vh; /* reduced from 100vh */
		/*background-image: url(/public/assets/img/service/branding.png);*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 2rem;
		box-sizing: border-box;
		background-position-y: 0px;
	}
	
	#parallax h1 {
		font-size: 5vw;
		/* left: 35%; */
		color: #000;
		text-transform: uppercase;
		font-family: 'Outfit', sans-serif;
		font-weight: 600;
		margin: 0;
		opacity: 1;
		line-height: 1.2;
	}
	
	/* Responsive adjustments */
	@media (max-width: 992px) {
		#parallax {
			background-attachment: scroll;
			
			min-height: 60vh; /* adjust for tablets */
		}
	
		#parallax h1 {
			font-size: 7vw;
		}
	}
	
	@media (max-width: 576px) {
		#parallax {
			height: 50vh; /* further reduce for mobile */
			padding: 1.5rem;
			background-position-y: 40% !important;
		}
	
		#parallax h1 {
			font-size: 9vw;
		}
	}
	  h1 {
		position: absolute;
		top: 47%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-family: "Arial";
		text-transform: uppercase;
		opacity: .2;
		font-size: 70px;
	  }

	  .service-card {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		background-color: whitesmoke;
		cursor: pointer;
		border-radius: 30px;
		flex-flow: column;
		padding: 40px;
		display: flex;
	}
	.service-heading {
		justify-content: space-between;
		align-items: center;
		display: flex;
	}

	.service-name {
		/* color: white; */
		letter-spacing: -2px;
		text-transform: uppercase;
		min-width: auto;
		margin-top: 0;
		margin-bottom: 0;
		font-family: Inter, sans-serif;
		font-size: 55px;
		font-weight: 700;
		line-height: 65px;
	}

	.service-content-wrap {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		flex-flow: column;
		height: 100%;
		margin-top: 0;
		padding-top: 0;
		display: flex;
		overflow: hidden;
	}

	.service-image {
		border-radius: 20px;
		width: 100%;
		height: 508px;
		overflow: clip;
	}
	.service-cover-image {
		width: 100%;
		max-width: none;
		height: auto;
		padding-top: 0;
		overflow: visible;
	}

	.service-desc-wrap {
		grid-column-gap: 40px;
		grid-row-gap: 40px;
		display: flex;
	}
	.service-desc {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		flex-flow: column;
		flex: 1;
		display: flex;
	}
	.service-desc-text {
		/* color: var(--white); */
		margin-bottom: 0;
		line-height: 25px;
	}

	@media screen and (min-width: 1280px) {
		.button-service {
			width: 100%;
			max-width: none;
		}
	}
	.button-service {
		z-index: auto;
		clear: none;
		background-color: var(--white);
		color: var(--black);
		border-radius: 100px;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-bottom: 0;
		padding: 12px 18px 12px 26px;
		text-decoration: none;
		display: flex;
		position: relative;
		top: auto;
		left: auto;
		right: 0;
		overflow: hidden;
	}

	@media screen and (min-width: 1280px) {
		.cta-text-black {
			font-size: 18px;
		}
	}
	.cta-text-black {
		color: var(--black);
		margin-top: 0;
		margin-bottom: 0;
		font-family: Inter, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 30px;
		text-decoration: none;
	}



.inverted-radius{
    left: 5%;
    position: relative;
    --r: clamp(20px, 4vw, 40px);
    --s: clamp(30px, 6vw, 60px);
    --x: clamp(20px, 4vw, 40px);
    --y: clamp(20px, 4vw, 40px);

    width: 80vw;
    max-width: 500px;
    aspect-ratio: 1;
    background: url('/public/assets/img/texture_branding.jpg') center/cover no-repeat;
    border-radius: var(--r);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
    --_d:(var(--s) + var(--r));
    mask:
        calc(100% - var(--_d) - var(--x)) 0 var(--_m),
        100% calc(var(--_d) + var(--y)) var(--_m),
        radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
        calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
        var(--_g) calc(-1*var(--_d) - var(--x)) 0,
        var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}

.masking-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.masked-text {
    font-size: clamp(1.5rem, 4vw, 3rem);
    color: black;
    font-family: 'Outfit';
    line-height: 1;
    text-align: center;
}



/*.inverted-radius {*/
/*    left: 10%;*/
/*    position: relative;*/
/*    --r: 30px;*/
/*    --s: 50px;*/
/*    --x: 40px;*/
/*    --y: 40px;*/

/*    width: 500px;*/
/*    aspect-ratio: 1;*/
/*    background: */
/*        url('/public/assets/img/texture_branding.jpg') center/cover no-repeat;*/
/*    border-radius: var(--r);*/

/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/

/*    --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);*/
/*    --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);*/
/*    --_d:(var(--s) + var(--r));*/
/*    mask:*/
/*        calc(100% - var(--_d) - var(--x)) 0 var(--_m),*/
/*        100% calc(var(--_d) + var(--y)) var(--_m),*/
/*        radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) */
/*        calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),*/
/*        var(--_g) calc(-1*var(--_d) - var(--x)) 0,*/
/*        var(--_g) 0 calc(var(--_d) + var(--y));*/
/*    mask-repeat: no-repeat;*/
/*}*/

/*.masking-container {*/
    width: 90%; /* optional: limit width for better wrapping */
/*}*/

/*.masked-text {*/
/*    font-size: 3rem;*/
    /* font-weight: bold; */
/*    color: black;*/
/*	font-family: 'outfit';*/
/*    background-size: 200%;*/
/*    background-position: 0 50%;*/
/*    background-clip: text;*/
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* animation: animate-background 5s infinite alternate linear; */
/*    line-height: 1;*/
/*    text-align: center;*/
/*}*/





.brand_image {
    background: url('/public/assets/img/branding.jpg') center/cover no-repeat;
    width: 100%;
    height: 100%; /* Or set a fixed height like 400px */
    min-height: 400px; /* Recommended for empty div */
	border-radius: 25px;
}

/* 

.blob {
	position: absolute;
	top: 0;
	left: 0;
	fill: #1b94c2;
	width: 35vmax;
	z-index: -1;
	animation: move 10s ease-in-out infinite;
	transform-origin: 50% 50%;
  }


  
  @keyframes move {
	0%   { transform: scale(1)   translate(10px, -30px); }
	38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
	40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
	78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
	80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
	100% { transform: scale(1)   translate(10px, -30px); }
  } */

  .blob {
	position: absolute;
	top: 0;
	left: 0;
	fill: #1b94c2;
	width: 35vmax;
	z-index: -1;
	animation: move 10s ease-in-out infinite;
	transform-origin: 50% 50%;
	pointer-events: none;
}

/* Keyframes for animation remain the same */
@keyframes move {
	0%   { transform: scale(1) translate(10px, -30px); }
	38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
	40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
	78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
	80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
	100% { transform: scale(1) translate(10px, -30px); }
}

/* Tablet screens */
@media (max-width: 992px) {
	.blob {
		width: 45vmax;
	}
}

/* Mobile screens */
@media (max-width: 576px) {
	.blob {
		width: 60vmax;
	}
}


  .video-reel-container {
    width: 100%;
    max-width: 300px; /* or whatever fits your layout */
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background: #000;
}

#reelPlayer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.motion_graphics {
    display: flex;
    align-items: stretch; /* makes both columns equal height */
    flex-wrap: wrap; /* keeps it responsive on smaller screens */
}

.core_values p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 130px;
}

.core_values_points p {
    font-size: 35px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    text-shadow: 1px 4px 6px rgba(0,0,0,0.33);
}

.core_value_image {
    background-image: url(/public/assets/img/about/core.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 35px;
}

.core_values span p {
    color: white;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 30px !important;
    padding: 0 200px;
    text-shadow: 1px 4px 6px rgba(0,0,0,0.33);
}

/* ------------ RESPONSIVE STYLES ------------ */

@media (max-width: 992px) {
    .core_values p {
        font-size: 16px;
        line-height: 100px;
    }

    .core_values_points p {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .core_values span p {
        font-size: 16px !important;
        padding: 0 100px;
    }
}

@media (max-width: 768px) {
    .core_values p {
        font-size: 15px;
        line-height: 80px;
    }

    .core_values_points p {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .core_values span p {
        font-size: 15px !important;
        padding: 0 50px;
    }
}

@media (max-width: 576px) {
    .core_values p {
        font-size: 14px;
        line-height: 60px;
    }

    .core_values_points p {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .core_values span p {
        font-size: 14px !important;
        padding: 0 20px;
        flex-direction: column;
    }
}

.seo_text{
	font-family: 'Outfit';
}

.masked-text_p{
    font-size:2rem;
}





/*newly added  on 30-04-2025*/


@media (max-width: 1024px) {
    .projcard {
        flex-direction: column;
        height: auto;
    }

    .projcard-img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .projcard-textbox {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
}


.projcard-container {
    margin: 50px 0;
}


.projcard-container,
.projcard-container * {
    box-sizing: border-box;
}

/* .projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
} */

.projcard-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
}


.projcard {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover .projcard-title,
.projcard:hover .projcard-description {
    transform: translateY(-3px);
    transition: transform 0.3s ease;
}

.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}

.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.projcard-img {
    position: absolute;
    height: 300px;
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}

.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
    width: 70px;
}

.projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}

.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}

.projcard-textbox * {
    position: relative;
}

.projcard-title {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    font-size: 24px;
}

.projcard-subtitle {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    color: #888;
}

.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
    background-color: #0088FF;
}

.projcard-blue::before {
    background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}



.projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projcard-tagbox button {
    bottom: 3%;
    font-size: 20px;
    cursor: default;
    user-select: none;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    outline: none;
    background: #118fbf;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard-tagbox a{
    text-decoration: none;
    color: #ddd;
}


.projcard-tagbox{
	top: 3%;
}



.service-mobile {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 30px 15px;
  }
  
  .custom-card {
	width: 100%;
	max-width: 350px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
  }
  
  .custom-card:hover {
	transform: translateY(-5px);
  }
  
  /* .card-image {
	position: relative;
	height: 200px;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  } */
  
  .card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  .card-text {
	padding: 20px;
  }
  
  .card-text h3 {
	font-size: 1.25rem;
	margin-bottom: 10px;
	color: #333;
  }
  
  .card-text p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
  }
  /* Default: hide on larger screens */
.mobile-only {
	display: none;
  }
  
  /* Show only on screens 767px or smaller (mobile) */
/*  @media (max-width: 767px) {*/
/*	.mobile-only {*/
/*	  display: block;*/
/*	}*/
/*	.projcard-container{*/
/*		display: none;*/
/*	}*/

/*	.projcard-tagbox button{*/
/*		font-size: 13px;*/
/*	}*/
/*  }*/

/*  @media (min-width: 768px) {*/
/*	.mobile-only {*/
/*	  display: none;*/
/*	}*/
/*  }*/
/*  .card-image {*/
/*	height: 200px;*/
/*	background-position: center;*/
/*	transition: clip-path 0.4s ease;*/
/*	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);*/
/*	overflow: hidden;*/
/*  }*/

/*  .card-image.flipped {*/
/*	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);*/
/*  }*/
  


/*  .projcard-innerbox.reverse {*/
/*    flex-direction: row-reverse;*/
/*}*/

 
  /* Show only on screens 767px or smaller (mobile) */
  @media (max-width: 767px) {
	.mobile-only {
	  display: block;
	}
	.projcard-container{
		display: none;
	}

	.projcard-tagbox button{
		font-size: 13px;
	}
  }

  @media (min-width: 768px) {
	.mobile-only {
	  display: none;
	}
  }
  .card-image {
	height: 200px;
	background-position: center;
	transition: clip-path 0.4s ease;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	overflow: hidden;
  }

  .card-image.flipped {
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
  


  .projcard-innerbox.reverse {
    flex-direction: row-reverse;
}




/* new to add in live 26-05-2025 */


.navbar-nav .dropdown-m--nu{
    position: absolute !important;
}


@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

 :root {
  --neon: #0b546f;
}

.main {
  background-color: #f0f0f0;
      font-family: 'Outfit';
    font-size: 17px;
    font-weight: 400;
	padding-bottom: 80px;
}



/* course PAGE */
.home {
	margin-top: 50px;
	position: relative;
	padding: 20px;
	margin-bottom: 60px;  
}
/*.grid {*/
/*  display: flex;*/
/*  gap: 20px;*/
/*  width: 90vw;*/
/*  margin: auto;*/
/*  font-family: "Poppins", sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

.grid {
  display: flex;
  gap: 20px;
  width: 100%; /* changed from 90vw */
  max-width: 1200px; /* optional max width */
  margin: auto;
  padding: 0 15px; /* Add horizontal padding */
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* Left Grid */

.leftgrid {
  /* border: 2px solid yellow; */
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #000;
  width: 45%;
  justify-content:center;
}
.leftgrid .about_course {
    font-size: 3.2rem;
    font-family: 'Outfit';
    font-weight: 600;
    color: #495057;
}

/* Midgrid */

.home .midgrid {
  position: relative;
  /* border: 2px solid; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55%;
}

.midgrid .base {
  position: absolute;
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 900;
  z-index: 0;
  text-align: center;
  /* border: 2px solid; */
  line-height: 0.9;
  color: var(--neon);
  text-transform: uppercase;
  opacity: 1;
}
.midgrid img {
  position: relative;
  z-index: 1;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  /* border: 2px solid; */
}
.midgrid .topper {
  position: absolute;
  z-index: 2;
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 900;
  z-index: 2;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px var(--neon);
  line-height: 0.9;
  text-transform: uppercase;
  opacity: 1;
}


/* Responsive Grid */
/*@media (max-width: 991px) {*/
/*  .grid {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*  }*/

/*  .leftgrid,*/
/*  .midgrid {*/
/*    width: 100%;*/
/*  }*/

/* .leftgrid .about_course{*/
/*	position: relative;*/
/*    top: 35px;*/
/*    line-height: normal;*/
/*}*/
/*.home .midgrid{*/
/*	width: 60%;*/
/*}*/
/*.midgrid .topper{*/
/*	font-size: clamp(3rem, 10vw, 8rem);*/
/*}*/
/*.midgrid .base{*/
/*	font-size: clamp(3rem, 10vw, 8rem);*/

/*}*/

/*}*/

/*@media (max-width: 576px) {*/
/*.home .midgrid{*/
/*	width: 85%;*/
/*}*/
/*.leftgrid .about_course{*/
/*	font-size: 2.5rem;*/
/*	position: relative;*/
/*    top: 35px;*/
/*    line-height: normal;*/
/*}*/
/*}*/



/* Homepage Ends */

.page2 {
  background-color: rgb(53, 51, 51);
}

@media only screen and (max-width: 1092px) {
  .h,
  .au,
  .os,
  .p,
  .cu,
  .bt {
    display: none;
  }
  .menu-toggle {
    display: inline-block;
  }
  nav {
    justify-content: space-between;
  }
  nav span:not(.logo) {
    display: none;
  }
}


.form-control{
	background-color: transparent !important;
}

.course_specification{
	padding-top: 22px;
}

.course_specification ul {
  list-style: none;
  line-height: 30px;
}

.course_specification ul li:before {
  content: '✓';
  color: #0b6a8d;
  font-weight: bold;
  margin-right: 8px;
}


.Course_Info {
    padding: 15px;
    background: #0b6a8d75;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: grid;
    justify-content: center;
}

.main h2{
    font-family: 'Outfit';
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
	margin-top: 10px;
}
.main h3{
    font-family: 'Outfit';
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

 .contact-section {
      position: relative;
      background: #0b6a8d;
      border-radius: 20px;
      padding: 100px 50px;
      /* max-width: 900px; */
      margin: 80px auto;
      color: white;
      overflow: hidden;
    }

    .circle {
      position: absolute;
      /* border: 2px solid rgba(255, 255, 255, 0.2); */
      border-radius: 50%;
      right: -150px;
      top: 50%;
      transform: translateY(-50%);
    }

    .circle-1 {
		width: 300px;
		height: 300px;
		background: #06bcff;
		box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.1);
    }

    .circle-2 {
		width: 400px;
		height: 400px;
		background: #05a1da;
		box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.1);
    }

    .circle-3 {
		width: 500px;
		height: 500px;
		background: #0c93c5;
		box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.1);
    }

    .circle-4 {
		width: 600px;
		height: 600px;
		background: #117ea6;
		box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.1);
    }

    .content {
      position: relative;
      z-index: 1;
      max-width: 450px;
	  font-family: 'Outfit';
	  font-weight: 300;
    }



    .content .cta_h2 {
      font-size: 2.2em;
      margin-bottom: 10px;
	  color: #fff;
	  font-family: 'Outfit';
    }
 /*
    p {
      font-size: 1em;
      margin-bottom: 30px;
      color: #f4f4f4;
    } */

    .buttons {
      display: flex;
      gap: 15px;
    }

    .buttons a {
      background: #ffffff;
      color: #242424;
      padding: 12px 15px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 0.9em;
      box-shadow: 0 0 0 3px white;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    }

    .buttons a:hover {
		background: #9be1fb;
		color: #0b6a8d;
		text-decoration: none;    
	}

	.accordion-button:focus{
		border-color: transparent;
	}

	.accordion-button:not(.collapsed){
		background-color: #fff;
	}
	/* .accordion-item{
		border: none;
	}
	.accordion{
		--bs-accordion-border-color: none;
		--bs-accordion-btn-focus-border-color: none;
	} */



	/* career page - 14-06-2025 */

	.landing_page * {
  font-family: Nunito, sans-serif;
}

.landing_page .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.landing_page .responsive-cell-block {
  min-height: 75px;
}

.landing_page .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.landing_page .responsive-container-block.container {
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 1320px;
}

.landing_page .responsive-container-block.big-container {
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
}

.landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0px;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
}

.landing_page .text-blk.section-head {
  font-size: 40px;
  line-height: 55px !important;
  font-weight: 800; 
  color: #262626;
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  opacity: 1;
  
}
 /* .landing_page h1{
  font-size: 40px;
  line-height: 55px !important;
  font-weight: 800; 
  color: #262626;
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  opacity: 1;
} */

.landing_page .text-blk.section-subhead {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 65px;
  margin-left: 0px;
  max-width: 500px;
}

.landing_page .share-icon {
  width: 31px;
  height: 31px;
}

.landing_page .icons-container {
  max-width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.landing_page .img {
  width: 100%;
}

.landing_page .landing-image {
  width: 50%;
  height: 100%;
  position: relative;
  max-width: 600px;
  max-height: 700px;
}

.landing_page .img-container {
  height: 100%;
  max-height: 750px;
  display: flex;
  justify-content: center;
  position: relative;
}

.landing_page .big-circle {
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background-color: #c7e1ea;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  position: absolute;
  bottom: 10%;
}

@media (max-width: 1024px) {
  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    padding-top: 0px;
    padding-right: 2%;
    padding-bottom: 0px;
    padding-left: 2%;
  }

  .landing_page .big-circle {
    max-width: 400px;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .landing_page .responsive-container-block.container {
    flex-direction: column-reverse;
  }

  .landing_page .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    /* margin-bottom: 50px; */
	margin-bottom: 0px;
    margin-left: 0px;
  }

  .landing_page .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .landing_page .landing-image {
    width: auto;
    height: 500px;
  }

  .landing_page .responsive-container-block.container {
    flex-direction: column;
    margin-top: 25%;
    margin-right: 0px;
    /* margin-bottom: 50px; */
	margin-bottom: 0px;
    margin-left: 0px;
  }

  .landing_page .big-circle {
    max-width: 450px;
    max-height: 450px;
    display: none;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .landing_page .text-blk.section-head {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 500px) {
  .landing_page .text-blk.section-head {
    font-size: 32px;
    line-height: 44px !important;
    margin-top: 0px;
    margin-right: 0px;
    /* margin-bottom: 14px; */
	margin-bottom: -45px;
    margin-left: 0px;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .landing_page .text-blk.section-subhead {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
  }

  .landing_page .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .landing_page .landing-image {
    width: 100%;
    height: 100%;
  }

  .landing_page .big-circle {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    display: none;
  }

  .landing_page .responsive-container-block.container {
    /* margin-top: 50px; */
	margin-top: 74%;
    margin-right: 0px;
    /* margin-bottom: 50px; */
	margin-bottom: 0px;
    margin-left: 0px;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}


.break{
	background: #fff;
    padding: 45px;
	border-radius: 15px;
}

/* new changes 23-06-2025 */


.course_thin{
	font-weight: 200;
}

.home .midgrid {
  position: relative;
  /* border: 2px solid; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left Grid */

.leftgrid {
  /* border: 2px solid yellow; */
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #000;
  justify-content:center;
}
.leftgrid .about_course {
    font-size: 4rem;
    font-family: 'Outfit';
    font-weight: 600;
    color: #495057;
	opacity: 1;
	top: 30%;
}



.service_list_heading{
    display: inline-block;
	color: #fff !important;
    opacity: 1;
    font-size: 4.15rem !important;
	/*width: 50% !important;*/

}


.service_page p{
	color: #dfa43e;
	position: relative;
	font-size: 1.35rem;
    /*left: 25%;*/
}





/* Extra small devices (phones < 480px) */
@media (max-width: 479px) {
    .service_list_heading {
        font-size: 2rem !important;
    }

    .service_page p {
        font-size: 1rem;
    }
}

/* Small devices (480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .service_list_heading {
        font-size: 2.6rem !important;
    }

    .service_page p {
        font-size: 1.1rem;
    }
}

/* Medium devices (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .service_list_heading {
        font-size: 3.2rem !important;
    }

    .service_page p {
        font-size: 1.25rem;
    }
}

/* Large devices (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .service_list_heading {
        font-size: 3.8rem !important;
    }

    .service_page p {
        font-size: 1.3rem;
    }
}

/* Extra large devices (1200px and above) */
@media (min-width: 1200px) {
    .service_list_heading {
        font-size: 4.15rem !important;
    }

    .service_page p {
        font-size: 1.35rem;
    }
}
@media (max-width: 1200px) {
    .service_page p {
        left: 0;
    }
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}



@media (max-width: 991px) {
  .grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .leftgrid {
    order: 1; /* text on top */
    width: 100%;
    padding:0;
  }

  .midgrid {
    order: 2; /* image below */
    width: 100% !important;
    padding: 0 15px;
    margin-top: 20px;
  }

  .leftgrid .about_course {
    /* KEEP position as it is (like relative) */
    font-size: 2.2rem;
    line-height: 1.4;
    top: 0; /* Optional to prevent overflow if top is defined */
    padding: 0 5px;
  }

  .midgrid img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .midgrid {
    width: 100% !important;
  }

  .leftgrid .about_course {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .leftgrid {
    order: 1; /* text on top */
    width: 100%;
    /*padding: 20px 15px;*/
  }

  .midgrid {
    order: 2; /* image below */
    width: 100% !important;
    padding: 0 15px;
    margin-top: 20px;
  }

  .leftgrid .about_course {
    /* KEEP position as it is (like relative) */
    font-size: 2.2rem;
    line-height: 1.4;
    top: 0; /* Optional to prevent overflow if top is defined */
    padding: 0 5px;
    top: 115px; 
  }

  .midgrid img {
    max-width: 150%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .midgrid {
    width: 100% !important;
  }

  .leftgrid .about_course {
    font-size: 2rem;
  }
}

/* Default: Left aligned for large screens */
.footer-heading .brand-name {
  text-align: left;
}

/* Center aligned for small devices */
@media (max-width: 991px) {
  .footer-heading .brand-name {
    text-align: center;
  }
}


.privacy_policy_heading{
	color: #000;
    opacity: 1;
	position: relative;
    margin-bottom: 20px;
	margin-top: 30px;
}

.policy_contents{
	line-height: 30px !important;
}


/*26-06-2025*/

.service-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
}

@media (min-width: 768px) {
  .offset-box {
    margin-top: 30px;
  }
}
.service-section{
	margin-top: 60px !important;
	position: relative;
}

.service-box::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 123, 255, 0.1);
	transition: bottom 0.4s ease;
	z-index: 0;
	border-radius: 12px;
}

.service-box:hover::before {
  bottom: 0;
}

.service-box * {
  position: relative;
  z-index: 1; /* Keep text above the overlay */
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.core_service-title{
	font-weight: 700;
    font-size: 2.5rem;
}
.core_service-title p{
	font-size: 1.15rem;
    line-height: 33px;
    letter-spacing: 1px;
}


/* .video-text-section {
  background-color: #f9f9f9;
} */

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
  align-items: center;
}

.reel-video {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.text-block h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.text-block p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Stack on Mobile */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.reel_heading
{
	font-size: 3rem;
    font-family: 'Outfit';
    font-weight: 700;
}








/*  latest update s */

/* new updates 25-06-2025 */

.seo_heading{
	/* color: #fff; */
	z-index: 1;
}

.reach_anywhere {
	padding-left: 85px;
	position: static;
    font-size: 4rem;
}

.service_link{
	text-decoration: none !important;
}

.service_link:hover{
	color: #fff !important;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.service_description_col{
	padding: 35px;
}

.card-heading{
	font-size: 3rem;
    font-family: 'Outfit';
    font-weight: 600;
	text-align:center;
}
.service_description_col h3{
	font-size: 2.10rem;
    margin-bottom: 17px;
	text-align: center;
}

/* Enable hover dropdown */
/* Container for submenu */
.dropdown-submenu {
  position: relative; 
}

/* Position the submenu to the right of parent */
/* .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%; 
  margin-left: 70% !important;
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 200px; 
} */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;         /* Pushes submenu exactly to the right of its parent */
  margin-left: 0;     /* No extra offset */
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 200px;
}
/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  top: 0; /* try changing this to 5px or 10px if needed */
}

.services_list{
	padding: 5px;
    margin-bottom: 20px;
}

.all::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.07;
}
.all_services::before {
    background-image: linear-gradient(-70deg, #0088FF, transparent 50%) !important;
}

.box_space{
	padding: 60px;
}

/* .services_list .service_icon{
height: 60px;
    margin-bottom: 25px;
} */



.accordion-button {
    background-color: transparent;  /* Remove white background */
    border: none;                   /* Remove all borders */
    border-bottom: 1px solid #ccc;  /* Add only bottom border */
    border-radius: 0;               /* Remove border radius if any */
    box-shadow: none;               /* Remove focus shadow */
}

.accordion-button:focus {
    box-shadow: none;              /* No focus outline */
    outline: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent; /* Keep open state background transparent */
    color: inherit;                /* Keep text color consistent */
    box-shadow: none;
}
.accordion{
	--bs-accordion-border-color: transparent;
}


.service-card {
  border-bottom: 2px solid #ddd;
}

.service-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-link {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #1494c4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #6e7276;
}

.object-fit-cover {
  object-fit: cover;
  height: 300px; /* Adjust height as needed */
}

.service-card img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.projcard-tagbox button {
    bottom: 3%;
    font-size: 20px;
    cursor: default;
    user-select: none;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    outline: none;
    background: #7e7e7e;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    
}
.projcard-textbox {
    position: relative;
}
.projcard-tagbox a {
    text-decoration: none;
    color: #fff;
}

/* Small devices (phones, < 576px) */
@media (max-width: 575.98px) {
  .service-card {
    text-align: center;
    padding: 1rem;
  }
  .projcard-tagbox {
    text-align: center;
    margin-top: 1rem;
  }
}

/* Medium devices (tablets, ≥ 576px and < 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-card {
    padding: 1rem 1.5rem;
  }
}

/* Large devices (≥ 768px and < 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-card {
    padding: 1.5rem;
  }
}

/* Extra-large devices (≥ 1200px) */
@media (min-width: 1200px) {
  .service-card {
    padding: 2rem;
  }
}

.seo_sub_heading {
	font-size: 3rem;
    font-family: 'Outfit';
}
/* Tablets and below (≤991.98px) */
@media (max-width: 991.98px) {
    .seo_sub_heading {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}

/* Mobile screens (≤767.98px) */
@media (max-width: 767.98px) {
    .seo_sub_heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .list-check{
        line-height: 25px !important;
        padding-left: 0rem !important;
    }
}

.seo_sub_text{
	line-height: 30px;
}

.services_list h3{
	font-family: 'Outfit';
}



.accordion-button{
	font-size: 1.15rem;
    font-weight: 600;
}
.accordion-body{
	font-weight: 300;
}

.services_list {
	text-align: center;
	padding: 20px;
}
.service_icon {
	width: 50px;
	height: auto;
	margin-bottom: 15px;
}

.list-group-item{
	border-bottom: none !important;
	background-color: transparent !important;
}

.list-check li::before {
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	color: #0b6a8d;
	font-weight: 900;
}

.web_card{
	background-color: #fff;
	border-radius: 15px;
}

.video_head{
	font-size: 3rem;
    font-family: 'Outfit';
}
.video_page p{
	line-height: 30px;
}
.list-check{
	line-height: 45px;
}

.icon-wrapper {
  background-color: #f0f4ff;
  padding: 25px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.icon-wrapper img {
  width: 60px;
  height: auto;
}

.rounded {
	border-radius: 20px !important;
}

.smm_icon{
	color: #0b6a8d;
}

.digital_marketing_nav li a{
    font-size: 1.5rem;
    color: rgb(0, 0, 0) !important;
    border-left-width: 0px;
    font-weight: 600;
    font-family: 'Outfit';
}
.digital_marketing_nav p{
	font-size: 1.15rem;
}

.digital_marketing_nav .nav-link i {
  margin-right: 6px;
}

.digital_marketing_nav .nav-link {
  cursor: pointer;
  transition: color 0.3s ease;
}

.digital_marketing_nav .nav-link:hover {
  color: #007bff; /* or your theme color */
  text-decoration: underline;
}

.service_sub_head{
	font-size: 2.35rem;
    font-weight: 600;
    font-family: 'Outfit';
}

.service_sub_sub{
	font-size: 1.65rem;
    font-weight: 400;
    font-family: 'Outfit';
}

.digital_marketing_nav .navbar-header, .navbar-nav>li{
	text-align: center !important;
}

.btn-link:hover, a:hover {
    text-decoration: underline;
}
.projcard-tagbox a:hover{
    color:#fff;
        text-decoration: underline;
}
@media (min-width: 992px) { /* lg and up */
    .service_left_30 {
        left: 30% !important;
    }
}

@media (max-width: 991.98px) { /* Tablets and smaller (below lg) */
    .box_space {
        padding: 0;
    }
}

.web li{
    font-size: 1.15rem;
    font-weight: 500;
}

.accordion-item{
    background-color: transparent !important ;
}



/* blog page css starts here */

:root {
  --primary-color: #3e66f9;
  --gray-dark-color: #343a40;
  --medium-contrast-color: #4d515e;
  --heading-color: #050c2a;
  --main-bg-color: #f2f5f7;
  --header-bg-color: #fff;
  --content-box-bg: #fff;
  --shadow-button: 0px 18px 20px rgb(153 172 243 / 8%),
    0px 10px 14px rgb(178 187 207 / 6%), 0px 8px 9px rgb(213 213 213 / 4%);
  --image-hover-bg-2: rgb(255 255 255 / 60%);
  --border-color: #dee2e6;
  --br-xl: 0.6rem;
  --max-width: 1380px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --gray-dark-color: #e5e5e5;
    --main-bg-color: #0d111c;
    --header-bg-color: #000;
    --content-box-bg: #1e283c;
    --shadow-button: none;
    --image-hover-bg-2: rgb(22 32 70 / 37%);
    --heading-color: #fff;
    --medium-contrast-color: #8e94a9;
  }
}



.front-blog a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.front-blog .p {
  margin: 0 0 1rem;
}
.front-blog h1,
.front-blog h2,
.front-blog h3,
.front-blog h4,
.front-blog h5,
.front-blog h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: -0.015em;
  line-height: 1.4em;
  font-weight: 400;
  text-wrap: balance;
}

.btn-Fx {
  overflow: hidden;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
  font-size: 1rem;
  padding: 10px 16px;
  background-color: var(--content-box-bg);
  border-radius: 5px;
  box-shadow: var(--shadow-button);
}
.btn-Fx span {
  display: block;
  position: relative;
  z-index: 10;
  font-weight: 700;
}

.btn-Fx:hover {
  color: #fff;
}

.btn-Fx:before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-Fx:hover:before {
  transform: translateZ(0) scaleZ(1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-Fx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  transform: translate3d(0, -101%, 0);
  transition: transform 0.4s;
}

.btn-Fx:hover:after {
  transform: translateZ(0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.content-container {
  width: 100%;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 3rem;
}
.front-blog {
  width: 100%;
}
.front-blog-list {
  display: flex;
  justify-content: space-between;
  /*gap: 2rem;*/
  align-items: stretch;
}

.front-blog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.front-blog-top .dec-title {
  color: var(--medium-contrast-color);
}

.front-blog-top .btn-Fx {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px 15px;
}

.article-blog {
  color: var(--medium-contrast-color);
  position: relative;
  width: 100%;
  height: 330px;
  border-radius: var(--br-xl);
}

.article__thumbnail {
  position: relative;
  height: calc(100% - 140px);
  width: 100%;
  background-size: cover;
  background-position-x: center;
  /* background-color: #2151b1; */
  background-blend-mode: lighten;
  opacity: 1;
  transition: all 0.6s ease-out;
  border-radius: inherit;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.article-blog:hover .article__thumbnail {
  opacity: 1;
  background-color: transparent;
}

.article__body {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 148px;
  padding: 20px;
  background-color: var(--content-box-bg);
  transition: all 0.4s;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.article-blog:hover .article__body {
  background-color: var(--image-hover-bg-2);
  backdrop-filter: blur(50px);
  height: 250px;
}

.article__category {
  display: block;
  width: 100%;
  transition: color 0.4s;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.article__title {
  padding-bottom: 20px;
  max-height: 65px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0;
}

.article__excerpt {
  opacity: 0;
  transition: opacity 0.4s;
  line-height: 1.6;
  font-size: 14px;
  color: var(--heading-color);
}

.article__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px 20px;
  line-height: inherit;
  height: 42px;
  width: 100%;
}

.article__footer .footer__readmore {
  position: relative;
  display: block;
  height: 22px;
  float: right;
  overflow: hidden;
}

.article__footer .footer__readmore-text {
  display: inline-block;
  padding-right: 5px;
  transform: translateY(30px);
  color: inherit;
  vertical-align: middle;
  transition: all 0.4s;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
}

.article__footer .footer__readmore-arrow {
  display: inline-block;
  height: 100%;
}

.article__footer .footer__readmore-arrow svg {
  transition: fill 0.4s;
}

.article-blog:hover {
  color: var(--medium-contrast-color);
}

.article-blog:hover .footer__readmore-text {
  transform: translateY(-2px);
}

.article-blog:hover .article__excerpt {
  opacity: 1;
}

@media (max-width: 1100px) {
  .front-blog-list > a:last-child {
    display: none;
  }
}

@media (max-width: 700px) {
  body {
    margin: 5rem 0;
  }
  .front-blog-list {
    flex-direction: column;
  }

  .article__thumbnail {
    height: 220px;
    background-position: bottom;
  }

  .article__body {
    position: absolute;
    background-color: var(--image-hover-bg-2);
    backdrop-filter: blur(50px);
  }

  .article__excerpt {
    max-height: auto;
    overflow: visible;
  }
}















