/*=================================== FONTS ===================================*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");


@import url('https://fonts.googleapis.com/css2?family=Khula:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*================================== FONTS ==================================*/

/*================================ VARIABLES ================================*/
:root{

	--primary : #DAAD86;
	--primary-rgb : 218, 173, 134;
	--primaryhover : #b58a65;
	--primaryhover-rgb : 181, 138, 101;
	--onprimary : #ffffff;

	--secondary : #5b5a67;
	--secondary-rgb : 91, 90, 103;
	--secondaryhover : #44434d;
	--secondaryhover-rgb : 68, 67, 77;
	--onsecondary : #ffffff;


	--primaryfont : 'Khula', sans-serif;
	--secondaryfont : 'Roboto Condensed', sans-serif;

	/*	COMPONENT SIZE*/
	--navbarheader-height : 84px;
	--navbaroffcanvas-width : 320px;
	--letterspacing-small : 0.05rem;
	--letterspacing-medium : 0.10rem;
	--letterspacing-large : 0.15rem;
	


	/*	TEXT COLOR*/
	--pagetitle-color : #47464a;
	--text-color : #001B14;
	--text-color-rgb : 72,74,79;
	--textlight-color : #8292b4;
	--placeholder : #9e9e9e;
	--navlink-color : #3e4044;

	
	/*	MAIN BACKGROUND COLOR*/
	--bgbody-color : #ecebf2;
	--bglight-color : #f7f7f7;
	--bgwhite-color : #ffffff;

	/*	BACKGROUND COLOR*/
	--tablehead-bgcolor : rgba(var(--secondary-rgb), 0.05);
	--table-bgcolor : #ffffff;
	--tableborder-color : #d7d7d7;

	--modalhead-bgcolor : rgba(var(--secondary-rgb), 0.05);
	--modal-bgcolor : #ffffff;
	--dropdown-bgcolor : #ffffff;
	--navbar-bgcolor : #ffffff;


	/*	FORM CONTROL COLOR*/
	--formlabel : #646464;
	--placeholderloader-color : #e0e0e0;
	--formcontrol-bgcolor : #ffffff;

	
	/*	BORDER COLOR*/
	--border-color : #d6d6d6;

	
	/*	COMPONENT COLOR*/
	--tooltip-color : #ffffff;


	/*	EXTRA COLOR*/
	--red : #FF0000;
	--green : #06BA6E;
	--orange : #FFA500;
	--blue : #253280;
	--grey : #6c757d;

	--red-rgb: 255, 0, 0;
    --green-rgb: 6, 186, 110;
    --orange-rgb: 255, 165, 0;
    --blue-rgb: 58, 146, 225;
    --grey-rgb: 108, 117, 125;



    --color1: #FE2C55;
	--color2: #1778F2;
	--color3: #C83EDE;
	--color4: #23dfcd;

	
	--boxshadow: rgb(149 157 165 / 10%) 0 8px 24px;


    /*	BOOTSTRAP OVERWRITE VARIABLE*/
	--bs-border-color : var(--border-color);
	--bs-primary : var(--primary);
	--bs-secondary : var(--secondary);
	--bs-primary-rgb : var(--primary-rgb);
}

/*================================ VARIABLES ================================*/
body{
  font-family: var(--primaryfont);
  background-color: var(--bgwhite-color);
  padding: 0px;
  color: var(--text-color);
}


a{color: var(--primary); text-decoration:  none;}
a:is(:hover, a:focus, a:active), .btn:is(:hover, :focus, :active){
	text-decoration: none; box-shadow: none; outline: none;
}
.bg-white: var(--bgwhite-color);
.mainwrapper{}
.mainbodywrapper{}
.mainheadwrapper{
	min-height: 120px;
	/* background-color: var(--bs-light); */
}
.mainheadwrapper .section-heading{
	padding: 3.5rem 0;
}
.section{padding: var(--navbarheader-height) 1rem;}
.section-heading{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.section-heading .section-title.large{
    font-size: 3.5rem;
}
.section-heading .section-title{
	font-family: var(--secondaryfont);
    line-height: normal;
    font-weight: bold;
    color: var(--pagetitle-color);
    font-size: 3rem;
    margin: 0;
    line-height: normal;
}
.section-heading .section-subtitle{
	font-family: var(--secondaryfont);
    line-height: normal;
    /* font-weight: 400; */
    color: var(--primary);
    font-size: 1.8rem;	
    margin: 0;
}
.section-heading .section-action{
	display: flex;
	align-items: center;
}

.section-heading .section-action .btn-viewall{
	color: var(--text-color);
	border-radius: 50px;
	padding: 0.5rem 1.25rem !important;
	text-decoration: none;
}

.bg-image1{
	/* background: url('../img/in-section-shape.svg') no-repeat center top / cover; */
}
.bg-image2{
	background: url('../img/testimonial_bg.jpg') no-repeat center center / cover;
}
.bg-pattern1{
	background: url('../img/pattern1.svg') no-repeat top right / 350px;	
}
.bg-pattern2{
	background: url('../img/pattern2.svg') no-repeat top left / 140px 90px;	
}

@media (max-width: 767.98px){
	.section{
		padding: 2rem 1rem;
	}
}
@media (max-width: 576.98px){
	.section-heading{
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		text-align: center;
	}
	.section-heading .section-title.large{
		font-size: 2.375rem;
	}
	
}
/*======================= BOOTSTRAP OVERWRITES START ========================*/
.btn{
	--bs-btn-focus-box-shadow : none;
	font-size: .85rem; font-weight: 500; white-space: nowrap; padding: 0.5rem 0.85rem;
	letter-spacing: var(--letterspacing-small); outline: none;
	position: relative;
	overflow: hidden;
}
.btn.ripple::before {
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	content: "";
	left: 0;
	top: 0;
	width: 0%;
	height:  0%;
}

.btn.ripple:hover::before {
	width: 1000px;
	height: 1000px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.btn-primary{
	--bs-btn-color: var(--onprimary);
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color: var(--primary);
    --bs-btn-hover-bg:  var(--primaryhover);
    --bs-btn-hover-border-color:  var(--primaryhover);
    --bs-btn-active-bg: var(--primaryhover);
    --bs-btn-active-border-color: var(--primaryhover);
	letter-spacing: var(--letterspacing-medium); font-weight: 500; background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}
.btn-secondary {
	--bs-btn-color: var(--onsecondary);
	--bs-btn-bg: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-disabled-bg: var(--secondary);
    --bs-btn-disabled-border-color: var(--secondary);
    --bs-btn-hover-bg:  var(--secondaryhover);
    --bs-btn-hover-border-color:  var(--secondaryhover);
    --bs-btn-active-bg: var(--secondaryhover);
    --bs-btn-active-border-color: var(--secondaryhover);
	letter-spacing: var(--letterspacing-medium); font-weight: 500; background-color:  var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}
.btn-outline-primary{
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-border-color : var(--primary);
    letter-spacing: var(--letterspacing-medium); font-weight: 500; color: var(--bs-btn-color);
	border-color: var(--bs-btn-border-color);
}
.btn-outline-secondary{
    --bs-btn-color: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-bg: var(--secondary);
    --bs-btn-hover-border-color: var(--secondary);
    --bs-btn-active-bg: var(--secondary);
    --bs-btn-active-border-color: var(--secondary);
    --bs-btn-disabled-color: var(--secondary);
    --bs-btn-disabled-border-color : var(--secondary);
    letter-spacing: var(--letterspacing-medium); font-weight: 500; color: var(--bs-btn-color);
	border-color: var(--bs-btn-border-color);
}
.btn-fadedprimary{
    color: var(--primary) !important; padding: 0.35rem 0.85rem !important; background-color: rgba(var(--primary-rgb), 0.15);
    font-weight: 600;
}
.btn-fadedprimary:is(:hover, :focus, :active){
	color: var(--primary) !important; 
	background-color: rgba(var(--primary-rgb), 0.3) !important;
}
.btn-fadedprimary .icon{font-size: 1.2rem;}
.btn-fadedprimary .btn-text{font-size: 0.75rem; line-height: normal; letter-spacing: var(--letterspacing-small);}
.btn-link{
	--bs-btn-color: var(--primary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--primaryhover);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--primaryhover);
}

.btn.btn-icon{display: flex; align-items: center; gap: 0.5rem; font-size: .85rem; white-space: nowrap; position: relative;}
.btn-icon .material-icons-outlined, .btn-icon .icon, .btn.btn-icon i{font-size: 1.2rem;}
.btn-icon .btn-text{font-size: .85rem}
.btn-close:is(:hover, :focus, :active){	box-shadow: none;outline: none;}
hr {border-top-color: var(--border-color) !important; opacity: 1 !important;}
.tooltip{
	--bs-tooltip-color : var(--tooltip-color);
	letter-spacing: var(--letterspacing-small);
	font-weight: 400;
}
.dropdown-menu{
    --bs-dropdown-font-size: 0.85rem;
    --bs-dropdown-color: var(--text-color);
    --bs-dropdown-bg: var(--dropdown-bgcolor);
    --bs-dropdown-border-color: var(--border-color);
    --bs-dropdown-divider-bg: var(--border-color);
    --bs-dropdown-link-color: var(--text-color);
    --bs-dropdown-link-hover-color: var(--text-color);
    --bs-dropdown-link-active-color: var(--onprimary);
    --bs-dropdown-link-active-bg: var(--primary);
    --bs-dropdown-link-hover-color : var(--primary); 
    --bs-dropdown-link-hover-bg : rgba(var(--primary-rgb), 0.1);
}
/*======================== BOOTSTRAP OVERWRITES END =========================*/

/*------------------------------SCROLLBAR START------------------------------*/
.scroll-list, body{
  overflow-x: auto; overflow-y: visible;
  -webkit-scroll-behavior: smooth; scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory; scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);scroll-snap-points-y: repeat(100%);scrollbar-width: none;
}
body::-webkit-scrollbar, .scroll-list::-webkit-scrollbar{width: 5px; height: 5px;}
.scroll-list::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb{
	border-radius: 10px; background-color: var(--primary);
}
/*------------------------------SCROLLBAR END------------------------------*/

/*--------------------------- NAVBAR HEADER START ---------------------------*/
.navbar-header{
	min-height: var(--navbarheader-height); width: 100%;
/*	border-bottom: 1px solid var(--border-color);*/
    display: flex; flex-wrap: wrap; 
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.navbar-header-v2{
	position: relative;
	background: var(--navbar-bgcolor);
	box-shadow: var(--boxshadow);
}
.fixed-header .navbar-header{
	position: fixed;
    top: 0;
    padding: 0;
    z-index: 9999; min-height: calc(var(--navbarheader-height) - 20px);
    background: var(--navbar-bgcolor);
	box-shadow: var(--boxshadow);
}
.navbar-header .navbar-toggler{
	width: 42px; height: 42px; outline: 0; padding: 0; border:0px; border-radius: 0.375rem;
	font-size: 1.75rem; color: var(--navlink-color); box-shadow: none;
}
.navbar-header .navbar-brand{
	padding: 0px; display: flex; align-items: center; gap: 0.5rem; text-decoration: none;
}
.navbar-header .navbar-brand{height: auto; width: 160px; margin-left: 1rem}
.fixed-header .navbar-header .navbar-brand{width: 150px;}
.navbar-header .navbar-brand img{
	width: 100%; height: 100%; object-fit: contain;
}
.navbar-header .navbar-right{
	display: flex;
}
.navbar-header .navbar-right .nav-link-account{
	padding: 0 0 0 var(--nav-spacing); min-width: 32px; position: relative; 
	display: flex; align-items: center; padding-left: 1rem;
}
.navbar-header .navbar-right .nav-link-account:after{display: none;}
.nav-link-account .account-user-inner {padding: 0 0.5rem; display: flex; flex-direction: column; row-gap: 0.15rem; width: 140px}
.nav-link-account .account-user-avatar {width: 42px; height: 42px; overflow: hidden; border-radius: 0.35rem}
.nav-link-account .account-user-avatar img{width:  100%; height:  100%; object-fit:  cover}
.nav-link-account .account-title{
	font-size: 0.95rem; font-weight: 600; color: var(--text-color); letter-spacing: var(--letterspacing-medium);
    line-height: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.nav-link-account .account-subtitle{color: var(--textlight-color); font-size: 0.75rem; letter-spacing: var(--letterspacing-medium); line-height: normal}
.navbar-header .navbar-right .dropdown .dropdown-menu{width: 180px; border: 0; margin-top: 0.75rem; box-shadow: var(--boxshadow)}
.dropdown-menu .dropdown-item{padding: 0.65rem 1rem; font-weight: 500; letter-spacing: var(--letterspacing-small)}
.dropdown-menu .btn-logout{display: flex; align-items: center}

.btn-login{
	padding: 0.65rem 1.5rem;
}
.navbar-header .offcanvas{
	--bs-offcanvas-width: var(--navbaroffcanvas-width);
}
.navbar-header .offcanvas{}
.navbar-header .offcanvas .offcanvas-header{
	border-bottom: 1px solid var(--border-color);
}
.navbar-header .offcanvas .offcanvas-header .offcanvas-title{
	    font-family: var(--secondaryfont);
    line-height: normal;
    font-weight: 400;
    color: var(--text-color);
    font-size: 1.175rem;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: var(--letterspacing-large);
}
.navbar-header .offcanvas .offcanvas-header .btn-close{
	font-size: 0.75rem;
	width: 24px;
	height: 24px;
}
.navbar-header .offcanvas .offcanvas-header .btn-close:hover{
	background-color: rgba(var(--primary-rgb), 0.2);
}
.nav-item .nav-link.active::after {
	content: "";
    display: math;
    width: 29%;
    /* padding-top: 20px; */
    border-bottom: 1px solid var(--primary);
    bottom: 0;
    position: absolute;
}

@media (min-width: 991px){
	.navbar-header .navbar-nav{--nav-spacing : 0.75rem; --bs-navbar-nav-link-padding-x : 1rem; --bs-nav-link-padding-y : 0.5rem;display: flex; gap: var(--nav-spacing);}
	.navbar-header .navbar-nav>.nav-item{display: flex; align-items: center;}
	.navbar-header .navbar-nav>.nav-item>.nav-link{
		width: 100%;
		letter-spacing: var(--letterspacing-small);
		display: flex; align-items: center; justify-content: center; color: var(--navlink-color);border-radius: 0.35rem; font-size: 0.85rem; font-weight: 600;
	}
	.navbar-header .navbar-nav>.nav-item>.nav-link.active,
	.navbar-header .navbar-nav>.nav-item>.nav-link:is(:hover){
		border-bottom-color: var(--primary); color: var(--primary);
		position: relative;
	}
	.navbar-header .navbar-right .nav-link-account{border-left: 1px solid var(--border-color);}
}
@media (max-width: 990.98px){
	.fixed-header .navbar-header{
		margin: 0.75rem; border-radius: 0.375rem; width: calc(100% - 1.4rem);
	}
	.navbar-header .offcanvas .navbar-nav{
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		padding: 0px;
	}
	.navbar-header .offcanvas .navbar-nav .nav-item {}
	.navbar-header .offcanvas .navbar-nav .nav-item .nav-link{
		padding: 0.5rem 1rem;
	    border-radius: 0.375rem;
	    font-size: 0.85rem;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: var(--letterspacing-small);
	}
	.navbar-header .offcanvas .navbar-nav .nav-item .nav-link.active,
	.navbar-header .offcanvas .navbar-nav .nav-item .nav-link:is(:hover){
		border-color: var(--primary);
	    color: var(--onprimary);
	    background-color: var(--primary);
	    box-shadow: 2px 2px #a57d5c;
	}
}
@media (max-width: 767.98px){
}
@media (max-width: 576.98px){
	.nav-link-account .account-user-inner{display: none}
	.navbar-header .navbar-right .navbar-nav{--nav-spacing: 0.5rem;}
}
/*---------------------------- NAVBAR HEADER END ----------------------------*/

/*------------------------------- FORM START --------------------------------*/
.form-group {
    margin-bottom: 1rem;
}
.form-group .form-text{
    color: var(--text-color);
}
.form-group .form-label{
    color: var(--formlabel);
    font-size: 0.85rem;
    margin-bottom: 1px;
    font-weight: 400;
    letter-spacing: var(--letterspacing-medium);
}
.form-control.form-transparent{
	--placeholder: #ffffff;
	--formcontrol-bgcolor : transparent;
	--text-color : #ffffff;
}

.form-control{
    font-weight: 500;
    color: var(--text-color);
    letter-spacing: var(--letterspacing-small);
    font-size: 0.85rem;
    min-height: 40px;
    line-height: 26px;
    background-color: var(--formcontrol-bgcolor);
}
.form-control[disabled]{
    background-color: rgba(var(--secondary-rgb), 0.15);
}
.form-control:is(:focus){
    box-shadow: none;
    color: var(--text-color);
    border-color: var(--secondary);
    background-color: var(--formcontrol-bgcolor);
}
input[type=file]::-webkit-file-upload-button{
  	background-color: var(--formcontrol-bgcolor);
  	color: rgba(var(--text-color-rgb), 0.8);
  	font-weight: 600;
  	font-size: 0.85rem;
  	letter-spacing: var(--letterspacing-small);
}
input[type=file]::file-selector-button{
/*  	background-image: linear-gradient(var(--formcontrol-bgcolor), var(--formcontrol-bgcolor), var(--formcontrol-bgcolor) 100%, var(--formcontrol-bgcolor) 200%);*/
	background-color: var(--formcontrol-bgcolor);
}
input[type=file]:is(:hover, :focus, :active):not(:disabled):not([readonly])::file-selector-button{
	background-color: rgba(var(--secondaryhover-rgb), 0.2);
}

::-webkit-input-placeholder {
  font-size: 0.85rem; letter-spacing: var(--letterspacing-medium); color: var(--placeholder) !important; font-weight: 400;
}
::-moz-placeholder { 
  font-size: 0.85rem; letter-spacing: var(--letterspacing-medium); color: var(--placeholder) !important; font-weight: 400;
}
:-ms-input-placeholder {
  font-size: 0.85rem; letter-spacing: var(--letterspacing-medium); color: var(--placeholder) !important; font-weight: 400;
}
:-moz-placeholder {
  font-size: 0.85rem; letter-spacing: var(--letterspacing-medium); color: var(--placeholder) !important; font-weight: 400;
}


.form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check-input:focus{
    border-color: rgba(0,0,0,.25);
    background-blend-mode: luminosity;
	box-shadow: none;
}
.form-check label{
    font-weight: 500;
    letter-spacing: var(--letterspacing-small);
    font-size: 0.95rem;
}
.form-check-input:focus~.form-check-label::before{
    box-shadow: none;
    border-color: rgba(0,0,0,.25);
}
/*-------------------------------- FORM END ---------------------------------*/
/*------------------------------ FOOTER START -------------------------------*/
.footer{
	background-color: #333333;
    position: relative;
    overflow: hidden;
    background-blend-mode: color-dodge;
    background-image: url(../img/in-footer-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer p {
    color: #fff;
}
.copyright-text {
    color: #ECEAFF !important;
    margin: 0;
    text-align: left;
    font-size: 0.85rem;
    letter-spacing: var(--letterspacing-medium);
}
.social-list {
	display: flex;
	align-items: center;
	gap: 1.375rem;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: end;
}
.social-list a{
	color: #ffffff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-list a .bi{
	font-size: 0.85rem;
}
.social-list a:hover{
	color: var(--primary);
}
.footer-top-inner{
	padding: 3rem 0;
}
.footer-about-widget .footer-logo{
	max-width: 150px;
}
.footer-about-widget .footer-about-widget_title{
	font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
    margin: 1rem 0 0;
}

.widget-nav_menu{
	padding-left: 2rem;
}
.widget-nav_menu .widget-title{
	font-family: var(--secondaryfont);
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.375rem;
	letter-spacing: var(--letterspacing-large);
	margin-bottom: 1.5rem;
}
.widget-nav_menu .widget-nav_menu-links{

	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0;
}
.widget-nav_menu .widget-nav_menu-links .menu-item{}
.widget-nav_menu .widget-nav_menu-links .menu-item .menu-link{
	font-size: 0.9rem;
	color: #ffffff;
	transition: all 0.1s linear;
}
.widget-nav_menu .widget-nav_menu-links .menu-item .menu-link:hover{
	text-decoration: none;
	color: var(--primary);
	padding-left: 0.5rem;
}
.widget-nav_menu-links.quicklinks{
	display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.widget-nav_menu-links.quicklinks .menu-item{
	flex: 0 0 49%; 
}
@media (max-width: 991.98px){
	.footer-about-widget{
		margin-bottom: 2rem;
	}
	.widget-nav_menu{padding: 0;margin-bottom: 2rem;}
	.widget-nav_menu .widget-nav_menu-links{gap: 0.5rem}
	.copyright__inner{flex-direction: column; gap: 1.5rem}

}
@media (max-width: 767.98px){
	.widget-nav_menu-links.quicklinks{
		flex-direction: column;

	}
	.widget-nav_menu-links.quicklinks .menu-item{
		flex: 1;
	}
}
@media (max-width: 576.98px){}
/*------------------------------- FOOTER END --------------------------------*/

/*----------------------------- HOMEPAGE START ------------------------------*/
.hero-section{
	position: relative;
	overflow: hidden;
	padding-top: var(--navbarheader-height) ;
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem;
}
.hero-shape {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-290px);
    z-index: -1;
}
.banner-image{
/*	height: 350px;*/
	overflow: hidden;
	border-radius: 1rem;
}
.banner-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-title{
    font-weight: bold;
    color: var(--pagetitle-color);
    font-size: 3.275rem;
    margin: 0;
    text-align: center;
    line-height: 4rem;
}
.hero-desc{
	text-align: center;
	font-weight: 600;
	color: var(--text-color);
    font-size: 1.5rem;
    margin: 0;
    line-height: normal;
}
.herogrid_wrapper{
	--herogridspace : .85rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--herogridspace);
	padding: 3rem 0;
}
.herogrid_wrapper .herogrid_item{
	flex: 1 0 calc(20% - var(--herogridspace));
	display: flex;
    flex-direction: column;
	gap: var(--herogridspace);
}
.herogrid_card{
	--bs-card-border-width: 0;
	--bs-card-cap-bg: transparent;
	--bs-card-border-radius: 1rem;
}
.herogrid_card{
	background-image: var(--imageurl);
	background-repeat: no-repeat;
}
.herogrid_card.pattern{
	background-position: center bottom;
	background-size: 100% auto;
}
.herogrid_card.image{
	background-position: center center;
	background-size: cover;
}
.herogrid_card .card-header{
	padding: 1rem;
}
.herogrid_card-title{
	font-weight: 600;
	font-size: 1.1rem;
	color: #ffffff;
	margin: 0;
	letter-spacing: var(--letterspacing-small);
}

/*CLIENT SECTION*/
.swiper-slide{}
.brand-image{
	width: 150px;
	height: 90px;
	margin: auto;
}
.brand-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*WORK SECTION*/
.work-card{
	border: 0; overflow: hidden; border-radius: 0rem; position: relative; cursor: pointer;
    --bs-card-spacer-y : 0; --bs-card-spacer-x : 0; box-shadow: none;

}
.work-card .card-image{	height: 400px;}
.work-card:hover .card-image>img{transform: scale(1.1);	transition: all 0.3s ease;}
.work-card .card-image{height: 250px;overflow: hidden;}
.work-card .card-image>img{	transition: all 0.3s ease;width: 100%;height: 100%;	object-fit: cover;}

.work-card .work-meta_head{padding: 1rem 0}
.work-card .work-meta_head .work-meta_title{
	font-size: 1.175rem; font-weight: 600; line-height: normal;
	color: var(--text-color); margin-bottom: 0.375rem; display: block;
}
.work-card .work-meta_head .work-meta_desc{
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;font-size: 0.85rem;
	font-weight: 400;margin: 0;	letter-spacing: var(--letterspacing-small);	color: rgba(var(--text-color-rgb), 0.85);
}
.work-card:hover .work-meta_head .work-meta_title{color: var(--primary)}

/*BASE COVERED SECTION*/
.circle-item-list{
	padding: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
/*	flex-wrap: wrap;*/
/*	gap: 2rem 1.5rem;*/
}
.circle-item-list .circle-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
/*	flex: 1;*/
	position: relative;
}
.circle-item-list .circle-item:not(:first-child){
	margin-left: -1.5rem;
}
.circle-item-list .circle-item:nth-child(even){
	flex-direction: column-reverse;
	margin-bottom: 4rem;
}
.circle-item-list .circle-item:nth-child(odd){
	flex-direction: column;
	margin-top: 3rem;
}
.circle-item-list .circle-item .circle{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle-item-list .circle-item:nth-child(1) .circle{
	background-color: rgba(195, 183, 141, 0.75);
}
.circle-item-list .circle-item:nth-child(2) .circle{
	background-color: rgba(214, 164, 131, 0.75);
}
.circle-item-list .circle-item:nth-child(3) .circle{
	background-color: rgba(173, 132, 6, 0.75);
}
.circle-item-list .circle-item:nth-child(4) .circle{
	background-color: rgba(214, 164, 131, 0.75);
}
.circle-item-list .circle-item:nth-child(5) .circle{
	background-color: rgba(125, 102, 50, 0.75);
}
.circle-item-list .circle-item:nth-child(6) .circle{
	background-color: rgba(201, 184, 125, 0.75);
}

.circle-item-list .circle-item .circle .circle-image{
	width: 84px;
	height: 84px;
}
.circle-item-list .circle-item .circle .circle-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.circle-item-list .circle-item .circle-item-title{
	font-size: 1.175rem;
	text-align: center;
	font-weight: 500;
}


@media (max-width: 991.98px){
	.circle-item-list{
		flex-wrap: wrap;
	}
	.circle-item-list .circle-item{
		flex: 0 0 25%;
	}
	.circle-item-list .circle-item:nth-child(even){
		flex-direction: column;
		margin-top: 4rem;
	}
	.circle-item-list .circle-item:nth-child(odd){
		flex-direction: column-reverse;
		margin-bottom: 4rem;
	}
	.herogrid_wrapper{align-items: stretch;}
	.hero-title{font-size: 2rem; line-height: 36px}

}
@media (max-width: 767.98px){
	.hero-section{padding-top: calc(var(--navbarheader-height) + 2rem)}
	.herogrid_wrapper{
		    flex-direction: column;
	}
	.herogrid_card{
		height: auto;
    	min-height: 200px;
	}
	.circle-item-list{
		flex-wrap: wrap;
	}
}
@media (max-width: 576.98px){
	/*.circle-item-list .circle-item .circle{
		width: 120px;
    	height: 120px;
	}*/
	/*.circle-item-list .circle-item{
		flex: 0 0 46%;
	}*/
}
/*------------------------------ HOMEPAGE END -------------------------------*/


/*------------------------------ CONTACT START -------------------------------*/
.form-card{
	--bs-card-border-radius : 0.75rem;
	margin-top: -2rem;

}
/*------------------------------ CONTACT END -------------------------------*/

/*------------------------------ CAREERS START -----------------------------*/
.careers-search{
	display: flex;
	align-items: flex-end;
	gap: 1rem;
}
.careers-search .form-group{
	flex: 1;
}
.careers-search .btn{
	height: 45px;
	padding: 0.375rem 1.75rem; 
}
.jobcard{}
.jobcard .jobcard_body{
	display : flex;
	flex-direction: row;
}
.jobcard .jobcard_content{
	display : flex;
	flex-direction: column;
	flex: 1;
}
.job-title{
	margin: 0;
	color: var(--text-color);
	font-weight: bold;
	font-size: 1.25rem;
	letter-spacing: var(--letterspacing-small);
}
.job-desc{
	margin: 0;
	color: var(--text-color);
	font-weight: 500;
	font-size: .95rem;
	letter-spacing: var(--letterspacing-small);
}
.jobcard .jobcard_action{}

.jobcard .jobcard_extra{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
}
.jobcard .jobcard_extra .badge{
	border: 1px solid var(--secondary);
	color: var(--secondary);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	line-height: normal;
	padding: 0.175rem 0.85rem;
	border-radius: 0.5rem;
}
.jobcard .jobcard_extra .badge .icon{
	font-size: 1rem;
	color: rgba(var(--secondary-rgb), 0.85);
}
.jobcard .jobcard_extra .badge .badge-text{
	font-size: 0.8rem;
}
.insta-card{
	height: 250px;
	border-radius: 0.85rem;
}
.insta-card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn-apply{
	--bs-btn-color : var(--text-color);
	font-weight: 600;
	line-height: 0;
}
.btn-apply .btn-text{font-size : 1rem;}
.btn-apply:hover{
	background-color: rgba(var(--primary-rgb), 0.1);
}
.career-banner1{
	background: url('../img/careers_images/banner1.jpg') no-repeat center center / cover;
	min-height: 450px;
}
@media (max-width: 767.98px){
	.jobcard .jobcard_body{
		flex-direction: column;
		gap: 1rem;
	}
	.careers-search{
		flex-wrap: wrap;
	}
	.careers-search .btn{
		flex: 1 0 100%;
	}
}
/*------------------------------ CAREERS END -------------------------------*/

/*--------------------------- SERVICES START -------------------------------*/
.services-card{
	--bs-card-border-width: 0;
	--bs-card-cap-bg: transparent;
	--bs-card-border-radius: 0px;
	--bs-card-inner-border-radius: 0px;
	--bs-card-img-overlay-padding : 1rem 0;
	overflow: hidden;
}
/*.services-card:hover{box-shadow: var(--boxshadow);}*/
/*.services-card:hover .card-image>img{transform: scale(1.1);	transition: all 0.3s ease;}*/
.services-card .card-image{height: 250px;overflow: hidden; padding-left: 0.75rem}
.services-card .card-image>img{	transition: all 0.3s ease;width: 100%;height: 100%;	object-fit: cover;}
.services-card .services-title{
	background-color: #F9F8F4;
	color: var(--text-color);
	text-transform: uppercase;
	padding: 0.75rem 1rem;
	display: inline-flex;
	font-size: 1rem;
	font-weight: bold;
	position:relative;
}
.services-card .services-title:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #DAD6C8 transparent;
    transform: rotate(0deg);
}
.services-text{
	color: var(--text-color);
	font-size: 0.95rem;
	font-weight: 600;
}

.service_imagecard{
	height: 350px;
	border-radius: 1rem;
	overflow: hidden;
}
.service_imagecard img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.objectPosition-top {
	object-position: top;
}
.services-list-group{
	--bs-list-group-border-width : 0;
	gap: 0.5rem;
}
.services-list-group .list-group-item{
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.services-list-group .list-group-item .list-group-item-num{
	width: 28px;
	height: 28px;
	font-size: 1rem;
	font-weight: bold;
	background-color: #AD8406;
	color: #ffffff;
	border-radius: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.services-list-group .list-group-item .list-group-item-text{
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--text-color);
	margin: 0;
    line-height: 20px;
}
.services-title{
	font-family: var(--secondaryfont);
    line-height: normal;
    font-weight: bold;
    color: var(--text-color);
    font-size: 4rem;
    margin: 0 0 4rem;
    line-height: normal;
}
.services-subtitle{
    line-height: normal;
    font-weight: 500;
    color: var(--text-color);
    font-size: 1.3rem;
    margin: 0;
	line-height: 1.5;
}
/*--------------------------- SERVICES END ---------------------------------*/

/*--------------------------- CASE STUDY START -----------------------------*/
.cs-grid_list{
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0 3rem;
	flex-wrap: wrap;
}
.cs-grid_list .cs-grid_listitem{flex: 0 0 35%;}
.cs-grid_itemcard{
	border-radius: 0rem; position: relative;
	--bs-card-border-width: 0; --bs-card-border-radius : 1rem; 
    --bs-card-spacer-y : 0.75rem; --bs-card-spacer-x : 0.275rem;
    --bs-card-cap-padding-y: 0; --bs-card-cap-padding-x: 0;
    --bs-card-cap-bg : transparent;
	--bs-card-bg: transparent;
}

.cs-grid_itemcard .cs-grid_itemhead{
	--pattbox-size: 28px; position: relative;
}
.cs-grid_itemcard .cs-grid_itemhead:before{
	content: ''; width: var(--pattbox-size); height: var(--pattbox-size); background-color: var(--pattbox-color); position: absolute;
}
.cs-grid_itemcard .cs-grid_itemhead .cs-grid_image{
	border-radius: var(--bs-card-border-radius); overflow: hidden; height: 250px;
} 
.cs-grid_itemcard .cs-grid_itemhead .cs-grid_image img{
	width: 100%; height: 100%; object-fit: cover;
}
.cs-grid_itemcard .cs-grid_itemhead.top-right .cs-grid_image{
	border-top-right-radius: 0px; margin-right: var(--pattbox-size); margin-top: var(--pattbox-size);
}
.cs-grid_itemcard .cs-grid_itemhead.bottom-right .cs-grid_image{
	border-bottom-right-radius: 0px; margin-right: var(--pattbox-size); 
}
.cs-grid_itemcard .cs-grid_itemhead.top-left .cs-grid_image{
	border-top-left-radius: 0px; 
/*	margin-left: var(--pattbox-size); margin-top: var(--pattbox-size);*/
}
.cs-grid_itemcard .cs-grid_itemhead.bottom-left .cs-grid_image{
	border-bottom-left-radius: 0px; margin-left: var(--pattbox-size); 
}
.cs-grid_itemcard .cs-grid_itemhead.top-right:before{
	right: 0px; top: 0px;
}
.cs-grid_itemcard .cs-grid_itemhead.bottom-right:before{
	right: 0px; bottom: calc(var(--pattbox-size) * -1);
}
.cs-grid_itemcard .cs-grid_itemhead.top-left:before{
	left: calc(var(--pattbox-size) * -1); top: calc(var(--pattbox-size) * -1);
}
.cs-grid_itemcard .cs-grid_itemhead.bottom-left:before{
	left: 0px; bottom: calc(var(--pattbox-size) * -1);
}
.cs-grid_itemcard .card-footer{
	text-align: right;
}
.cs-grid_itemcard .cs-grid_subtitle{
	font-size: 1rem; font-weight: 700; line-height: 24px; color: rgba(var(--text-color-rgb), 0.85); margin-bottom: 0.275rem;
    text-transform: uppercase; letter-spacing: var(--letterspacing-small);

} 
.cs-grid_itemcard .cs-grid_title{
	font-size: 1.6rem; font-weight: 600; line-height: 26px; color: var(--text-color); margin-bottom: 0.275rem; 
} 
.casestudy-headwrapper{
	min-height: 120px;
    background-color: var(--bs-light);
}
.casestudy-headhero {
    padding: 6rem 0 3rem 0;
    position: relative;
}
.casestudy-heading{height: 100%; align-items: center}
.casestudy-headlogo.square{width: 130px; height: 130px;}
.casestudy-headlogo.rectangle{width: 250px; height: 100px;}
.casestudy-headlogo img{width: 100%; height: 100%; object-fit: contain;}
.casestudy-headimage{width: 350px; height: 350px; border-radius: 1rem; overflow: hidden}
.casestudy-headimage img{width: 100%; height: 100%; object-fit: cover;}

.casestudy-countsection{
	position: relative;
	padding: 3rem 0;
	min-height: 350px;
	background: url('../img/casestudy_images/pattern3.svg') no-repeat center center / cover;
}
.casestudy-countsection:before {
	content: '';
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.casestudy1-countsection:before{
	background: rgb(0,159,228);
	background: -moz-linear-gradient(90deg, rgba(0,159,228,1) 0%, rgba(0,187,126,1) 20%, rgba(255,238,0,1) 40%, rgba(255,127,65,1) 60%, rgba(230,0,124,1) 80%, rgba(125,85,199,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,159,228,1) 0%, rgba(0,187,126,1) 20%, rgba(255,238,0,1) 40%, rgba(255,127,65,1) 60%, rgba(230,0,124,1) 80%, rgba(125,85,199,1) 100%);
	background: linear-gradient(90deg, rgba(0,159,228,1) 0%, rgba(0,187,126,1) 20%, rgba(255,238,0,1) 40%, rgba(255,127,65,1) 60%, rgba(230,0,124,1) 80%, rgba(125,85,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe4",endColorstr="#7d55c7",GradientType=1);
}
.casestudy2-countsection:before{
	background: #D9271D;
	background: -moz-linear-gradient(90deg, #D9271D 48.44%, #253280 100%);
	background: -webkit-linear-gradient(90deg, #D9271D 48.44%, #253280 100%);
	background: linear-gradient(90deg, #D9271D 48.44%, #253280 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe4",endColorstr="#7d55c7",GradientType=1);
}
.casestudy3-countsection:before{
	background: #005B8D;
	background: -moz-linear-gradient(90deg, #005B8D 0%, #D17E57 100%);
	background: -webkit-linear-gradient(90deg, #005B8D 0%, #D17E57 100%);
	background: linear-gradient(90deg, #005B8D 0%, #D17E57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe4",endColorstr="#7d55c7",GradientType=1);
}
.casestudy4-countsection:before{
	background: #F30000;
	background: -moz-linear-gradient(90deg, #F30000 0%, #484A4F 100%);
	background: -webkit-linear-gradient(90deg, #F30000 0%, #484A4F 100%);
	background: linear-gradient(90deg, #F30000 0%, #484A4F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe4",endColorstr="#7d55c7",GradientType=1);
}
.casestudy5-linkbar{
	background: #005B8D;
	background: -moz-linear-gradient(90deg, #005B8D 0%, #D17E57 100%);
	background: -webkit-linear-gradient(90deg, #005B8D 0%, #D17E57 100%);
	background: linear-gradient(90deg, #005B8D 0%, #D17E57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe4",endColorstr="#7d55c7",GradientType=1);
}
.cs-countitem{
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cs-countitem .cs-countitem_value{
	line-height: normal;
    font-weight: bold;
    color: var(--text-color);
    font-size: 3.5rem;
    margin: 0;
}
.cs-countitem .cs-countitem_value.orange{color: #FF7F41}
.cs-countitem .cs-countitem_value.pink{color: #E6007C}
.cs-countitem .cs-countitem_value.voilet{color: #7D55C7}
.cs-countitem .cs-countitem_value.blue{color: #009FE4}

.cs-countitem .cs-countitem_label{
    line-height: 18px;
    font-weight: 600;
    color: var(--text-color);
    letter-spacing: var(--letterspacing-small);
    font-size: 1rem;
    margin: 0;
    height: 50px;
	text-align: center;
}
.cs-banner-title{
	line-height: normal;
    font-weight: bold;
    color: var(--text-color);
    font-size: 2.5rem;
    margin: 0;
}
.cs-banner-subtitle{
	line-height: normal;
    font-weight: 600;
    color: var(--text-color);
    letter-spacing: var(--letterspacing-small);
    font-size: 1rem;
    margin: 0;
}
.cs-banner1{
	background: url('../img/casestudy_images/banner1.jpg') no-repeat center center / cover;
	min-height: 300px;
}
.cs-banner2{
	background: url('../img/casestudy_images/banner2.jpg') no-repeat center center / cover;
	min-height: 300px;
}
.cs-banner3{
	background: url('../img/casestudy_images/banner3.jpg') no-repeat center center / cover;
	min-height: 300px;
}
.cs-banner4{
	background: url('../img/casestudy_images/banner4.jpg') no-repeat center center / cover;
	min-height: 300px;
}
.cs-banner5{
	background: url('../img/casestudy_images/banner5.jpg') no-repeat center center / cover;
	min-height: 300px;
}
.cs-banner6{
	background: url('../img/casestudy_images/banner6.jpg') no-repeat center center / cover;
	min-height: 300px;
}

.cs-timeline_list{
	--borderline-color: #000000;
	--bluecolor: #009FE4;
	--tealcolor: #00BB7E;
	--darkredcolor: #D9271D;
	--indigocolor: #253280;
	--dullbluecolor: #005B8D;
	--beigecolor: #D17E57;
	--redcolor: #D9271D;
	--greycolor: #484A4F;
}
.cs-timeline_list.bluecolor{}
.cs-timeline_list .cs-timeline_item{position: relative;}
.cs-timeline_list .cs-timeline_item:before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--timelinecolor);
    position: absolute;
    border-radius: 50%;
}
.cs-timeline_list .cs-timeline_item:nth-child(even):before{
    bottom: 0px;
    right: -10px;
}
.cs-timeline_list .cs-timeline_item:nth-child(odd):before{
    top: 0px;
    left: -10px;
}
.cs-timeline_list .cs-timeline_item:nth-child(even){
	border-right: 1px solid var(--borderline-color);
}
.cs-timeline_list .cs-timeline_item:nth-child(odd){
	border-bottom: 1px solid var(--borderline-color);
	border-left: 1px solid var(--borderline-color);
}
.cs-timeline_item .cs-timeline_inner{position: relative}
.cs-timeline_item .cs-timeline_inner .cs-timeline_content{
	display: flex;
	flex-direction: column;
}
.cs-timeline_item:nth-child(odd) .cs-timeline_inner .cs-timeline_content{
	padding-left: 2rem;
	align-items: flex-start;
	padding-bottom: calc(74px + 2rem);
	padding-top: 2rem;
}
.cs-timeline_item:nth-child(even) .cs-timeline_inner .cs-timeline_content{
	padding-right: 2rem;
	align-items: flex-start;
	padding-top: calc(74px + 2rem);
	padding-bottom: 2rem;
}
.cs-timeline_item .cs-timeline_inner .cs-timeline_content .cs-timeline_contentlist{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.cs-timeline_contentlist li{
	position: relative;
	padding-left: 1rem;
}
.cs-timeline_contentlist li:before{
	 content: "\ef4a";
	 font-family: 'Material Icons';
	 color: var(--timelinecolor);
	 font-size: 0.5rem;
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 margin: auto;
	 display: flex;
	 align-items: center;
}
.cs-timeline_item .cs-timeline_inner .cs-timeline_content .cs-timeline_title{
	margin-bottom: 1rem;
	font-size: 1.75rem;
	color: #AD8406;
	font-weight: bold;
	letter-spacing: var(--letterspacing-small);
}
.cs-timeline_item .cs-timeline_inner .cs-timeline_content .cs-timeline_text{
	margin: 0;
	font-size: 1rem;
	color: var(--text-color);
	font-weight: 500;
	letter-spacing: var(--letterspacing-small);
}
.cs-timeline_item .cs-timeline_inner .cs-timeline-circle{
	width: 148px;
	height: 148px;
	border-radius: 50%;
	padding: 2rem;
	position:absolute;
}
.cs-timeline_item:nth-child(even) .cs-timeline_inner .cs-timeline-circle{
	right: 0px;
	top: -74px;
	margin-right: 2rem;
}
.cs-timeline_item:nth-child(odd) .cs-timeline_inner .cs-timeline-circle{
	left: 0px;
	bottom: -74px;
	margin-left: 2rem;
}
.cs-timeline_item .cs-timeline_inner .cs-timeline-circle:after{
	content: '';
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: var(--timelinecolor);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: 0;
	margin: auto;
	z-index: 2;
}
.cs-timeline_item .cs-timeline_inner .cs-timeline-circle:before{
	content: '';
	width: 148px;
    height: 74px; 
    border: 1px solid var(--borderline-color);
    overflow: hidden;
	position: absolute;
	background-color: #ffffff;
	left: -10px;
	right: 0;
	margin: auto;
	z-index: 1;
}
.cs-timeline_item:nth-child(even) .cs-timeline_inner .cs-timeline-circle:before{
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
    border-bottom: 0;
	top: 0;
}
.cs-timeline_item:nth-child(odd) .cs-timeline_inner .cs-timeline-circle:before{
	
    border-bottom-left-radius: 74px;
    border-bottom-right-radius: 74px;
    border-top: 0;
	bottom: 0;
}
.cs-timeline_item .cs-timeline_inner .cs-timeline-circle .cs-timeline-circleimage{
	width: 84px;
	height: 84px;
	position: relative;
	z-index: 3;
}
.cs-timeline_item .cs-timeline_inner .cs-timeline-circle .cs-timeline-circleimage img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#thankYouPopup {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	z-index: 1000;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  }
  #thankYouPopup .close-btn {
	float: right;
	cursor: pointer;
	font-weight: bold;
  }
  .Sticky-icon {
    position: fixed;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    z-index: 1;
}


@media (max-width: 991.98px){
	.casestudy-headhero{padding-bottom: 0; display: flex;justify-content: flex-end;}
	.bg-pattern2{background-position: top right}
	.casestudy-headimage{height: 350px; width: 350px;}
}
@media (max-width: 767.98px){
	.cs-grid_list .cs-grid_listitem{flex: 0 0 90%}
	.cs-grid_list{gap: 5rem 0}
	.cs-grid_itemcard{margin-top: 0px !important}
	.casestudy-headimage{width: 100%;height: 250px;}
	.cs-timeline_list{
		gap: 10rem;
    	display: flex;
    	flex-direction: column;
	}
	.cs-timeline_list .cs-timeline_item:nth-child(even){
		border-top: 1px solid var(--borderline-color);
	}
	.cs-timeline_item:nth-child(even) .cs-timeline_inner .cs-timeline_content{
		align-items: flex-start;
	}
}
/*--------------------------- CASE STUDY END -------------------------------*/
