/* ----------------------------------

Template Name: CODINZA Tech Solutions - Software Development Company Ranchi
Author: validtheme
Description:
Version: 2.0

Main Font    : Inter
Main Color   : 4154f1

-------------------------------------



*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--font-default: "Inter", serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #06278a;
	--dark-secondary: #06278a;
	--white: #ffffff; 
	--color-primary: #4154f1; 
	--color-secondary: #9d00ff; 
	--color-style-two: #1aa79d; 
	--color-style-three: #08736b; 
	--color-style-four: #fe551f; 
	--color-style-five: #f03900; 
	--color-heading: #232323;
	--color-paragraph: #666666;
	--border-default: #e7e7e7;
	--box-shadow-primary: 0 0 25px rgb(0 0 0 / 8%);
	--box-shadow-secondary: 0 10px 30px 0 rgb(44 130 237 / 40%);
	--box-shadow-tertiary: 0px 2px 12px 0px #e7e7e7;
	--box-shadow-dark: 0px 0px 0px;
	--bg-gray: #eef0f6;
	--bg-gradient: linear-gradient(to right, var(--color-primary) , var(--color-secondary), var(--color-primary) );
	--bg-gradient-style-two: linear-gradient(to right, var(--color-style-two) , var(--color-style-three), var(--color-style-two) );
	--bg-gradient-style-three: linear-gradient(to right, var(--color-style-four) , var(--color-style-five), var(--color-style-four) );
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}


button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	
}

h6 {
	font-size: 16px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}

.form-group {
	margin-bottom: 20px;
}


/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@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%;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-cover-bottom {
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-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: #f3f7fd;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: var(--white);
}

.bg-theme {
  background-color: var(--color-primary);
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: var(--bg-gradient);
  background-color: var(--color-primary);
  background-size: 220%;
}

.bg-gradient {
  background-image: var(--bg-gradient) !important;
  background-color: var(--color-primary);
  background-size: 220%;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: var(--white);
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: var(--black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: var(--black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-mx {
  padding-top: 150px;
  padding-bottom: 150px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.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;
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: none !important;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
}

.btn:focus, .btn.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 2px solid transparent;
}

.btn:hover {
	background-color: var(--color-primary);
	color: var(--white);
}

.btn.radius {
	border-radius: 6px;
}

.btn.btn-border {
	border: 2px solid var(--color-heading);
	background: transparent;
}

.btn.btn-border.btn-md {
	padding: 14px 52px;
}

.btn.btn-border:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border.animation:hover::after {
	width: 100%;
}

.btn.btn-border-dark {
	border: 2px solid var(--dark);
	background: transparent;
}

.btn.btn-border-dark:hover {
	background: var(--dark);
	border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
	width: 100%;
}

.btn.btn-border-theme {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border-theme:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
	border-color: var(--color-primary);
	color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
	width: 100%;
}

.btn.btn-border-light {
	border: 2px solid var(--white);
	background: transparent;
	color: var(--white);
}

.btn.btn-border-light:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
	width: 100%;
}

.btn.btn-gradient {
	border: none;
	color: var(--white);
}

.btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: var(--bg-gradient);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 220%;
}

.eastern-blue .btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	/* background-image: var(--bg-gradient-style-two); */
  background-color: #;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 220%;
}

.orange .btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: var(--bg-gradient-style-three);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 220%;
}

.btn.btn-gradient:hover::after {
	background-position: -70% 0;
}

.btn.btn-gradient.active {
	background-position: -70% 0;
}

.btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-primary);
}

.eastern-blue .btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-style-three);
}

.orange .btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-style-five);
}

.btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme:hover {
	color: var(--color-heading);
}

.btn.btn-theme:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.secondary {
	color: var(--white);
	border: none;
	background: var(--color-optional);
}

.btn.btn-theme.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
	color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
	color: var(--color-heading);
	border: none;
	background: var(--white);
	border: 2px solid transparent;
}

.btn.btn-light.btn-md {
	padding: 15px 40px;
}

.btn.btn-light:hover {
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
}

.btn.btn-dark {
	color: var(--white);
	background: var(--dark);
	border: none;
}

.btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.eastern-blue .btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-style-three);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.orange .btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-style-four);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.shadow .btn.btn-dark::after {
	background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
	color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
	width: 100%;
}

.btn.btn-dark.secondary {
	color: var(--white);
	border: none;
	background: var(--dark-optional);
}

.btn.btn-dark.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark.secondary:hover {
	color: var(--color-heading);
}

.btn i {
	position: relative;
	margin-left: 5px;
	font-weight: 100;
	
	transform: rotate(-45deg);
	top: 2px;
}

.btn.text-slide {
	min-width: 150px;
	height: 55px;
	line-height: 55px;
}

.btn.text-slide span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.btn.animate-border {
	overflow: inherit;
	z-index: inherit;
	width: 200px;
	height: 55px;
	line-height: 55px;
	padding: 0;
}

.btn.animate-border:hover {
	background: transparent;
	color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
	opacity: 1;
	-webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
	animation: open 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
	opacity: 1;
	-webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
	animation: openB 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border .hover-border {
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}

.btn.animate-border .hover-border::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-left: solid 2px var(--color-primary);
	right: 98px;
	top: -1px;
}

.btn.animate-border .hover-border::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	left: 98px;
	top: -1px;
}

.btn.animate-border .hover-border-bottom {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 55px;
	border-bottom: solid 2px var(--color-primary);
	right: -1px;
	bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 100%;
	border-bottom: solid 2px var(--color-primary);
	left: 0;
	bottom: -2px;
}

.btn.animated-arrow {
	border: none;
	background: transparent;
	min-width: 14rem;
	height: auto;
	padding: 0;
}

.btn.animated-arrow .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color-primary);
	border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn.animated-arrow .circle .icon::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid var(--white);
	border-right: 0.125rem solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	color: var(--dark);
	line-height: 2;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.btn.animated-arrow:hover {
	color: var(--white);
}

.btn.animated-arrow:hover .circle {
	width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
	background: var(--white);
	-webkit-transform: translate(1.5rem, 0);
	transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
	color: var(--white);
}

.btn.circle {
	border-radius: 30px !important;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  color: #4154f1;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn-simple.md.light {
  color: #4154f1;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgba(65,84,241,1) 0%, rgba(14,32,173,1) 75%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: var(--white);
}

.text-light .video-btn i {
	background: var(--white);
	color: var(--color-primary);
}

.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.text-light .video-btn i::after {
	background: var(--white) repeat scroll 0 0;
}

.text-shine {
	background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 3s infinite linear;
	animation: shine 3s infinite linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 48px;
}

.animate-inout {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
	color: var(--white);
	font-size: 12px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: solid 2px var(--color-primary);
	cursor: pointer;
}

.btn-icon {
	position: relative;
	padding-left: 20px;
}

.btn-icon:hover {
	color: var(--color-primary);
}

.btn-icon::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	height: 2px;
	left: 0;
	background: var(--color-heading);
	transform: translateY(-50%);
	margin-top: -1px;
	transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
	background: var(--color-primary);
}

.btn-icon i {
	font-weight: 500;
}

.btn-icon:hover {
	padding-left: 40px;
}

.animate-inout span {
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";
	border-radius: 100%;
}

.animate-inout:after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: var(--white);
}

.animate-inout:before {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
	background: transparent;
	color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
	color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.animate-inout:hover {
	color: var(--dark);
}

.animate-inout:hover::before, .animate-inout:hover::after {
	width: 200px;
	height: 200px;
	border-radius: 4px;
}

.animate-inout:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.btn-md {
	padding: 16px 40px;
	font-size: 16px;
}

.btn-sm {
	padding: 16px 50px;
	font-size: 14px;
}

.gutter-xl {
	--bs-gutter-x: 150px;
}


.site-heading h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.eastern-blue .site-heading h5 {
  color: var(--color-style-two);
}

.orange .site-heading h5 {
  color: var(--color-style-four);
}

.cornflower-blue .site-heading h5 {
  color: var(--color-secondary);
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {
  display: block;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .site-heading h2 {
    font-size: 50px;
  }
  .title {
    font-size: 50px;
    line-height: 1.1;
  }
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--color-primary);
  width: 90px;
  overflow: hidden;
}

.eastern-blue .heading-divider {
  background-color: var(--color-style-two);
}

.orange .heading-divider {
  background-color: var(--color-style-four);
}

.cornflower-blue .heading-divider {
  background-color: var(--color-secondary);
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: var(--white);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: infinite-move;
  animation-name: infinite-move;
}

.bg-gray .heading-divider:after {
  background-color: #f3f7fd;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */
.language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  left: auto;
  right: 0;
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.top-bar-area li {
  display: inline-block;
  margin-left: 20px;
}

.top-bar-area li i {
  margin-right: 5px;
}

.top-bar-area li:first-child {
  margin-left: 0;
}

.top-bar-area a {
  display: inline-block;
  background: var(--color-primary);
  padding: 10px 35px;
}

.orange .top-bar-area a {
  background: var(--color-style-four);
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
  position: relative;
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
  z-index: 9;
}

.breadcrumb-area h1 {
  font-weight: 600;
  color: var(--white);
  margin: 0;
  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb {
  background: var(--white);
  display: inline-block;
  margin: 0;
  padding: 15px 35px;
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 30px;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  font-family: 'themify';
  font-weight: 600;
  color: var(--white);
  position: absolute;
  right: -13px;
  height: 8px;
  width: 8px;
  border: 2px solid #c0b6b6;
  border-radius: 50%;
  top: 10px;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 7px;
  padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
  color: var(--color-primary);
}


/* SVG */

.svg-shape svg {
  margin-bottom: -10px;
}

.svg-shape svg.gray {
  fill: #f3f7fd;
}

.svg-shape svg.light {
  fill: var(--white);
}

.svg-shape svg.theme {
  fill: #ff4450;
}

.svg-shape svg.dark {
  fill: #111d30;
}

.svg-shape svg.absolute {
  position: absolute;
}

.svg-shape svg.absolute.top {
  top: 0;
  left: 0;
}

.svg-shape svg.absolute.bottom {
  bottom: 0;
  left: 0;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .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 .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .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;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: var(--white);
  
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid var(--white);
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}

/* Shape */
.shape {
  z-index: -1;
}

.shape-right-top {
  position: absolute;
  right: 0;
  top: 0;
}

.shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.shape-left-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
}

.shape-left-top {
  position: absolute;
  left: 0;
  top: -120px;
}

.shape-right-top img,
.shape-right-bottom img,
.shape-left-bottom img {
  height: 100%;
}

.shape-left-bottom img {
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.shape-bottom img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.shape-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.shape-top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.shape.opacity-1 {
  opacity: 1;
}

.shape.opacity-09 {
  opacity: 0.9;
}

.shape.opacity-08 {
  opacity: 0.8;
}

.shape.opacity-07 {
  opacity: 0.7;
}

.shape.opacity-06 {
  opacity: 0.6;
}

.shape.opacity-05 {
  opacity: 0.5;
}

.shape.opacity-04 {
  opacity: 0.4;
}

.shape.opacity-03 {
  opacity: 0.3;
}

.shape.opacity-02 {
  opacity: 0.2;
}

.shape.opacity-01 {
  opacity: 0.1;
}

.shape.opacity-default {
  opacity: 0.03;
}


/* Content */

.banner-area h2 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner-area h2 strong {
  position: relative;
  z-index: 1;
}

.banner-area h2 span {
  color: var(--color-primary);
}

.orange .banner-area h2 span {
  color: var(--color-style-four);
}

.eastern-blue .banner-area h2 span {
  color: var(--color-style-two);
}

.banner-area h4 {
  color: var(--color-primary);
  margin-bottom: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-area.text-light h4 {
  color: var(--white);
}

.eastern-blue .banner-area h4 {
  color: var(--color-style-two);
}

.banner-area.heading-capitalized h2 {
  font-weight: 200;
  text-transform: capitalize;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 30px;
}

.banner-area.heading-capitalized h2 strong {
  font-weight: 600;
  display: block;
}

.banner-area.heading-capitalized h2 strong::after {
  display: none;
}

.banner-area h2 strong::after {
  position: absolute;
  left: 3%;
  bottom: 15px;
  content: "";
  height: 10px;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  opacity: .4;
}

.banner-area p {
  font-size: 18px;
  line-height: 34px;
}

.banner-area .thumb {
  padding-left: 50px;
}

.banner-area .thumb.width-120 img {
  max-width: 120%;
}

.banner-area .thumb.width-130 img {
  max-width: 130%;
}

.banner-area .thumb.width-140 img {
  max-width: 140%;
}

.banner-area .thumb-innner {
  position: relative;
  z-index: 1;
}

.banner-area .thumb-innner .icon {
  position: absolute;
  left: 50%;
  top: 90px;
  margin-left: 0;
}

.banner-area.auto-height .double-items {
  padding: 100px 0;
}

.banner-area.auto-height .content-box {
  padding-top: 180px;
}

.banner-area.auto-height .content-box .thumb-innner {
  margin-top: 50px;
}

.banner-area.auto-height .content-box .thumb-innner .icon {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -55px;
}

.banner-area.circle-shape {
  position: relative;
  z-index: 1;
}

.banner-area.circle-shape::after {
  position: absolute;
  right: -150px;
  top: -150px;
  content: "";
  height: 600px;
  width: 600px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  z-index: -1;
}

.banner-area.circle-shape::before {
  position: absolute;
  right: -150px;
  top: -150px;
  content: "";
  height: 700px;
  width: 700px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: -1;
}


/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: var(--color-primary);
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: var(--color-primary) repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: var(--color-style-four) repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: var(--color-primary);
}

.video-play-button.theme i {
  color: var(--white);
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 55px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* ============================================================== 
     # Features
=================================================================== */

.features-area .shape {
  opacity: 0.03;
}

.features-area .feature-box .single-item {
  margin-bottom: 30px;
}

.features-area .feature-box .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 60px 37px;
  background: var(--white);
  border-radius: 10px;
}

.features-area .about-info {
  margin-top: 90px;
}

.features-area .item .icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--color-primary);
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: var(--white);
  margin-bottom: 25px;
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.features-area .single-item:nth-child(2) .item .icon {
  background: var(--color-style-two);
}

.features-area .single-item:nth-child(3) .item .icon {
  background: var(--color-style-four);
}

.features-area .single-item:nth-child(4) .item .icon {
  background: var(--color-secondary);
}

.features-area .item h4 {
  font-weight: 600;
  
}

.features-area .item p {
  margin: 0;
}

/* About info */
.about-info h2 {
  font-weight: 200;
  margin-bottom: 25px;
  margin-top: -5px;
  text-transform: capitalize;
}

.about-info h2 strong {
  display: block;
  margin-top: 5px;
}

.about-info .fun-fact {
  display: flex;
  margin-top: 25px;
}

.about-info .fun-fact i {
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
  color: var(--color-primary);
}

.about-info .fun-fact .timer {
  color: var(--color-heading);
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.about-info .fun-fact .medium {
  display: block;
  font-size: 18px;
}

.about-info .fun-fact .timer::after {
  position: absolute;
  right: -32px;
  top: 0;
  content: "%";
  font-size: 30px;
}

.about-info a {
  margin-top: 10px;
}

/* About Features */
.about-features-area .about-info {
  padding-right: 35px;
}

.about-features-area .item-grid:first-child {
  margin-top: -30px;
}

.about-area .row > .process-box {
    padding-left: 35px;
}

.about-features-area .process-box .item {
  padding: 40px 30px;
  background: var(--white);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  margin-top: 30px;
}

.about-features-area .process-box .item:first-child .icon {
  position: relative;
}

.about-features-area .process-box .icon i {
    text-align: center;
    background: var(--white);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 30px;
    color: var(--color-style-two);
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.cornflower-blue .about-features-area .process-box .icon i {
  color: var(--color-secondary);
}

.about-features-area .process-box .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-secondary);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.1;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}

.about-features-area .process-box .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
}


/* Analysis */

.analysis h4 {
  border-top: 1px dashed #e7e7e7;
  margin-top: 30px;
  padding-top: 30px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;
}

.analysis form button {
  width: 100%;
  background: var(--bg-gradient);
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px;
  border-radius: 30px;
  margin-top: 30px;
}

.analysis form input,
.analysis form input:focus {
  border-radius: 30px;
  border: none;
  padding: 15px 30px;
  outline: inherit;
  box-shadow: inherit;
}

.analysis .input {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  padding: 0 20px;
}

.analysis form .col-lg-6 {
  padding: 0;
  border-radius: 30px;
}

.analysis .input .form-group {
  margin: 0;
}

.analysis form .input input[type="url"] {
  border-right: 1px solid #e7e7e7;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .thumb {
  padding-right: 35px;
}

.about-area .info h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
}

.eastern-blue .about-area .info h5 {
  color: var(--color-style-two);
}

.orange .about-area .info h5 {
  color: var(--color-style-four);
}

.cornflower-blue .about-area .info h5 {
  color: var(--color-secondary);
}

.about-area .info h2 {
  font-weight: 200;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.about-area .info h2 strong {
  margin-top: 5px;
}

/* ============================================================== 
     # Cirlce Progressbar
=================================================================== */
.circle-chart {
  width: 150px;
  height: 150px;
}

.circle-chart__circle {
  stroke: var(--color-style-two);
  stroke-width: 2px;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
}

.cornflower-blue .circle-chart__circle {
  stroke: var(--color-secondary);
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1);
 /* 1, 2, 3 */;
}

.circle-chart__background {
  stroke: #e7e7e7;
  stroke-width: 1px;
  fill: none;
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 600;
}

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 3px;
}

.progress-items .circlechart {
  float: left;
  margin-right: 30px;
  margin-top: 25px !important;
}

.progress-items .circlechart:last-child {
  margin: 0;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.about-area .progress-items {
    margin-top: 25px;
}

.progress-items .progress-box {
    margin-bottom: 30px;
}

.progress-items .progress-box:last-child {
    margin-bottom: 0;
}

.progress-items .progress-box h5 {
    text-transform: capitalize;
    color: var(--color-heading) !important;
    font-size: 16px;
    font-weight: 600;
}

.progress-items .progress-box .progress {
    height: 5px;
    border-radius: 30px;
    overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar {
    background: var(--color-primary);
    position: relative;
    z-index: 1;
    overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 15px;
    width: 2px;
    background: var(--color-primary);
    z-index: -1;
    margin-top: -5px;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar {
    background: var(--color-style-two);
}

.eastern-blue .progress-items .progress-box .progress .progress-bar::after {
    background: var(--color-style-two);
}

.orange .progress-items .progress-box .progress .progress-bar {
    background: var(--color-style-four);
}

.orange .progress-items .progress-box .progress .progress-bar::after {
    background: var(--color-style-four);
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar {
    background: var(--color-secondary);
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar::after {
    background: var(--color-secondary);
}

/* ============================================================== 
     # Choose Us
=================================================================== */

.choose-us-area.half-bg::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #001d4c;
  z-index: -1;
}

.choose-us-area .info {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}

.choose-us-area ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}

.choose-us-area ul li .item {
  background: var(--white);
  border-radius: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.choose-us-area ul {
  margin-top: -10px;
}

.choose-us-area ul li h5 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.choose-us-area ul li {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  line-height: 30px;
}

.choose-us-area ul li p {
  margin-bottom: 0;
}

.choose-us-area ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 pro";
  color: var(--white);
  background: var(--color-primary);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  clip-path: polygon(100% 0, 100% 77%, 77% 100%, 0 100%, 0 0);
}

.choose-us-area ul li i {
  display: inline-block;
  margin-right: 15px;
  font-size: 30px;
  height: 60px;
  width: 60px;
  background: var(--color-primary);
  line-height: 60px;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
}

.choose-us-area h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.choose-us-area h2 strong {
 
}

.choose-us-area .thumb {
  padding-right: 35px;
}

/* ============================================================== 
     # Services
=================================================================== */

@media only screen and (min-width: 1367px) {
  .services-area .container-lg {
    margin-left: calc((100% - 1320px)/ 2);
    padding-right: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1000px) {
  .services-area .services-stage-carousel.owl-carousel .owl-stage {
    left: -100px;
  }
}

.services-area .single-item {
  margin-bottom: 30px;
}

.services-area.carousel-shadow {
  overflow: hidden;
}

.services-area .services-items .item {
  padding: 60px 37px;
  background: var(--white);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.services-area.bg-gray .services-items .item,
.services-area .services-items.services-stage-carousel .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: none;
}

.services-area .services-items .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 40%;
  background: url(assets/img/shape/border-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
  opacity: 0.5;
}

.services-area.bg-gray .services-items .item::after {
  opacity: 0.5;
}

.services-area .services-items .item .icon {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.services-area .services-items .item:hover .icon::after {
  height: 15px;
  width: 15px;
}

.services-area .services-items .single-item .item .icon::before,
.services-area .services-items .single-item .item .icon::after {
  display: none;
}

.services-area .services-items .item:hover .icon::before {
  height: 10px;
  width: 10px;
}

.services-area .services-items .item .icon i {
  display: inline-block;
  font-size: 45px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: linear-gradient(to bottom, var(--color-primary), #011CFF);
  color: var(--white);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .single-item .item .icon i {
  font-size: 35px;
}

.services-area .services-items .single-item .icon i,
.services-area .services-items .single-item .icon i::after {
  border-radius: 50% !important;
}

.eastern-blue .services-area .services-items .item .icon i {
  background: var(--color-style-two);
  background: -webkit-linear-gradient(top left, var(--color-style-two), #11EBDB);
  background: -moz-linear-gradient(top left, var(--color-style-two), #11EBDB);
  background: linear-gradient(to bottom right, var(--color-style-two), #11EBDB);
}

.services-area .services-items .item .icon i::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.services-area .services-items .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  
}

.eastern-blue .services-area .services-items .item h4 a:hover {
  color: var(--color-style-three);
}

.orange .services-area .services-items .item h4 a:hover {
  color: var(--color-style-four);
}

.services-area .services-items .item .info > a {
  text-transform: capitalize;
  padding: 10px 35px;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
  color: var(--color-primary);
  float: right;
}

.eastern-blue .services-area .services-items .item .info > a {
  color: var(--color-style-two);
}

.orange .services-area .services-items .item .info > a {
  color: var(--color-heading);
}

.cornflower-blue .services-area .services-items .item .info > a {
  color: var(--color-secondary);
}

.services-area .services-items.text-center .item .info > a {
  float: none;
}

.services-area .services-items .item .info > a i {
  margin-right: 3px;
  font-size: 12px;
}

.services-area .services-items .item .info > a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 52px;
  background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));
  z-index: -1;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .info > a:hover::after {
  border-radius: 30px;
  width: 100%;
  color: var(--white);
}

.services-area .services-items .owl-item:nth-child(1) .item .icon i,
.services-area .services-items .single-item:nth-child(1) .item .icon i {
  background: var(--color-style-two);
  background: -webkit-linear-gradient(top left, var(--color-style-two), #11EBDB);
  background: -moz-linear-gradient(top left, var(--color-style-two), #11EBDB);
  background: linear-gradient(to bottom right, var(--color-style-two), #11EBDB);
}

.services-area .services-items .owl-item:nth-child(2n) .item .icon i,
.services-area .services-items .single-item:nth-child(2n) .item .icon i {
  background: #653CB5;
  background: -webkit-linear-gradient(top left, #653CB5, #BB99FF);
  background: -moz-linear-gradient(top left, #653CB5, #BB99FF);
  background: linear-gradient(to bottom right, #653CB5, #BB99FF);
}

.services-area .services-items .owl-item:nth-child(3n) .item .icon i,
.services-area .services-items .single-item:nth-child(3n) .item .icon i {
  background: #F84E77;
  background: -webkit-linear-gradient(top left, #F84E77, #FFA3B9);
  background: -moz-linear-gradient(top left, #F84E77, #FFA3B9);
  background: linear-gradient(to bottom right, #F84E77, #FFA3B9);
}

.services-area .services-items .owl-item:nth-child(4n) .item .icon i,
.services-area .services-items .single-item:nth-child(4n) .item .icon i {
  background: var(--color-primary);
  background: -webkit-linear-gradient(top left, var(--color-primary), #6C7CFF);
  background: -moz-linear-gradient(top left, var(--color-primary), #6C7CFF);
  background: linear-gradient(to bottom right, var(--color-primary), #6C7CFF);
}

.services-area .services-items .owl-item:nth-child(5n) .item .icon i,
.services-area .services-items .single-item:nth-child(5n) .item .icon i {
  background: #FC573C;
  background: -webkit-linear-gradient(top left, #FC573C, #FB9281);
  background: -moz-linear-gradient(top left, #FC573C, #FB9281);
  background: linear-gradient(to bottom right, #FC573C, #FB9281);
}

.services-area .services-items .owl-item:nth-child(6n) .item .icon i,
.services-area .services-items .single-item:nth-child(6n) .item .icon i {
  background: #63BC6F;
  background: -webkit-linear-gradient(top left, #63BC6F, #A0F8AC);
  background: -moz-linear-gradient(top left, #63BC6F, #A0F8AC);
  background: linear-gradient(to bottom right, #63BC6F, #A0F8AC);
}

.services-area .services-items.services-carousel .owl-nav {
  margin: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-prev, 
.services-area .services-items.services-carousel .owl-nav .owl-next {
  background: var(--white) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  color: var(--color-primary);
  
  height: 45px;
  left: -90px;
  line-height: 50px;
  margin-top: -23px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 45px;
  opacity: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-next {
  left: auto;
  right: -90px;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-prev {
  left: -70px;
  opacity: 1;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -70px;
  opacity: 1;
}

.services-stage-carousel.owl-carousel .owl-dots {
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
    # Services Details
=================================================================== */
.services-details-area .thumb img {
	margin-bottom: 40px;
}

.services-details-area h1, 
  .services-details-area h2, 
  .services-details-area h3, 
  .services-details-area h4, 
  .services-details-area h5, 
  .services-details-area h6 {
	font-weight: 600;
}

.feature-list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-list-item li {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	margin-top: 8px;
	font-weight: 500;
}

.feature-list-item li::after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-primary);
	font-weight: 500;
	font-size: 14px;
}

.quick-contact-widget {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 60px 37px;
	background-position: center center;
	overflow: hidden;
	border-radius: 10px;
}

.quick-contact-widget .content {
	position: relative;
	z-index: 1;
}

.quick-contact-widget h2 {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 25px;
}

.quick-contact-widget h4 a {
	font-weight: 400;
	border-bottom: 2px solid;
}

.quick-contact-widget i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-weight: 100;
	background: #ffffff;
	color: var(--color-primary);
	font-size: 22px;
	border-radius: 50%;
	margin-bottom: 40px;
	position: relative;
}

.quick-contact-widget i::after {
	position: absolute;
	left: -10px;
	top: -10px;
	content: "";
	height: 80px;
	width: 80px;
	background: #ffffff;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.8;
}

.quick-contact-widget .btn-sm {
	font-size: 16px;
}

.services-sidebar .single-widget {
	margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
	display: block;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
	position: absolute;
	left: 10px;
	bottom: 0;
	content: "";
	height: 3px;
	width: 50px;
	border-bottom: 3px solid var(--color-primary);
}

.services-sidebar .single-widget .widget-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 5px;
	background: var(--color-primary);
}

.services-sidebar .single-widget h4.widget-title {
	font-size: 24px;
}

.services-sidebar .single-widget:first-child {
	margin-top: 0;
}

.widget-brochure ul {
	padding-left: 0;
	list-style: none;
}

.widget-brochure ul li a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	background: #ffffff;
	padding: 20px 25px;
	border-radius: 5px;
	border: 2px solid #cddff7;
	color: var(--color-heading);
}

.widget-brochure ul li a:hover {
	color: var(--color-primary);
}

.widget-brochure ul li:nth-child(2) a {
	margin-bottom: 0;
}

.widget-brochure ul li:nth-child(2) a,
.widget-brochure ul li a:hover {
	background: var(--color-primary);
	border-color: transparent;
	color: var(--white);
}

.widget-brochure ul li i {
	font-size: 35px;
	font-weight: 100;
	margin-right: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i,
  .widget-brochure ul li:nth-child(2) i {
	color: var(--white);
}

@media only screen and (max-width: 767px) {
	.services-more .row {
		margin-top: -20px;
	}
}

.services-more .item {
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	border-radius: 10px;
}

.services-more .item i::before {
	line-height: inherit;
}

@media only screen and (max-width: 767px) {
	.services-more .item {
		margin-top: 30px;
		padding: 50px 30px;
		border: 1px solid #dddddd;
	}
}

.services-more .item i {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 20px;
	background: var(--color-primary);
	color: var(--white);
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
}

.services-more .item a {
	color: var(--color-heading);
}

.services-more .item a:hover {
	color: var(--color-primary);
}

.services-more .item p {
	margin: 0;
}

.services-details-items .faq-style-one button.accordion-button::after {
	top: 15px;
}

.service-single-thumb {
	position: relative;
	z-index: 1;
}

.service-single-thumb img {
	margin-bottom: 40px;
}

.services-list-widget {
	padding: 42px;
	border-radius: 10px;
	border: 2px solid #dddddd;
}

.services-list-widget a {
	display: block;
	padding: 13px 40px;
	font-weight: 700;
	position: relative;
	padding-right: 50px;
	background: #e9ecf2;
	clip-path: polygon(50% 0%, 100% 0, 95% 47%, 100% 100%, 0 100%, 0 49%, 0 0);
}

.services-list-widget .current-item a {
	background: var(--color-primary);
	font-weight: 700;
	padding: 10px 30px;
	color: var(--white);
}

.services-list-widget li {
	margin-top: 15px;
}

.services-list-widget li:first-child {
	border: none;
	margin-top: 0;
}

.services-list-widget a i {
	float: right;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.services-sidebar .single-widget.text-light .widget-title::after {
	border-color: var(--white);
}

.services-details-items img {
	border-radius: 10px;
}

.services-list-widget a::after {
	position: absolute;
	right: 10%;
	top: 10px;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.services-list-widget .current-item a::after {
	opacity: 1;
}

.process-items {
	background: var(--bg-gray);
	padding: 50px 40px;
	border-radius: 10px;
	width: 100%;
}

.process-items .process-style-one-item .thumb {
	height: 220px;
	width: 220px;
}

.process-items .process-style-one-item .thumb img {
	height: 220px;
	width: 220px;
}

.process-items .process-style-one-item .thumb span {
	left: 30px;
	bottom: 0;
}

.process-items .process-style-one:nth-child(2n) .process-style-one-item span {
	top: 30px;
}

.process-items .process-style-one {
	border-color: #cccccc;
}

.services-details-items form.short-newsletter {
	margin: 0;
	margin-top: 50px;
}

ul.list-check {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-check li {
	font-weight: 700;
	color: var(--color-heading);
	position: relative;
	z-index: 1;
	padding-left: 30px;
	margin-top: 7px;
}

ul.list-check li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 50%;
	font-size: 10px;
}


/* ============================================================== 
     # Process
=================================================================== */
.process-items .content {
  border-left: 1px dashed #dddddd;
  padding-left: 50px;
  margin-top: 40px;
  margin-left: 30px;
}

.process-items h2 {
  font-weight: 200;
  line-height: 1.3;
  margin-top: -5px;
}

.process-items h2 strong {
  display: block;
}

.process-items .thumb {
  padding-right: 80px;
}

.process-items .content .item {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  margin-bottom: 30px;
}

.process-items .content .item:last-child {
  margin-bottom: 0;
}

.process-items .content h4 {
  
  text-transform: capitalize;
  font-weight: 600;
}

.process-items .content .item p {
  margin: 0;
}

.process-items .content .item .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: -74px;
  top: 0;
}

.process-items .content .item .icon i {
  transition: all 0.35s ease-in-out;
}

.process-items .content .item .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--white);
  z-index: -1;
  border: 2px solid #e7e7e7;
  transform: rotate(45deg);
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}

.process-items .content .item:first-child .icon::after,
.process-items .content .item:hover .icon::after {
  background: var(--color-primary);
  border: none;
}

.orange .process-items .content .item:first-child .icon::after,
.orange .process-items .content .item:hover .icon::after {
  background: linear-gradient(90deg, rgba(255,86,33,1) 0%, rgba(240,57,0,1) 77%);
  border: none;
}

.process-items .content .item:first-child .icon i,
.process-items .content .item:hover .icon i {
  color: var(--white);
}


/* Process */

.our-process-area .process-box .single-item {
  margin-bottom: 30px;
}

.our-process-area .process-box .single-item:nth-child(2n) {
  margin-top: 50px;
}

.our-process-area .process-box {
  position: relative;
  z-index: 1;
}

.our-process-area .process-box .item:first-child .icon {
  position: relative;
}

.our-process-area .process-box .icon i {
  text-align: center;
  background: var(--white);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 50px;
  color: var(--color-primary);
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.cornflower-blue .our-process-area .process-box .icon i {
  color: var(--color-secondary);
}

.eastern-blue .our-process-area .process-box .icon i {
  color: var(--color-style-two);
}

.orange .our-process-area .process-box .icon i {
  color: var(--color-style-four);
}

.our-process-area .process-box .icon i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/shape-blue.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.eastern-blue .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-eastern-blue.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.cornflower-blue .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-blue.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.orange .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-orange.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.our-process-area .process-box .item h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.our-process-area .process-box .item p {
  margin: 0;
}

.our-process-area .process-box .item {
  padding: 60px 30px;
  background: var(--white);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-process-area.box-less .process-box .item {
    box-shadow: inherit;
    border: none;
    padding: 0;
}

.our-process-area.box-less .process-box .single-item:nth-child(2n) {
  margin-top: 0;
}

.our-process-area.box-less .process-box .icon {
  box-shadow: inherit;
  margin-bottom: 40px;
}

.our-process-area.box-less .process-box .icon i {
  font-size: 40px;
}

.our-process-area.box-less .process-box .icon i::after {
    background: url(assets/img/shape/shape-2.png);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.our-process-area.box-less .single-item:nth-child(2) .item .icon i {
  color: var(--color-style-two);
}

.our-process-area.box-less .single-item:nth-child(3) .item .icon i {
  color: var(--color-style-four);
}

.our-process-area.box-less .single-item:nth-child(4) .item .icon i {
  color: var(--color-secondary);
}


/* ============================================================== 
     # Tabs
=================================================================== */

.center-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 40px !important;
  padding-right: 20px;
}

.center-tabs .nav-tabs .nav-item {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 15px;
}

.center-tabs .nav-tabs .nav-item button {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 14px 35px;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  font-weight: 600;
  border: 1px solid #e7e7e7;
  width: 100%;
  color: var(--color-heading);
  text-align: left;
  font-size: 18px;
}

.center-tabs .nav-tabs .nav-item button:hover,
.center-tabs .nav-tabs .nav-item button:focus {
  background: transparent;
}

.center-tabs .nav-tabs .nav-item button.active {
  background: var(--bg-gradient);
  color: var(--white);
  background-size: 200%;
}

.about-area .center-tabs {
  margin-top: 50px;
}

.center-tabs .tab-content {
  padding: 50px;
  background: var(--white);
  border-bottom: 3px solid var(--color-primary);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.center-tabs .tab-content .info {
  padding-right: 35px;
  text-align: left;
}

.center-tabs .info h2,
.center-tabs .info h3 {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.center-tabs .info h5 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 18px;
}

.center-tabs .info a i {
  font-size: 14px;
  margin-right: 2px;
}

.center-tabs .info a {
  margin-top: 10px;
}

/* ============================================================== 
     # Faq
=================================================================== */

.faq-items  img {
  max-width: 120%;
}

.faq-items .faq-content {
  padding-right: 35px;
}

.faq-items .faq-content h2 {
  font-weight: 200;
  margin-bottom: 40px;
  margin-top: -5px;
  text-transform: capitalize;
}

.faq-items .faq-content h2 strong {
  display: block;
  margin-top: 5px;
}

.faq-area .thumb {
  padding-left: 35px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f06e";
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 700;
}

.accordion .card-header h4.collapsed:after {
  content: "\f070";
  font-weight: 700;
}

.faq-area .faq-content .card {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  overflow: inherit;
  background: var(--white);
  border-radius: 5px;
}

.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: 18px;
  font-weight: 700;
  padding: 30px;
  padding-right: 50px;
  cursor: pointer;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding-top: 0;
}

.accordion-item.card button {
  position: relative;
  z-index: 1;
  color: var(--color-heading);
  font-weight: 700;
  font-size: 18px;
  background: transparent;
  box-shadow: none;
  padding: 25px;
  padding-right: 50px;
}

.bg-dark .accordion-item.card button {
  color: var(--white);
}

.accordion-item.card button::after {
  display: none;
}

.accordion-item.card button::before {
  position: absolute;
  right: 25px;
  top: 23px;
  content: "\f070";
  font-family: "Font Awesome 5 Pro";
}

.accordion-item.card button.accordion-button:not(.collapsed)::before {
  content: "\f06e";
  font-weight: 600;
}

.faq-area .faq-content .card .accordion-body {
  padding: 40px 25px;
  padding-top: 5px;
}

.faq-area .faq-content .card .accordion-body p {
  margin: 0;
}

/* Companies */
.companies-carousel .item img {
  width: auto;
  margin: auto;
}


/* ============================================================== 
     # Clients
=================================================================== */
.clients-carousel img {
  width: auto !important;
  height: 80px;
  margin: auto;
}

.clients-area.reverse .clients-carousel img {
  margin: inherit;
}

.clients-area .fixed-bg {
  opacity: 0.2;
  z-index: -1;
}

.clients-area .info {
  padding-right: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.clients-area.bg-gray .info {
  border-right: 1px solid #cccccc;
}

.clients-area.reverse .info {
  padding-right: 15px;
  padding-left: 35px;
  border: none;
  border-left: 1px solid #e7e7e7;
}

.clients-area .info h2 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: -5px;
}

.clients-area .info h2 strong {
  text-decoration: underline;
  color: var(--color-primary);
}

.eastern-blue .clients-area .info h2 strong {
  color: var(--color-style-two);
}

.orange .clients-area .info h2 strong {
  color: var(--color-style-four);
}

.cornflower-blue .clients-area .info h2 strong {
  color: var(--color-secondary);
}

.orange .clients-area .info h2 strong {
  color: var(--color-style-four);
}

.clients-area.text-light .info h2 strong {
  color: var(--white);
}

/* ============================================================== 
     # Fun Fact
=================================================================== */
.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.5;
}


/* ============================================================== 
     # Our Benifits
=================================================================== */
.benefits-area .thumb {
  padding-left: 35px;
}

.benifits-area.reverse .thumb {
  padding-left: 15px;
  padding-right: 35px;
}

.benifits-area .info > h5 {
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
}

.eastern-blue .benifits-area .info > h5 {
  color: var(--color-style-two);
}

.orange .benifits-area .info > h5 {
  color: var(--color-style-four);
}

.cornflower-blue .benifits-area .info > h5 {
  color: var(--color-secondary);
}

.benifits-area .info h2 {
  font-weight: 200;
  margin-bottom: 25px;
}

.benifits-area .info h2 strong {
  display: block;
}

.benifits-area .info ul {
  margin-top: -10px;
}

.benifits-area .info ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-top: 20px;
}

.benifits-area .info > a {
  margin-top: 30px;
}

.benifits-area .info ul li h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.benifits-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--color-primary);
}

.eastern-blue .benifits-area .info ul li::after {
  border-left: 10px solid var(--color-style-two);
}

.orange .benifits-area .info ul li::after {
  border-left: 10px solid var(--color-style-four);
}

.cornflower-blue .benifits-area .info ul li::after {
  border-left: 10px solid var(--color-secondary);
}


/* ============================================================== 
     # Fun Factor
=================================================================== */

.fun-factor-area {
  position: relative;
  z-index: 1;
}

.fun-factor-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.8;
}

.fun-factor-area .item .timer {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 10px;
  color: var(--color-heading);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
}

.eastern-blue .fun-factor-area .item .timer {
  background: linear-gradient(90deg, rgba(27,170,160,1) 0%, rgba(8,115,107,1) 77%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.orange .fun-factor-area .item .timer {
  background: linear-gradient(90deg, rgba(255,86,33,1) 0%, rgba(240,57,0,1) 77%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.cornflower-blue .fun-factor-area .item .timer {
  background: linear-gradient(to bottom right, #644DED, #811389);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -5px;
  color: var(--color-heading);
  text-transform: capitalize;
}

.fun-factor-area .fixed-bg.contain {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* ============================================================== 
     # Case Studies
=================================================================== */

.case-studies-area.default-padding-top {
  margin-bottom: -50px;
}

.case-studies-area.default-padding-bottom {
  padding-bottom: 70px;
  margin: 0;
}

.case-studies-area .shape-right-bottom {
  opacity: 0.05;
}

.case-studies-area .single-item {
  margin-bottom: 30px;
}

.case-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case-items .info {
  position: relative;
  z-index: 1;
  background: var(--white);
}

.case-items .info .cats {
    font-weight: 600;
    margin-bottom: 5px;
}

.case-items .info .cats p {
    margin: 0;
    font-weight: 600;
    color: var(--color-primary);
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.eastern-blue .case-items .info .cats p {
  color: var(--color-style-two);
}

.eastern-blue .case-items .info .cats p::after {
    background: var(--color-style-two);
}

.case-items .info {
    padding: 30px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.case-items .info h5 {
  margin-bottom: 0;
  font-size: 22px;
}

.case-items .thumb .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.case-items .thumb .overlay a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--white);
    display: inline-block;
    border-radius: 5px;
    z-index: 9;
    color: var(--color-primary);
    position: absolute;
    right: 30px;
    bottom: 60px;
    opacity: 0;
    text-align: center;
}

.eastern-blue .case-items .thumb .overlay a {
    color: var(--color-style-two);
}

.orange .case-items .thumb .overlay a {
    color: var(--color-style-four);
}

.cornflower-blue .case-items .thumb .overlay a {
    color: var(--color-secondary);
}

.case-items .thumb .overlay::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--black);
    transition: all 0.35s ease-in-out;
    opacity: 0.5;
}

.case-items .item:hover .thumb .overlay::after {
  bottom: 0;
}

.case-items .item:hover .thumb .overlay a {
  opacity: 1;
  bottom: 30px;
}

/* ============================================================== 
    # Project Details
=================================================================== */

ul.project-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

ul.project-info li {
	border-right: 1px solid #e7e7e7;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: 600;
}

ul.project-info li:last-child {
	border: none;
}

ul.project-info h4 {
	font-weight: 700;
	margin-bottom: 8px;
}

ul.project-info {
	background: var(--white);
	padding: 40px 30px;
	border-radius: 10px;
	position: relative;
	top: -50px;
	margin-bottom: 0;
	box-shadow: 0 5px 30px rgb(0 0 0 / 10%) !important;
}

.project-details-style-one img {
	border-radius: 10px;
}

.project-details-thumb img {
	margin-bottom: 60px;
}

.project-single-tags a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	text-transform: uppercase;
	color: var(--color-paragraph);
}

.project-single-tags a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: ",";
}

.project-single-tags a:last-child::after {
	display: none;
}

.project-single-tags {
	margin-bottom: 15px;
}

.project-single-tags a:hover {
	color: var(--color-primary);
}

.project-details-thumb h2 {
	font-weight: 600;
	margin: 0;
	padding-right: 15%;
}

.project-author-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-row-gap: 30px;
}

.project-author-details ul li {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 60px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.project-author-details ul li:first-child {
	border: none;
	padding: 0;
}

.project-author-details ul li  h3 {
	font-weight: 600;
	font-size: 20px;
	margin: 0;
}

.project-author-details ul li p {
	margin: 0;
}

.project-author-details ul li .right-info h3 {
	color: var(--color-paragraph);
	font-weight: 600;
}

p.project-inner-tag {
	font-weight: 700;
	line-height: 2.3;
	text-transform: uppercase;
}

.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}

.item-grid-container img {
	margin-top: 50px;
}

.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

.item-grid-colum h1,
.item-grid-colum h2,
.item-grid-colum h3,
.item-grid-colum h4,
.item-grid-colum h5,
.item-grid-colum h6 {
	font-weight: 600;
}

ul.list-disc {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}

ul.list-disc li {
	list-style: disc;
	margin-top: 7px;
}


/* ============================================================== 
     # Team
=================================================================== */

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  transition: all 0.35s ease-in-out;
  background: var(--white);
}

.team-area .team-carousel .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.team-area .item:hover {
  margin-top: -15px;
}

.team-area .thumb {
  position: relative;
  z-index: 1;
}

.team-area .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/brush.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.team-area i.fas.fa-envelope {
  position: relative;
  top: 2px;
  font-weight: 500;
}

.team-area .info {
  padding: 30px;
}

.team-area .info h4 {
  font-weight: 600;
  margin: 0;
  
}

.team-area .info > span {
  display: block;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.cornflower-blue .team-area .info > span {
  color: var(--color-secondary);
}

.eastern-blue .team-area .info > span {
  color: var(--color-style-two);
}

.orange .team-area .info > span {
  color: var(--color-style-four);
}

.team-area .info .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.team-area .info .contact i {
  margin-right: 5px;
  color: #1DA1F2;
  border-radius: 50%;
}

i.fas.fa-envelope-open {
  font-weight: 500;
}

.team-area .info .contact a {
  font-weight: 300;
}

.team-carousel.owl-carousel .owl-dots {
}

.team-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.team-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.team-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area .shape-right-bottom {
  bottom: -200px;
  opacity: 0.08;
}

.pricing-area .pricing-item {
  background: var(--white);
  position: relative;
  z-index: 1;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  padding: 50px;
}

.pricing-area .single-item {
  padding: 0;
}

.pricing-item.active {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  z-index: 9;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
}

.orange .pricing-item.active {
  border: 2px solid var(--color-style-four);
}

.pricing-area .pricing-item ul {
  display: inline-block;
  text-align: left;
}

.pricing-area .pricing-item li {
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.pricing-area .pricing-item li i {
  margin-left: 30px;
  color: #00a37b;
}

.pricing-area .pricing-item li i.fa-times-circle {
  color: #ff99af;
}

.pricing-area .pricing-item li:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
  margin-top: 25px;
}

.pricing-area .pricing-item li.icon i {
  margin-left: 0;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: var(--color-heading);
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.pricing-area .pricing-item li.icon i::after {
  position: absolute;
  left: -8px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/icon-shape.png);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.09;
}

.pricing-area .pricing-item.active li.icon i {
  color: var(--color-primary);
}

.orange .pricing-area .pricing-item.active li.icon i {
  color: var(--color-style-four);
}

.pricing-area .pricing-item li.icon {
  text-align: center;
}

.pricing-area .pricing-item li.icon img {
  height: 120px;
  min-height: 100px;
  width: auto;
  margin-bottom: 30px;
}

.pricing-area .pricing-items {
  margin-top: 22px;
  margin-bottom: 22px;
}

.pricing-area .pricing-item li.pricing-header {
  position: relative;
  z-index: 1;
  text-align: center;
  background: border-box;
}

.pricing-area .pricing-item li.pricing-header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
}

.pricing-area .pricing-item .price h2 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 0;
}

.pricing-area .pricing-item .price h2 sup {
  font-size: 24px;
  top: -20px;
  font-weight: 500;
}

.pricing-area .pricing-item .price h2 sub {
  font-size: 14px;
  font-weight: 500;
}

.pricing-area .pricing-item li.pricing-header h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  
  color: #666666;
}

.pricing-area .pricing-item li.pricing-header::before {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pricing-area .pricing-item li.pricing-header i {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-primary);
  font-size: 50px;
}

.pricing-area .pricing-item li.pricing-header, 
.pricing-area .pricing-item li.price, 
.pricing-area .pricing-item li.footer,
.pricing-area .pricing-item li.icon {
  text-align: center;
  justify-content: center;
}

/* ============================================================== 
     # Subscribe
=================================================================== */

.subscribe-area .shape-right-top {
  opacity: 0.07;
  top: 120px;
}

.subscribe-area .sebscribe-items {
  padding: 80px 30px;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.subscribe-area .sebscribe-items::after {
  position: absolute;
  left: -50px;
  top: -50px;
  content: "";
  height: 150px;
  width: 150px;
  background: var(--color-primary);
  z-index: -1;
  transform: rotate(25deg);
  border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::after {
  background: var(--color-style-two);
}

.orange .subscribe-area .sebscribe-items::after {
  background: var(--color-style-four);
}

.cornflower-blue .subscribe-area .sebscribe-items::after {
  background: var(--color-secondary);
}

.subscribe-area .sebscribe-items::before {
  position: absolute;
  left: -65px;
  top: -65px;
  content: "";
  height: 200px;
  width: 200px;
  background: var(--color-primary);
  z-index: -1;
  opacity: 0.5;
  transform: rotate(25deg);
  border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::before {
  background: var(--color-style-two);
}

.orange .subscribe-area .sebscribe-items::before {
  background: var(--color-style-four);
}

.cornflower-blue .subscribe-area .sebscribe-items::before {
  background: var(--color-secondary);
}

.subscribe-area h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.subscribe-area h2 strong {
  text-transform: capitalize;
  margin-top: 5px;
  color: var(--color-primary);
}

.eastern-blue .subscribe-area h2 strong {
  color: var(--color-style-two);
}

.orange .subscribe-area h2 strong {
  color: var(--color-style-four);
}

.cornflower-blue .subscribe-area h2 strong {
  color: var(--color-secondary);
}

.subscribe-area form {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.seo-form form .col-lg-6 {
  padding: 0;
}

.subscribe-area form input, .subscribe-area form input:focus {
  border: none;
  padding: 0 20px;
  border-radius: 50px;
  box-shadow: inherit;
  outline: inherit;
  height: 65px;
}

.subscribe-area form button {
  top: 5px;
  position: absolute;
  right: 5px;
}

.subscribe-area form .input-group.stylish-input-group {
  border-radius: 30px;
  border: none;
}

.subscribe-area form button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 12px 35px;
  border-radius: 30px;
  background: var(--bg-gradient);
  color: var(--white);
  font-weight: 600;
  border: none;
  background-size: 200%;
}

.orange .subscribe-area form button {
  background: linear-gradient(90deg, rgba(255,86,33,1) 0%, rgba(240,57,0,1) 77%);
  background-size: 200%;
}

.eastern-blue .subscribe-area form button  {
  background: linear-gradient(90deg, rgba(27,170,160,1) 0%, rgba(8,115,107,1) 77%);
  background-size: 200%;
}

.cornflower-blue .subscribe-area form button  {
  background: var(--bg-gradient);
  background-size: 200%;
}

/* SEO Form */
.seo-form.subscribe-area.half-bg-gray::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.seo-form.subscribe-area form input {
  padding: 0 30px;
  border-radius: 30px;
  border-right: 1px solid #e7e7e7;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.seo-form.subscribe-area form .form-group {
  margin: 0;
}

.seo-form.subscribe-area form .col-lg-5:last-child {
  border: none;
}

.seo-form form .col-lg-6:last-child input {
  border: none;
}

.seo-form form .col-lg-6:nth-child(2) input {
  border: none;
  border-radius: 30px;
}

.subscribe-area.seo-form form button {
  top: 5px;
  right: 6px;
}


/* ============================================================== 
     # Testimonials
=================================================================== */
.testimonials-area .client-thumb {
  position: relative;
  height: 350px;
  width: 350px;
  background: var(--white);
  margin: auto;
  border-radius: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.testimonials-area .client-thumb::after {
  position: absolute;
  left: -15%;
  top: -15%;
  content: "";
  height: 130%;
  width: 130%;
  z-index: -1;
  border-radius: 50%;
  background: url(assets/img/shape/round-shape.png);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimonials-area .client-thumb img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: var(--white);
  padding: 5px;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.testimonials-area .client-thumb img:first-child {
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -40px;
}

.testimonials-area .client-thumb img:nth-child(2) {
  position: absolute;
  right: -10px;
  bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(3) {
  position: absolute;
  left: -10px;
  bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(4) {
  height: 200px;
  width: 200px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  border-radius: 50%;
}

.testimonials-carousel .item {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.testimonials-carousel .item::after {
  position: absolute;
  left: 0;
  top: -25px;
  content: "\f10d";
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  font-size: 100px;
  z-index: -1;
  opacity: 0.07;
  line-height: 1;
}

.testimonial-content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.testimonial-content {
  margin-top: 40px;
}

.testimonials-carousel .item .author {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-top: 1px dashed #e7e7e7;
  padding-top: 30px;
}

.testimonials-carousel .item .author .thumb {
  margin-right: 20px;
}

.testimonials-carousel .item .author .thumb img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.testimonials-carousel .item .author .info h5 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.testimonials-carousel .item .author .info span {
  color: var(--color-primary);
}

.eastern-blue .testimonials-carousel .item .author .info span {
  color: var(--color-style-two);
}

.testimonials-carousel.owl-carousel .owl-dots {
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.eastern-blue .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background: var(--color-style-two);
}

/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .single-item:last-child {
  margin-bottom: 0;
}

.blog-area.full-blog .blog-item-box {
  margin-top: -30px;
}

.blog-area.single .blog-item-box {
  margin-top: 0;
}

.blog-area.full-blog .single-item {
  margin-bottom: 0;
  margin-top: 30px;
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
  font-weight: 600;
}

.blog-area .item .info h4 {
  line-height: 1.4;
}

.blog-area .item .info h3 {
  font-weight: 600;
}

.blog-area .item .thumb img {
  border-radius: 10px;
}

.blog-area .item .thumb a {
  display: block;
  padding: 15px;
  border-radius: 10px;
}

.blog-items .item .info {
  padding: 30px;
  background: var(--white);
  padding-top: 15px;
  border-radius: 0 0 10px 10px;
}

.blog-area.single .item .info {
  padding: 0;
  padding-top: 15px;
}

.blog-items .info h4 a:hover {
  color: var(--color-primary);
}

.eastern-blue .blog-items .info h4 a:hover {
  color: var(--color-style-three);
}

.orange .blog-items .info h4 a:hover {
  color: var(--color-style-four);
}

.blog-items .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 10px;
  background: var(--white);
}

.blog-items.content-less a {
  margin-top: 10px;
}

.blog-items .meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blog-items .meta .thumb {
  margin-right: 15px;
}

.blog-items .meta .thumb img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.blog-items .meta .content h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-items .meta .content span {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--color-primary);
}

.blog-items .meta ul li {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  float: left;
  margin-right: 12px;
  padding-right: 13px;
  position: relative;
  z-index: 1;
}

.blog-items .meta ul li i {
  margin-right: 3px;
  font-weight: 500;
}

.blog-items .meta ul li a {
  color: #666666;
  font-weight: 500;
}

.blog-items .meta ul li::after {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  height: 15px;
  width: 1px;
  background: #cccccc;
}

.blog-items .meta ul li:last-child {
  margin: 0;
  padding: 0;
}

.blog-items .meta ul li:last-child::after {
  display: none;
}

.blog-items .tags {
  margin-bottom: 15px;
}

.blog-items .tags a {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}

.blog-items .tags a:hover {
  color: var(--color-primary);
}

.eastern-blue .blog-items .tags a:hover {
  color: var(--color-style-three);
}
.orange .blog-items .tags a:hover {
  color: var(--color-style-four);
}

.blog-items .tags a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  content: ",";
}

.blog-items .tags a:last-child::after {
  display: none;
}

.blog-items .post-tags .tags a::after {
  display: none;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
  display: inline-block;
  padding: 0;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 50%;
  color: var(--color-primary);
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: var(--color-primary);
  color: var(--white);
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 60px;
  background: #f7f7f7;
  border-radius: 30px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: transparent;
  color: var(--color-heading);
  font-family: var(--font-default);
  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: 50%;
  border: none;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: var(--color-primary) 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;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: var(--color-primary);
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  background: #f1f1f1;
  top: 10px;
  color: var(--color-heading);
  font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  font-family: var(--font-default);
  margin-top: 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
  color: var(--color-primary);
}

.sidebar-item.recent-post li a:hover {
  color: var(--color-primary);
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
}

.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%;
}

.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 {
  color: #666666;
  text-decoration: inherit;
  font-weight: 600;
  font-size: 16px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: var(--white);
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  border-radius: 10px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: var(--white) !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: var(--color-primary);
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: var(--color-primary) none repeat scroll 0 0;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-default);
  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;
  font-family: var(--font-default);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info > ul li {
  margin-bottom: 15px;
  color: var(--color-heading);
  position: relative;
  z-index: 1;
  padding-left: 18px;
}

.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: 11px;
  content: "";
  background: #666666;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
  box-shadow: inherit;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 50px;
  border-radius: inherit;
}

.blog-area.single .item .thumb a {
  padding: 0;
  padding-bottom: 15px;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    background: #fafafa;
    padding: 50px;
    font-weight: 500;
    border-left: 4px solid var(--color-primary);
}

.blog-area .item blockquote p {
  margin: 0;
  font-size: 24px;
  font-style: italic;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: var(--color-primary);
}

.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: 15px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-primary);
  padding: 8px 30px;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
}

.blog-area.single .post-pagi-area a:hover {
  color: var(--color-primary);
}

.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-area .comments-list {
  padding: 30px;
  background: #f7f7f7;
  margin-top: 30px;
}

.blog-area .comments-form {
  margin-top: 50px;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: inherit;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #beb4b4;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #beb4b4;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: var(--color-primary);
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: var(--bg-gradient);
  border: 1px solid transparent;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-default);
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 30px;
  background-size: 200%;
}

.comments-form button:hover {
  color: var(--white);
  background-color: var(--color-primary);
  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 25px;
  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;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-us-area form input {
  border: none;
  background: #f7f7f7;
  padding: 0 20px;
}

.contact-us-area form textarea {
  border: none;
  background: #f7f7f7;
  padding: 20px;
  min-height: 180px;
}

.contact-us-area form button {
  background: var(--bg-gradient);
  padding: 13px 35px;
  border-radius: 30px;
  color: var(--white);
  font-weight: 600;
  margin-top: 15px;
  border: none;
  background-size: 200%;
}

.cornflower-blue .contact-us-area form button {
  background: linear-gradient(to bottom right, #644DED, #811389);
}

/* .eastern-blue .contact-us-area form button {
  background: linear-gradient(90deg, rgba(27,170,160,1) 0%, rgba(8,115,107,1) 77%);
} */

.orange .contact-us-area form button {
  background: linear-gradient(90deg, rgba(255,86,33,1) 0%, rgba(240,57,0,1) 77%);
}

form img.loader {
  margin-left: 5px;
}

.contact-us-area form button i {
  margin-left: 3px;
}

.contact-us-area .contact-form h2 {
  font-weight: 200;
  margin-bottom: 30px;
}

.contact-us-area .contact-form h2 strong {
  display: block;
  margin-top: 5px;
}

.contact-us-area .address-items {
  padding: 105px 30px;
  background: linear-gradient(to bottom right, var(--color-primary), #061169);
  margin-right: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cornflower-blue .contact-us-area .address-items {
  background: linear-gradient(to bottom right, #644DED, #811389);
}

.eastern-blue .contact-us-area .address-items {
  background: linear-gradient(90deg, rgba(27,170,160,1) 0%, rgba(8,115,107,1) 77%);
}

.orange .contact-us-area .address-items {
  background: linear-gradient(90deg, rgba(255,86,33,1) 0%, rgba(240,57,0,1) 77%);
}

.contact-us-area .address-items::after {
  position: absolute;
  right: -50px;
  top: -50px;
  content: "";
  height: 150px;
  width: 150px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.contact-us-area .address-items::before {
  position: absolute;
  right: -50px;
  top: -50px;
  content: "";
  height: 180px;
  width: 180px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.contact-us-area .address-items .item {
  margin-bottom: 30px;
  padding-bottom: 19px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.contact-us-area .address-items .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-us-area .address-items .item h4 {
  font-weight: 600;
}

.contact-us-area .address-items .item li {
  font-weight: 600;
}

.contact-us-area .address-items .item li span {
  font-weight: 400;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}


/* ============================================================== 
     # Login 
=================================================================== */
.login-area, 
.login-area div {
  height: 100%;
}

.login-area div.login, 
.login-area div.login div {
  height: auto;
}

.login-area .login-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

.login-area .login-box {
  display: table;
  width: 100%;
}

.login-area .login-box .login {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

.login-area .content {
  background: var(--white) none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
  text-align: center;
}

.login-area .content img {
  margin-bottom: 30px;
}

.login-area .content input {
  border: none;
  box-shadow: inherit;
  padding-left: 25px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}

.login-area .form-group {
  position: relative;
}

.login-area .form-group i {
  position: absolute;
  left: 0;
  top: 16px;
  color: #999999;
}

.login-area .content button {
  background: var(--bg-gradient);
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: var(--white);
  font-weight: 600;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}

.login-area .content .sign-up {
  display: inline-block;
  margin-top: 30px;
}

.login-area .content .sign-up a {
  color: var(--color-primary);
  margin-left: 5px;
}

.login-area .link {
  text-align: right;
  margin-bottom: 25px;
  text-decoration: underline;
}

.login-area .social-login li {
  display: inline-block;
  margin: 0 3px;
}

.login-area .social-login li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: var(--white);
  display: inline-block;
  height: 40px;
  line-height: 44px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  font-size: 12px;
}

.login-area .social-login li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.login-area .social-login li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.login-area .social-login li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.login-area .social-login li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.login-area .social-login {
  border-top: 1px dashed #dddddd;
  margin-top: 15px;
  padding-top: 30px;
}

.login-area .social-login h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}

/* ============================================================== 
     # Error Page
=================================================================== */
.error-page-area .thumb {
  padding-right: 35px;
}

.error-page-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.error-page-area a {
  margin-top: 10px;
}


/* ============================================================== 
     # Footer
=================================================================== */


footer .widget-title,
footer img {
  margin-bottom: 30px;
  font-weight: 600;
}

footer .widget-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}

footer .f-item.recent-post a {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  color: #96aac1;
}

footer .f-item.recent-post span a {
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}

footer .f-item.recent-post a:hover {
  color: var(--white);
}

footer .recent-post span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

footer .recent-post span i {
  margin-right: 4px;
}

footer .f-item.about {
  margin-right: 30px;
}

footer .recent-post .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

footer .recent-post .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .address h5 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

footer .address span {
  color: #96aac1;
}

footer .address span i {
  margin-right: 5px;
  
  position: relative;
  top: 2px;
  color: var(--white);
}

footer .address li {
  display: flex;
  margin-top: 25px;
}

footer .address li i {
  font-size: 30px;
  min-width: 50px;
  display: inline-block;
  line-height: 1;
}

footer .address {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  ;
  padding-top: 15px;
}

footer .link li {
  margin-bottom: 15px;
}

footer .link li:last-child {
  margin-bottom: 0;
}

footer .link li a {
  color: #96aac1;
}

footer .link a:hover {
  color: var(--white) !important;
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
}

footer .footer-bottom li {
  display: inline-block;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom .text-end li {
  margin-left: 19px;
}


/* ============================================================== 
     # 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(2, 109, 255, 0.2);
  border-top-color: var(--color-primary);
  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;
}

.eastern-blue .site-preloader .ring {
  border: 3px solid rgba(27, 170, 160, 0.2);
  border-top-color:#9333ea;
  color: var(--white);
}

.orange .site-preloader .ring {
  border: 3px solid rgba(255, 86, 33, 0.2);
  border-top-color: var(--color-style-four);
  color: var(--white);
}

.cornflower-blue .site-preloader .ring {
  border: 3px solid rgba(99, 77, 237, 0.2);
  border-top-color: var(--color-secondary);
  color: var(--white);
}

.site-preloader h2 {
  color: var(--color-primary);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 0 10px white;
  font-weight: 600;
  margin: 30px auto 0;
  display: block;
}

.eastern-blue .site-preloader h2 {
  color: #9333ea;
}

.orange .site-preloader h2 {
  color: var(--color-style-four);
}

.cornflower-blue .site-preloader h2 {
  color: var(--color-secondary);
}

.site-preloader h2 {
  color: #9333ea;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 0 10px white;
  font-weight: 600;
  margin: 30px auto 0;
  display: block;
}

@-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);
  }
}


.our-process-area .process-box .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #9333ea;
}

.about-area .info h2 strong {
    margin-top: 5px;
       color: #9333ea;
}


.eastern-blue .progress-items .progress-box .progress .progress-bar {
    background: #9333ea;
}


.eastern-blue .services-area .services-items .item .info > a {
    color: #9333ea;
}


.eastern-blue .heading-divider {
   background: #9333ea;
}

.eastern-blue .benifits-area .info > h5 {
    color: #9333ea;
}


.eastern-blue .benifits-area .info ul li::after {
    border-left: 10px solid #9333ea;;
}



.eastern-blue .contact-us-area .address-items {
    background: linear-gradient(90deg, rgb(118, 27, 170) 0%, rgb(94, 8, 115) 77%);
}

.breadcrumb-area h1 {
    font-weight: 600;
    color: #1c1a1a;
    margin: 0;
    text-transform: capitalize;
}

.bg-image {
    background-image: url('assets/img/top-view-about-us-woodenblock-with-keyboard-wooden-background.jpg');
    background-size: cover;        /* Cover entire area */
    background-position: center;   /* Center the image */
    background-repeat: no-repeat;  /* Do not repeat the image */
    width: 100%;
     height: 60vh;               
}


.bg-service{
     background-image: url('assets/img/servicess.png');
    background-size: cover;        /* Cover entire area */
    background-position: center;   /* Center the image */
    background-repeat: no-repeat;  /* Do not repeat the image */
    width: 100%;
     height: 60vh;  
}

.bg-contact{
     background-image: url('assets/img/contact-us.png');
    background-size: cover;        /* Cover entire area */
    background-position: center;   /* Center the image */
    background-repeat: no-repeat;  /* Do not repeat the image */
    width: 100%;
     height: 60vh;  
}

.breadcrumb-area {
    padding: 90px 0;
    position: relative;
}




.default-padding {
    padding-top: 49px;
    padding-bottom: 120px;
}
 .infos {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-primary);
}


@media only screen and (max-width: 767px) {
    .breadcrumb-area {
      padding: 0px  !important; 
        position: relative;
    }
}


.bg-gray-hard {
    background-color: #e2fffd
}



.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 80px;
    z-index: 1000;
}

.whatsapp-float a {
    background-color: #25d366;
    color: white;
    padding: 18px 18px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}


/* Modal Styling */
.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* .modal-header {
  background: linear-gradient(to right, #2563eb, #9333ea);
  color: #fff;
  border-bottom: none;
  padding: 20px;
} */

.modal-title {
  font-weight: 600;
  font-size: 20px;
}

.modal-body {
  padding: 30px;
  background-color: #f9f9f9;
}

/* Left Section */
.modal-body img {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.modal-body h4 {
  font-weight: 600;
  margin-top: 25px;
  color: #111827;
}

.modal-body p {
  color: #4b5563;
  font-size: 15px;
}

/* Form Styling */
form .form-label {
  font-weight: 500;
  color: #374151;
}

form .form-control,
form .form-select {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  transition: all 0.3s ease;
}

form .form-control:focus,
form .form-select:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
}

/* .btn-primary {
  background: linear-gradient(to right, #2563eb, #9333ea);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  padding: 12px;
  transition: background 0.3s ease;
} */

.btn-primary:hover {
  background: linear-gradient(to right, #1e40af, #7e22ce);
}

/* Responsive Tweak */
@media (max-width: 768px) {
  .modal-body {
    padding: 20px;
  }

  .modal-body img {
    margin-bottom: 20px;
  }
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:33px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

/* .my-float{
	margin-top:16px;
} */


.float a {
    background-color: #25d366;
    color: white;
    padding: 18px 18px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}

.side .widget.address ul li p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-heading);
}

.adressed a {
    color: #585252;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}

.team-items .thumb img {
  width: 100%;
  height: 300px; /* Set height as per your need */
  object-fit: cover;
  border-radius: 10px; /* Optional: for rounded corners */
}

.team-items .thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center; /* Focuses on top portion (like the face) */
  border-radius: 10px;
}



.bg-pricing {
    background-image: url('assets/img/pricing.png');
    background-size: cover;        /* Cover entire area */
    background-position: center;   /* Center the image */
    background-repeat: no-repeat;  /* Do not repeat the image */
    width: 100%;
     height: 60vh;  
}



.team-area .thumb {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px; /* optional: rounded corners */
}

.team-area .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}




.team-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0; /* No rounded corners */
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.team-img-square {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0; /* No round image */
  display: block;
}


